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 195205 - [70cat] IllegalStateException: limitOffset=504 > docTextLength=503
Summary: [70cat] IllegalStateException: limitOffset=504 > docTextLength=503
Status: RESOLVED DUPLICATE of bug 191620
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-02-08 21:36 UTC by misterm
Modified: 2011-02-08 23:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176516


Attachments
stacktrace (3.09 KB, text/plain)
2011-02-08 21:36 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2011-02-08 21:36:27 UTC
Build: NetBeans IDE Dev (Build 110207-defe0a5d72bc)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
GUEST: this keeps on happening when editing php files and starts very soon after launching netbeans. generally happens when deleting text and then the exceptions keep coming up until i restart.




Stacktrace: 
java.lang.IllegalStateException: limitOffset=504 > docTextLength=503
   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.initChildren(ViewUpdates.java:212)
   at org.netbeans.modules.editor.lib2.view.DocumentView.initChildren(DocumentView.java:593)
   at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.paintChildren(EditorBoxViewChildren.java:868)
Comment 1 misterm 2011-02-08 21:36:31 UTC
Created attachment 105760 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-02-08 23:24:22 UTC

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