hazelcast-docker-swarm-discovery-spi
hazelcast-docker-swarm-discovery-spi copied to clipboard
Five refactorings
Five refactorings:
- ”throws" declarations should not be superfluous
- Static fields should not be updated in constructors (in this case the fields should not be static)
- Unused "private" fields should be removed
- Optimize Imports
- Standard outputs should not be used directly to log anything (in this case suppress the warning since logging "to stdout" is the express purpose of the class SystemPrintLogger)
The next set of refactorings is ready.
Please just proceed with adding whatever other commits you have or are proposing to this PR if possible no need for a a bunch of different PRs if they are all just little things like this that are being dumped out of some automated code analyzer tool. thx