Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upremoveUnusedImports fails in file with or without imports #318
Comments
|
Perhaps a newline between the package and the class will fix it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started using spotless in a maven java project for the first time. I am getting an exception indicating that there are unused imports. I can strip down the file to be as simple as
There are no imports at all, but still there is the
removeUnusedImportserror.Full Stack trace:
spotless-stacktrace.txt