Add one more Java warning pattern
Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html Test: warn.py --gencsv build.log > warnings.csv Change-Id: Ibc0ef7d1df29485ab4389f5c595fac77f69e19e7
This commit is contained in:
@@ -807,6 +807,8 @@ warn_patterns = [
|
||||
[r".*: warning: \[path\] bad path element .*\.jar"]),
|
||||
java_medium('Supported version from annotation processor',
|
||||
[r".*: warning: Supported source version .+ from annotation processor"]),
|
||||
java_medium('Schema export directory is not provided',
|
||||
[r".*\.(java|kt):.*: warning: Schema export directory is not provided"]),
|
||||
]
|
||||
|
||||
compile_patterns(warn_patterns)
|
||||
|
Reference in New Issue
Block a user