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 9439 - ClassNotFoundException in ClassDataObject.initCookies
Summary: ClassNotFoundException in ClassDataObject.initCookies
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-06 14:42 UTC by _ pkuzel
Modified: 2003-06-30 16:43 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 _ pkuzel 2001-02-06 14:42:24 UTC
[3.1]
Following class has inproper file name, in spite of that it could be handled
better.

Tue Feb 06 15:36:20 GMT+01:00 2001java.lang.ClassNotFoundException: academy/Ty1
(wrong name: academy/Types)
java.lang.ClassNotFoundException: academy/Ty1 (wrong name: academy/Types)
        at
org.openide.loaders.InstanceSupport.findClass(InstanceSupport.java:494)
        at
org.openide.loaders.InstanceSupport.instanceClass(InstanceSupport.java:113)
        at
org.netbeans.modules.clazz.ClassDataObject.initCookies(ClassDataObject.java:87)
        at
org.netbeans.modules.clazz.CompiledDataObject.initCookies(CompiledDataObject.java:84)
        at
org.netbeans.modules.clazz.ClassDataObject.getCookie(ClassDataObject.java:103)
[catch] at org.netbeans.modules.clazz.ClassDataNode.run(ClassDataNode.java:182)
        at org.openide.util.Task.run(Task.java:124)
        at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:562)
Comment 1 Svata Dedic 2001-03-23 17:26:14 UTC
Fixed for 3.2.12 & dev
Comment 2 Jan Becicka 2001-11-06 16:35:26 UTC
Verified
Comment 3 Quality Engineering 2003-06-30 16:43:52 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.