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 7671 - ClassElement.forName() does not find inner classes in the default package
Summary: ClassElement.forName() does not find inner classes in the default package
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-15 14:59 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-09-15 14:59:34 UTC
Reproduction:
Create a public class in the default package [root of a filesystem] and put an
innerclass into it. Then, execute ClassElement.forName("outerclass.innerclass")
- the result is null although the class CAN be found based on its filename.
Comment 1 Svata Dedic 2000-09-19 14:39:59 UTC
*** Bug 7712 has been marked as a duplicate of this bug. ***
Comment 2 Quality Engineering 2003-07-01 13:19:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.