Description
https://github.com/apache/fineract/pull/1574 led us to run into https://errorprone.info/bugpattern/JavaUtilDate.
I'll see if we can FINERACT-1297 by inhibiting that check, for now - but replacing all of our currently 276 java.util.Date usages with java.time does seem a good idea, that I'm personally in support of. (The 276 are what a quick "grep" filtered by anything in ".java" shows.)
Attachments
Issue Links
- is related to
-
FINERACT-1075 Error Prone: Enable JdkObsolete Check
- Resolved
-
FINERACT-1297 Upgrade Google ErrorProne code quality scanner tool from 2.4.0 to 2.5.1
- Resolved