mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inspections: don't check redundant suppressions from inspections with global part (IDEA-208688)
local checks may be more pessimistic and it could lead to false positives GitOrigin-RevId: 131000dee73567951cba939949e7abc267019eaf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2930d86139
commit
61231a0223
+4
@@ -0,0 +1,4 @@
|
||||
// "Remove 'WeakerAccess' suppression" "false"
|
||||
@SuppressWarnings("Weake<caret>rAccess")
|
||||
public class beforePublicClass {
|
||||
}
|
||||
Reference in New Issue
Block a user