Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Resolving unresolved IMethod signatures?

Dear JDT experts,

for the EclEmma project (which recently became a eclipse.org project) we have the requirement to resolve IMethod signatures to map unresolved IMethod objects from Java source to the corresponding binary signature retrieved from the code coverage runtime.

Currently we have our own implementation which is quite complex and probably has some bug (e.g. https://bugs.eclipse.org/513294).

Question: Is there a existing API or best practice to resolve unresolved IMethod signatures?

Thanks for your time,
-marc



Back to the top