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 230325 - NullPointerException at org.netbeans.modules.options.colors.ColorModel$Preview$4.run
Summary: NullPointerException at org.netbeans.modules.options.colors.ColorModel$Previe...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-27 13:31 UTC by MackSix
Modified: 2013-05-28 14:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200949


Attachments
stacktrace (1.18 KB, text/plain)
2013-05-27 13:31 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-05-27 13:31:30 UTC
Build: NetBeans IDE Dev (Build 201305232300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
MackSix: Tried to change  HTML >> Javascript Embedded in HTML>> background
colour to "Inherited" and this NPE happened




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.options.colors.ColorModel$Preview$4.run(ColorModel.java:448)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:688)
   at java.awt.EventQueue$3.run(EventQueue.java:686)
Comment 1 MackSix 2013-05-27 13:31:31 UTC
Created attachment 134950 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-05-27 15:44:07 UTC
Because fix in Bug #228360. 

Fixed in
https://hg.netbeans.org/jet-main/rev/272b3e9b592a
Comment 3 Quality Engineering 2013-05-28 14:14:56 UTC
Integrated into 'main-golden', will be available in build *201305281155* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/272b3e9b592a
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #230325 - NullPointerException at org.netbeans.modules.options.colors.ColorModel$Preview$4.run