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 157880 - javax.swing.text.StateInvariantError: Can't render: 145,222
Summary: javax.swing.text.StateInvariantError: Can't render: 145,222
Status: CLOSED DUPLICATE of bug 156490
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-04 06:33 UTC by timothyb89
Modified: 2011-06-09 17:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 45943


Attachments
stacktrace (6.13 KB, text/plain)
2009-02-04 06:33 UTC, timothyb89
Details

Note You need to log in before you can comment on or make changes to this bug.
Description timothyb89 2009-02-04 06:33:39 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.25.16-0.1-pae, i386

User Comments:
timothyb89: I was just attempting to make a Subversion commit. No idea what changed- this has never happened before. The text field locks up, and nothing can be typed, but the window can still be closed and the the "Changed files" can still be modified.

leonchiver: I was trying to edit a commit message

bondolo: Attempting to change a memorized commit message.

GUEST: Error pops up when trying to add commit message when committing to subversion by right-clicking file tab in editor, selecting subversion -> commit.

GUEST: In a Ruby project, I right-clicked a folder in the [Files] view and selected [Subversion].  Error box appeared.

GUEST: I was commiting changes to subversion repository when I tried delete selected commit's description.

GUEST: attempting to edit an svn commit comment.

GUEST: attempting to edit svn commit message.  only occurs when you attempt to highlight and  delete a section of the text.

jersinghaus: Tried to clear the old commit message.

Highlighted the old text and hit delete button.

GUEST: committing to a remote subversion repository

GUEST: typing a name on a use case

timothyb89: I was just attempting to make a Subversion commit. No idea what changed- this has never happened before. The text field locks up, and nothing can be typed, but the window can still be closed and the the "Changed files" can still be modified.



Stacktrace: 
javax.swing.text.StateInvariantError: Can't render: 145,222
        at javax.swing.text.WrappedPlainView.drawLine(WrappedPlainView.java:109)
        at javax.swing.text.WrappedPlainView$WrappedLine.paint(WrappedPlainView.java:587)
        at javax.swing.text.BoxView.paintChild(BoxView.java:144)
        at javax.swing.text.BoxView.paint(BoxView.java:416)
        at javax.swing.text.WrappedPlainView.paint(WrappedPlainView.java:354)
        at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1422)
Comment 1 timothyb89 2009-02-04 06:33:46 UTC
Created attachment 76529 [details]
stacktrace
Comment 2 Ondrej Vrabec 2009-03-19 14:17:25 UTC

*** This issue has been marked as a duplicate of 156490 ***