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 183279

Summary: AssertionError: Null textComponent
Product: editor Reporter: Alexandr Scherbatiy <sunflower>
Component: Painting & PrintingAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167399
Attachments: stacktrace

Description Alexandr Scherbatiy 2010-03-31 13:57:52 UTC
Build: NetBeans IDE Dev (Build 201003290201)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP

Stacktrace: 
java.lang.AssertionError: Null textComponent
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.repaintAndReplaceViews(ViewBuilder.java:361)
   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)
Comment 1 Alexandr Scherbatiy 2010-03-31 13:57:58 UTC
Created attachment 96446 [details]
stacktrace
Comment 2 Alexandr Scherbatiy 2010-03-31 13:58:31 UTC
Affects NB JavaFX plugin
Comment 3 David Strupl 2010-04-03 10:45:21 UTC

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