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 101083 - Wrong indentation of access modifiers in the class declaration
Summary: Wrong indentation of access modifiers in the class declaration
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-15 19:55 UTC by Alexander Pepin
Modified: 2007-07-18 16:40 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 Alexander Pepin 2007-04-15 19:55:19 UTC
Steps to reproduce:
- create a new project
- create a new main file
- type following code (all indents are made automatically)
class A{
    private:
        int a;
        protected:
            int b;
            public:
                int c;
};
Comment 1 Alexander Pepin 2007-07-18 16:38:55 UTC
It looks like the bug is already fixed.
Comment 2 Alexander Pepin 2007-07-18 16:39:44 UTC
fixed
Comment 3 Alexander Pepin 2007-07-18 16:40:57 UTC
verified in build 20070718