Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314583 - API Usage Problem: EnhancedFilteredTree illegally references method TypedListener.getEventListener()
Summary: API Usage Problem: EnhancedFilteredTree illegally references method TypedList...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P2 minor (vote)
Target Milestone: 3.4   Edit
Assignee: Shawn Minto CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-26 18:42 EDT by Steffen Pingel CLA
Modified: 2010-06-01 18:16 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 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.