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 271291 - IndexOutOfBoundsException: View index=2 >= 2
Summary: IndexOutOfBoundsException: View index=2 >= 2
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-14 15:47 UTC by Exceptions Reporter
Modified: 2017-08-14 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230029


Attachments
stacktrace (4.79 KB, text/plain)
2017-08-14 15:47 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-08-14 15:47:16 UTC
This bug was originally marked as duplicate of bug 225451, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
GUEST: Se bloqueo el enter.




Stacktrace: 
java.lang.IndexOutOfBoundsException: View index=2 >= 2
   at org.netbeans.modules.editor.lib2.view.ParagraphView.getEditorView(ParagraphView.java:230)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:866)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:731)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:685)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.updateViewsByModification(ViewUpdates.java:316)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.insertUpdate(ViewUpdates.java:252)
Comment 1 Exceptions Reporter 2017-08-14 15:47:19 UTC
Created attachment 164949 [details]
stacktrace