OSDN Git Service

More API lint checks.
authorJeff Sharkey <jsharkey@android.com>
Sat, 30 Aug 2014 00:41:43 +0000 (17:41 -0700)
committerJeff Sharkey <jsharkey@android.com>
Sat, 30 Aug 2014 00:41:49 +0000 (17:41 -0700)
commit294f0de15b510afc06a436bf7cd45d99512c71d3
tree252b698a2bb89a21dbe1a3c667e3d79b69b67644
parentaf0fe973b3ad9b54702abcfed46ce12d4801780e
More API lint checks.

When offering a helper Service, etc, all platform provided methods
should be marked final.  Otherwise, if available for developer to
override, they should follow onFoo() style naming.

Catch anyone returning concrete collections types, and look for
overlapping flags.

Change-Id: I29d95f3dff78a4da968a46f10be89eada509648c
tools/apilint/apilint.py