Back to Intellij Community

StringToUpperWithoutLocale2

jvm/jvm-analysis-impl/resources/inspectionDescriptions/StringToUpperWithoutLocale2.html

2025.3-rc-2255 B
Original Source

INSPECTION IS INCOMPLETE AND CURRENTLY IS NOT VISIBLE FOR USERS Reports any call of toUpperCase() or toLowerCase() on String objects which do not specify a java.util.Locale. Such calls are usually incorrect in an internationalized environment.