Searched refs:methodNames (Results 1 – 1 of 1) sorted by relevance
171 List<String> methodNames, in checkStackTraceElements() argument173 if (classNames.size() != methodNames.size() ) { in checkStackTraceElements()177 dumpSTEInfo(classNames, methodNames, stes); in checkStackTraceElements()182 !methodNames.get(i).equals(stes.get(i).getMethodName())) { in checkStackTraceElements()183 dumpSTEInfo(classNames, methodNames, stes); in checkStackTraceElements()189 static void dumpSTEInfo(List<String> classNames, List<String> methodNames, in dumpSTEInfo() argument197 System.out.println(" " + classNames.get(i) + ", " + methodNames.get(i)); in dumpSTEInfo()