| [news.eclipse.tools.jdt] Re: IMethodBinding#overrides() returns false when true is expected |
And second I am not sure what to input as second parameter. Do I have to insert every binding key I want to have resolved?
Yes, you should insert all binding keys you want to get resolved.
Because I simply want all bindings to be resolved.
When running this method with an empty String[] I later got a null result from a methodDeclaration.resolveBinding() invokation, so I assume that several bindings were not resolved during the AST creation. When
I would need more details on the way you used it. -- Olivier