Toggle navigation
Home
java.util.regex.Pattern to java.lang.String
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'pippo'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Method invocation
get
to
getProperty
Rename Variable
pattern
to
errorString
pattern
to
errorString
pattern
to
errorString
pattern
to
errorString
pattern
to
errorString
pattern
to
errorString
pattern
to
regex
patterns
to
excludedUserAgentPatterns
pattern
to
patternDescription
recipeApiPattern
to
apiEndpoint
Add or Remove Method invocation
imageRes.getLog()
to
errorString
pattern.matcher(errorString).matches()
to
imageRes.getLog().contains(errorString)
pattern
to
Pattern.compile(regex)
recipeApiPattern
to
Pattern.compile("(^https?" + apiEndpoint.substring(apiEndpoint.indexOf(":")) + "/recipe/.*$)|(^/recipe/.*$)")
Update String Literal
"Includes class names with regular expression: "
to
"Includes class names that match regular expression "