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 177147

Summary: NullPointerException at org.netbeans.modules.uml.diagrams.options.ElementCustomizationPanel.prepareDisplay
Product: uml Reporter: ivanwhm <ivanwhm>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 162462
Attachments: stacktrace

Description ivanwhm 2009-11-18 17:41:14 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.2, x86_64

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.diagrams.options.ElementCustomizationPanel.prepareDisplay(ElementCustomizationPanel.java:370)
        at org.netbeans.modules.uml.diagrams.options.ElementCustomizationPanel.typeComboBoxItemStateChanged(ElementCustomizationPanel.java:348)
        at org.netbeans.modules.uml.diagrams.options.ElementCustomizationPanel.access$200(ElementCustomizationPanel.java:58)
        at org.netbeans.modules.uml.diagrams.options.ElementCustomizationPanel$2.itemStateChanged(ElementCustomizationPanel.java:222)
        at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1205)
        at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1253)
Comment 1 ivanwhm 2009-11-18 17:41:17 UTC
Created attachment 91299 [details]
stacktrace