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 - NullPointerException at org.netbeans.modules.markoccurrences.MarkOccurrencesHighlighter.<init>
Summary: NullPointerException at org.netbeans.modules.markoccurrences.MarkOccurrencesH...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 13:37 UTC by Exceptions Reporter
Modified: 2010-04-26 13:38 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 31309


Attachments
stacktrace (3.52 KB, text/plain)
2010-04-26 13:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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