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 183191 - AssertionError: Null textComponent
Summary: AssertionError: Null textComponent
Status: RESOLVED DUPLICATE of bug 182939
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 13:37 UTC by ehsavoie
Modified: 2010-04-03 10:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167342


Attachments
stacktrace (1.72 KB, text/plain)
2010-03-30 13:38 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2010-03-30 13:37:58 UTC
Build: NetBeans IDE Dev (Build 201003270201)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

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.reinitViews(ViewUpdates.java:133)
   at org.netbeans.modules.editor.lib2.view.DocumentView.reinitViews(DocumentView.java:360)
   at org.netbeans.modules.editor.lib2.view.DocumentView.propertyChange(DocumentView.java:827)
   at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:188)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
Comment 1 ehsavoie 2010-03-30 13:38:02 UTC
Created attachment 96341 [details]
stacktrace
Comment 2 David Strupl 2010-04-03 10:44:49 UTC

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