You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/24 01:08:47 UTC

svn commit: r1697278 - /commons/proper/bcel/trunk/checkstyle_suppressions.xml

Author: sebb
Date: Sun Aug 23 23:08:47 2015
New Revision: 1697278

URL: http://svn.apache.org/r1697278
Log:
Comments

Modified:
    commons/proper/bcel/trunk/checkstyle_suppressions.xml

Modified: commons/proper/bcel/trunk/checkstyle_suppressions.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/checkstyle_suppressions.xml?rev=1697278&r1=1697277&r2=1697278&view=diff
==============================================================================
--- commons/proper/bcel/trunk/checkstyle_suppressions.xml (original)
+++ commons/proper/bcel/trunk/checkstyle_suppressions.xml Sun Aug 23 23:08:47 2015
@@ -21,10 +21,12 @@ limitations under the License.
     "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
 <!-- SEE: http://checkstyle.sourceforge.net/config.html#Examples -->
 <suppressions>
-     <!-- Maven generated code -->
-    <suppress checks="LineLength"  files="InstructionFinder.java"/>
+    <suppress checks="LineLength"  files="InstructionFinder.java"/> <!-- TODO later -->
+
     <suppress checks="MagicNumber" files="VerifierAppFrame.java"/> <!-- Swing files use lots of numbers -->
     <suppress checks="MagicNumber" files="VerifyDialog.java"/> <!-- Swing files use lots of numbers -->
-    <suppress checks="MagicNumber" files="src[/\\]test[/\\]"/>
+    <suppress checks="MagicNumber" files="src[/\\]test[/\\]"/> <!-- test files need numbers -->
+
+     <!-- Maven generated code -->
     <suppress checks=".*"          files="[/\\]target[/\\]"/>
 </suppressions>