adamsaghy commented on PR #4640:
URL: https://github.com/apache/fineract/pull/4640#issuecomment-2930111706
@Pinchez25 The build is failing:
```
(see https://errorprone.info/bugpattern/StringCaseLocaleUsage)
Did you mean
'recurrenceBuilder.append(weekDays.toString().toUpperCase(Locale.ROOT));' or
'recurrenceBuilder.append(weekDays.toString().toUpperCase(Locale.getDefault()));'
or 'recurrenceBuilder.append(Ascii.toUpperCase(weekDays.toString()));'?
/home/runner/work/fineract/fineract/fineract-provider/src/main/java/org/apache/fineract/spm/data/ResponseData.java:62:
error: [EqualsGetClass] Prefer instanceof to getClass when implementing
Object#equals.
public boolean equals(Object o) {
^
```
--
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]