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 195352 - [70cat] IllegalStateException: matchOffset=1803 > docViewEndOffset=1756 docView: DV@0018a5f0#50:<0,1756>, WxH:354.0x600.0; incomingMod=true; lengthyAtomicEdit=0 Doc: NbEditorDocument@01fbc351, Length=1755, Ve
Summary: [70cat] IllegalStateException: matchOffset=1803 > docViewEndOffset=1756 docVi...
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-11 18:00 UTC by gholmer
Modified: 2011-02-11 22:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176611


Attachments
stacktrace (4.97 KB, text/plain)
2011-02-11 18:00 UTC, gholmer
Details
stacktrace (4.96 KB, text/plain)
2011-02-11 18:28 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2011-02-11 18:00:45 UTC
Build: NetBeans IDE Dev (Build 201102100500)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
gholmer: In the editor, I had split two windows left and right. Dragged a svn diff from the left to the right and this exception appeared.




Stacktrace: 
java.lang.IllegalStateException: matchOffset=1803 > docViewEndOffset=1756
docView:
DV@0018a5f0#50:<0,1756>, WxH:354.0x600.0; incomingMod=true; lengthyAtomicEdit=0
Doc: NbEditorDocument@01fbc351, Length=1755, Version=7, StreamDesc:<NULL>
    [ 0]: PV@007a5c14#0:<0,48> Y=0.0(R0.0) "# This ...DE\n", WxH:0.0x12.0, children=null
    [ 1]: PV@01335374#0:<48,107> Y=12.0(R12.0) "# It us...s.\n", WxH:0.0x12.0, children=null
    [ 2]: PV@00abf092#0:<107,145> Y=24.0(R24.0) "--- Rem...D)\n", WxH:0.0x12.0, children=null
    [ 3]: PV@003f1720#0:<145,183> Y=36.0(R36.0) "+++ Loc...L)\n", WxH:0.0x12.0, children=null
    [ 4]: PV@000776a0#0:<183,204> Y=48.0(R48.0) "@@ -271...@@\n", WxH:0.0x12.0, children=null
    ...
    [45]: PV@01fd33a1#0:<1721,1723> Y=540.0(R540.0) "-\n", WxH:0.0x12.0, children=null
    [46]: PV@00489426#0:<1723,1747> Y=552.0(R552.0) "-    re...O;\n", WxH:0.0x12.0, children=null
    [47]: PV@01035340#2:<1747,1752> Y=564.0(R564.0) "-  }\n", WxH:30.0x12.0
        [0]: HV@00f672f0#0:<1747,1751> X=0.0(R0.0) "- 
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:385)
   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.GeneratedMethodAccessor119.invoke(GeneratedMethodAccessor119.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Comment 1 gholmer 2011-02-11 18:00:48 UTC
Created attachment 105894 [details]
stacktrace
Comment 2 stefan79 2011-02-11 18:28:21 UTC
Created attachment 105897 [details]
stacktrace
Comment 3 Marian Mirilovic 2011-02-11 22:56:44 UTC

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