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 219552 - IndexOutOfBoundsException: Index: 108, Size: 33
Summary: IndexOutOfBoundsException: Index: 108, Size: 33
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on: 219645
Blocks:
  Show dependency tree
 
Reported: 2012-10-04 19:38 UTC by javydreamercsw
Modified: 2016-07-07 08:37 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185728


Attachments
stacktrace (3.26 KB, text/plain)
2012-10-04 19:38 UTC, javydreamercsw
Details
stacktrace (3.30 KB, text/plain)
2012-11-20 14:01 UTC, karas87
Details
stacktrace (2.02 KB, text/plain)
2015-02-05 18:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-10-04 19:38:48 UTC
Build: NetBeans IDE Dev (Build 201210040002)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
javydreamercsw: Project building

GUEST: Happens at NetBeans startup and seems to affect code autocompletion (doesn't detect declared class methods in php)

Love NetBeans, thank you so much guys!

GUEST: when i finding usage of method in overrided class




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 108, Size: 33
   at java.util.ArrayList.RangeCheck(ArrayList.java:604)
   at java.util.ArrayList.get(ArrayList.java:382)
   at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
   at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
   at org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
   at org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
Comment 1 javydreamercsw 2012-10-04 19:38:50 UTC
Created attachment 125408 [details]
stacktrace
Comment 2 Milos Kleint 2012-10-05 15:10:21 UTC
the error doesn't seem to be directly related to maven/indexer usage only, some stacktraces from java indexing or php indexing. Apparently lucene error?  upgrading to lucene 3.6.1 (as maven indexer recently did) doesn't seem  to fix the issue
Comment 3 Tomas Zezula 2012-10-17 14:01:19 UTC
This happens when the index is corrupted. It was not closed before IDE exit.
Comment 4 Milos Kleint 2012-10-17 14:02:50 UTC
then likely related to issue 219645 which I reported upstream to the apache project.
Comment 5 karas87 2012-11-20 14:01:35 UTC
Created attachment 128133 [details]
stacktrace
Comment 6 Tomas Stupka 2014-12-05 17:05:34 UTC
no report since 7.3. Closing for now.
Comment 7 Exceptions Reporter 2014-12-25 19:14:37 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=185728
Comment 8 Exceptions Reporter 2015-02-05 18:30:21 UTC
Created attachment 151837 [details]
stacktrace

l
Comment 9 Martin Balin 2016-07-07 08:37:00 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