You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2015/04/30 21:04:42 UTC

[math] Disabling a broken checkstyle test.

Repository: commons-math
Updated Branches:
  refs/heads/master 35f4fbeeb -> 9b2772e38


Disabling a broken checkstyle test.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/9b2772e3
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/9b2772e3
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/9b2772e3

Branch: refs/heads/master
Commit: 9b2772e38ed16a56a4d806bbf23fabee5cf55030
Parents: 35f4fbe
Author: Luc Maisonobe <lu...@apache.org>
Authored: Thu Apr 30 21:04:27 2015 +0200
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Thu Apr 30 21:04:27 2015 +0200

----------------------------------------------------------------------
 checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/9b2772e3/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index d59f6f9..c35f8ba 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -43,6 +43,7 @@
     <module name="JavadocMethod">
       <property name="allowUndeclaredRTE" value="true"/>
       <property name="allowThrowsTagsForSubclasses" value="true"/>
+      <property name="validateThrows" value="false"/>
     </module>
 
     <!-- Require field javadoc -->