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/02/11 02:21:04 UTC

[1/6] accumulo git commit: ACCUMULO-3576 Use checkstyle to prevent use of jline Preconditions

Repository: accumulo
Updated Branches:
  refs/heads/1.5 4e8471a3f -> c475c85ff
  refs/heads/1.6 a323f0362 -> a15033a2b
  refs/heads/master 0b4b694d4 -> efb505bad


ACCUMULO-3576 Use checkstyle to prevent use of jline Preconditions


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

Branch: refs/heads/1.5
Commit: c475c85ffcd249b54911a02912992337da8e4c83
Parents: 4e8471a
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Feb 10 20:13:32 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Feb 10 20:13:32 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c475c85f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5aff5b5..869fe8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,6 +748,10 @@
                   <property name="format" value="[@]see\s+[{][@]link" />
                   <property name="message" value="Javadoc @see does not need @link: pick one or the other." />
                 </module>
+                <module name="RegexpSinglelineJava">
+                  <property name="format" value="jline[.]internal[.]Preconditions" />
+                  <property name="message" value="Please use Guava Preconditions not JLine" />
+                </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/a15033a2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a15033a2
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a15033a2

Branch: refs/heads/master
Commit: a15033a2b171c4bbab5831512069e7527ac7f5d6
Parents: a323f03 c475c85
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Feb 10 20:13:43 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Feb 10 20:13:43 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/a15033a2/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/a15033a2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a15033a2
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a15033a2

Branch: refs/heads/1.6
Commit: a15033a2b171c4bbab5831512069e7527ac7f5d6
Parents: a323f03 c475c85
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Feb 10 20:13:43 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Feb 10 20:13:43 2015 -0500

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


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


[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/efb505ba
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/efb505ba
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/efb505ba

Branch: refs/heads/master
Commit: efb505badd99a1bb672dbf35a113aae281d014c0
Parents: 0b4b694 a15033a
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Feb 10 20:13:50 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Feb 10 20:13:50 2015 -0500

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


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


[2/6] accumulo git commit: ACCUMULO-3576 Use checkstyle to prevent use of jline Preconditions

Posted by ct...@apache.org.
ACCUMULO-3576 Use checkstyle to prevent use of jline Preconditions


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

Branch: refs/heads/1.6
Commit: c475c85ffcd249b54911a02912992337da8e4c83
Parents: 4e8471a
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Feb 10 20:13:32 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Feb 10 20:13:32 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c475c85f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5aff5b5..869fe8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,6 +748,10 @@
                   <property name="format" value="[@]see\s+[{][@]link" />
                   <property name="message" value="Javadoc @see does not need @link: pick one or the other." />
                 </module>
+                <module name="RegexpSinglelineJava">
+                  <property name="format" value="jline[.]internal[.]Preconditions" />
+                  <property name="message" value="Please use Guava Preconditions not JLine" />
+                </module>
                 <module name="OuterTypeFilename" />
                 <module name="LineLength">
                   <!-- needs extra, because Eclipse formatter ignores the ending left brace -->


[3/6] accumulo git commit: ACCUMULO-3576 Use checkstyle to prevent use of jline Preconditions

Posted by ct...@apache.org.
ACCUMULO-3576 Use checkstyle to prevent use of jline Preconditions


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

Branch: refs/heads/master
Commit: c475c85ffcd249b54911a02912992337da8e4c83
Parents: 4e8471a
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Feb 10 20:13:32 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Feb 10 20:13:32 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c475c85f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5aff5b5..869fe8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,6 +748,10 @@
                   <property name="format" value="[@]see\s+[{][@]link" />
                   <property name="message" value="Javadoc @see does not need @link: pick one or the other." />
                 </module>
+                <module name="RegexpSinglelineJava">
+                  <property name="format" value="jline[.]internal[.]Preconditions" />
+                  <property name="message" value="Please use Guava Preconditions not JLine" />
+                </module>
                 <module name="OuterTypeFilename" />
                 <module name="LineLength">
                   <!-- needs extra, because Eclipse formatter ignores the ending left brace -->