[jira] [Created] (OFBIZ-9572) Replace all "BigDecimal ZERO" by BigDecimal.ZERO

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

[jira] [Created] (OFBIZ-9572) Replace all "BigDecimal ZERO" by BigDecimal.ZERO

Nicolas Malin (Jira)
Jacques Le Roux created OFBIZ-9572:
--------------------------------------

             Summary: Replace all "BigDecimal ZERO" by BigDecimal.ZERO
                 Key: OFBIZ-9572
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9572
             Project: OFBiz
          Issue Type: Improvement
            Reporter: Jacques Le Roux


Using "BigDecimal ZERO" instead of BigDecimal.ZERO does not add anything but more useless code. They are both constants and the compiler will made them so.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)