mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
remove redundant suppressions: allow unrelated comment inside same noinspection comment
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ public class Test {
|
||||
}
|
||||
|
||||
void foo() {
|
||||
List<ArrayList<String>> list = foo(new ArrayList<String>());
|
||||
//comment1
|
||||
List<ArrayList<String>> list = foo(new ArrayList<String>());
|
||||
|
||||
//noinspection unchecked
|
||||
ArrayList<String> list = new ArrayList();
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ public class Test {
|
||||
}
|
||||
|
||||
void foo() {
|
||||
//noinspection unche<caret>cked
|
||||
//noinspection unche<caret>cked //comment1
|
||||
List<ArrayList<String>> list = foo(new ArrayList<String>());
|
||||
|
||||
//noinspection unchecked
|
||||
|
||||
Reference in New Issue
Block a user