mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
redundant suppressions in editor: ensure suppressions from injections are processed
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// "Remove 'unchecked' suppression" "false"
|
||||
public class SampleInjected {
|
||||
void foo() {
|
||||
@SuppressWarnings({"unu<caret>sed"})
|
||||
String java = "import java.util.*;\n" +
|
||||
"class A {" +
|
||||
" void a(List l) {\n" +
|
||||
" List<String> ll = l;\n" +
|
||||
" }\n" +
|
||||
"}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user