Community
Participate
Working Groups
While implementing bug 314610 I'd like to re-use that abstraction by which the callin marker creator attaches markers to source and binary files alike. To make this possible, the infrastructure around AbstractMarkable should be moved to the org.eclipse.objectteams.otdt plug-in where it should be make API.
Created attachment 201858 [details] requested refactoring This patch performs the requested refactoring, making two new types API: IMarkableJavaInterface: used to uniformly manage markers for source/binary MarkableFactory: used to create instances of the former
Patch has been released for 2.1M2 (r1914-16).
Verified by code inspection.