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 253476

Summary: NullPointerException at org.netbeans.modules.cnd.editor.options.EditorPropertySheet.firePrefsChanged
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218509
Attachments: stacktrace

Description Exceptions Reporter 2015-07-14 20:56:42 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
GUEST: n/a




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.editor.options.EditorPropertySheet.firePrefsChanged(EditorPropertySheet.java:526)
   at org.netbeans.modules.cnd.editor.options.EditorPropertySheet.change(EditorPropertySheet.java:505)
   at org.netbeans.modules.cnd.editor.options.EditorPropertySheet.preferenceChange(EditorPropertySheet.java:491)
   at java.util.prefs.AbstractPreferences$EventDispatchThread.run(AbstractPreferences.java:1496)
Comment 1 Exceptions Reporter 2015-07-14 20:56:43 UTC
Created attachment 154631 [details]
stacktrace
Comment 2 Alexander Simon 2015-07-20 12:47:03 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/4e7d008a1680
Comment 3 Quality Engineering 2015-07-21 01:19:18 UTC
Integrated into 'main-silver', will be available in build *201507210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4e7d008a1680
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #253476 NullPointerException at org.netbeans.modules.cnd.editor.options.EditorPropertySheet.firePrefsChanged