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 119678 - Add new method to an interface, and implementing classes don't show red error icon
Summary: Add new method to an interface, and implementing classes don't show red error...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 119233 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-22 17:49 UTC by rdelaplante
Modified: 2013-09-02 14:23 UTC (History)
1 user (show)

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 rdelaplante 2007-10-22 17:49:21 UTC
I added a new method to an interface in a Java SE jar project. After saving I expected my two Visual Web projects that
implement the interface to show a red error icon.  They didn't.  I navigated to the class and no error icons at all.  I
opened the class and the editor shows the error, but still no error icon on the editor tab or projects tree.

Product Version: NetBeans IDE Dev (Build 200710100000)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 1 Jiri Prox 2007-10-23 08:32:02 UTC
Maybe related to issue 118784
Comment 2 Jan Lahoda 2007-10-23 09:55:05 UTC
I do not think this is related to issue 118784. The error checking currently works over one source root only (the one
where a change appears), not over the depending source roots. This is because of performance.
Comment 3 Jan Lahoda 2007-10-23 11:41:18 UTC
*** Issue 119233 has been marked as a duplicate of this issue. ***