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 - overriden method is not highlighted when 'parent' is selected
Summary: overriden method is not highlighted when 'parent' is selected
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-22 20:17 UTC by damian_nb
Modified: 2013-09-02 14:20 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 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"