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 271198

Summary: IllegalArgumentException: Wrong format of mind map, end of header is not found
Product: platform Reporter: java1cprog <java1cprog>
Component: NavigatorAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229869
Attachments: stacktrace

Description java1cprog 2017-07-30 07:17:10 UTC
Build: NetBeans IDE Dev (Build 201707280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+180, Java(TM) SE Runtime Environment, 9+180
OS: Windows 7

User Comments:
java1cprog: I try to open new *.md file with mind map editor




Stacktrace: 
java.lang.IllegalArgumentException: Wrong format of mind map, end of header is not found
   at com.igormaznitsa.mindmap.model.MindMap.<init>(MindMap.java:105)
   at com.igormaznitsa.nbmindmap.nb.navigator.MMDNavigator.updateContent(MMDNavigator.java:156)
   at com.igormaznitsa.nbmindmap.nb.navigator.MMDNavigator.extractDataFromContextAndUpdate(MMDNavigator.java:136)
   at com.igormaznitsa.nbmindmap.nb.navigator.MMDNavigator.panelActivated(MMDNavigator.java:106)
   at org.netbeans.modules.navigator.LazyPanel.panelActivated(LazyPanel.java:100)
   at org.netbeans.modules.navigator.NavigatorController.showProviders(NavigatorController.java:508)
Comment 1 java1cprog 2017-07-30 07:17:12 UTC
Created attachment 164858 [details]
stacktrace