From 7f494c121fe979cb47de9b3a1bc7b97312c9ad02 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 17 Jan 2018 21:20:36 -0800 Subject: [PATCH] Warn: Change GuardedBy regular expressions This was modified in commits 20a8664 "Change canonical name for GuardedByChecker to GuardedBy" and 1f6dc3dc "Merge GuardedByValidator into GuardedByChecker." Test: m Test: manual Change-Id: I07305e59694a955e52bd69c1cbe53346808b78aa --- tools/warn.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/warn.py b/tools/warn.py index 62feac3cd..f42fb96ad 100755 --- a/tools/warn.py +++ b/tools/warn.py @@ -1010,12 +1010,7 @@ warn_patterns = [ 'severity': Severity.HIGH, 'description': 'Java: Checks for unguarded accesses to fields and methods with @GuardedBy annotations', - 'patterns': [r".*: warning: \[GuardedByChecker\] .+"]}, - {'category': 'java', - 'severity': Severity.HIGH, - 'description': - 'Java: Invalid @GuardedBy expression', - 'patterns': [r".*: warning: \[GuardedByValidator\] .+"]}, + 'patterns': [r".*: warning: \[GuardedBy\] .+"]}, {'category': 'java', 'severity': Severity.HIGH, 'description':