Searched refs:extractMethod (Results 1 – 6 of 6) sorted by relevance
32 tLen = extractMethod("getTLen");33 iv = extractMethod("getIV");62 private static Method extractMethod(final String name)
36 tLen = extractMethod("getTLen");37 iv = extractMethod("getIV");66 private static Method extractMethod(final String name)
222 method = extractMethod(test); in matches()264 private static Method extractMethod(Test test) { in extractMethod() method in FeatureSpecificTestSuiteBuilder
75212 -// extractMethod refactors the selected block of code into a new method.75213 -func extractMethod(fset *token.FileSet, start, end token.Pos, src []byte, file *ast.File, pkg *typ…75233 - errorPrefix = "extractMethod"76407 - ExtractMethod: singleFile(extractMethod),