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 - NullPointerException at org.netbeans.modules.uml.diagrams.options.ElementCustomizationPanel.prepareDisplay
Summary: NullPointerException at org.netbeans.modules.uml.diagrams.options.ElementCust...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 17:41 UTC by ivanwhm
Modified: 2009-11-18 17:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162462


Attachments
stacktrace (2.92 KB, text/plain)
2009-11-18 17:41 UTC, ivanwhm
Details

Note You need to log in before you can comment on or make changes to this bug.
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