Package com.atlassian.platform.recipes
package com.atlassian.platform.recipes
-
ClassesClassDescriptionA Visitor that can be utilised within a recipe to achieve 'chained' changes.Use this recipe when you need to change the argument type used in method call.Use this recipe when you need to just rename the method to call, but argument list does not change.Use this recipe when you need to refactor calls to an init method - this will try and change the types of any used by init variables, and fields.