Is there still no solution for ignoring setter/getter (other trivial methods) with the cobertura-maven-plugin?
问题 Did someone find a good solution to ignore trivial methods ? Using some automated testing like Unitils is not really an option, since the code-coverage should not go up if only getters/setters are tested! Using cobertrua-maven-plugin version 2.5.1 : -) ignore for methods does not work <ignore>com.company.*.set*</ignore> -) did anyone try to include a patch like http://sourceforge.net/tracker/index.php?func=detail&aid=3010530&group_id=130558&atid=720017 into the maven-plugin? -) anyone uses a