new step to expand java wildcard imports
As requested in #2594, this MR introduces an expandWildcardImports step. To do this, JavaParser is used to parse the complete sourcecode and resolve the full qualified name of all used classes and static methods.
The operation is currently only implemented for Gradle, as I am not familiar enough with the maven plugin system to provide the necessary classpath information.
Amazing! This would be a fantastic feature to merge. I don't have time to examine it in detail at the moment, burned by time budget on fixing problems in our CI. Thanks for the great contribution and I'll try to get to this ASAP! Hopefully some other reviewers can take a stab at it...
rebase will fix CI, thanks for the feature.
Sorry for noisy delay.