StaticImport
SUGGESTION
Simplification
Summary
Identifier should be statically imported
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StaticImport")
to the enclosing element.Disable this pattern completely by adding
-Xep:StaticImport:OFF
as compiler argument. Learn more.