Bug 12187 - Code formatter removes all line termination characters at end of file
Summary: Code formatter removes all line termination characters at end of file
Status: RESOLVED DUPLICATE of bug 12159
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: 2.0 F1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-23 14:30 EST by Rick Goldstein CLA
Modified: 2003-03-17 12:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***