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 - IllegalArgumentException: Wrong format of mind map, end of header is not found
Summary: IllegalArgumentException: Wrong format of mind map, end of header is not found
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-30 07:17 UTC by java1cprog
Modified: 2017-07-30 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229869


Attachments
stacktrace (1.91 KB, text/plain)
2017-07-30 07:17 UTC, java1cprog
Details

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