DataFixerUpper
DataFixerUpper copied to clipboard
Remove Apache Commons Lang and unnecessary Guava usages
- Remove Apache Commons Lang (was almost not used and is not really necessary with Guava)
- Remove unnecessary Guava usages like
Lists.newArrayList()that can be replace with justnew ArrayList<>()
Hi, any updates on this @RainWarrior ? Thanks
Closing and reopening to rerun checks.
More than 4 years, that's a while! @peterix I've resolved the merge conflicts and the build/tests run locally for me, just the GitHub Actions workflow is awaiting approval from a maintainer :)