adamsaghy commented on PR #5595:
URL: https://github.com/apache/fineract/pull/5595#issuecomment-4135026234
```
Did you mean '/*'?
/home/runner/work/fineract/fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/note/service/NoteWritePlatformServiceJpaRepositoryImpl.java:170:
error: [UnusedMethod] Method 'updateSavingAccountNote' is never used.
private CommandProcessingResult updateSavingAccountNote(final
JsonCommand command) {
^
(see https://errorprone.info/bugpattern/UnusedMethod)
Did you mean to remove this line?
/home/runner/work/fineract/fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/note/service/NoteWritePlatformServiceJpaRepositoryImpl.java:128:
error: [UnusedMethod] Method 'updateLoanNote' is never used.
private CommandProcessingResult updateLoanNote(final JsonCommand
command) {
^
(see https://errorprone.info/bugpattern/UnusedMethod)
Did you mean to remove this line?
/home/runner/work/fineract/fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/note/service/NoteWritePlatformServiceJpaRepositoryImpl.java:148:
error: [UnusedMethod] Method 'updateLoanTransactionNote' is never used.
private CommandProcessingResult updateLoanTransactionNote(final
JsonCommand command) {
```
Please rebase, and review the failing checks.
The code not compiling either due to errors (see above).
To validate please run locally:
`./gradlew spotlessApply spotbugsMain spotbugsTest checkstyleMain
checkstyleTest`
`./gradlew --no-daemon build -x test -x cucumber -x doc`
--
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]