[jira] [Created] (OFBIZ-9527) [FB] Packages org.apache.ofbiz.accounting.period and org.apache.ofbiz.accounting.tax

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

[jira] [Created] (OFBIZ-9527) [FB] Packages org.apache.ofbiz.accounting.period and org.apache.ofbiz.accounting.tax

Nicolas Malin (Jira)
Kyra Pritzel-Hentley created OFBIZ-9527:
-------------------------------------------

             Summary: [FB] Packages org.apache.ofbiz.accounting.period and org.apache.ofbiz.accounting.tax
                 Key: OFBIZ-9527
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9527
             Project: OFBiz
          Issue Type: Sub-task
          Components: accounting
    Affects Versions: Trunk
            Reporter: Kyra Pritzel-Hentley
            Priority: Minor


PeriodServices.java:42, MS_SHOULD_BE_FINAL
* MS: org.apache.ofbiz.accounting.period.PeriodServices.module isn't final but should be
This static field public but not final, and could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.

After adjusting the FindBugs configuration, a new bug has been found in TaxAuthorityServices:

TaxAuthorityServices.java:350, RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
* RCN: Redundant nullcheck of productCategoryCond, which is known to be non-null in org.apache.ofbiz.accounting.tax.TaxAuthorityServices.getTaxAdjustments(Delegator, GenericValue, GenericValue, String, String, Set, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal)
This method contains a redundant check of a known non-null value against the constant null.



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