Bug 57032 - exception when i use "show the next match" button of the search view a while
Summary: exception when i use "show the next match" button of the search view a while
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2004-04-01 07:06 EST by Michael Seele CLA
Modified: 2007-06-22 10:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Seele CLA 2004-04-01 07:06:56 EST
eclipse M8 3.0


!ENTRY org.eclipse.core.runtime 4 2 Apr 01, 2004 14:00:50.632
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.IllegalArgumentException: Argument not valid
	at org.eclipse.swt.SWT.error(SWT.java:2611)
	at org.eclipse.swt.SWT.error(SWT.java:2555)
	at org.eclipse.swt.graphics.TextStyle.<init>(TextStyle.java:26)
	at
org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:406)
	at
org.eclipse.swt.custom.StyledText$ContentWidthCache.contentWidth(StyledText.java:1252)
	at
org.eclipse.swt.custom.StyledText$ContentWidthCache.calculate(StyledText.java:1215)
	at org.eclipse.swt.custom.StyledText.redraw(StyledText.java:5750)
	at org.eclipse.swt.custom.StyledText.setTabs(StyledText.java:7324)
	at org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:318)
	at
org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.configure(JavaSourceViewer.java:145)
	at
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.configure(CompilationUnitEditor.java:286)
	at
org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.doSetInput(JavaEditor.java:2587)
	at
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSetInput(CompilationUnitEditor.java:1322)
	at
org.eclipse.ui.texteditor.AbstractTextEditor.setInput(AbstractTextEditor.java:2524)
	at org.eclipse.ui.internal.WorkbenchPage.reuseEditor(WorkbenchPage.java:2029)
	at
org.eclipse.ui.internal.EditorManager.reuseInternalEditor(EditorManager.java:603)
	at
org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:435)
	at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:426)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2129)
	at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2072)
	at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2059)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2054)
	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265)
	at
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137)
	at
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:115)
	at
org.eclipse.jdt.internal.ui.search.JavaSearchResultPage.showMatch(JavaSearchResultPage.java:99)
	at
org.eclipse.search.ui.text.AbstractTextSearchViewPage$7.run(AbstractTextSearchViewPage.java:467)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610)
	at org.eclipse.core.runtime.Platform.run(Platform.java:521)
	at
org.eclipse.search.ui.text.AbstractTextSearchViewPage.showMatch(AbstractTextSearchViewPage.java:472)
	at
org.eclipse.search.ui.text.AbstractTextSearchViewPage.showCurrentMatch(AbstractTextSearchViewPage.java:525)
	at
org.eclipse.search.ui.text.AbstractTextSearchViewPage.gotoNextMatch(AbstractTextSearchViewPage.java:498)
	at
org.eclipse.search2.internal.ui.basic.views.ShowNextResultAction.run(ShowNextResultAction.java:33)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550)
	at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502)
	at
org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:474)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
	at org.eclipse.core.launcher.Main.run(Main.java:692)
	at org.eclipse.core.launcher.Main.main(Main.java:676)
Comment 1 Dani Megert CLA 2004-04-01 10:42:38 EST
look similar to bug 56158.

Can you provide steps to reproduce?
Comment 2 Michael Seele CLA 2004-04-02 01:15:28 EST
no
Comment 3 Dani Megert CLA 2004-04-02 03:01:39 EST
Please reopen when you see this next time and try to attach as many info as
possible.
Comment 4 Dani Megert CLA 2007-06-22 09:59:07 EDT
Get rid of deprecated state.
Comment 5 Dani Megert CLA 2007-06-22 10:04:26 EDT
.