Millertoken / android-unused-resources

Automatically exported from code.google.com/p/android-unused-resources
0 stars 0 forks source link

Not detecting unused resources whose names are substrings of used resources #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Declare string resources "test" and "test2"
2. Use test2 through XML (@string/test2)
3. "test" is detected as being used

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by skenned...@gmail.com on 17 Nov 2010 at 7:51

GoogleCodeExporter commented 8 years ago
Fixed in r13

Original comment by skenned...@gmail.com on 18 Nov 2010 at 4:13