Package jadx.core.xmlgen
Class StringFormattedCheck
java.lang.Object
jadx.core.xmlgen.StringFormattedCheck
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringFormattedCheck.Duo<List<Integer>, List<Integer>> findSubstitutions(String str, int nonPosMax) It returns a tuple of: - a list of offsets of non positional substitutions.static boolean
-
Constructor Details
-
StringFormattedCheck
public StringFormattedCheck()
-
-
Method Details
-
hasMultipleNonPositionalSubstitutions
-
findSubstitutions
private static StringFormattedCheck.Duo<List<Integer>,List<Integer>> findSubstitutions(String str, int nonPosMax) It returns a tuple of: - a list of offsets of non positional substitutions. non-pos is defined as any "%" which isn't "%%" nor "%\d+\$" - a list of offsets of positional substitutions
-