Bug 5048 - Too many declarations in hierarchy of (jdt)Parser.initialize()
Summary: Too many declarations in hierarchy of (jdt)Parser.initialize()
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-17 13:51 EDT by Philipe Mulet CLA
Modified: 2001-10-24 04:39 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 Philipe Mulet CLA 2001-10-17 13:51:58 EDT
Build 204

In a self-hosting workspace, open type Parser (from JDT), and select its
initialize() method in outliner.

Request to search declarations in hierarchy, it incorrectly finds over
100 matches, as if it was not taking into account the accurate location of
the Parser.
Comment 1 Jerome Lanneluc CLA 2001-10-19 10:05:43 EDT
A workspace scope is used. It should use a hierarchy scope.

Moving to JDT UI.
Comment 2 Dani Megert CLA 2001-10-24 04:39:08 EDT
Wrong method signature in subclass caused problem.
Fixed > 0.205