In search of the Ahh and Aha via Data Visualization.
bradflyon@gmail.com
A Summary of My Visualizations
FindBugs to Catch Bugs in your Java Code
I came across a free static bug finder called FindBugs today. Within just a few minutes of learning of it, I had downloaded the eclipse plugin and run it against an Android app I'm (hopefully!) close to finishing. It had a few false positives, but it wasn't overly noisy. It convinced me to change some inner classes to static ones, caught a potential null pointer exception, and got me to take a look at some borderline cases. Looks like it hasn't had an update in a few years, but it's such an easy way to get another quick check of your code. Definitely recommended.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
The purpose of this page is to summarize in one place some of the interactive visualizations I have worked on. Most of these were built...
-
Note: I have extended this to a visualization for the entire world, which is on googledrive here . Recently, I was wondering how what it ...
No comments:
Post a Comment