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 189728

Summary: AssertionError: Null textComponent
Product: editor Reporter: katsuke <katsuke>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172064
Attachments: stacktrace

Description katsuke 2010-08-20 20:14:53 UTC
This bug was originally marked as duplicate of bug 183595, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201008200001)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
GUEST: view->show non-printable chars in a php file

katsuke: Pressed assigned key combination to turn off "hidden characters"




Stacktrace: 
java.lang.AssertionError: Null textComponent
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.repaintAndReplaceViews(ViewBuilder.java:481)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.reinitViews(ViewUpdates.java:137)
   at org.netbeans.modules.editor.lib2.view.DocumentView$1.run(DocumentView.java:488)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1409)
   at org.netbeans.modules.editor.lib2.view.DocumentView.reinitViews(DocumentView.java:478)
   at org.netbeans.modules.editor.lib2.view.DocumentView$4.preferenceChange(DocumentView.java:657)
Comment 1 katsuke 2010-08-20 20:14:59 UTC
Created attachment 101573 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-08-25 16:12:21 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=172064
Comment 3 Miloslav Metelka 2011-05-19 12:30:32 UTC

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