mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
warn about possible heap pollution: annotates as SafeVarargs for final/static methods only (to be improved)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
// "Annotate as @SafeVarargs" "false"
|
||||
public class Test {
|
||||
public <T> void m<caret>ain(T... args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user