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