This method is to scan the current location against base and process each individual jars
in the current location against the jar with the same symbolic names in the base and produce a xml report specified by versioningReport.
Transform ASM method desc to a human readable form
Method declaration in source file Method descriptor
void m(int i, float f) <= (IF)V
int m(Object o) <= (Ljava/lang/Object;)I
int[] m(int i, String s) <= (ILjava/lang/String;)[I
Object m(int[] i) <= ([I)Ljava/lang/Object;