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 212383 - NullPointerException at org.netbeans.modules.erd.editor.ERDTopComponent.zoomOut
Summary: NullPointerException at org.netbeans.modules.erd.editor.ERDTopComponent.zoomOut
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-11 12:54 UTC by zdenek.rod
Modified: 2013-02-28 16:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187877


Attachments
stacktrace (2.90 KB, text/plain)
2012-05-11 12:54 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zdenek.rod 2012-05-11 12:54:31 UTC
Build: NetBeans IDE Dev (Build 201205070400)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.erd.editor.ERDTopComponent.zoomOut(ERDTopComponent.java:159)
   at org.netbeans.modules.erd.graphics.ERDToolBar$2.actionPerformed(ERDToolBar.java:89)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 zdenek.rod 2012-05-11 12:54:35 UTC
Created attachment 119350 [details]
stacktrace