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 177616 - ClassNotFoundException: org.netbeans.spi.java.project.support.ui.PackageViewChildren$PackageNode
Summary: ClassNotFoundException: org.netbeans.spi.java.project.support.ui.PackageViewC...
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: ardavis26
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 10:31 UTC by rayponet
Modified: 2015-06-17 19:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162914


Attachments
stacktrace (5.12 KB, text/plain)
2009-11-25 10:31 UTC, rayponet
Details
stacktrace (5.12 KB, text/plain)
2009-11-25 10:33 UTC, rayponet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rayponet 2009-11-25 10:31:54 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.31-15-generic, i386

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.spi.java.project.support.ui.PackageViewChildren$PackageNode
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
Comment 1 rayponet 2009-11-25 10:31:57 UTC
Created attachment 91691 [details]
stacktrace
Comment 2 rayponet 2009-11-25 10:33:01 UTC
Created attachment 91692 [details]
stacktrace
Comment 3 Jesse Glick 2009-11-25 10:44:32 UTC
Bug in python.project.ui.PackageViewChildren.PACKAGE_FLAVOR; carelessly copy-pasted code. Please file an API request for PackageView to be moved to the IDE cluster if you need it.
Comment 4 Lou Dasaro 2015-06-17 19:33:08 UTC
Unable to replicate without a test case, and have NOT seen this before. Likely fixed as a result of a number of updates, and should be okay with any release from Development after 27-May-2015. Therefore marking as fixed. 

However, I will test Bug#176998 which is similar and DOES have a test case.