Generated Android Lint suppression regexp incompatible with inner classes
Reported by
ingem...@opera.com,
Jun 29 2017
|
||
Issue descriptionbuild/android/lint/suppress.py generates a lint config to build/android/lint/suppressions.xml, where all lint errors in the input lint report are suppressed. While doing this the path component of the lint error is interpreted as regexp. Java class names may contain '$' which is a EOL matcher in Java regex Patterns, causing generated regexps for lint errors occurring in inner classes to not match.
,
Jul 5 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 5 2017