mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
@SafeVarargs inspection: find all methods which can be annotated as
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Annotate as @SafeVarargs" "false"
|
||||
public class Test {
|
||||
public <T> void m<caret>ain(T args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user