[jira] [Created] (OFBIZ-10632) ‘String#toLowercase()’ and ‘String#toUppercase()’ should be used when possible

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-10632) ‘String#toLowercase()’ and ‘String#toUppercase()’ should be used when possible

Nicolas Malin (Jira)
Mathieu Lirzin created OFBIZ-10632:
--------------------------------------

             Summary: ‘String#toLowercase()’ and ‘String#toUppercase()’ should be used when possible
                 Key: OFBIZ-10632
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10632
             Project: OFBiz
          Issue Type: Improvement
    Affects Versions: Trunk
            Reporter: Mathieu Lirzin
             Fix For: Upcoming Branch


Usage of {{"foo".toLowercase()}} should be preferred to
{{"foo".toLowercase(Locale.getDefault())}} which is equivalent but more verbose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)