Bug 5048

Summary: Too many declarations in hierarchy of (jdt)Parser.initialize()
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: UIAssignee: Dani Megert <daniel_megert>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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