diff --git a/core/pom.xml b/core/pom.xml index f9bed30..c8b0f5c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -50,7 +50,7 @@ maven-checkstyle-plugin - 2.3 + 2.6 ${basedir}/src/build/conf/checkstyle.xml false @@ -58,7 +58,7 @@ maven-javadoc-plugin - 2.6.1 + 2.7 ${jdk.version} false @@ -74,11 +74,11 @@ maven-surefire-report-plugin - 2.4.3 + 2.7.1 maven-changelog-plugin - 2.1 + 2.2 true @@ -134,7 +134,7 @@ org.codehaus.mojo cobertura-maven-plugin - 2.3 + 2.4 xml diff --git a/core/src/build/conf/checkstyle.xml b/core/src/build/conf/checkstyle.xml index dba0289..cea0dbd 100644 --- a/core/src/build/conf/checkstyle.xml +++ b/core/src/build/conf/checkstyle.xml @@ -34,12 +34,16 @@ - + + + + + @@ -48,7 +52,6 @@ - @@ -100,9 +103,6 @@ - - - @@ -119,7 +119,6 @@ - diff --git a/extras/pom.xml b/extras/pom.xml index b19570e..bfd67ef 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -63,7 +63,7 @@ maven-checkstyle-plugin - 2.3 + 2.6 ${basedir}/src/build/conf/checkstyle.xml false @@ -71,7 +71,7 @@ maven-javadoc-plugin - 2.6.1 + 2.7 ${jdk.version} false @@ -87,11 +87,11 @@ maven-surefire-report-plugin - 2.4.3 + 2.7.1 maven-changelog-plugin - 2.1 + 2.2 true @@ -147,7 +147,7 @@ org.codehaus.mojo cobertura-maven-plugin - 2.3 + 2.4 xml diff --git a/extras/src/build/conf/checkstyle.xml b/extras/src/build/conf/checkstyle.xml index d9242f7..cea0dbd 100644 --- a/extras/src/build/conf/checkstyle.xml +++ b/extras/src/build/conf/checkstyle.xml @@ -34,20 +34,24 @@ - + + + + + - - - + + + @@ -99,7 +103,6 @@ - @@ -116,7 +119,6 @@ - @@ -145,23 +147,25 @@ - - + + - + + --> + - + diff --git a/jdk16/pom.xml b/jdk16/pom.xml index a501cd1..4e11acf 100644 --- a/jdk16/pom.xml +++ b/jdk16/pom.xml @@ -59,7 +59,7 @@ maven-checkstyle-plugin - 2.3 + 2.6 ${basedir}/src/build/conf/checkstyle.xml false @@ -67,7 +67,7 @@ maven-javadoc-plugin - 2.6.1 + 2.7 ${jdk.version} false @@ -83,11 +83,11 @@ maven-surefire-report-plugin - 2.4.3 + 2.7.1 maven-changelog-plugin - 2.1 + 2.2 true @@ -143,7 +143,7 @@ org.codehaus.mojo cobertura-maven-plugin - 2.3 + 2.4 xml diff --git a/jdk16/src/build/conf/checkstyle.xml b/jdk16/src/build/conf/checkstyle.xml index dba0289..cea0dbd 100644 --- a/jdk16/src/build/conf/checkstyle.xml +++ b/jdk16/src/build/conf/checkstyle.xml @@ -34,12 +34,16 @@ - + + + + + @@ -48,7 +52,6 @@ - @@ -100,9 +103,6 @@ - - - @@ -119,7 +119,6 @@ - diff --git a/parent/pom.xml b/parent/pom.xml index c6bee28..bbfe730 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -235,11 +235,11 @@ maven-clean-plugin - 2.4 + 2.4.1 maven-compiler-plugin - 2.0.2 + 2.3.2 true true @@ -255,15 +255,15 @@ maven-deploy-plugin - 2.4 + 2.5 maven-gpg-plugin - 1.0 + 1.1 maven-javadoc-plugin - 2.6.1 + 2.7 ${jdk.version} false @@ -272,7 +272,7 @@ maven-jar-plugin - 2.3 + 2.3.1 maven-scm-plugin @@ -283,16 +283,16 @@ maven-site-plugin - 2.1 + 2.1.1 maven-surefire-plugin - 2.5 + 2.8 org.apache.felix maven-bundle-plugin - 2.0.1 + 2.3.4 true diff --git a/swt/pom.xml b/swt/pom.xml index 5330225..3098742 100644 --- a/swt/pom.xml +++ b/swt/pom.xml @@ -73,7 +73,7 @@ maven-checkstyle-plugin - 2.3 + 2.6 ${basedir}/src/build/conf/checkstyle.xml false @@ -81,7 +81,7 @@ maven-javadoc-plugin - 2.6.1 + 2.7 ${jdk.version} false @@ -97,11 +97,11 @@ maven-surefire-report-plugin - 2.4.3 + 2.7.1 maven-changelog-plugin - 2.1 + 2.2 true @@ -157,7 +157,7 @@ org.codehaus.mojo cobertura-maven-plugin - 2.3 + 2.4 xml diff --git a/swt/src/build/conf/checkstyle.xml b/swt/src/build/conf/checkstyle.xml index 0bf098a..f80dab6 100644 --- a/swt/src/build/conf/checkstyle.xml +++ b/swt/src/build/conf/checkstyle.xml @@ -3,169 +3,183 @@ "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> - + - the Java Language Specification at + http://java.sun.com/docs/books/jls/second_edition/html/index.html + + - the Sun Code Conventions at http://java.sun.com/docs/codeconv/ + + - the Javadoc guidelines at + http://java.sun.com/j2se/javadoc/writingdoccomments/index.html + + - the JDK Api documentation http://java.sun.com/j2se/docs/api/index.html + + - some best practices + + Checkstyle is very configurable. Be sure to read the documentation at + http://checkstyle.sf.net (or in your downloaded distribution). + + Most Checks are configurable, be sure to consult the documentation. + + To completely disable a check, just comment it out or delete it from the file. + + Finally, it is worth reading the documentation. + +--> - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + - - - - - - + + + + + + + - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - +