These rules deal with different problems that can occur with a class' import statements.
Avoid duplicate import statements.
4
Avoid importing anything from the package 'java.lang'. These classes are automatically imported (JLS 7.5.3).
4
Avoid unused import statements.
4
No need to import a type that lives in the same package.
3
3
$maximumStaticImports]
]]>
4