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 58320 - Wrong error highlighting
Summary: Wrong error highlighting
Status: CLOSED DUPLICATE of bug 32882
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 11:02 UTC by Jiri Prox
Modified: 2006-03-24 13:12 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 Jiri Prox 2005-04-26 11:02:19 UTC
NB 4.1(200504241930)
JDK 1.5.0_03

The errors is not highlighted correctly while using interface synchronization.

Steps:
1) write some interface and a class (not abstract) implementing it. (keep the
Synchronization Enabled in Tools | Options | Source Synchronization empty)
2) in the new class use Synchronization tool
3) change the interface (e.g. add new method)

Result: In the editor window the class seems ok, no not-overridden methods are
announced. It can not be compiled, because one method is not overridden.
Comment 1 Martin Matula 2005-05-04 13:38:38 UTC

*** This issue has been marked as a duplicate of 32882 ***
Comment 2 Jiri Prox 2006-01-17 14:03:19 UTC
verified duplicate