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 25516 - Inconsistent spacing conventions in demo sources
Summary: Inconsistent spacing conventions in demo sources
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-10 21:12 UTC by Jesse Glick
Modified: 2003-03-21 17:26 UTC (History)
1 user (show)

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 Jesse Glick 2002-07-10 21:12:19 UTC
[release34 jul 10] Java code formatting is
inconsistent, e.g.:

    public ColorPicker() {
        initComponents ();
        pack ();

    }

Why the blank line? Why space before parens on the
methods but not the constructor signature?
(Standard Java style is no space before parens BTW.)
Comment 1 Patrick Keegan 2002-07-10 21:32:21 UTC
Filip, I think this is something you changed.
Comment 2 Filip Rachunek 2002-07-11 07:32:38 UTC
I think I didn't do any changes in the mentioned code, I mainly
modified UI and form issues and some minor bugfixes.
But I'll fix this one ASAP [due to high resistance mode].
Comment 3 Marek Grummich 2002-07-22 11:48:29 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 11:50:54 UTC
Set target milestone to TBD
Comment 5 Patrick Keegan 2003-02-18 15:04:24 UTC
Thomas, I'm passing this to you to look at when you have time (very 
low priority), since you also will be looking at a related issue.
Comment 6 Tomas Pavek 2003-03-21 16:31:31 UTC
Done in release35. Should I put it to trunk also, or will it be merged
later with whole usersguide module?
Comment 7 Patrick Keegan 2003-03-21 17:12:01 UTC
Thanks. Please merge it to the trunk. I'll only include usersguide/javahelp in the bulk merge.
Comment 8 Tomas Pavek 2003-03-21 17:26:04 UTC
Ok, done.