Class StringCaseLocaleUsage

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.StringCaseLocaleUsage
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class StringCaseLocaleUsage extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
A BugChecker that flags calls to String.toLowerCase() and String.toUpperCase(), as these methods implicitly rely on the environment's default locale.
See Also: