Assigned
Status Update
Comments
su...@google.com <su...@google.com>
fl...@google.com <fl...@google.com> #2
Thanks, Hung! I'll include this in the release notes for Canary 11, as C10 already released early last week :)
Description
The most common new lint warnings seem to be InlinedApi and UnusedQuantity
$ git log -1 -p 19b28c001b37feabf8f5460b8702ff1eda00b095 -- ./slices/view/lint-baseline.xml | grep 'id="' | sort | uniq -c | sort -n | grep '\+\|\-'
1 + id="BanTargetApiAnnotation"
1 - id="BanTargetApiAnnotation"
1 + id="NestedWeights"
1 + id="UseSwitchCompatOrMaterialCode"
1 + id="UseSwitchCompatOrMaterialXml"
1 + id="VectorRaster"
2 + id="ContentDescription"
2 + id="ObsoleteLayoutParam"
2 + id="UnusedAttribute"
2 + id="ViewConstructor"
3 + id="InflateParams"
3 + id="Overdraw"
5 + id="ClickableViewAccessibility"
5 + id="SwitchIntDef"
9 + id="UnsafeNewApiCall"
9 - id="UnsafeNewApiCall"
45 + id="UnusedQuantity"
150 + id="InlinedApi"