Wednesday, November 26, 2008

Using Checkstyle and its advantages

erik doernenburg » Blog Archive » How toxic is your code?
In his post, Erik points out an easy method to find parts of code which should be candidates to refactoring. With the help of a basic configuration file and the use of Checkstyle, you get the Toxicity chart: a good starting point to find pieces of code for improvements.
You will probably be lucky and fix some dormant bugs.