Merge "Warn: Change GuardedBy regular expressions"
This commit is contained in:
commit
57923be123
1 changed files with 1 additions and 6 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue