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

Summary: NullPointerException at de.erdesignerng.visual.common.ERDesignerComponent.initActions
Product: third-party Reporter: wildatiara
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185796
Attachments: stacktrace

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