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 53923

Summary: "<not available>" shown for project name when F.U. gets local classes
Product: editor Reporter: Jesse Glick <jglick>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot (note: selected hit is from o.o.filesystems.MemoryFileSystem.outputStream)

Description Jesse Glick 2005-01-25 00:44:14 UTC
050123 custom, JDK 1.6.0. I put the caret on
close() in OutputStream.java from the JDK. I then
did F.U. on overriding methods. The F.U. window
(which BTW was labelled "Overriding Methods of
Closeable.close()" though I specifically
*unchecked* the checkbox "Search from base class
Closeable!) shows various hits in my open
projects, plus a lot of entries under nodes
labelled "<not available>". These turn out to be
local classes extending OutputStream. Somehow the
containing project is not detected correctly in
this case.
Comment 1 Jesse Glick 2005-01-25 00:46:24 UTC
Created attachment 19920 [details]
Screenshot (note: selected hit is from o.o.filesystems.MemoryFileSystem.outputStream)
Comment 2 Jan Becicka 2005-01-26 10:27:03 UTC
Checking in RefactoringPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/RefactoringPanel.java,v
 <--  RefactoringPanel.java
new revision: 1.40; previous revision: 1.39
done