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 248038 - NullPointerException at org.netbeans.modules.plantumlnb.SVGImagePreviewPanel$ResetTransformAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.plantumlnb.SVGImagePreviewPanel$...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 10:16 UTC by bernard.gisbert
Modified: 2017-03-24 05:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206211


Attachments
stacktrace (2.84 KB, text/plain)
2014-10-20 10:16 UTC, bernard.gisbert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bernard.gisbert 2014-10-20 10:16:51 UTC
Build: NetBeans IDE 8.0.1 (Build 201409082112)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
GUEST: Clicked around on PlantUML window

GUEST: Plant UML

GUEST: whiile creating UML diagram ,, without creating any diagram i was clicked on reset button in PlantUML

GUEST: click on the help icon

GUEST: Reset an empty PlantUML diagram

GUEST: using the plantUML plugin, a error icon displayed, the error occurred when the icon was clicked

GUEST: dont know what happened

GUEST: uml

GUEST: start PlantUML

bernard.gisbert: install addon

GUEST: started Netbeans after installing Plant UML Module




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.plantumlnb.SVGImagePreviewPanel$ResetTransformAction.actionPerformed(SVGImagePreviewPanel.java:233)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
Comment 1 bernard.gisbert 2014-10-20 10:16:54 UTC
Created attachment 149994 [details]
stacktrace