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 197255

Summary: [70cat] IllegalStateException: matchOffset=38400 > docViewEndOffset=38399 docView: DV@00e10b32#160:<29507,38399>, WxH:880.0x2720.0; incomingMod=true; lengthyAtomicEdit=0; startPos:29507; endPos:38399 [ 0
Product: editor Reporter: alied <alied>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: netacq_server
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178051
Attachments: stacktrace

Description alied 2011-03-31 01:20:04 UTC
This bug was originally marked as duplicate of bug 196549, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans Platform 7.0 RC1 (Build 201103280000)
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: changed a private method to public.
than changed to another class, and invoked CC to try to add the recently changed method.




Stacktrace: 
java.lang.IllegalStateException: matchOffset=38400 > docViewEndOffset=38399
docView:
DV@00e10b32#160:<29507,38399>, WxH:880.0x2720.0; incomingMod=true; lengthyAtomicEdit=0; startPos:29507; endPos:38399
    [  0]: PV@0108cbec#19:<29507,29578> Y=0.0(R0.0), WxH:568.0x17.0
        [ 0]: HV@000925c6#0:<29507,29511> X=0.0(R0.0) L=[0#5]<0>;x=0.0;fC=<NULL>;bC=<NULL>
        [ 1]: HV@008f28c1#0:<29511,29520> X=32.0(R32.0) L=[1#5]<4>;x=32.0;fC=RGB[0;0;230];bC=<NULL>
        [ 2]: HV@00bccf9b#0:<29520,29521> X=104.0(R104.0) L=[2#5]<13>;x=104.0;fC=<NULL>;bC=<NULL>
        [ 3]: HV@01e2070a#0:<29521,29532> X=112.0(R112.0) L=[3#5]<14>;x=112.0;fC=<NULL>;bC=<NULL>
        [ 4]: HV@003c3c22#0:<29532,29533> X=200.0(R200.0) L=[4#5]<25>;x=200.0;fC=<NULL>;bC=<NULL>
        [ 5]: HV@008ffb13#0:<29533,29546> X=208.0(R208.0) L=TLc[]:13;W=104.0
        [ 6]: HV@00aca7f7#0:<29546,29547> X=312.0(R312.0) L=[0#12]<0>;x=0.0;fC=<NULL>;bC=<NULL>
        [ 7]: HV@01476d60#0:<29547,29555> X=320.0(R320.0) L=[1#12]<1>;x=8.0;fC=<NULL>;bC=<NULL>

   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:380)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:334)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:182)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.insertUpdate(ViewUpdates.java:372)
   at sun.reflect.GeneratedMethodAccessor76.invoke(GeneratedMethodAccessor76.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Comment 1 alied 2011-03-31 01:20:08 UTC
Created attachment 107392 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-03-31 16:34:53 UTC
Hi alied, unfortunately the RC1 does not contain the fix of issue 197083 which should finally eliminate this problem. So please use Dev build 201103280400 or later or upcoming RC2. Thanks.

*** This bug has been marked as a duplicate of bug 197083 ***
Comment 3 alied 2011-03-31 18:47:55 UTC
ok. I thought it was already, that's why I reported.
Is next release to be out soon?
Comment 4 Miloslav Metelka 2011-04-01 01:36:25 UTC
7.0 RC2 Go/NoGo should be April 6.
Comment 5 Miloslav Metelka 2011-04-07 08:19:00 UTC
*** Bug 197460 has been marked as a duplicate of this bug. ***