All Classes and Interfaces

Classes
Class
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
A visitor that identifies and addresses potential issues related to the use of equals methods in Java, particularly to avoid null pointer exceptions when comparing strings.
 
 
 
 
 
 
 
 
 
 
 
Finalize method arguments v2
 
 
 
 
Add a search marker if vising a Groovy file
 
 
 
HideUtilityClassConstructorVisitor will perform the following operations on a Utility Class: Change any Public constructors to Private Change any Package-Private ("Default", no modifiers) to Private If the Implicit Default Constructor is used (as in, no explicit constructors defined), add a Private constructor
 
 
 
 
 
 
 
Add a search marker if vising a Kotlin file
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
The recipe that replaces `instanceof` pattern matching by a simple variable declarations.
 
Removes all MethodCall matching both the RemoveMethodCallVisitor.methodMatcher and the RemoveMethodCallVisitor.argumentPredicate for all arguments.
 
 
 
 
 
 
 
 
 
This recipe converts local variables and method parameters to camel case convention.
 
This recipe converts private fields to camel case convention.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Recipe to use String.replace(CharSequence, CharSequence) when the fist argument is not a regular expression.