On Monday, 18 May 2020 16:06:01 UTC+5:30, [email protected] wrote: > > <method name="invoke" > desc="(ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;"> > > > I am in need to get fully qualified method name (along with > parameters) from the report > for the same task I have written a parser which would pick up package / > class / method name and build a fully qualified method name > > > But I am running into one small blocker here > For the name of the method I can get it from name , to get the method > parameters I thought of making use of desc tag but they seem to come > along with type signatures for primitives (see. I, V and L reference > <https://stackoverflow.com/questions/38079081/l-z-and-v-in-java-method-signature> > ) > > Given that I have a method's desc > > <method name="setFeature" > desc="(Ljava/lang/String;)Z"> > > I would only want to get *setFeature(java.lang.String)* > > > Please suggest me how to accomplish the same >
-- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/530cc661-a912-4f42-be42-4042933db158%40googlegroups.com.
