From 53327753434051764797a3acdd4e4fa9413396a5 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Fri, 19 Apr 2013 00:30:31 +0900 Subject: [PATCH] =?utf8?q?pmd-plugin=203.0.1(PMD=205.0.2)=20=E5=AF=BE?= =?utf8?q?=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 10 ++--- src/main/config/pmdrules.xml | 92 ++++++++++++++++++++++++++++++-------------- 2 files changed, 69 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index 829fa97..73470b5 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.0 + 3.1 1.6 1.6 @@ -233,7 +233,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.14 + 2.14.1 false true @@ -262,7 +262,7 @@ org.apache.maven.plugins maven-pmd-plugin - 2.7.1 + 3.0.1 ${maven.compiler.target} @@ -416,7 +416,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.14 + 2.14.1 false @@ -462,7 +462,7 @@ org.apache.maven.plugins maven-pmd-plugin - 2.7.1 + 3.0.1 false ${maven.compiler.target} diff --git a/src/main/config/pmdrules.xml b/src/main/config/pmdrules.xml index a77bfcc..0b76658 100644 --- a/src/main/config/pmdrules.xml +++ b/src/main/config/pmdrules.xml @@ -3,17 +3,16 @@ @@ -21,78 +20,115 @@ custom rulesets for project - - - + + + - + - + + + - + - + + + + + + + + - + + - + + + + - + + - + + + - + - + + + + + - - + - + + + + - + - + + - + - + - + - + + + + + + - + -- 2.11.0