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 155782 - Double defined items shoud be highlighted
Summary: Double defined items shoud be highlighted
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 17:02 UTC by ahot
Modified: 2008-12-18 17:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ahot 2008-12-18 17:02:26 UTC
Example:

int x;
int x;
int main() {
    return 0;
}

No one error is highlighted in the code above.