Package org.openrewrite.java.security
Class FindTextDirectionChanges
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.java.security.FindTextDirectionChanges
public class FindTextDirectionChanges
extends org.openrewrite.Recipe
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final charstatic final charstatic final charstatic final charstatic final charstatic final charstatic final charstatic final charstatic final charFields inherited from class org.openrewrite.Recipe
NOOP, PANIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTags()protected org.openrewrite.java.JavaIsoVisitor<org.openrewrite.ExecutionContext>Methods inherited from class org.openrewrite.Recipe
addApplicableTest, addSingleSourceApplicableTest, causesAnotherCycle, doNext, equals, getApplicableTest, getApplicableTests, getDescriptor, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTest, getSingleSourceApplicableTests, hashCode, noop, run, run, run, run, validate, validate, validateAll, validateAll, visit
-
Field Details
-
LRE
public static final char LRE- See Also:
-
RLE
public static final char RLE- See Also:
-
LRO
public static final char LRO- See Also:
-
RLO
public static final char RLO- See Also:
-
LRI
public static final char LRI- See Also:
-
RLI
public static final char RLI- See Also:
-
FSI
public static final char FSI- See Also:
-
PDF
public static final char PDF- See Also:
-
PDI
public static final char PDI- See Also:
-
sneakyCodes
-
charToText
-
-
Constructor Details
-
FindTextDirectionChanges
public FindTextDirectionChanges()
-
-
Method Details
-
getEstimatedEffortPerOccurrence
- Overrides:
getEstimatedEffortPerOccurrencein classorg.openrewrite.Recipe
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Overrides:
getDescriptionin classorg.openrewrite.Recipe
-
getTags
- Overrides:
getTagsin classorg.openrewrite.Recipe
-
getVisitor
protected org.openrewrite.java.JavaIsoVisitor<org.openrewrite.ExecutionContext> getVisitor()- Overrides:
getVisitorin classorg.openrewrite.Recipe
-