Hi there, a month ago Marius gave a very enlighting example how to use the SimpleQueryEngine. With that i got access to the TraceModel and extracted my method of interest successfully. Thanks Marius!
What i now would like to do is do relate the found TRCMethod to the corresponding IMethod. I wrote a little HelperMethod wich looks like: HelperMethods.getIMethod(fqClassName, methodName, paramTypes); And here is my problem: TRCMethods' signature get's converted to a more readable version through TraceUtils.convertMethodSignature(). What i need is the 'original' signature to make the relation work in all cases. Is there possibility to get access to the original signature (probably through another query?) or do i have to reverse (assuming that it is reversable) the function of TraceUtils.convertMethodSignature() to come to the original signature? Many thanks to all, Thomas E.-E. _______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev