Community
Participate
Working Groups
We should adopt the new API in 334783 and extend it to IMethodMapping. Currently, we need empty method stubs to make the compiler happy ...
Actually, when addressing this we should perhaps do a significant restructuring first, given that our classes MethodData and MethodMapping are not well in line with any strategy inside JDT/Core: - the OTModel does not distinguish converting method mappings from src vs. bin - IMethodMapping can not be created as handle and filled with details later - concept of JavaElementInfo is not used in OTModel, thus we cannot leverage AnnotatableInfo. Unfortunately this will have to wait till after the upcoming release. Hopefully, the API defined in IMethodMapping and IMethodSpec can remain unchanged across this restructuring!