adamsaghy commented on PR #3374:
URL: https://github.com/apache/fineract/pull/3374#issuecomment-1713388766
@mmagdiab Please kindly check the below error:
```
(see https://errorprone.info/bugpattern/StringCaseLocaleUsage)
Did you mean
'StringUtils.capitalize(accountType.toString().toLowerCase(Locale.ROOT)) + "
account with identifier " + id + " does not exist", id, e);' or
'StringUtils.capitalize(accountType.toString().toLowerCase(Locale.getDefault()))
+ " account with identifier " + id + " does not exist", id, e);' or
'StringUtils.capitalize(Ascii.toLowerCase(accountType.toString())) + " account
with identifier " + id + " does not exist", id, e);'?
/home/runner/work/fineract/fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/tax/starter/TaxConfiguration.java:29:
error: [WildcardImport] Wildcard imports, static or otherwise, should not be
used
import org.apache.fineract.portfolio.tax.service.*;
```
--
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]