You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/01/09 20:16:19 UTC

[1/6] accumulo git commit: ACCUMULO-3451 checkstyle rule for trailing spaces

Repository: accumulo
Updated Branches:
  refs/heads/1.5 901d60ef1 -> 9827b05de
  refs/heads/1.6 81fce53ac -> 64567e74d
  refs/heads/master a4165a56a -> 61b0fb714


ACCUMULO-3451 checkstyle rule for trailing spaces


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9827b05d
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9827b05d
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9827b05d

Branch: refs/heads/1.5
Commit: 9827b05defc1d1a78d50dc87def5f07f41c8a815
Parents: 901d60e
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jan 9 14:08:54 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jan 9 14:08:54 2015 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/9827b05d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 711a21d..8b4e7b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -740,6 +740,10 @@
                 <property name="eachLine" value="true" />
               </module>
               <module name="TreeWalker">
+                <module name="RegexpSinglelineJava">
+                  <property name="format" value="\s+$" />
+                  <property name="message" value="Line has trailing whitespace." />
+                </module>
                 <module name="OuterTypeFilename" />
                 <module name="LineLength">
                   <!-- needs extra, because Eclipse formatter ignores the ending left brace -->


[4/6] accumulo git commit: Merge branch '1.5' into 1.6

Posted by ct...@apache.org.
Merge branch '1.5' into 1.6


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/64567e74
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/64567e74
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/64567e74

Branch: refs/heads/master
Commit: 64567e74d7ef0f0b303db6be34cde95ec36c50c6
Parents: 81fce53 9827b05
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jan 9 14:10:55 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jan 9 14:10:55 2015 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/64567e74/pom.xml
----------------------------------------------------------------------


[5/6] accumulo git commit: Merge branch '1.5' into 1.6

Posted by ct...@apache.org.
Merge branch '1.5' into 1.6


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/64567e74
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/64567e74
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/64567e74

Branch: refs/heads/1.6
Commit: 64567e74d7ef0f0b303db6be34cde95ec36c50c6
Parents: 81fce53 9827b05
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jan 9 14:10:55 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jan 9 14:10:55 2015 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/64567e74/pom.xml
----------------------------------------------------------------------


[3/6] accumulo git commit: ACCUMULO-3451 checkstyle rule for trailing spaces

Posted by ct...@apache.org.
ACCUMULO-3451 checkstyle rule for trailing spaces


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9827b05d
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9827b05d
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9827b05d

Branch: refs/heads/master
Commit: 9827b05defc1d1a78d50dc87def5f07f41c8a815
Parents: 901d60e
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jan 9 14:08:54 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jan 9 14:08:54 2015 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/9827b05d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 711a21d..8b4e7b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -740,6 +740,10 @@
                 <property name="eachLine" value="true" />
               </module>
               <module name="TreeWalker">
+                <module name="RegexpSinglelineJava">
+                  <property name="format" value="\s+$" />
+                  <property name="message" value="Line has trailing whitespace." />
+                </module>
                 <module name="OuterTypeFilename" />
                 <module name="LineLength">
                   <!-- needs extra, because Eclipse formatter ignores the ending left brace -->


[2/6] accumulo git commit: ACCUMULO-3451 checkstyle rule for trailing spaces

Posted by ct...@apache.org.
ACCUMULO-3451 checkstyle rule for trailing spaces


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9827b05d
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9827b05d
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9827b05d

Branch: refs/heads/1.6
Commit: 9827b05defc1d1a78d50dc87def5f07f41c8a815
Parents: 901d60e
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jan 9 14:08:54 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jan 9 14:08:54 2015 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/9827b05d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 711a21d..8b4e7b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -740,6 +740,10 @@
                 <property name="eachLine" value="true" />
               </module>
               <module name="TreeWalker">
+                <module name="RegexpSinglelineJava">
+                  <property name="format" value="\s+$" />
+                  <property name="message" value="Line has trailing whitespace." />
+                </module>
                 <module name="OuterTypeFilename" />
                 <module name="LineLength">
                   <!-- needs extra, because Eclipse formatter ignores the ending left brace -->


[6/6] accumulo git commit: Merge branch '1.6'

Posted by ct...@apache.org.
Merge branch '1.6'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/61b0fb71
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/61b0fb71
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/61b0fb71

Branch: refs/heads/master
Commit: 61b0fb714cf885a584863efcd6cf5713fd4fb588
Parents: a4165a5 64567e7
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jan 9 14:13:38 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jan 9 14:13:38 2015 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/61b0fb71/pom.xml
----------------------------------------------------------------------