[java-parent-projects COMMIT] /java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml /java-parent-project-...

noreply at shibboleth.net noreply at shibboleth.net
Wed Jan 21 06:27:39 EST 2015


Author: iay
Date: Wed Jan 21 06:27:39 2015
New Revision: 318

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=318&view=rev
Log:
Remove RedundantThrows check, no longer present in Checkstyle.

See https://github.com/checkstyle/checkstyle/issues/473

Modified:
    java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml
    java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml

Modified: java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml?rev=318&r1=317&r2=318&view=diff
==============================================================================
--- java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml (original)
+++ java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml Wed Jan 21 06:27:39 2015
@@ -58,7 +58,6 @@
     <module name="IllegalInstantiation"/>
     <module name="InnerAssignment"/>
     <module name="MissingSwitchDefault"/>
-    <module name="RedundantThrows"/>
     <module name="SimplifyBooleanExpression"/>
     <module name="SimplifyBooleanReturn"/>
     <module name="FinalClass"/>

Modified: java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml?rev=318&r1=317&r2=318&view=diff
==============================================================================
--- java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml (original)
+++ java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml Wed Jan 21 06:27:39 2015
@@ -59,7 +59,6 @@
     <module name="IllegalInstantiation"/>
     <module name="InnerAssignment"/>
     <module name="MissingSwitchDefault"/>
-    <module name="RedundantThrows"/>
     <module name="SimplifyBooleanExpression"/>
     <module name="SimplifyBooleanReturn"/>
     <module name="FinalClass"/>



More information about the commits mailing list