mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
redundant suppression: search for text with suppressId in narrow element if applicable (IDEA-221643)
GitOrigin-RevId: 1b13bcda0f78e882ddd51a0d6eccb4a662a441c4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ebab15db82
commit
c9c3a31e74
+3
@@ -7,6 +7,9 @@ public class Test {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Some javadoc with unchecked word inside
|
||||
*/
|
||||
void foo() {
|
||||
List<ArrayList<String>> list = foo(new ArrayList<String>());
|
||||
}
|
||||
|
||||
+3
@@ -7,6 +7,9 @@ public class Test {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Some javadoc with unchecked word inside
|
||||
*/
|
||||
@SuppressWarnings("unch<caret>ecked")
|
||||
void foo() {
|
||||
List<ArrayList<String>> list = foo(new ArrayList<String>());
|
||||
|
||||
Reference in New Issue
Block a user