ConcreteMethod concrete= new ConcreteMethod(method, cf, (positionInfo != PositionList.NONE), localInfo);
TranslationAdvice advice= DexTranslationAdvice.THE_ONE;
RopMethod rmeth= Ropper.convert(concrete, advice);
int paramSize= meth.getParameterWordCount(isStatic);
String canonicalName= method.getDefiningClass().getClassType().getDescriptor() + "." + method.getName().getString();
if (LOTS_OF_DEBUG)
{