summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.samplecheckers.findviewbyid/plugin.properties
blob: 2ba209d8f0d4dc34ea0a007dbf06334dc4891b4a (plain)
1
2
3
4
5
6
7
8
pluginName=MOTODEV Studio App Validator SDK Unnecessary findViewById Sample Checker
providerName=Motorola Mobility, Inc.

unnecessaryFindViewByIdCheckerDescription=Looks for findViewById statements that can be moved to reduce CPU processing.
unnecessaryFindViewByIdChecker=Unnecessary findViewById Checker

FindViewByIdInsideLoopsConditionDescription=Checks for findViewById statements that are inside a loop block (for, foreach, while, do-while) that could possibly be moved outside the loop, to reduce CPU processing.
FindViewByIdInsideLoopsCondition=Unnecessary findViewById inside loops condition