Monthly Archives: January 2014

Findbugs and Android

Recently I needed to add FindBugs to a android-maven build. This itself is easy enough. The above will analyse the classes as part of the package proecess. This is fine, however, the generated R.java file typically produces class names that … Continue reading

Posted in android, clean code, craftsmanship, maven | Leave a comment