Closed onobc closed 3 weeks ago
This commit makes sure that all usages of String toLowerCase and toUpperCase specify a Locale (default of Locale.ROOT). Also, add a checkstyle rule to prevent usage of the no-arg variant of String toLowerCase and toUpperCase.
This commit makes sure that all usages of String toLowerCase and toUpperCase specify a Locale (default of Locale.ROOT). Also, add a checkstyle rule to prevent usage of the no-arg variant of String toLowerCase and toUpperCase.