Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Not reproduced, tested in latest Android studio version 3.5.1.
jo...@earnin.com <jo...@earnin.com> #3
Attached are my results after running `./gradlew lintDebug`
uc...@google.com <uc...@google.com> #4
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
tn...@google.com <tn...@google.com> #5
Fixed by Change-Id: I9a76a473f90f89bebfef706f6e7965e25aac5b5a for an upcoming 4.0 canary.
Description
Sample project attached.
<issue id="DuplicateStrings" severity="Error" message="Duplicate string value `did something`, used in `item_one` and `item_two`" category="Performance:Application Size" priority="2" summary="Duplicate Strings" explanation="Duplicate strings can make applications larger unnecessarily. This lint check looks for duplicate strings, including differences for strings where the only difference is in capitalization. Title casing and all uppercase can all be adjusted in the layout or in code." url="
<location file="/Users/josh.feinberg/Documents/apps/lintbug/app/src/main/res/values/strings.xml" line="3" column="5"/>
<location file="/Users/josh.feinberg/Documents/apps/lintbug/app/src/main/res/values/strings.xml" line="4" column="5"/>
</issue>