Is there any good reason to avoid unused import statements in Java? As I understand it, they are there for the compiler, so lots of unused imports won\'t have any impacts o
You could comment the unused import statements out and the warnings wont bother you but you can see what you had.