Today I started using EclEmma which is a free Java code coverage tool for Eclipse IDE.
Basically it helps to identify the areas in your code that are (and are not) covered by a test case. This will help to improve the way you code and create JUnits. You may become the one in your team with a 100% code coverage :)

More info here.
