[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:51:28 EST 2015


Author: iay
Date: Wed Jan 21 06:51:27 2015
New Revision: 319

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

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

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=319&r1=318&r2=319&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:51:27 2015
@@ -78,7 +78,6 @@
     <module name="FallThrough"/>
     <module name="IllegalCatch"/>
     <module name="IllegalThrows"/>
-    <module name="JUnitTestCase"/>
     <module name="MultipleVariableDeclarations"/>
     <module name="PackageDeclaration"/>
     <module name="ParameterAssignment"/>

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=319&r1=318&r2=319&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:51:27 2015
@@ -74,7 +74,6 @@
     <module name="ExplicitInitialization"/>
     <module name="FallThrough"/>
     <module name="IllegalThrows"/>
-    <module name="JUnitTestCase"/>
     <module name="MultipleVariableDeclarations"/>
     <module name="PackageDeclaration"/>
     <module name="ParameterAssignment"/>



More information about the commits mailing list