maven/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-.../src
Vincent Massol 9818983b08 Changed "assert (true == true);" to "assert true == true : "true was not true";". The first expressions did not make Clover barf. The second does unless you specify the new <jdk>1.4</jdk> property. Thanks to Dave Sag for noticing this.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328042 13f79535-47bb-0310-9956-ffa450edef68
2005-10-24 11:52:27 +00:00
..
main/java/org/apache/maven/plugin/clover/samples/simple Changed "assert (true == true);" to "assert true == true : "true was not true";". The first expressions did not make Clover barf. The second does unless you specify the new <jdk>1.4</jdk> property. Thanks to Dave Sag for noticing this. 2005-10-24 11:52:27 +00:00
test/java/org/apache/maven/plugin/clover/samples/simple - Percentage is a string with a percent symbol. 2005-07-30 13:25:39 +00:00