Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314583

Summary: API Usage Problem: EnhancedFilteredTree illegally references method TypedListener.getEventListener()
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Shawn Minto <shawn.minto>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P2    
Version: unspecified   
Target Milestone: 3.4   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Steffen Pingel CLA 2010-05-26 18:42:51 EDT
EnhancedFilteredTree uses TypedListener which is marked as noreference:

Resource: org.eclipse.mylyn.commons.ui/src/org/eclipse/mylyn/internal/provisional/commons/ui/EnhancedFilteredTree.java
Location: line 94

This needs to be either fixed or an API filter needs be created and a note added to bug 233055.
Comment 1 Shawn Minto CLA 2010-06-01 16:48:00 EDT
Steffen, can we just add an API filter for this for this release?
Comment 2 Steffen Pingel CLA 2010-06-01 17:29:41 EDT
Yes, if that is the "right" fix, please go ahead and do that.
Comment 3 Shawn Minto CLA 2010-06-01 18:16:33 EDT
I think that is the "right" fix since we need to remove the key listener that was added and they are wrapped by SWT.