I have harmonised indentation at 4-spaces and run an Optimize Imports inspection. I configured Optimize Imports not to use *, since you seem to use explicit imports consistently; net effect is that any unused imports would have been removed and the order in which imports appear would have been set deterministically.
Doing these two things delivers a PR which is entirely non-functional. If you approve and merge this, then I'd like to do a few other items of tidy-up. Getting whitespace and imports sorted is a prerequisite (or you will not be able to see the wood for the trees when reviewing other items).
I have harmonised indentation at 4-spaces and run an Optimize Imports inspection. I configured Optimize Imports not to use *, since you seem to use explicit imports consistently; net effect is that any unused imports would have been removed and the order in which imports appear would have been set deterministically.
Doing these two things delivers a PR which is entirely non-functional. If you approve and merge this, then I'd like to do a few other items of tidy-up. Getting whitespace and imports sorted is a prerequisite (or you will not be able to see the wood for the trees when reviewing other items).