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 254572 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.utils.cache.CndFileUtils
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.uti...
Status: RESOLVED DUPLICATE of bug 254862
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-21 05:53 UTC by Exceptions Reporter
Modified: 2015-09-03 10:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219321


Attachments
stacktrace (4.34 KB, text/plain)
2015-08-21 05:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-21 05:53:18 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-200-on-20150820)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Rigth click on the name of a javascript function.




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.utils.cache.CndFileUtils
   at org.netbeans.modules.cnd.utils.FSPath.<init>(FSPath.java:78)
   at org.netbeans.modules.cnd.utils.FSPath.toFSPath(FSPath.java:67)
   at org.netbeans.modules.cnd.modelutil.CsmUtilities.getCsmFiles(CsmUtilities.java:512)
   at org.netbeans.modules.cnd.modelutil.CsmUtilities.getCsmFile(CsmUtilities.java:557)
   at org.netbeans.modules.cnd.modelutil.CsmUtilities.getCsmFile(CsmUtilities.java:262)
   at org.netbeans.modules.cnd.api.model.xref.CsmReferenceResolver.findReference(CsmReferenceResolver.java:106)
Comment 1 Exceptions Reporter 2015-08-21 05:53:20 UTC
Created attachment 155510 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-03 10:21:47 UTC

*** This bug has been marked as a duplicate of bug 254862 ***