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 253465 - IndexOutOfBoundsException: end < start (-1 < 1540)
Summary: IndexOutOfBoundsException: end < start (-1 < 1540)
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-14 13:59 UTC by Maksim Khramov
Modified: 2015-07-14 14:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216347


Attachments
stacktrace (3.48 KB, text/plain)
2015-07-14 13:59 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2015-07-14 13:59:53 UTC
Build: NetBeans IDE Dev (Build 201507140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b02, Java(TM) SE Runtime Environment, 1.8.0_51-b13
OS: Windows 7

User Comments:
mkhramov: Edit java code

GUEST: Clean and build maven ear project.




Stacktrace: 
java.lang.IndexOutOfBoundsException: end < start (-1 < 1540)
   at org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription(ErrorDescriptionFactory.java:231)
   at org.netbeans.modules.j2ee.ejbverification.HintsUtils.createProblem(HintsUtils.java:126)
   at org.netbeans.modules.j2ee.ejbverification.rules.BusinessMethodExposed.run(BusinessMethodExposed.java:169)
   at sun.reflect.GeneratedMethodAccessor164.invoke(GeneratedMethodAccessor164.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
Comment 1 Maksim Khramov 2015-07-14 13:59:58 UTC
Created attachment 154615 [details]
stacktrace