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 89064 - F.U. tries to look for package rather than class when caret at "home" position
Summary: F.U. tries to look for package rather than class when caret at "home" position
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION, UI
Depends on:
Blocks:
 
Reported: 2006-11-09 19:34 UTC by Jesse Glick
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 Jesse Glick 2006-11-09 19:34:42 UTC
In 5.5, Open a class. Caret goes to beginning of decl:

package p;

import ...;

<<<|>>>public class Foo {...

A-F7 now searches for Foo.

Dev 061109: caret opens in same place. But FU dialog claims to be searching for
usages of the package ("p" in this example), which is certainly not what you wanted.
Comment 1 Jan Becicka 2006-12-20 10:31:18 UTC
Checking in RefactoringActionsProvider.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/RefactoringActionsProvider.java,v
 <--  RefactoringActionsProvider.java
new revision: 1.12; previous revision: 1.11
done