Bug 12187

Summary: Code formatter removes all line termination characters at end of file
Product: [Eclipse Project] JDT Reporter: Rick Goldstein <rick.goldstein>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F1   
Hardware: PC   
OS: other   
Whiteboard:

Description Rick Goldstein CLA 2002-03-23 14:30:10 EST
The code formatter removes *all* line termination characters between the closing
brace of the class and the EOF.  All java code lines (I believe) should end with
a line termination character, even the one at the end of the file.

Observed in builds through 20020321.
Comment 1 Philipe Mulet CLA 2002-04-02 02:40:47 EST
Is this one easy to add ? Please see current invocations of the formatter ...
Comment 2 Philipe Mulet CLA 2002-04-02 02:56:08 EST

*** This bug has been marked as a duplicate of 12159 ***