Searched refs:firstParanthesisPos (Results 1 – 1 of 1) sorted by relevance
240 int firstParanthesisPos = methodSignature.indexOf("("); in removeClassName() local241 int dotAferClassPos = methodSignature.substring(0, firstParanthesisPos).lastIndexOf("."); in removeClassName()