Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck.StringInfo
-
Packages that use MultipleStringLiteralsCheck.StringInfo Package Description com.puppycrawl.tools.checkstyle.checks.coding Contains the Coding checks that are bundled with the main distribution. -
-
Uses of MultipleStringLiteralsCheck.StringInfo in com.puppycrawl.tools.checkstyle.checks.coding
Fields in com.puppycrawl.tools.checkstyle.checks.coding with type parameters of type MultipleStringLiteralsCheck.StringInfo Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<MultipleStringLiteralsCheck.StringInfo>>
MultipleStringLiteralsCheck. stringMap
The found strings and their positions.
-