adamsaghy commented on PR #5380:
URL: https://github.com/apache/fineract/pull/5380#issuecomment-3799823268
```
> Task :fineract-progressive-loan:compileTestJava
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5060:
error: [UnusedMethod] Method 'repayment' is never used.
private static LoanScheduleModelRepaymentPeriod repayment(int
periodNumber, LocalDate fromDate, LocalDate dueDate) {
^
(see https://errorprone.info/bugpattern/UnusedMethod)
Did you mean to remove this line?
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5070:
error: [UnusedMethod] Method 'toScheduleModelPeriodDataList' is never used.
private static List<ScheduleModelPeriodData>
toScheduleModelPeriodDataList(List<LoanScheduleModelRepaymentPeriod> periods) {
--
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]