Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
When the parameter Local is null where are getting NPE in the following method:
- upperCase
- lowerCase
Add control
if (locale == null) { throw new IllegalArgumentException("Locale must not be null"); }