Bug 4282 - IllegalArgumentEx from HoverControler (1GKYY59)
Summary: IllegalArgumentEx from HoverControler (1GKYY59)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Joe Szurszewski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 23:09 EDT by Martin Aeschlimann CLA
Modified: 2001-12-03 16:40 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2001-10-10 23:09:06 EDT
org/eclipse/jface/util/Assert$AssertionFailedException.<init>(Ljava/lang/String;)V
   org/eclipse/jface/util/Assert.isNotNull(Ljava/lang/Object;Ljava/lang/String;)V
   org/eclipse/jface/util/Assert.isNotNull(Ljava/lang/Object;)V
   org/eclipse/jface/text/AbstractHoveringController.<init>(Lorg/eclipse/jface/text/IHoverControlCreator;)V
   org/eclipse/jface/text/contentassist/AdditionalInfoController.<init>(Lorg/eclipse/jface/text/IHoverControlCreator;I)V
   org/eclipse/jface/text/contentassist/ContentAssistant.install(Lorg/eclipse/jface/text/ITextViewer;)V
   org/eclipse/jface/text/source/SourceViewer.configure(Lorg/eclipse/jface/text/source/SourceViewerConfiguration;)V
   org/eclipse/jdt/internal/debug/ui/display/DisplayView.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V
   org/eclipse/ui/internal/PartPane$2.run()V
   org/eclipse/core/internal/runtime/InternalPlatform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V
   org/eclipse/core/runtime/Platform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V
   org/eclipse/ui/internal/PartPane.createChildControl(Lorg/eclipse/swt/widgets/Composite;)V
   org/eclipse/ui/internal/PartPane.createControl(Lorg/eclipse/swt/widgets/Composite;)V
   org/eclipse/ui/internal/ViewPane.createControl(Lorg/eclipse/swt/widgets/Composite;)V
   org/eclipse/ui/internal/PartTabFolder.createPartTab(Lorg/eclipse/ui/internal/LayoutPart;Ljava/lang/String;I)Lorg/eclipse/swt/custom/CTabItem;
   org/eclipse/ui/internal/PartTabFolder.createControl(Lorg/eclipse/swt/widgets/Composite;)V
   org/eclipse/ui/internal/PartSashContainer.createControl(Lorg/eclipse/swt/widgets/Composite;)V
   org/eclipse/ui/internal/PerspectivePresentation.activate(Lorg/eclipse/swt/widgets/Composite;)V
   org/eclipse/ui/internal/Perspective.onActivate()V
   org/eclipse/ui/internal/WorkbenchPage.onActivate()V
   org/eclipse/ui/internal/WorkbenchWindow$5.run()V
   org/eclipse/swt/custom/BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V
   org/eclipse/ui/internal/WorkbenchWindow.setActivePage(Lorg/eclipse/ui/IWorkbenchPage;)V
   org/eclipse/debug/internal/ui/DebugUIPlugin.activateDebugLayoutPage(Lorg/eclipse/debug/internal/ui/DebugUIPlugin$SwitchContext;Ljava/lang/String;)V
   org/eclipse/debug/internal/ui/DebugUIPlugin.switchToDebugPerspective(Ljava/lang/Object;Ljava/lang/String;)V
   org/eclipse/debug/internal/ui/DebugUIPlugin$6.run()V
   org/eclipse/swt/widgets/RunnableLock.run()V
   org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z
   org/eclipse/swt/widgets/Display.runAsyncMessages()Z
   org/eclipse/swt/widgets/Display.readAndDispatch()Z
   org/eclipse/jface/operation/ModalContext$ModalContextThread.block()V
   org/eclipse/jface/operation/ModalContext.run(Lorg/eclipse/jface/operation/IRunnableWithProgress;ZLorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/swt/widgets/Display;)V
   org/eclipse/jface/dialogs/ProgressMonitorDialog.run(ZZLorg/eclipse/jface/operation/IRunnableWithProgress;)V
   com/oti/eclipsetools/internal/PluginLauncherDelegate.launch([Ljava/lang/Object;Ljava/lang/String;Lorg/eclipse/debug/core/ILauncher;)Z
   org/eclipse/debug/internal/core/Launcher.launch([Ljava/lang/Object;Ljava/lang/String;)Z
   org/eclipse/debug/internal/ui/LaunchSelectionAction$1.run()V
   org/eclipse/swt/custom/BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V
   org/eclipse/debug/internal/ui/LaunchSelectionAction.run()V
   org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/jface/action/ActionContributionItem.handleWidgetEvent(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/jface/action/ActionContributionItem.access$0(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/jface/action/ActionContributionItem$ActionListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/Widget.notifyListeners(ILorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/Display.runDeferredEvents()Z
   org/eclipse/swt/widgets/Display.readAndDispatch()Z
   org/eclipse/ui/internal/Workbench.runEventLoop()V
   org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object;
   org/eclipse/core/internal/boot/InternalBootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Object;
   org/eclipse/core/boot/BootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Object;
   java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
   org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)Ljava/lang/Object;
   org/eclipse/core/launcher/Main.run([Ljava/lang/String;)Ljava/lang/Object;
   org/eclipse/core/launcher/UIMain.main([Ljava/lang/String;)V
   ZRHMain.main([Ljava/lang/String;)V

NOTES:
Comment 1 Kai-Uwe Maetzel CLA 2001-10-11 08:22:28 EDT
This seems to be fixed, as dui caught up with the changes in JFace Text.
Moved to DUI.
Comment 2 Darin Swanson CLA 2001-11-07 11:08:09 EST
This was fixed when the DisplayViewerConfiguration was updated to match the 
changes in JFace Test.
Please verify by using the code completion and hovering in the display view.
Comment 3 Joe Szurszewski CLA 2001-11-07 17:11:06 EST
Code assist pops up in DisplayView, but the JavaDoc never appears.  It seems 
that the JavaDoc window also does not appear in the JavaEditor under 20011106, 
so apparently this is just broken for now.  Will wait for fix from ZRH.
Comment 4 Joe Szurszewski CLA 2001-11-20 11:09:58 EST
There is still no JavaDoc for code assist in either the Display view or the 
Java editor.  Kai, are you aware of this?
Comment 5 Kai-Uwe Maetzel CLA 2001-11-20 12:54:36 EST
JavaDoc in content assist (i.e. JavaDoc for the selected proposal in the 
content asisst popup) works for me without problems in the editor in all the 
recent builds...
Comment 6 Joe Szurszewski CLA 2001-12-03 16:05:33 EST
Code assisting in DisplayView still doesn't show JavaDoc for selected method.