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 197056 - [70cat] IllegalStateException: startOffset=18018 < paragraphViewStartOffset=18019 docViewEndOffset=18301, paragraph-views-count=5 DV@01a260d0#5:<18019,18301>, WxH:744.0x85.0; incomingMod=true; lengthyAtomicEd
Summary: [70cat] IllegalStateException: startOffset=18018 < paragraphViewStartOffset=1...
Status: RESOLVED DUPLICATE of bug 196734
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-24 18:09 UTC by alied
Modified: 2011-03-24 22:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177158


Attachments
stacktrace (5.76 KB, text/plain)
2011-03-24 18:10 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2011-03-24 18:09:59 UTC
Build: NetBeans IDE 7.0 RC1 (Build 201103240000)
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: I selected a whole inner class and commented it out.




Stacktrace: 
java.lang.IllegalStateException: startOffset=18018 < paragraphViewStartOffset=18019
docViewEndOffset=18301, paragraph-views-count=5
DV@01a260d0#5:<18019,18301>, WxH:744.0x85.0; incomingMod=true; lengthyAtomicEdit=0
    [0]: PV@015af99b#3:<18019,18031> Y=0.0(R0.0), WxH:96.0x17.0
        [0]: HV@015f8697#0:<18019,18027> X=0.0(R0.0) L=[0#2]<0>;x=0.0;fC=<NULL>;bC=<NULL>
        [1]: HV@00829db5#0:<18027,18030> X=64.0(R64.0) L=[1#2]<8>;x=64.0;fC=RGB[150;150;150];bC=<NULL>
        [2]: NV@013fdc7d#0:<18030,18031> X=88.0(R88.0)
    [1]: PV@01b96005#21:<18031,18106> Y=17.0(R17.0), WxH:600.0x17.0
        [ 0]: HV@01a4bd3e#0:<18031,18042> X=0.0(R0.0) L=[0#20]<0>;x=0.0;fC=<NULL>;bC=<NULL>
        [ 1]: HV@00843457#0:<18042,18049> X=88.0(R88.0) L=[1#20]<11>;x=88.0;fC=<NULL>;bC=<NULL>
        [ 2]: HV@01883d0b#0:<18049,18050> X=144.0(R144.0) L=[2#20]<18>;x=144.0;fC=<NULL>;bC=<NULL>
        [ 3]: HV@015fb8a2#0:<18050,18058> X=152.0(R152.0) L=[3#20]<19>;x=152.0;fC=<NULL>;bC=<NULL>
        [ 4]: HV@01529569#0:<18058,18059> X
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.<init>(ViewBuilder.java:189)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:175)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate(ViewUpdates.java:476)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Comment 1 alied 2011-03-24 18:10:06 UTC
Created attachment 107254 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-03-24 22:23:04 UTC
Unfortunately the propagation of issue 196734 made it into release70 after starting of the RC1 build :(
There should be another build tonight so alied please test on that new RC1 build. Thanks.

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