Bug 14468 - F3 doesn't work on DefaultExceptionHandler
Summary: F3 doesn't work on DefaultExceptionHandler
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 16120 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-23 20:00 EDT by Jed Anderson CLA
Modified: 2002-06-03 12:12 EDT (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 Jed Anderson CLA 2002-04-23 20:00:54 EDT
Build: 20020423

To reproduce this bug follow these steps:
1. New workspace
2. Import all plugins using the plugin import tool
3. Switch to Java perspective
4. Open org.eclipse.jface.window.Window.
5. Go to line 624, it reads
	if(exceptionHandler instanceof DefaultExceptionHandler)
6. Double click "DefaultExceptionHandler".
. Hit F3, it will not bring up the type.

DefaultExceptionHandler is an inner type of Window.
Comment 1 Jed Anderson CLA 2002-04-23 20:35:10 EDT
NOTE: All of my plugins were binary.
Comment 2 Jed Anderson CLA 2002-04-23 20:39:14 EDT
I _can_ reproduce this with both binary and src projects.
Comment 3 Erich Gamma CLA 2002-04-24 07:01:34 EDT
looks like a code select problem - moving to JCORE
Comment 4 David Audel CLA 2002-05-27 11:16:43 EDT
*** Bug 16120 has been marked as a duplicate of this bug. ***
Comment 5 David Audel CLA 2002-05-27 11:20:28 EDT
SelectionParser doesn't attach 'instanceof' statement with selection node.

Fixed.
Comment 6 Kent Johnson CLA 2002-06-03 12:12:09 EDT
Verified.