mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
suppressions: if @Generated found, mark as suppressed even if no @SuppressWarning is present (IDEA-158300)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
class Test {
|
||||
|
||||
static {
|
||||
@javax.annotation.Generated
|
||||
String noRedundantCastForGeneratedCode = (String) "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user