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 194588 - AssertionError: childStartOffset=895 > startOffset=372
Summary: AssertionError: childStartOffset=895 > startOffset=372
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: 2011-01-21 16:03 UTC by orangeudav
Modified: 2011-05-19 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174170


Attachments
stacktrace (3.32 KB, text/plain)
2011-01-21 16:03 UTC, orangeudav
Details

Note You need to log in before you can comment on or make changes to this bug.
Description orangeudav 2011-01-21 16:03:34 UTC
This bug was originally marked as duplicate of bug 189625, 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 201101200001)
VM: OpenJDK Client VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
GUEST: Coding

GUEST: Tabbing blocks of text

GUEST: hit ENTER :)

orangeudav: edit text

GUEST: Tabbign text around




Stacktrace: 
java.lang.AssertionError: childStartOffset=895 > startOffset=372
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.<init>(ViewBuilder.java:197)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:140)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate(ViewUpdates.java:414)
   at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.removeUpdate(PriorityDocumentListenerList.java:102)
   at javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:260)
   at org.netbeans.editor.BaseDocument.fireRemoveUpdate(BaseDocument.java:1670)
Comment 1 orangeudav 2011-01-21 16:03:38 UTC
Created attachment 105247 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-05-19 12:26:27 UTC

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