UnnecessaryStaticImport
Using static imports for types is unnecessary

Severity
SUGGESTION
Tags
Style

The problem

Using static imports for types is unnecessary, since they can always be replaced by equivalent non-static imports.