I've ran a code analysis using my IDE and ran the automatic resolver. There is no manual changes, all recommendations and changes are made solely by IntelliJ IDE.
This resolved:
any old code (used before JAVA 8) that has specific built in functions in Java 8
some code that can be simplified
Some of these changes will result in better performance.
I have taken a look at the changes manually, the changes are sound and it compiled successfully. If you think it's too much change feel free to close this PR.
Hi,
I've ran a code analysis using my IDE and ran the automatic resolver. There is no manual changes, all recommendations and changes are made solely by IntelliJ IDE. This resolved:
Some of these changes will result in better performance.
I have taken a look at the changes manually, the changes are sound and it compiled successfully. If you think it's too much change feel free to close this PR.