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 112813

Summary: Assertion error clicking on todo list item
Product: cnd Reporter: _ tboudreau <tboudreau>
Component: -- Other --Assignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2007-08-14 23:10:22 UTC
A scan of my open projects found some cpp code in a library my project depends on.  Clicking it causes the following assertion error:

java.lang.AssertionError
	at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:868)
	at org.netbeans.modules.cnd.modelutil.CsmUtilities.getCsmFile(CsmUtilities.java:213)
	at org.netbeans.modules.cnd.highlight.HighlightProvider.checkNodes(HighlightProvider.java:243)
	at org.netbeans.modules.cnd.highlight.HighlightProvider.checkNodes(HighlightProvider.java:237)
	at org.netbeans.modules.cnd.highlight.HighlightProvider.access$000(HighlightProvider.java:55)
	at org.netbeans.modules.cnd.highlight.HighlightProvider$1.run(HighlightProvider.java:167)
	at org.netbeans.modules.cnd.modelimpl.csm.core.CodeModelRequestProcessor$1.run(CodeModelRequestProcessor.java:57)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Thomas Preisler 2007-08-14 23:27:22 UTC
most likely dup of http://www.netbeans.org/issues/show_bug.cgi?id=111419 which was fixed this morning. 
Comment 2 Vladimir Voskresensky 2007-08-16 05:59:15 UTC


*** This issue has been marked as a duplicate of 111419 ***