Bug 14467 - Outliner doesn't highlight method
Summary: Outliner doesn't highlight method
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 15042 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-23 19:57 EDT by Jed Anderson CLA
Modified: 2002-05-21 13:01 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 19:57:26 EDT
Build: 20020423

To reproduce this bug:

1. New workspace.
2. Import all plugins using External plugins and fragments
3. Switch to Java perspective.
4. Open type org.eclipse.jface.window.Window
5. In the highlighter, select the static method setExceptionHandler
(IExceptionHandler)

The method will not be highlighted.
Comment 1 Jed Anderson CLA 2002-04-23 20:35:24 EDT
NOTE: All of my plugins were binary.
Comment 2 Jed Anderson CLA 2002-04-23 20:38:43 EDT
I can only reproduce this with a binary project.
Comment 3 Martin Aeschlimann CLA 2002-04-26 12:08:54 EDT
highlighter == outliner?
Comment 4 Jed Anderson CLA 2002-04-26 17:16:09 EDT
yup, step #5 should be:

5. In the outliner, select the static method setExceptionHandler
(IExceptionHandler)

Comment 5 Erich Gamma CLA 2002-05-11 16:04:40 EDT
Since the selection is working for the other methods in this type I suspect 
that the source range is not correct. Moving to JDT Core for investigation.
Comment 6 Erich Gamma CLA 2002-05-11 18:14:17 EDT
*** Bug 15042 has been marked as a duplicate of this bug. ***
Comment 7 David Audel CLA 2002-05-15 07:00:32 EDT
Problem in SourceMapper#getUnqualifiedMethodHandle() when a method's parameter 
type is an inner type.

Fixed.