Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
b4c55352f99aee460e730bd117fe2bf1234d4d2d
/
.
/
docs
/
bugpattern
/
UnnecessaryStaticImport.md
blob: 4fba79eece4acbe54b82b47a1fdd9b2b533c5eca [
file
] [
view
]
Using
static
imports
for
types
is
unnecessary
,
since they can always be replaced
by
equivalent non
-
static
imports
.