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 - AssertionError: Null textComponent
Summary: AssertionError: Null textComponent
Status: RESOLVED DUPLICATE of bug 198719
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-20 20:14 UTC by katsuke
Modified: 2011-05-19 12:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172064


Attachments
stacktrace (1.12 KB, text/plain)
2010-08-20 20:14 UTC, katsuke
Details

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