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 - "<not available>" shown for project name when F.U. gets local classes
Summary: "<not available>" shown for project name when F.U. gets local classes
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-25 00:44 UTC by Jesse Glick
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (note: selected hit is from o.o.filesystems.MemoryFileSystem.outputStream) (19.11 KB, image/png)
2005-01-25 00:46 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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