adamsaghy commented on PR #5441:
URL: https://github.com/apache/fineract/pull/5441#issuecomment-4054122714

   ```
       (see https://errorprone.info/bugpattern/NonApiType)
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculator.java:1779:
 error: [UnusedMethod] Method 'calculateFnResult' is never used.
       private BigDecimal calculateFnResult(final List<RepaymentPeriod> 
periods, final MathContext mc) {
                          ^
       (see https://errorprone.info/bugpattern/UnusedMethod)
     Did you mean to remove this line?
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculator.java:1771:
 error: [UnusedMethod] Method 'calculateRateFactorPlus1N' is never used.
       private BigDecimal calculateRateFactorPlus1N(final List<RepaymentPeriod> 
periods, MathContext mc) {
             


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to