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 191942 - IllegalStateException: Unfinished non-first replace pReplace=viewId=PV@003805d9, index=0, viewCount=0, removeCount=0, addedCount=1, Added: [0]: HV@00080b85:<13416,13417>
Summary: IllegalStateException: Unfinished non-first replace pReplace=viewId=PV@003805...
Status: RESOLVED DUPLICATE of bug 182875
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: 2010-11-14 23:08 UTC by spadija
Modified: 2010-11-19 10:44 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172706


Attachments
stacktrace (3.58 KB, text/plain)
2010-11-14 23:08 UTC, spadija
Details

Note You need to log in before you can comment on or make changes to this bug.
Description spadija 2010-11-14 23:08:31 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
zegenie: I have no idea

GUEST: pressing Enter

facilityderek: Shift Tab on a selection of HTML code in a JSP page. Decreasing indent of selected text

GUEST: implement all abstract methods in runnable

spadija: Exception happens when typing forward slash




Stacktrace: 
java.lang.IllegalStateException: Unfinished non-first replace pReplace=viewId=PV@003805d9, index=0, viewCount=0, removeCount=0, addedCount=1, Added:
    [0]: HV@00080b85:<13416,13417>

   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:296)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:137)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.insertUpdate(ViewUpdates.java:314)
   at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:82)
   at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:185)
   at org.netbeans.editor.BaseDocument.fireInsertUpdate(BaseDocument.java:1650)
Comment 1 spadija 2010-11-14 23:08:35 UTC
Created attachment 102966 [details]
stacktrace
Comment 2 Miloslav Metelka 2010-11-15 09:32:36 UTC
Could you please use a newer dev build? There was an extensive change issue #183219 and several minor changes that could eliminate this problem. Thanks.
Comment 3 Miloslav Metelka 2010-11-19 10:44:57 UTC

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