You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2015/12/16 20:31:57 UTC

svn commit: r1720420 - in /commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver: checkstyle.xml findbugs-exclude-filter.xml

Author: mbenson
Date: Wed Dec 16 19:31:56 2015
New Revision: 1720420

URL: http://svn.apache.org/viewvc?rev=1720420&view=rev
Log:
ws

Modified:
    commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml
    commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml

Modified: commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml?rev=1720420&r1=1720419&r2=1720420&view=diff
==============================================================================
--- commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml (original)
+++ commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml Wed Dec 16 19:31:56 2015
@@ -18,9 +18,7 @@
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
     "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
-
 <!--
-
   Checkstyle configuration that checks the sun coding conventions from:
 
     - the Java Language Specification at
@@ -43,9 +41,7 @@
   To completely disable a check, just comment it out or delete it from the file.
 
   Finally, it is worth reading the documentation.
-
 -->
-
 <module name="Checker">
     <!--
         If you set the basedir property below, then all reported file
@@ -54,7 +50,6 @@
 
         <property name="basedir" value="${basedir}" />
     -->
-
     <!-- Checks that each Java package has a Javadoc file used for commenting. -->
     <!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage       -->
     <module name="JavadocPackage" />
@@ -76,7 +71,6 @@
     </module>
 
     <module name="TreeWalker">
-
         <property name="cacheFile" value="${checkstyle.cache.file}" />
 
         <!-- Checks for Javadoc comments.                     -->
@@ -93,7 +87,6 @@
         </module>
         <module name="JavadocStyle" />
 
-
         <!-- Checks for Naming Conventions.                  -->
         <!-- See http://checkstyle.sf.net/config_naming.html -->
         <module name="ConstantName" />
@@ -115,7 +108,6 @@
             <property name="processJavadoc" value="true" />
         </module>
 
-
         <!-- Checks for Size Violations.                    -->
         <!-- See http://checkstyle.sf.net/config_sizes.html -->
         <module name="LineLength">
@@ -124,7 +116,6 @@
         <module name="MethodLength" />
         <module name="ParameterNumber" />
 
-
         <!-- Checks for whitespace                               -->
         <!-- See http://checkstyle.sf.net/config_whitespace.html -->
         <module name="EmptyForIteratorPad" />
@@ -139,13 +130,11 @@
         <module name="WhitespaceAfter" />
         <module name="WhitespaceAround" />
 
-
         <!-- Modifier Checks                                    -->
         <!-- See http://checkstyle.sf.net/config_modifiers.html -->
         <module name="ModifierOrder" />
         <module name="RedundantModifier" />
 
-
         <!-- Checks for blocks. You know, those {}'s         -->
         <!-- See http://checkstyle.sf.net/config_blocks.html -->
         <module name="EmptyBlock">
@@ -155,7 +144,6 @@
         <module name="NeedBraces" />
         <module name="RightCurly" />
 
-
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <module name="EmptyStatement" />
@@ -176,13 +164,10 @@
         <module name="HideUtilityClassConstructor" />
         <module name="InterfaceIsType" />
 
-
         <!-- Miscellaneous other checks.                   -->
         <!-- See http://checkstyle.sf.net/config_misc.html -->
         <module name="ArrayTypeStyle" />
         <module name="TodoComment" />
         <module name="UpperEll" />
-
     </module>
-
 </module>

Modified: commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml?rev=1720420&r1=1720419&r2=1720420&view=diff
==============================================================================
--- commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml (original)
+++ commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml Wed Dec 16 19:31:56 2015
@@ -15,7 +15,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-
 <!--
   This file contains some false positive bugs detected by findbugs. Their
   false positive nature has been analyzed individually and they have been