Bug 82619 - ArrayStoreException during search
Summary: ArrayStoreException during search
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 18:01 EST by Jared Burns CLA
Modified: 2005-01-20 05:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2005-01-11 18:01:34 EST
Build 20050111

I got the following exception while searching for references to a class
(org.eclipse.jdt.internal.debug.ui.actions.DetailOptionsDialog):

java.lang.ArrayStoreException
at java.lang.System.arraycopy(Native Method)
at
org.eclipse.jdt.internal.compiler.parser.Parser.consumeConstructorDeclaration(Parser.java:2140)
at org.eclipse.jdt.internal.compiler.parser.Parser.consumeRule(Parser.java:4806)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:8483)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:8648)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:8613)
at org.eclipse.jdt.internal.compiler.parser.Parser.dietParse(Parser.java:7361)
at
org.eclipse.jdt.internal.core.search.matching.MatchLocator.parseAndBuildBindings(MatchLocator.java:418)
at
org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:812)
at
org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:890)
at
org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1007)
at
org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches(JavaSearchParticipant.java:94)
at
org.eclipse.jdt.internal.core.search.SearchBasicEngine.findMatches(SearchBasicEngine.java:196)
at
org.eclipse.jdt.internal.core.search.SearchBasicEngine.search(SearchBasicEngine.java:382)
at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:512)
at org.eclipse.jdt.internal.ui.search.JavaSearchQuery.run(JavaSearchQuery.java:132)
at
org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:93)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Comment 1 Frederic Fusier CLA 2005-01-18 05:07:41 EST
I cannot reproduce it neither on Linux box nor on WinXP one.
I created a brand new workspace, import all external plugins selecting "Projects
with source folders" and search for references in Workspace for
DetailOptionsDialog class.
I made this test with build I20050112-1200 for Linux and WinXP.
Do you have any clues to help us to reproduce this issue?
Comment 2 Jared Burns CLA 2005-01-18 09:24:10 EST
Sorry, I have no more information. Something must have happened to get my
workbench into a bad state.
Comment 3 Frederic Fusier CLA 2005-01-18 13:15:32 EST
Is it reproduceable with your workspace?
Comment 4 Frederic Fusier CLA 2005-01-20 05:50:43 EST
Please reopen if you see this issue again.
Thanks