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
Fields Modifier and Type Field Description static java.util.Map<java.lang.Character,java.lang.String>charToTextstatic charFSIstatic charLREstatic charLRIstatic charLROstatic charPDFstatic charPDIstatic charRLEstatic charRLIstatic charRLOstatic java.util.Set<java.lang.Character>sneakyCodes
-
Constructor Summary
Constructors Constructor Description FindTextDirectionChanges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetDisplayName()java.time.DurationgetEstimatedEffortPerOccurrence()java.util.Set<java.lang.String>getTags()protected org.openrewrite.java.JavaIsoVisitor<org.openrewrite.ExecutionContext>getVisitor()-
Methods inherited from class org.openrewrite.Recipe
causesAnotherCycle, doNext, equals, getApplicableTest, getDescriptor, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTest, hashCode, noop, run, run, run, run, validate, validate, validateAll, validateAll, visit
-
-
-
-
Field Detail
-
LRE
public static final char LRE
- See Also:
- Constant Field Values
-
RLE
public static final char RLE
- See Also:
- Constant Field Values
-
LRO
public static final char LRO
- See Also:
- Constant Field Values
-
RLO
public static final char RLO
- See Also:
- Constant Field Values
-
LRI
public static final char LRI
- See Also:
- Constant Field Values
-
RLI
public static final char RLI
- See Also:
- Constant Field Values
-
FSI
public static final char FSI
- See Also:
- Constant Field Values
-
PDF
public static final char PDF
- See Also:
- Constant Field Values
-
PDI
public static final char PDI
- See Also:
- Constant Field Values
-
sneakyCodes
public static final java.util.Set<java.lang.Character> sneakyCodes
-
charToText
public static final java.util.Map<java.lang.Character,java.lang.String> charToText
-
-
Method Detail
-
getEstimatedEffortPerOccurrence
public java.time.Duration getEstimatedEffortPerOccurrence()
- Overrides:
getEstimatedEffortPerOccurrencein classorg.openrewrite.Recipe
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescriptionin classorg.openrewrite.Recipe
-
getTags
public java.util.Set<java.lang.String> getTags()
- Overrides:
getTagsin classorg.openrewrite.Recipe
-
getVisitor
protected org.openrewrite.java.JavaIsoVisitor<org.openrewrite.ExecutionContext> getVisitor()
- Overrides:
getVisitorin classorg.openrewrite.Recipe
-
-