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 179243 - NullPointerException at org.netbeans.beaninfo.editors.ColorEditor$NbColorChooserPanel.updateChooser
Summary: NullPointerException at org.netbeans.beaninfo.editors.ColorEditor$NbColorChoo...
Status: RESOLVED DUPLICATE of bug 204248
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-06 04:41 UTC by denis-takt
Modified: 2011-10-26 05:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164122


Attachments
stacktrace (5.06 KB, text/plain)
2010-01-06 04:41 UTC, denis-takt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description denis-takt 2010-01-06 04:41:22 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 17.0-b05, Java(TM) SE Runtime Environment, 1.7.0-ea-b78
OS: Windows XP, 5.1, x86

User Comments:
denis-takt: After I have set orange a panel background color, I cannot call the editor of color for this property.



Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.beaninfo.editors.ColorEditor$NbColorChooserPanel.updateChooser(ColorEditor.java:738)
   at javax.swing.plaf.basic.BasicColorChooserUI.selectionChanged(BasicColorChooserUI.java:224)
   at javax.swing.plaf.basic.BasicColorChooserUI.access$100(BasicColorChooserUI.java:47)
   at javax.swing.plaf.basic.BasicColorChooserUI$Handler.stateChanged(BasicColorChooserUI.java:236)
   at javax.swing.colorchooser.DefaultColorSelectionModel.fireStateChanged(DefaultColorSelectionModel.java:149)
   at javax.swing.colorchooser.DefaultColorSelectionModel.setSelectedColor(DefaultColorSelectionModel.java:99)
Comment 1 denis-takt 2010-01-06 04:41:31 UTC
Created attachment 93095 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2010-10-01 11:12:35 UTC
Cannot reproduce and blindly fixing in this case does not make sense. I don't see an exact way how list property could be null here.
Comment 3 Marian Mirilovic 2011-10-26 05:49:00 UTC

*** This bug has been marked as a duplicate of bug 204248 ***