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 - ClassCastException: org.netbeans.modules.cnd.modelimpl.content.file.FileComponentDeclarations cannot be cast to org.netbeans.modules.cnd.api.model.CsmFile
Summary: ClassCastException: org.netbeans.modules.cnd.modelimpl.content.file.FileCompo...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-13 20:48 UTC by Exceptions Reporter
Modified: 2015-09-24 11:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214759


Attachments
stacktrace (2.97 KB, text/plain)
2015-01-13 20:48 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-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