mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
update java/unused-import to match python
This commit is contained in:
@@ -71,4 +71,4 @@ where
|
||||
not neededImport(i) and
|
||||
not i instanceof ImportStaticOnDemand and
|
||||
not i instanceof ImportStaticTypeMember
|
||||
select i, "The statement '" + i + "' is unnecessary."
|
||||
select i, "Import of '" + i + "' is not used."
|
||||
|
||||
Reference in New Issue
Block a user