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 254533

Summary: NullPointerException at fr.inria.zvtm.svg.SVGReader.load
Product: third-party Reporter: bartvdc <bartvdc>
Component: -- Other --Assignee: issues@third-party <issues>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219307
Attachments: stacktrace

Description bartvdc 2015-08-20 06:55:51 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
bartvdc: click in view zgrviewer plugin.




Stacktrace: 
java.lang.NullPointerException
   at fr.inria.zvtm.svg.SVGReader.load(SVGReader.java:1802)
   at net.claribole.zgrviewer.DOTManager.displaySVG(DOTManager.java:309)
   at net.claribole.zgrviewer.DOTManager.callGraphViz(DOTManager.java:96)
   at net.claribole.zgrviewer.DOTManager.load(DOTManager.java:58)
   at net.claribole.zgrviewer.GVLoader.loadFile(GVLoader.java:101)
   at org.tvl.netbeans.zgrviewer.GraphVizVisualElement.reloadDocument(GraphVizVisualElement.java:179)
Comment 1 bartvdc 2015-08-20 06:55:52 UTC
Created attachment 155477 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-25 13:16:55 UTC
Reported at plugin project hosting:
https://github.com/sharwell/zgrnbviewer/issues/2

Closing as WONTFIX here.

Thank you for reporting.