Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » exception when using Type browser or Type Hierarchy
exception when using Type browser or Type Hierarchy [message #58719] Mon, 16 June 2003 20:01 Go to next message
Troy Folger is currently offline Troy FolgerFriend
Messages: 6
Registered: July 2009
Junior Member
I am working on a relatively large project (5000+ .java files), and I
am using Eclipse 2.1 M1.

One problem I am having is with the Type browser; if I hit Shift-Ctrl-T
(or pick "Open Type" from the navigate menu) in this project I get an
Exception dialog stating: "Unreported exception. See log for details."

Here is the detail from the log message:

Log Session:
============
java.version=1.3.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/

Status Details:
===============
java.lang.reflect.InvocationTargetException: java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at org.eclipse.jdt.internal.core.index.impl.GammaCompressedInde xBlock.nextEntry(GammaCompressedIndexBlock.java:85)
at org.eclipse.jdt.internal.core.index.impl.BlocksIndexInput.qu eryEntriesPrefixedBy(BlocksIndexInput.java:285)
at org.eclipse.jdt.internal.core.search.matching.SearchPattern. findIndexMatches(SearchPattern.java:1161)
at org.eclipse.jdt.internal.core.search.matching.SearchPattern. findIndexMatches(SearchPattern.java:1148)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.search (PatternSearchJob.java:150)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.execut e(PatternSearchJob.java:93)
at org.eclipse.jdt.internal.core.search.processing.JobManager.p erformConcurrentJob(JobManager.java:282)
at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames( SearchEngine.java:592)
at org.eclipse.jdt.internal.corext.util.AllTypesCache.doSearchT ypes(AllTypesCache.java:130)
at org.eclipse.jdt.internal.corext.util.AllTypesCache.getAllTyp es(AllTypesCache.java:90)
at org.eclipse.jdt.internal.corext.util.AllTypesCache.getTypes( AllTypesCache.java:66)
at org.eclipse.jdt.internal.ui.dialogs.TypeSelectionDialog$1.ru n(TypeSelectionDialog.java:191)
at org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:101)


I get the same error if I attempt to open the Type Hierarchy on a class.
Is this an outright bug, or can I avoid or workaround this somehow? I
don't get the error on my smaller project.


Troy Folger
The 401k Company
Re: exception when using Type browser or Type Hierarchy [message #58747 is a reply to message #58719] Mon, 16 June 2003 20:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: adam_kiezun.ch.ibm.spam.protection.com

top of the stack looks exactly like this
https://bugs.eclipse.org/bugs/show_bug.cgi?id=31014
a.
--
eclipse.org
Re: exception when using Type browser or Type Hierarchy [message #58772 is a reply to message #58747] Mon, 16 June 2003 20:38 Go to previous messageGo to next message
Troy Folger is currently offline Troy FolgerFriend
Messages: 6
Registered: July 2009
Junior Member
On Mon, 16 Jun 2003 22:13:47 +0200, Adam Kiezun wrote:

> top of the stack looks exactly like this
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=31014
> a.

Yep, it does. I will add comments to the bug. Thanks.
Re: exception when using Type browser or Type Hierarchy [message #59164 is a reply to message #58772] Tue, 17 June 2003 13:43 Go to previous message
Troy Folger is currently offline Troy FolgerFriend
Messages: 6
Registered: July 2009
Junior Member
On Mon, 16 Jun 2003 15:38:54 -0500, Troy Folger wrote:

> On Mon, 16 Jun 2003 22:13:47 +0200, Adam Kiezun wrote:
>
>> top of the stack looks exactly like this
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=31014
>> a.
>
> Yep, it does. I will add comments to the bug. Thanks.


For the sake of completeness -

I added comments to the bug with my information. Also, I was able to
work around the bug by removing some unused jars from my classpath.
Previous Topic:3.0 M1: Incremental search is buggy?
Next Topic:38854
Goto Forum:
  


Current Time: Wed Feb 05 10:01:46 GMT 2025

Powered by FUDForum. Page generated in 0.02612 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top