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 119692

Summary: overriden method is not highlighted when 'parent' is selected
Product: java Reporter: damian_nb <damian_nb>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description damian_nb 2007-10-22 20:17:54 UTC
Have a look:


interface Inteface4Abstract
{
	void interfaceMethod(); //#1
}

public abstract class FromInterface implements Inteface4Abstract
{
	public abstract void interfaceMethod(); //#2
}


when #2 is clicked then #1 should be highlighted (because it is the same method, even IDE says this) but it is not
Comment 1 Peter Pis 2007-10-26 12:28:38 UTC
Reassigning to "editor"