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

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.utils.cache.CndFileUtils
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: Code ModelAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219321
Attachments: stacktrace

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 ***