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 107857 - hint for if-else braces
Summary: hint for if-else braces
Status: RESOLVED DUPLICATE of bug 107281
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 15:54 UTC by Tomas Mysik
Modified: 2007-09-26 09:14 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 Tomas Mysik 2007-06-22 15:54:43 UTC
It would be nice if that hint could silently ignore code like this:
if {
} *else if* {
} else {
}
Comment 1 Jan Lahoda 2007-06-22 15:56:17 UTC

*** This issue has been marked as a duplicate of 107281 ***