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 224641 - StringIndexOutOfBoundsException: String index out of range: 73
Summary: StringIndexOutOfBoundsException: String index out of range: 73
Status: RESOLVED DUPLICATE of bug 219867
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-09 11:30 UTC by Exceptions Reporter
Modified: 2013-01-09 13:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197317


Attachments
stacktrace (2.52 KB, text/plain)
2013-01-09 11:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-09 11:30:11 UTC
This bug was originally marked as duplicate of bug 219867, 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.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
GUEST: Startup of ide

GUEST: Tried to save a file




Stacktrace: 
java.lang.StringIndexOutOfBoundsException: String index out of range: 73
   at java.lang.AbstractStringBuilder.substring(AbstractStringBuilder.java:870)
   at java.lang.StringBuilder.substring(StringBuilder.java:72)
   at java.lang.AbstractStringBuilder.subSequence(AbstractStringBuilder.java:849)
   at java.lang.StringBuilder.subSequence(StringBuilder.java:72)
   at org.netbeans.modules.html.parser.ElementsFactory$CommonAttribute.value(ElementsFactory.java:975)
   at org.netbeans.modules.html.editor.gsf.HtmlElementHandle.computeAttributesHash(HtmlElementHandle.java:88)
Comment 1 Exceptions Reporter 2013-01-09 11:30:13 UTC
Created attachment 130033 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-01-09 13:40:50 UTC

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