Class FindDeprecatedUses

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.java.search.FindDeprecatedUses
All Implemented Interfaces:
Cloneable

public class FindDeprecatedUses extends org.openrewrite.Recipe
  • Field Summary

    Fields inherited from class org.openrewrite.Recipe

    NOOP, PANIC
  • Constructor Summary

    Constructors
    Constructor
    Description
    FindDeprecatedUses(@Nullable String typePattern, @Nullable Boolean matchInherited, @Nullable Boolean ignoreDeprecatedScopes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.openrewrite.Recipe

    addApplicableTest, addDataTable, addSingleSourceApplicableTest, causesAnotherCycle, clone, doNext, equals, getApplicableTest, getApplicableTests, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTest, getSingleSourceApplicableTests, getTags, getVisitor, hashCode, noop, run, run, run, run, validate, validate, validateAll, validateAll, visit

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FindDeprecatedUses

      public FindDeprecatedUses(@Nullable @Nullable String typePattern, @Nullable @Nullable Boolean matchInherited, @Nullable @Nullable Boolean ignoreDeprecatedScopes)
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in class org.openrewrite.Recipe
    • getDescription

      public String getDescription()
      Overrides:
      getDescription in class org.openrewrite.Recipe