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 244510 - IndexOutOfBoundsException: Index: 14, Size: 14
Summary: IndexOutOfBoundsException: Index: 14, Size: 14
Status: RESOLVED DUPLICATE of bug 243240
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-15 10:25 UTC by Exceptions Reporter
Modified: 2014-08-18 09:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209733


Attachments
stacktrace (1.78 KB, text/plain)
2014-05-15 10:25 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-05-15 10:25:07 UTC
This bug was originally marked as duplicate of bug 240503, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_55-b14
OS: Linux

User Comments:
GUEST: Refactoring: rename public variable "std::vector<float> name" within a class in C++

nicolas.tappret: ctrl-H patterne not found

GUEST: Was trying to rename a C++ test function name (test1) to something more descriptive using refactoring




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 14, Size: 14
   at java.util.ArrayList.RangeCheck(ArrayList.java:635)
   at java.util.ArrayList.get(ArrayList.java:411)
   at java.util.Collections$UnmodifiableList.get(Collections.java:1211)
   at org.netbeans.modules.cnd.repository.storage.Storage$UnitIDReadConverterImpl.layerToClient(Storage.java:857)
   at org.netbeans.modules.cnd.indexing.impl.TextIndexStorage.toClientKey(TextIndexStorage.java:144)
   at org.netbeans.modules.cnd.indexing.impl.TextIndexStorage.query(TextIndexStorage.java:85)
Comment 1 Exceptions Reporter 2014-05-15 10:25:08 UTC
Created attachment 147275 [details]
stacktrace
Comment 2 Alexander Simon 2014-08-18 09:11:50 UTC

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