From eab33874f3cd217d1946e7f0c0fd4edadbdaba8e Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Sat, 14 Apr 2012 17:11:40 +0000 Subject: Bugzilla #53083: Update to use of checkstyle-5.5 as default configuration. Remove checkstyle-4.0 configuration. Also, import environment build properties before local properties, so that latter can refer to former. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326154 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 6 +- checkstyle-4.0.xml | 190 ----------------------------------------------------- status.xml | 3 + 3 files changed, 6 insertions(+), 193 deletions(-) delete mode 100644 checkstyle-4.0.xml diff --git a/build.xml b/build.xml index f84f83a84..3cd62f862 100644 --- a/build.xml +++ b/build.xml @@ -54,9 +54,9 @@ list of possible build targets. + - @@ -1019,9 +1019,9 @@ NOTE: - + - + diff --git a/checkstyle-4.0.xml b/checkstyle-4.0.xml deleted file mode 100644 index 764e703ec..000000000 --- a/checkstyle-4.0.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/status.xml b/status.xml index 92f35af8d..7d67c2f67 100644 --- a/status.xml +++ b/status.xml @@ -62,6 +62,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> + + Update to use of checkstyle-5.5 as default configuration. Remove checkstyle-4.0 configuration. Also, import environment build properties before local properties, so that latter can refer to former.' + Prevent NPE on use of unsupported collapse-with-precedence; fall back to collapse. Fix checkstyle errors from prior commit. -- cgit v1.2.3