From: Glenn Adams Date: Sat, 14 Apr 2012 17:11:40 +0000 (+0000) Subject: Bugzilla #53083: Update to use of checkstyle-5.5 as default configuration. Remove... X-Git-Tag: fop-1_1rc1old~48 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eab33874f3cd217d1946e7f0c0fd4edadbdaba8e;p=xmlgraphics-fop.git 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 --- 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.