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 214325 - NullPointerException at de.erdesignerng.visual.common.ERDesignerComponent.initActions
Summary: NullPointerException at de.erdesignerng.visual.common.ERDesignerComponent.ini...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-17 03:32 UTC by wildatiara
Modified: 2012-06-18 08:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185796


Attachments
stacktrace (3.62 KB, text/plain)
2012-06-17 03:32 UTC, wildatiara
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wildatiara 2012-06-17 03:32:29 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at de.erdesignerng.visual.common.ERDesignerComponent.initActions(ERDesignerComponent.java:734)
   at de.erdesignerng.visual.common.ERDesignerComponent.<init>(ERDesignerComponent.java:282)
   at de.erdesignerng.visual.common.ERDesignerComponent.initializeComponent(ERDesignerComponent.java:266)
   at de.erdesignerng.plugins.netbeans.ERDesignerTopComponent.initialize(ERDesignerTopComponent.java:96)
   at de.erdesignerng.plugins.netbeans.ERDesignerTopComponent.<init>(ERDesignerTopComponent.java:86)
   at de.erdesignerng.plugins.netbeans.ERDesignerTopComponent.getDefault(ERDesignerTopComponent.java:50)
Comment 1 wildatiara 2012-06-17 03:32:39 UTC
Created attachment 120949 [details]
stacktrace