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 196557

Summary: [70cat] IllegalStateException: Unfinished non-first replace - error during view replacement: view: DV@01f29560#4:<7893,8008>, WxH:528.0x68.0; incomingMod=false; lengthyAtomicEdit=0 [0]: PV@019c4127#3:<789
Product: editor Reporter: alied <alied>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gtg, maxceem
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 177455
Attachments: stacktrace

Description alied 2011-03-10 19:03:15 UTC
Build: NetBeans Platform Dev (Build 201103100400)
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 closed the source file I was working when the error came and when selected the File menu the error came again.




Stacktrace: 
java.lang.IllegalStateException: Unfinished non-first replace - error during view replacement: view:
DV@01f29560#4:<7893,8008>, WxH:528.0x68.0; incomingMod=false; lengthyAtomicEdit=0
    [0]: PV@019c4127#3:<7893,7899> Y=0.0(R0.0), WxH:48.0x17.0
        [0]: HV@012ce723#0:<7893,7895> X=0.0(R0.0) L=[0#2]<0>;x=0.0;fC=<NULL>;bC=<NULL>
        [1]: HV@00fae6ee#0:<7895,7898> X=16.0(R16.0) L=[1#2]<2>;x=16.0;fC=RGB[150;150;150];bC=<NULL>
        [2]: NV@004f3fde#0:<7898,7899> X=40.0(R40.0)
    [1]: PV@015f0678#10:<7902,7933> Y=17.0(R17.0), WxH:248.0x17.0
        [ 0]: HV@00ea4273#0:<7902,7907> X=0.0(R0.0) L=[0#9]<0>;x=0.0;fC=<NULL>;bC=<NULL>
        [ 1]: HV@01b0a51b#0:<7907,7915> X=40.0(R40.0) L=[1#9]<5>;x=40.0;fC=<NULL>;bC=<NULL>
        [ 2]: HV@0027c2be#0:<7915,7916> X=104.0(R104.0) L=[2#9]<13>;x=104.0;fC=<NULL>;bC=<NULL>
        [ 3]: HV@00627a4a#0:<7916,7918> X=112.0(R112.0) L=[3#9]<14>;x=112.0;fC=<NULL>;bC=<NULL>
        [ 4]: HV@014aa0e2#0:<7918,7919> X=128.0(R128.0) L=[4#9]<16>;x=128.0;fC=<NULL>;bC=<NULL>
  
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:351)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:180)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.checkRebuild(ViewUpdates.java:587)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.syncViewsRebuild(ViewUpdates.java:536)
   at org.netbeans.modules.editor.lib2.view.DocumentView.syncViewsRebuild(DocumentView.java:373)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates$1.run(ViewUpdates.java:116)
Comment 1 alied 2011-03-10 19:03:21 UTC
Created attachment 106886 [details]
stacktrace
Comment 2 plastique 2011-05-08 14:43:37 UTC
setting to P2 since this is becoming quite extreme
Comment 3 Miloslav Metelka 2011-05-12 08:03:41 UTC
I'm working on a rewrite of the view rebuilding code which should eliminate this issue.
Comment 4 Miloslav Metelka 2011-05-19 09:25:14 UTC

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