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 183368 - Error in RequestProcessor org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting$1
Summary: Error in RequestProcessor org.netbeans.modules.editor.impl.highlighting.Annot...
Status: RESOLVED DUPLICATE of bug 182640
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: -S1S-
Hardware: PC All
: P2 normal (vote)
Assignee: issues@editor
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2010-04-01 16:41 UTC by Alexander Pepin
Modified: 2010-04-04 21:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-04-01 16:41:00 UTC
An exception appears in messages.log and causes automatic test failures.  

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting$1
java.lang.NullPointerException
	at org.netbeans.modules.editor.lib2.view.ViewUtils.repaint(ViewUtils.java:168)
	at org.netbeans.modules.editor.lib2.view.ViewBuilder.repaintAndReplaceViews(ViewBuilder.java:435)
	at org.netbeans.modules.editor.lib2.view.ViewUpdates.checkRebuild(ViewUpdates.java:445)
	at org.netbeans.modules.editor.lib2.view.ViewUpdates$FactoriesListener.viewFactoryChanged(ViewUpdates.java:476)
	at org.netbeans.modules.editor.lib2.view.EditorViewFactory.fireEvent(EditorViewFactory.java:194)
	at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.highlightChanged(HighlightsViewFactory.java:225)
	at org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer.fireHighlightsChange(AbstractHighlightsContainer.java:110)
	at org.netbeans.modules.editor.lib2.highlighting.CompoundHighlightsContainer.access$100(CompoundHighlightsContainer.java:64)
	at org.netbeans.modules.editor.lib2.highlighting.CompoundHighlightsContainer$2.run(CompoundHighlightsContainer.java:303)
	at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1379)
	at org.netbeans.modules.editor.lib2.highlighting.CompoundHighlightsContainer.layerChanged(CompoundHighlightsContainer.java:301)
	at org.netbeans.modules.editor.lib2.highlighting.CompoundHighlightsContainer.access$400(CompoundHighlightsContainer.java:64)
	at org.netbeans.modules.editor.lib2.highlighting.CompoundHighlightsContainer$LayerListener.highlightChanged(CompoundHighlightsContainer.java:481)
	at org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer.fireHighlightsChange(AbstractHighlightsContainer.java:110)
	at org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting.highlightChanged(AnnotationsHighlighting.java:103)
	at org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer.fireHighlightsChange(AbstractHighlightsContainer.java:110)
	at org.netbeans.spi.editor.highlighting.support.OffsetsBag.setHighlights(OffsetsBag.java:237)
	at org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting$2.run(AnnotationsHighlighting.java:161)
	at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1379)
	at org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting.refreshAllLines(AnnotationsHighlighting.java:159)
	at org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting.access$000(AnnotationsHighlighting.java:72)
[catch] at org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting$1.run(AnnotationsHighlighting.java:119)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1369)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1907)
Comment 1 David Strupl 2010-04-04 21:43:09 UTC

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