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 - NullPointerException at fr.inria.zvtm.svg.SVGReader.load
Summary: NullPointerException at fr.inria.zvtm.svg.SVGReader.load
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-20 06:55 UTC by bartvdc
Modified: 2015-08-25 13:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219307


Attachments
stacktrace (2.78 KB, text/plain)
2015-08-20 06:55 UTC, bartvdc
Details

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