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 214443 - IndexOutOfBoundsException: Invalid line index=131 >= lineCount=118
Summary: IndexOutOfBoundsException: Invalid line index=131 >= lineCount=118
Status: RESOLVED DUPLICATE of bug 203427
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 11:50 UTC by b-k-m
Modified: 2012-06-20 15:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188389


Attachments
stacktrace (4.04 KB, text/plain)
2012-06-19 11:50 UTC, b-k-m
Details

Note You need to log in before you can comment on or make changes to this bug.
Description b-k-m 2012-06-19 11:50:43 UTC
This bug was originally marked as duplicate of bug 201841, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Server VM, 20.7-b02, Java(TM) SE Runtime Environment, 1.6.0_32-b05
OS: Windows 7

User Comments:
aleaniquilador: GIT Merge




Stacktrace: 
java.lang.IndexOutOfBoundsException: Invalid line index=131 >= lineCount=118
   at org.netbeans.modules.editor.lib2.document.LineElementRoot.getElement(LineElementRoot.java:61)
   at org.openide.text.NbDocument$DocumentRenderer.run(NbDocument.java:920)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1347)
   at org.openide.text.NbDocument$DocumentRenderer.renderToInt(NbDocument.java:895)
   at org.openide.text.NbDocument.findLineOffset(NbDocument.java:202)
   at org.openide.text.DocumentLine$Set.offset(DocumentLine.java:1066)
Comment 1 b-k-m 2012-06-19 11:50:47 UTC
Created attachment 121048 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-06-19 12:00:36 UTC
No PHP in stacktrace...I think that Mila or someone else fixed something like that few weeks ago...

But not sure of proper component, sorry.
Comment 3 Milutin Kristofic 2012-06-20 15:57:57 UTC
org.netbeans.modules.php.dbgp.annotations.BrkpntAnnotation.getAnnotationType(BrkpntAnnotation.java:93)

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