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 228866 - StringIndexOutOfBoundsException: String index out of range: 1262
Summary: StringIndexOutOfBoundsException: String index out of range: 1262
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-22 21:10 UTC by muellermi
Modified: 2013-07-13 02:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200152


Attachments
stacktrace (3.12 KB, text/plain)
2013-04-22 21:10 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2013-04-22 21:10:29 UTC
Build: NetBeans IDE Dev (Build web-main-javaee7-249-on-20130422)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 8

Stacktrace: 
java.lang.StringIndexOutOfBoundsException: String index out of range: 1262
   at java.lang.String.substring(String.java:1907)
   at java.lang.String.subSequence(String.java:1946)
   at org.netbeans.modules.web.jsf.editor.hints.LibraryDeclarationChecker.checkLibraryDeclarations(LibraryDeclarationChecker.java:317)
   at org.netbeans.modules.web.jsf.editor.hints.LibraryDeclarationChecker.compute(LibraryDeclarationChecker.java:98)
   at org.netbeans.modules.web.jsf.editor.hints.HintsRegistry.gatherHints(HintsRegistry.java:79)
   at org.netbeans.modules.web.jsf.editor.JsfHtmlExtension.computeErrors(JsfHtmlExtension.java:703)
Comment 1 muellermi 2013-04-22 21:10:30 UTC
Created attachment 133680 [details]
stacktrace
Comment 2 Martin Fousek 2013-04-23 07:03:50 UTC
Please, do you have source where are you able to reproduce this issue? It would really help to find cause of your troubles. Thanks...
Comment 3 Martin Fousek 2013-07-12 08:41:25 UTC
web-main #820022c500f8
Comment 4 Quality Engineering 2013-07-13 02:02:27 UTC
Integrated into 'main-silver', will be available in build *201307122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/820022c500f8
User: Martin Fousek <marfous@netbeans.org>
Log: #228866 - StringIndexOutOfBoundsException: String index out of range: 1262