Bug 22102 - Not all implementors found for IPartListener
Summary: Not all implementors found for IPartListener
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-01 09:58 EDT by Nick Edgar CLA
Modified: 2002-09-19 07:20 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 Nick Edgar CLA 2002-08-01 09:58:26 EDT
Build 20020730

- in self-hosting workspace with org.eclipse.ui in source, 
- open type on IPartListener
- search for all implementors in workspace
- it does not find the one in ResourceNavigator.partListener (local class 
defined in a field)
Comment 1 Dirk Baeumer CLA 2002-08-05 05:15:23 EDT
Search is JDT/Core.
Comment 2 Jerome Lanneluc CLA 2002-08-14 09:21:33 EDT
When traversing field, traverse(IAbstractSyntaxTreeVisitor, BlockScope) (which 
is not implemented for FieldDeclaration) was used instead of traverse
(IAbstractSyntaxTreeVisitor, MethodScope).

Fixed.
Comment 3 David Audel CLA 2002-09-19 07:20:35 EDT
Verified.