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 195038

Summary: [70cat] IllegalStateException: limitOffset=2313 > docTextLength=2312
Product: editor Reporter: javydreamercsw <javydreamercsw>
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: 176406
Attachments: stacktrace

Description javydreamercsw 2011-02-03 16:20:15 UTC
Build: NetBeans IDE Dev (Build 201102030000)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

User Comments:
javydreamercsw: Using undo... After the first instance it gets stuck throwing errors until I restart.




Stacktrace: 
java.lang.IllegalStateException: limitOffset=2313 > docTextLength=2312
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:402)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:336)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:145)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.insertUpdate(ViewUpdates.java:316)
   at sun.reflect.GeneratedMethodAccessor82.invoke(GeneratedMethodAccessor82.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Comment 1 javydreamercsw 2011-02-03 16:20:18 UTC
Created attachment 105626 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-02-07 12:56:09 UTC

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