Bug 14468

Summary: F3 doesn't work on DefaultExceptionHandler
Product: [Eclipse Project] JDT Reporter: Jed Anderson <jed.anderson>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: david_audel
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.