mihaip / dex-method-counts

Command-line tool to count per-package methods in Android .dex files
Apache License 2.0
2.6k stars 376 forks source link

Why not add Classes/Files/LOC count as well? #30

Closed gradlewrapper007 closed 8 years ago

gradlewrapper007 commented 8 years ago

Why not make this a universal tool for counting all ?

mihaip commented 8 years ago

This tool operates on Android DEX files, thus is not aware of source code (and thus files or lines). More generally, this is a specialized tool meant to deal with the DEX method count limit, so counting other things doesn't seem like an appropriate extension.