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 220122 - [73cat] StringIndexOutOfBoundsException: String index out of range: 74
Summary: [73cat] StringIndexOutOfBoundsException: String index out of range: 74
Status: RESOLVED DUPLICATE of bug 220110
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 15:20 UTC by misterm
Modified: 2012-10-16 07:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193524


Attachments
stacktrace (5.30 KB, text/plain)
2012-10-15 15:20 UTC, misterm
Details
stacktrace (5.30 KB, text/plain)
2012-10-15 15:23 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-10-15 15:20:52 UTC
Build: NetBeans IDE Dev (Build 20121008-5c87dd7d5cc2)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.StringIndexOutOfBoundsException: String index out of range: 74
   at java.lang.String.substring(String.java:1907)
   at org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider.getCompletionTreePath(JPACodeCompletionProvider.java:321)
   at org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider.access$100(JPACodeCompletionProvider.java:91)
   at org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$Context.initMethodContext(JPACodeCompletionProvider.java:537)
   at org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$Context.getMethod(JPACodeCompletionProvider.java:641)
   at org.netbeans.modules.j2ee.persistence.editor.completion.ETCompletionContextResolver.resolve(ETCompletionContextResolver.java:78)
Comment 1 misterm 2012-10-15 15:20:55 UTC
Created attachment 125972 [details]
stacktrace
Comment 2 misterm 2012-10-15 15:23:23 UTC
Created attachment 125973 [details]
stacktrace
Comment 3 Sergey Petrov 2012-10-16 07:03:14 UTC

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