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 63125 - SIOOBE in code templates when editing HTML
Summary: SIOOBE in code templates when editing HTML
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-08-26 08:12 UTC by zikmund
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.StringIndexOutOfBoundsException: String index out of range: -5 at java.lang.AbstractStringBuilder.setLength(AbstractStringBuilder.java:146) (2.92 KB, text/plain)
2005-08-26 08:13 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-08-26 08:12:42 UTC
Build 20050825-0258

WHen I edited HTML file I got this exception (only once). I don't have
reproducible case, sorry.
Comment 1 zikmund 2005-08-26 08:13:40 UTC
Created attachment 24256 [details]
java.lang.StringIndexOutOfBoundsException: String index out of range: -5 at java.lang.AbstractStringBuilder.setLength(AbstractStringBuilder.java:146)
Comment 2 Daniel Prusa 2005-10-25 14:54:14 UTC
Fixed in trunk.

/cvs/editor/codetemplates/src/org/netbeans/lib/editor/codetemplates/AbbrevDetection.java
new revision: 1.5; previous revision: 1.4