About
Opinions, thoughts and tips with a strong focus on Open Source software in general and Linux in particular.Tweets
- RT @nprussell: Just 5 hours left to enter! Make a Tweet with @ASUS & #TransformerPrime to enter to win a Transformer Prime Tablet! 2 months ago
- The comprehensive guide to programmer job security: RT @CompSciFact: How to write unmaintainable code http://ow.ly/6BSoz 5 months ago
-
Recent Posts
Recent Comments
- Making Your Android App Better With Static Analysis | ProjectJourneyman on Android Income on Suppressing Trivial FindBugs Warnings for Android Projects
- ProjectJourneyman on Suppressing Trivial FindBugs Warnings for Android Projects
- Felipe Conde on Suppressing Trivial FindBugs Warnings for Android Projects
- easgs on OpenSUSE Multimedia
- Mick Wahren on Migrating Thunderbird mail and settings from Windows to Linux
Archives
Categories
Tag Archives: FindBugs
Suppressing Trivial FindBugs Warnings for Android Projects
FindBugs is an extremely useful static analysis tool for Java code that will flag many subtle bugs and point out bad practice. However, when using FindBugs with Android projects, it will complain about the name of the auto-generated Android resource … Continue reading