mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
suspicious removeAll: compare type arguments, not qualifiers
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
class Clazz {
|
||||
void foo(List<String> l, Set<String> s) {
|
||||
l.removeAll(s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user