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 195273 - IllegalStateException: paragraphViewEndOffset=2 > docViewEndOffset=1 docView: DV@006d47ff#5:<0,1>, WxH:0.0x80.0; incomingMod=true; lengthyAtomicEdit=0 Doc: NbEditorDocument@0091dd8c, Length=0, Version
Summary: IllegalStateException: paragraphViewEndOffset=2 > docViewEndOffset=1 docView:...
Status: RESOLVED DUPLICATE of bug 191620
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-02-10 07:57 UTC by Vladimir Voskresensky
Modified: 2011-02-11 23:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176580


Attachments
stacktrace (3.42 KB, text/plain)
2011-02-10 07:57 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-02-10 07:57:29 UTC
Build: Analytics 2011/02/10 ac4357e1842b
VM: Java HotSpot(TM) Server VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: paragraphViewEndOffset=2 > docViewEndOffset=1
docView:
DV@006d47ff#5:<0,1>, WxH:0.0x80.0; incomingMod=true; lengthyAtomicEdit=0
Doc: NbEditorDocument@0091dd8c, Length=0, Version=2, StreamDesc:<NULL>
    [0]: PV@01a66240#0:<0,1> Y=0.0(R0.0) "\n", WxH:0.0x16.0, children=null
    [1]: PV@007c9625#0:<0,1> Y=16.0(R16.0) "\n", WxH:0.0x16.0, children=null
    [2]: PV@016564b8#0:<0,12> Y=32.0(R32.0), WxH:0.0x16.0, children=null
    [3]: PV@01b7a216#0:<0,1> Y=48.0(R48.0) "\n", WxH:0.0x16.0, children=null
    [4]: PV@00f293db#0:<0,1> Y=64.0(R64.0) "\n", WxH:0.0x16.0, children=null
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.checkRemoveParagraphs(ViewBuilder.java:543)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.<init>(ViewBuilder.java:246)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:139)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate(ViewUpdates.java:413)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
Comment 1 Vladimir Voskresensky 2011-02-10 07:57:32 UTC
Created attachment 105827 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-02-11 23:01:48 UTC

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