Community
Participate
Working Groups
This was introduced in the fix to bug 212389, however it's too broad, and was also required because of a bug in the API tooling, bug 244673.
(from bug 212389) Furthermore, the released filter is too broad. Only the last entry is necessary: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <component id="org.eclipse.ui.navigator" version="2"> <resource path="src/org/eclipse/ui/navigator/NavigatorActionService.java" type="org.eclipse.ui.navigator.NavigatorActionService"> <filter id="338944126"> <message_arguments> <message_argument value="org.eclipse.ui.navigator.NavigatorActionService"/> <message_argument value="getActionProviderInstance(CommonActionProviderDescriptor)"/> </message_arguments> </filter> </resource> </component
Released suggested more narrow API filter to HEAD. Did not see the point in fixing R3_4Maintenance. Will keep this open until the other bug is fixed and the filter can be removed.
I have a fix for bug 244673, but I still have some leak problems reported.
(In reply to comment #3) > I have a fix for bug 244673, but I still have some leak problems reported. > There are API leaks in the CN that we know about, are these what you are running into?
There are several items in the .api-filter that will always be there (until E4 at least) because they have to do with adding API directives that were only in the text previously. There remains only one item left due to a problem in the API mechanism, and this is covered by bug 261176.
The current API filters for the CNF are good.