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 - Assertion error clicking on todo list item
Summary: Assertion error clicking on todo list item
Status: RESOLVED DUPLICATE of bug 111419
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-14 23:10 UTC by _ tboudreau
Modified: 2007-08-16 05:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***