This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145529 - incorrect formatting of empty class body
Summary: incorrect formatting of empty class body
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 08:22 UTC by Vladimir Voskresensky
Modified: 2008-09-02 05:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2008-08-29 08:22:49 UTC
-------
class Base {

};

----
is transformed by reformat into 
class Base {
    };

----------
the next reformat action gives correct result:
class Base {
};
Comment 1 Alexander Simon 2008-09-01 13:54:47 UTC
fixed, change set:
http://hg.netbeans.org/main/rev/0bb9e01b08c8
Comment 2 Quality Engineering 2008-09-02 05:38:37 UTC
Integrated into 'main-golden', will be available in build *200809020201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0bb9e01b08c8
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed: IZ#145529:incorrect formatting of empty class body