style: avoid using star imports#438
Conversation
94eefba to
cf2fad1
Compare
|
The latest version of the Spotless plugin has a |
Good catch. I wasn't aware they had this now in Spotless. |
cf2fad1 to
daded9f
Compare
|
I rebased on latest main and pushed an additional commit upgrading spotless and enabling the removeWildcardImports option. The Spotless update did trigger some reformatting of existing code. |
There was a problem hiding this comment.
This change looks good to me.
It would be nice to figure out if we will proceed with #433 before merging this since it will introduce a fourth round of merge conflicts with that PR.
Signed-off-by: Niels Pardon <par@zurich.ibm.com>
Signed-off-by: Niels Pardon <par@zurich.ibm.com>
daded9f to
52e9e55
Compare
vbarua
left a comment
There was a problem hiding this comment.
I've updated these in the past as I've seen them, so it's great that we can just enforce this via Spotless.
This makes it easier to understand which types/constants/methods are actually used in the code.