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 240740 - StringIndexOutOfBoundsException: String index out of range: -9
Summary: StringIndexOutOfBoundsException: String index out of range: -9
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 10:16 UTC by Jiri Prox
Modified: 2016-07-07 07:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206785


Attachments
stacktrace (9.97 KB, text/plain)
2014-01-21 10:16 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2014-01-21 10:16:06 UTC
Build: NetBeans IDE Dev (Build 20140121-66acce1f24d6)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b65, Java(TM) SE Runtime Environment, 1.8.0-ea-b123
OS: Windows 7

User Comments:
jiriprox: SIIOBE when selecting Findbugs analyzer.




Stacktrace: 
java.lang.StringIndexOutOfBoundsException: String index out of range: -9
   at java.lang.String.substring(String.java:1918)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.uiInit(FindBugsPanel.java:195)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.access$300(FindBugsPanel.java:104)
   at org.netbeans.modules.findbugs.options.FindBugsPanel$1$1.run(FindBugsPanel.java:135)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
Comment 1 Jiri Prox 2014-01-21 10:16:09 UTC
Created attachment 144176 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:18:11 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss