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 196272 - IllegalStateException: index 200033 is out of boundaries 1
Summary: IllegalStateException: index 200033 is out of boundaries 1
Status: RESOLVED DUPLICATE of bug 197323
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 04:19 UTC by obalyuk
Modified: 2012-04-19 04:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177240


Attachments
stacktrace (4.50 KB, text/plain)
2011-03-04 04:19 UTC, obalyuk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description obalyuk 2011-03-04 04:19:30 UTC
This bug was originally marked as duplicate of bug 173003, 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.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista

User Comments:
GUEST: Alt+shift+f on large php/html file with  just pasted ~2000 lines <tr>.....</tr> that needed to be only to indented

obalyuk: attempted to format very large HTML file (5k lines +)




Stacktrace: 
java.lang.IllegalStateException: index 200033 is out of boundaries 1
   at org.netbeans.modules.css.formatting.api.embedding.JoinedTokenSequence.moveIndex(JoinedTokenSequence.java:86)
   at org.netbeans.modules.css.formatting.api.support.MarkupAbstractIndenter.getLineIndent(MarkupAbstractIndenter.java:440)
   at org.netbeans.modules.css.formatting.api.support.AbstractIndenter.processLanguage(AbstractIndenter.java:1154)
   at org.netbeans.modules.css.formatting.api.support.AbstractIndenter.calculateIndentation(AbstractIndenter.java:322)
   at org.netbeans.modules.css.formatting.api.support.AbstractIndenter.reindent(AbstractIndenter.java:201)
   at org.netbeans.modules.html.editor.indent.HtmlIndentTask.reindent(HtmlIndentTask.java:74)
Comment 1 obalyuk 2011-03-04 04:19:34 UTC
Created attachment 106692 [details]
stacktrace
Comment 2 David Konecny 2012-04-19 04:10:13 UTC

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