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

   ```
   > Task :fineract-command-async:licenseJmh NO-SOURCE
           switch (this.accountTermAndPreClosure.depositPeriodFrequencyType()) {
           ^
       (see 
https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch)
     Did you mean 'switch 
(this.accountTermAndPreClosure.depositPeriodFrequencyType()) {'?
   
/home/runner/work/fineract/fineract/fineract-savings/src/main/java/org/apache/fineract/portfolio/savings/domain/FixedDepositAccount.java:869:
 error: [MissingOverride] setClosedOnDate overrides method in SavingsAccount; 
expected @Override
       public void setClosedOnDate(final LocalDate closedOnDate) {
                   ^
           ^
       (see 
https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch)
   Unknown file extension: 
fineract-command-async/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
     Did you mean 'switch 
(this.accountTermAndPreClosure.depositPeriodFrequencyType()) {'?
   > Task :fineract-command-async:licenseMain UP-TO-DATE
   > Task :fineract-command-async:licenseTest UP-TO-DATE
   > Task :fineract-command-async:license UP-TO-DATE
   
/home/runner/work/fineract/fineract/fineract-savings/src/main/java/org/apache/fineract/portfolio/savings/domain/RecurringDepositAccount.java:1116:
 error: [MissingOverride] setClosedOnDate overrides method in SavingsAccount; 
expected @Override
       public void setClosedOnDate(final LocalDate closedOnDate) {


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