spotify / missinglink

Build time tool for detecting link problems in java projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using proguard to filter out dead code

pettermahlen opened this issue · comments

This would probably best be done by adding an interface for reachability analysis, so you could plug in different reachability analysers with different characteristics.