 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: "Open Type" crash.
Posted: Mar 05, 2010 - 10:15 AM
|
|
Veteran Member


Joined: Nov 10, 2006
Posts: 44
|
|
MyEclipse (v 8.0.20091120) has just recently started throwing an error when I try and use the "Open Type" option (ctrl-alt T shortcut for me)
The Open Type popup appears but as soon as I start typing the class name in the text area, I get a "Problem Occured" popup saying:
| Quote: | "Items filtering" has encountered a problem. An internal error occured during "Items Filtering".
|
Clicking details shows me the following:
| Quote: | An internal error occurred during: "Items filtering".
Class file name must end with .class |
The error log shows the following error:
| Quote: | !ENTRY org.eclipse.core.jobs 4 2 2010-03-05 09:59:20.586
!MESSAGE An internal error occurred during: "Items filtering".
!STACK 0
java.lang.IllegalArgumentException: Class file name must end with .class
at org.eclipse.jdt.internal.core.PackageFragment.getClassFile(PackageFragment.java:182)
at org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper.createTypeFromJar(TypeNameMatchRequestorWrapper.java:146)
at org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper.acceptType(TypeNameMatchRequestorWrapper.java:108)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine$3.acceptIndexMatch(BasicSearchEngine.java:1111)
at org.eclipse.jdt.core.search.SearchPattern.acceptMatch(SearchPattern.java:299)
at org.eclipse.jdt.core.search.SearchPattern.findIndexMatches(SearchPattern.java:2124)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.findIndexMatches(MatchLocator.java:264)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.search(PatternSearchJob.java:97)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.execute(PatternSearchJob.java:63)
at org.eclipse.jdt.internal.core.search.processing.JobManager.performConcurrentJob(JobManager.java:276)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine.searchAllTypeNames(BasicSearchEngine.java:1122)
at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames(SearchEngine.java:815)
at org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog.fillContentProvider(FilteredTypesSelectionDialog.java:556)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.filterContent(FilteredItemsSelectionDialog.java:2182)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.internalRun(FilteredItemsSelectionDialog.java:2124)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.doRun(FilteredItemsSelectionDialog.java:2096)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.run(FilteredItemsSelectionDialog.java:2083)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) |
|
|
|
| |
|
|
|
 |
|
|
Post subject: RE: "Open Type" crash.
Posted: Mar 05, 2010 - 11:33 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
|
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 05, 2010 - 11:39 AM
|
|
Veteran Member


Joined: Nov 10, 2006
Posts: 44
|
|
Tried that already, to no avail I'm afraid. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 08, 2010 - 04:43 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
DaftMule,
Can you switch to a new workspace and check if the issue persists? If the issue still persists, can you try pulse?
The following are the steps using pulse -
1. Download pulse explorer from www.poweredbypulse.com.
2. Open pulse explorer and select "Eclipse Galileo" in the left pane.
3. Your profile should be listed uder myprofiles. Select your profile, right click on it and from the context menu select "Re-install and Run".
Let me know if this works for you. |
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 08, 2010 - 10:06 AM
|
|
Veteran Member


Joined: Nov 10, 2006
Posts: 44
|
|
All was OK when I switched to a new workspace. By way of a test, I went into my old workspace and closed all projects except two I was using and the crash did not happen. It would therefore seem that the problem lies with the Open Type trying to reference something that it doesn't like in another project. |
|
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |