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 149812 - ClassNotFoundException: java.lang.NoClassDefFoundError: org/nbheaven/sqe/codedefects/resultui/action/AbstractShowAnnotationsAction
Summary: ClassNotFoundException: java.lang.NoClassDefFoundError: org/nbheaven/sqe/code...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: sreimers
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 21:30 UTC by Lukas Hasik
Modified: 2011-11-19 07:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 58799


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-10 21:30:30 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.ClassNotFoundException: java.lang.NoClassDefFoundError:
org/nbheaven/sqe/codedefects/resultui/action/AbstractShowAnnotationsAction
        at org.openide.loaders.InstanceSupport.findClass(InstanceSupport.java:506)
        at org.openide.loaders.InstanceSupport.instanceClass(InstanceSupport.java:145)
        at org.openide.loaders.InstanceDataObject$Ser.instanceClass(InstanceDataObject.java:1191)
        at org.openide.loaders.InstanceSupport.instanceOf(InstanceSupport.java:181)
        at org.openide.loaders.InstanceDataObject$Ser.instanceOf(InstanceDataObject.java:1214)
        at org.openide.loaders.InstanceDataObject.instanceOf(InstanceDataObject.java:737)
        at org.netbeans.modules.editor.impl.ActionsList.isSeparator(ActionsList.java:139)
        at org.netbeans.modules.editor.impl.ActionsList.convertImpl(ActionsList.java:96)
        at org.netbeans.modules.editor.impl.ActionsList.<init>(ActionsList.java:58)
        at org.netbeans.modules.editor.impl.ToolbarActionsProvider.<init>(ToolbarActionsProvider.java:83)