adamsaghy commented on PR #5763:
URL: https://github.com/apache/fineract/pull/5763#issuecomment-4517614134
```
/home/runner/work/fineract/fineract/fineract-core/src/main/java/org/apache/fineract/infrastructure/core/exception/ErrorHandler.java:99:
error: [UnusedMethod] Method 'getSqlClassCode' is never used.
private static String getSqlClassCode(SQLException ex) {
^
(see https://errorprone.info/bugpattern/UnusedMethod)
Did you mean to remove this line?
/home/runner/work/fineract/fineract/fineract-core/src/main/java/org/apache/fineract/infrastructure/core/exception/ErrorHandler.java:78:
error: [ImmutableEnumChecker] enums should be immutable:
'PessimisticLockingFailureCode' has field 'msgs' of type 'java.lang.String[]',
arrays are mutable
private final String[] msgs;
--
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]