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 254498 - NullPointerException at org.netbeans.modules.options.colors.ColorModel.setAnnotations
Summary: NullPointerException at org.netbeans.modules.options.colors.ColorModel.setAnn...
Status: RESOLVED DUPLICATE of bug 254064
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-19 07:22 UTC by Exceptions Reporter
Modified: 2015-08-19 10:34 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218615


Attachments
stacktrace (4.80 KB, text/plain)
2015-08-19 07:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-19 07:22:39 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
danfalos: Installation  of  the  Atom Fonts e Colors Theme - plugin detail  from the  plugin repo causes  netbeans to  throw  this error

GUEST: editing font

NwDx: Changed color in Annotations Tab

GUEST: Fonts & Colors > Profile: "Monokai" > Font set to 14 (instead 18)

kzmuhia: Whenever I click the apply button under options

danfalos: installing  atom  plugin




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.options.colors.ColorModel.setAnnotations(ColorModel.java:218)
   at org.netbeans.modules.options.colors.AnnotationsPanel.applyChanges(AnnotationsPanel.java:285)
   at org.netbeans.modules.options.colors.FontAndColorsPanel.applyChanges(FontAndColorsPanel.java:266)
   at org.netbeans.modules.options.colors.FontAndColorsPanelController.applyChanges(FontAndColorsPanelController.java:111)
   at org.netbeans.modules.options.CategoryModel$Category.applyChanges(CategoryModel.java:401)
   at org.netbeans.modules.options.CategoryModel$Category.access$1100(CategoryModel.java:326)
Comment 1 Exceptions Reporter 2015-08-19 07:22:41 UTC
Created attachment 155445 [details]
stacktrace
Comment 2 Milutin Kristofic 2015-08-19 10:34:15 UTC
It is already fixed in dev build, but fix is not in 8.1 beta.

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