Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 304647

Summary: [search] For input string: "filter_imports"
Product: [Eclipse Project] JDT Reporter: Jay <jay.rajani>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Eclipse Log none

Description Jay CLA 2010-03-04 04:10:19 EST
Build Identifier: M20060629-1905

Hi,

All of a sudden, i am receiving this error while searching for references of a object/method

!ENTRY org.eclipse.ui 4 0 2010-03-04 14:26:08.068
!MESSAGE For input string: "filter_imports"
!STACK 0
java.lang.NumberFormatException: For input string: "filter_imports"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
	at java.lang.Integer.parseInt(Integer.java:447)
	at java.lang.Integer.valueOf(Integer.java:553)
	at org.eclipse.jdt.internal.ui.search.MatchFilter.decodeFiltersString(MatchFilter.java:64)
	at org.eclipse.jdt.internal.ui.search.MatchFilter.getLastUsedFilters(MatchFilter.java:38)
	at org.eclipse.jdt.internal.ui.search.JavaSearchResult.<init>(JavaSearchResult.java:73)
	at org.eclipse.jdt.internal.ui.search.JavaSearchQuery.getSearchResult(JavaSearchQuery.java:258)
	at org.eclipse.search2.internal.ui.SearchHistoryDropDownAction.getMenu(SearchHistoryDropDownAction.java:111)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:514)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
	at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
	at org.eclipse.core.launcher.Main.run(Main.java:977)
	at org.eclipse.core.launcher.Main.main(Main.java:952)

Reproducible: Always
Comment 1 Jay CLA 2010-03-04 04:16:50 EST
Created attachment 160910 [details]
Eclipse Log
Comment 2 Dani Megert CLA 2010-03-04 04:25:28 EST

*** This bug has been marked as a duplicate of bug 167411 ***