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 196616 - [70cat] IllegalStateException: matchOffset=31833 > docViewEndOffset=31832 docView: DV@0127b4a5#83:<27642,31832>, WxH:904.0x1411.0; incomingMod=true; lengthyAtomicEdit=0 [ 0]: PV@0189f2a6#11:<27642,27680>
Summary: [70cat] IllegalStateException: matchOffset=31833 > docViewEndOffset=31832 doc...
Status: RESOLVED DUPLICATE of bug 196615
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-03-12 07:39 UTC by alied
Modified: 2011-03-12 08:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177497


Attachments
stacktrace (6.13 KB, text/plain)
2011-03-12 07:39 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2011-03-12 07:39:54 UTC
This bug was originally marked as duplicate of bug 191620, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0 RC1 (Build 201103100000)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
alied: after typing a variable's name and pressing dot

alied: just typing code




Stacktrace: 
java.lang.IllegalStateException: matchOffset=31833 > docViewEndOffset=31832
docView:
DV@0127b4a5#83:<27642,31832>, WxH:904.0x1411.0; incomingMod=true; lengthyAtomicEdit=0
    [ 0]: PV@0189f2a6#11:<27642,27680> Y=0.0(R0.0), WxH:304.0x17.0
        [ 0]: HV@0160fc2c#0:<27642,27646> X=0.0(R0.0) L=[0#5]<0>;x=0.0;fC=<NULL>;bC=<NULL>
        [ 1]: HV@004bdfac#0:<27646,27652> X=32.0(R32.0) L=[1#5]<4>;x=32.0;fC=RGB[0;0;230];bC=<NULL>
        [ 2]: HV@0149d0da#0:<27652,27653> X=80.0(R80.0) L=[2#5]<10>;x=80.0;fC=<NULL>;bC=<NULL>
        [ 3]: HV@012ea948#0:<27653,27659> X=88.0(R88.0) L=[3#5]<11>;x=88.0;fC=<NULL>;bC=<NULL>
        [ 4]: HV@006bf212#0:<27659,27660> X=136.0(R136.0) L=[4#5]<17>;x=136.0;fC=<NULL>;bC=<NULL>
        ...
        [ 6]: HV@00e1a1e9#0:<27675,27676> X=264.0(R264.0) L=[0#4]<0>;x=0.0;fC=<NULL>;bC=<NULL>
        [ 7]: HV@014d03f2#0:<27676,27677> X=272.0(R272.0) L=[1#4]<1>;x=8.0;fC=<NULL>;bC=<NULL>
        [ 8]: HV@013e09a3#0:<27677,27678> X=280.0(R280.0) L=[2#4]<2>;x=16.0;fC=<NULL>;bC=<NULL>
        [
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:389)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:343)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:180)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.insertUpdate(ViewUpdates.java:367)
   at sun.reflect.GeneratedMethodAccessor331.invoke(GeneratedMethodAccessor331.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Comment 1 alied 2011-03-12 07:39:57 UTC
Created attachment 106924 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-03-12 08:52:10 UTC

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