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 249875 - AssertionError at org.netbeans.modules.cnd.editor.folding.CppFoldManager.run
Summary: AssertionError at org.netbeans.modules.cnd.editor.folding.CppFoldManager.run
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-17 18:03 UTC by soldatov
Modified: 2015-08-10 10:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214845


Attachments
stacktrace (425 bytes, text/plain)
2015-01-17 18:04 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2015-01-17 18:03:59 UTC
Build: NetBeans IDE Dev (Build 201501160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
soldatov: I switched files




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.editor.folding.CppFoldManager.run(CppFoldManager.java:342)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1425)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:59)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:294)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2038)
Comment 1 soldatov 2015-01-17 18:04:01 UTC
Created attachment 151558 [details]
stacktrace