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:
Chih-Hung Hsieh
2021-06-08 14:52:45 -07:00
parent 9c17b26ee7
commit 56aa27bf12

View File

@@ -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)