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

Summary: AssertionError at org.netbeans.modules.cnd.editor.folding.CppFoldManager.run
Product: cnd Reporter: soldatov <soldatov>
Component: EditorAssignee: ilia
Status: NEW ---    
Severity: normal CC: petrk, soldatov
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214845
Attachments: stacktrace

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