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 49971 - "Find usages" for an interface method find the method itself
Summary: "Find usages" for an interface method find the method itself
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-05 20:58 UTC by Tim Lebedkov
Modified: 2007-04-03 18:02 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 Tim Lebedkov 2004-10-05 20:58:29 UTC
Build 27 Sep 2004

"Find Usages"/"Fine overriding methods" for the
following class finds "setValue" itself

package test;

public interface TestIntf {
    public void setValue(Object aValue, int column);
}
Comment 1 Jan Becicka 2004-10-14 12:20:15 UTC
Fixed.

Checking in
java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/UsageFinder.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/UsageFinder.java,v
 <--  UsageFinder.java
new revision: 1.21; previous revision: 1.20
done
Processing log script arguments...
More commits to come...
Checking in
refactoring/src/org/netbeans/modules/refactoring/api/ChangeParameters.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/api/ChangeParameters.java,v
 <--  ChangeParameters.java
new revision: 1.22; previous revision: 1.21
done
Comment 2 Tim Lebedkov 2004-10-17 18:04:22 UTC
ok
Comment 3 Tim Lebedkov 2004-10-17 18:11:39 UTC
verified wrong issue
Comment 4 Martin Matula 2004-10-17 20:37:48 UTC
Are you saying that this still does not work for you? Please provide
more info when reopening an issue.
Comment 5 Jan Becicka 2004-10-18 10:54:34 UTC
This one is fixed.
Comment 6 Tim Lebedkov 2004-10-29 18:18:15 UTC
ok