Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 684a987

Browse files
committed
update java/unused-import to match python
1 parent 54268f4 commit 684a987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/Violations of Best Practice/legacy/UnnecessaryImport.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ where
7171
not neededImport(i) and
7272
not i instanceof ImportStaticOnDemand and
7373
not i instanceof ImportStaticTypeMember
74-
select i, "The statement '" + i + "' is unnecessary."
74+
select i, "Import of '" + i + "' is not used."

0 commit comments

Comments
 (0)