Hi.
I just looked through the JBlanket result pages and found something strange: I have a lot of utility classes (classes with only static methods) which have a private, empty constructor (so that nobody can create an instance). Strange thing is, JBlanket is complaining that this empty constructor is not covered with tests (of course not - there is no way of invoking that thing). Shouldn't JBlanket exclude 0-line methods or constructors? (It excludes 1-liner...) Right now, it is impossible for me to archive 100% coverage for utility classes. Is that bug or feature? (I vote for bug).
Cheers, Christoph
