mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
@SafeVarargs inspection: find all methods which can be annotated as
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Annotate as @SafeVarargs" "true"
|
||||
import java.util.List;
|
||||
public class Test {
|
||||
public <T> static void m<caret>ain(List<T>... args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user