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 262450 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.javascript2.model.api.Index
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.javascr...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-16 06:41 UTC by stefan79
Modified: 2016-06-20 14:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224573


Attachments
stacktrace (10.68 KB, text/plain)
2016-06-16 06:41 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2016-06-16 06:41:39 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-477-on-20160510)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 8.1

User Comments:
stefan79: Exception occured at "Go to Type".




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.javascript2.model.api.Index
   at org.netbeans.modules.javascript2.editor.navigation.JsIndexSearcher.getIndex(JsIndexSearcher.java:129)
   at org.netbeans.modules.javascript2.editor.navigation.JsIndexSearcher.getTypes(JsIndexSearcher.java:77)
   at org.netbeans.modules.csl.core.TypeAndSymbolProvider.compute(TypeAndSymbolProvider.java:195)
   at org.netbeans.modules.csl.core.TypeAndSymbolProvider$TypeProviderImpl.computeTypeNames(TypeAndSymbolProvider.java:98)
   at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames(GoToTypeAction.java:624)
   at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.run(GoToTypeAction.java:526)
Comment 1 stefan79 2016-06-16 06:41:41 UTC
Created attachment 160062 [details]
stacktrace
Comment 2 Petr Pisl 2016-06-20 14:51:44 UTC
This should be already fixed.