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

Summary: NullPointerException at org.netbeans.modules.plantumlnb.SVGImagePreviewPanel$ResetTransformAction.actionPerformed
Product: uml Reporter: bernard.gisbert
Component: Code GenerationAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal CC: rssaini01
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206211
Attachments: stacktrace

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