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 5746 - org.openide.src.ClassElement.forName() is unable to find a package private top-level class, that has different name than its source file.
Summary: org.openide.src.ClassElement.forName() is unable to find a package private to...
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-15 01:29 UTC by Svata Dedic
Modified: 2007-09-26 09:14 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 Svata Dedic 2000-02-15 01:29:59 UTC
[Svata] it should work, if the class was already compiled AND parse class files is turned on.
Comment 1 Svata Dedic 2000-06-28 16:39:59 UTC
Providing support for such a query would require (persistent) list of all
classes in the package -- that would require to parse all .java files in that
package which is *very* time consuming operation. The query "does class Blah
exists" is a basic one and it is evaluated many times, so performing parsing on
the whole package would cause major performance penalty.
Comment 2 Marek Grummich 2000-07-25 09:23:59 UTC
Priority is changed to P4 (normal).
Comment 3 Quality Engineering 2003-07-01 13:12:58 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-07-01 13:21:06 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.