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 198043 - IllegalStateException: matchOffset=9601 > docViewEndOffset=9582
Summary: IllegalStateException: matchOffset=9601 > docViewEndOffset=9582
Status: RESOLVED DUPLICATE of bug 198719
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-24 16:02 UTC by maxceem
Modified: 2011-05-19 12:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178319


Attachments
stacktrace (928 bytes, text/plain)
2011-04-24 16:02 UTC, maxceem
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maxceem 2011-04-24 16:02:18 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
netacq_server: Undo of some code entry with 'ctrl-z'. This exception is frequent to the point where perhaps only half of the undoi actions succeed. When this exception occurrs, the undo/redo history is lost, making it very perturbing to code development.




Stacktrace: 
java.lang.IllegalStateException: matchOffset=9601 > docViewEndOffset=9582
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.<init>(ViewBuilder.java:259)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:175)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.checkRebuild(ViewUpdates.java:597)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.syncViewsRebuild(ViewUpdates.java:544)
   at org.netbeans.modules.editor.lib2.view.DocumentView.syncViewsRebuild(DocumentView.java:373)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates$1.run(ViewUpdates.java:118)
Comment 1 maxceem 2011-04-24 16:02:22 UTC
Created attachment 107922 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-05-19 12:13:03 UTC

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