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 184995

Summary: NullPointerException at org.netbeans.modules.markoccurrences.MarkOccurrencesHighlighter.<init>
Product: third-party Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: darth_locutus, g4rf13ld, joecsc, lamboap, mmirilovic
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 31309
Attachments: stacktrace

Description Exceptions Reporter 2010-04-26 13:37:52 UTC
This issue was reported manually by mmirilovic.
It already has 31 duplicates 


Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

User Comments:
darth_locutus: just selected the "indention"-TAB in option-dialog.

g4rf13ld: Opening the editor settings window.

GUEST: Open Netbeans 6.5 nightly build

GUEST: Moving through tabs in the Options window. Error seems to have started after selecting the "Quality" category of options (from installing SQE modules)

lamboap: editing fonts and colors

GUEST: Running Tools->Options->Editor Tab->Formatting Tab
Nothing changes in tab after hit, but when I move mouse over any element of options, it appears over previous tab elements




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.markoccurrences.MarkOccurrencesHighlighter.<init>(MarkOccurrencesHighlighter.java:34)
   at org.netbeans.modules.markoccurrences.MarkOccurrencesHighlightsLayerFactory.getMarkOccurrencesHighlighter(MarkOccurrencesHighlightsLayerFactory.java:13)
   at org.netbeans.modules.markoccurrences.MarkOccurrencesHighlightsLayerFactory.createLayers(MarkOccurrencesHighlightsLayerFactory.java:19)
   at org.netbeans.modules.editor.lib2.highlighting.HighlightingManager$Highlighting.rebuildAllLayers(HighlightingManager.java:288)
   at org.netbeans.modules.editor.lib2.highlighting.HighlightingManager$Highlighting.rebuildAll(HighlightingManager.java:258)
   at org.netbeans.modules.editor.lib2.highlighting.HighlightingManager$Highlighting.<init>(HighlightingManager.java:154)
Comment 1 Exceptions Reporter 2010-04-26 13:38:01 UTC
Created attachment 98036 [details]
stacktrace