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 145702 - Event methods without indentation
Summary: Event methods without indentation
Status: VERIFIED DUPLICATE of bug 123094
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-30 20:13 UTC by Tim Lebedkov
Modified: 2009-01-26 13:43 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 Tim Lebedkov 2008-08-30 20:13:57 UTC
e.g.

private void jCheckBoxDoneActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
}

is not indented as a method like this:

    private void jCheckBoxDoneActionPerformed(java.awt.event.ActionEvent evt) {
        // TODO add your handling code here:
    }
Comment 1 Jiri Vagner 2008-08-31 19:27:43 UTC
Thank you for your report. This issue is already fixed.

*** This issue has been marked as a duplicate of 123094 ***
Comment 2 Tim Lebedkov 2009-01-26 13:43:18 UTC
ok