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 63430 - Stream of ArrayIndexOutOfBoundsException when browsing index search
Summary: Stream of ArrayIndexOutOfBoundsException when browsing index search
Status: VERIFIED DUPLICATE of bug 65632
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: JDK_SPECIFIC, RANDOM
Depends on:
Blocks:
 
Reported: 2005-08-31 13:47 UTC by Jiri Prox
Modified: 2006-01-17 13:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ArrayIndexOutOfBoundsException (1.50 KB, text/plain)
2005-08-31 13:48 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-08-31 13:47:17 UTC
NB 4.2 200508301800
JDK 1.5.0_04

Endless stream of IOOBE is thrown when browsing throught results of index search
using keyboard. 

1) mount javadoc
2) open Index search
3) type some string  (tested with 'String' and 'Class')
4) confirm search
5) click to results
6) press DOWN key for a short time to get to the bottom of the list 
-> IOOBE is thrown, when continuing in browsing continuous stream of exceptions
is thrown, which can be stoped only by closing IDE.
Comment 1 Jiri Prox 2005-08-31 13:48:20 UTC
Created attachment 24414 [details]
ArrayIndexOutOfBoundsException
Comment 2 Zdenek Konecny 2005-09-01 15:37:25 UTC
I get same exception after clicking fast between searching results.
Comment 3 Jan Pokorsky 2005-09-01 15:41:32 UTC
It seems to be a JDK bug. I see nothing related to Netbeans form the attached
stack trace.
Comment 4 Jan Becicka 2005-09-06 13:38:17 UTC
This is bug in JDK, not in NetBeans.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5042872
Comment 5 Michel Graciano 2005-09-07 20:49:42 UTC
The JDK bug #5042872 was marked as fixed in JDK 1.5(tiger-b56), and the jiriprox
uses JDK 1.5.0_04, so, why the problem occur yet?

[]'s
Comment 6 Jan Pokorsky 2005-09-08 10:15:23 UTC
You are right, it does not look like a duplicate of JDK #5042872 even if the
stack trace seems to be similar. It is the reason I have not closed this yet. I
tried to reproduce the test case mentioned in #5042872 and it works for me. But
I am not able to reproduce even steps described above (using Javadoc Search).

Could anyone who has seen the AIOOBE try to run the test case from
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5042872 on JDK 1.5.0_04 and
verify if it works please?

If it is something else I will file a new bug against JDK.
Comment 7 Jan Pokorsky 2005-10-10 17:05:44 UTC

*** This issue has been marked as a duplicate of 65632 ***
Comment 8 Marian Mirilovic 2006-01-17 13:02:50 UTC
verified duplicate