airajena commented on PR #5592:
URL: https://github.com/apache/fineract/pull/5592#issuecomment-4069019013

   > I've verified my changes. While the global checkstyleMain reports legacy 
errors in other modules, I have confirmed that the :fineract-progressive-loan 
module (where my changes are) passes all checkstyle, spotbugs, and test tasks 
locally with Java 21.
   
   `What went wrong:
   Execution failed for task ':fineract-progressive-loan:spotlessJavaCheck'.
    The following files had format violations:
         
src/test/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/LoanScheduleGeneratorTest.java
             @@ -196,9 +196,9 @@
   gradle/actions: Writing build results to 
/home/runner/work/_temp/.gradle-actions/build-results/__run-1773674387543.json
   
   [Incubating] Problems report is available at: 
file:///home/runner/work/fineract/fineract/build/reports/problems/problems-report.html
              ············}
              ········}           
            
-·······BigDecimal·expected·=·totalPrincipal.add(totalInterest).stripTrailingZeros();
             -·······BigDecimal·actual·=·totalDueAmount.stripTrailingZeros();
             
-·······assertEquals(expected,·actual,·"Total·due·amount·including·charges·does·not·match!");
             
+········BigDecimal·expected·=·totalPrincipal.add(totalInterest).stripTrailingZeros();
             +········BigDecimal·actual·=·totalDueAmount.stripTrailingZeros();
             
+········assertEquals(expected,·actual,·"Total·due·amount·including·charges·does·not·match!");
              ····}      
              }
     Run './gradlew :fineract-progressive-loan:spotlessApply' to fix these 
violations.`


-- 
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