exception when using Type browser or Type Hierarchy [message #58719] |
Mon, 16 June 2003 16:01  |
Eclipse User |
|
|
|
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
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03774 seconds