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 249792

Summary: ClassCastException: org.netbeans.modules.cnd.modelimpl.content.file.FileComponentDeclarations cannot be cast to org.netbeans.modules.cnd.api.model.CsmFile
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED WORKSFORME    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214759
Attachments: stacktrace

Description Exceptions Reporter 2015-01-13 20:48:50 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK Client VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-b32
OS: Linux

User Comments:
GUEST: I have no idea.




Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.cnd.modelimpl.content.file.FileComponentDeclarations cannot be cast to org.netbeans.modules.cnd.api.model.CsmFile
   at org.netbeans.modules.cnd.modelimpl.uid.UIDCsmConverter.UIDtoFile(UIDCsmConverter.java:87)
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles(GraphContainer.java:262)
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles(GraphContainer.java:277)
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles(GraphContainer.java:277)
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles(GraphContainer.java:277)
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles(GraphContainer.java:277)
Comment 1 Exceptions Reporter 2015-01-13 20:48:52 UTC
Created attachment 151491 [details]
stacktrace