mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
suppress possible heap pollution with unchecked id (IDEA-66066)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// "Remove redundant "unchecked" suppression" "false"
|
||||
|
||||
@SuppressWarnings({"unc<caret>hecked", "bla-blah-toolid"})
|
||||
public enum Planet {
|
||||
MERCURY(),
|
||||
VENUS();
|
||||
|
||||
<T> Planet(T... ts) {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user