Merge "Warn: Change GuardedBy regular expressions" am: 57923be123
am: 824dad93b0
Change-Id: I01bc932632d94e854c7eeb1bbaa750e2f85cac91
This commit is contained in:
commit
e43c8a66d6
|
@ -1010,12 +1010,7 @@ warn_patterns = [
|
||||||
'severity': Severity.HIGH,
|
'severity': Severity.HIGH,
|
||||||
'description':
|
'description':
|
||||||
'Java: Checks for unguarded accesses to fields and methods with @GuardedBy annotations',
|
'Java: Checks for unguarded accesses to fields and methods with @GuardedBy annotations',
|
||||||
'patterns': [r".*: warning: \[GuardedByChecker\] .+"]},
|
'patterns': [r".*: warning: \[GuardedBy\] .+"]},
|
||||||
{'category': 'java',
|
|
||||||
'severity': Severity.HIGH,
|
|
||||||
'description':
|
|
||||||
'Java: Invalid @GuardedBy expression',
|
|
||||||
'patterns': [r".*: warning: \[GuardedByValidator\] .+"]},
|
|
||||||
{'category': 'java',
|
{'category': 'java',
|
||||||
'severity': Severity.HIGH,
|
'severity': Severity.HIGH,
|
||||||
'description':
|
'description':
|
||||||
|
|
Loading…
Reference in New Issue