The No.1 i-Technology Magazine in the World !
   
 
Clint Shank's Blog

Tools



Risk Homing Metrics

28 May 2009 5:56 A GMT-05
Here's a set of metrics that can be used to identify your riskiest code.

Git And Continuous Integration

13 Nov 2008 5:38 P GMT-05
What are the effects of using Git on Continuous Integration?

Hudson CI Game Plugin

17 Apr 2008 5:50 P GMT-05
redsolo has implemented a version of The Continuous Integration Build Game as a Hudson plugin.

Parallel JUnit Ant Task

16 Oct 2007 10:41 A GMT-05
Over time, how do you maintain a maximum 10 minute build? This is an important agile practice for continuous integration. This entry describes an Ant task designed to run standard JUnit tests concurrently.

Bad PMD Rules

9 Mar 2007 12:00 A GMT-05
PMD is an excellent tool for finding potential bugs and improving code quality, but it can generate a lot of false positives. Here's my list of the top 10 rules I turn off immediately [...]

Behavior Driven Development with JUnit 4

14 Dec 2006 5:54 P GMT-05
JUnit 4 makes Behavior Driven Development (BDD) easier...

A Common Set of Test Refactorings

19 Feb 2006 8:02 A GMT-05
A set of low level Eclipse refactorings commonly used together when refactoring unit tests.