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/21 11:33:13 UTC

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

Author: sebb
Date: Fri Aug 21 09:33:13 2015
New Revision: 1696915

URL: http://svn.apache.org/r1696915
Log:
Docn

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=1696915&r1=1696914&r2=1696915&view=diff
==============================================================================
--- commons/proper/bcel/trunk/checkstyle_suppressions.xml (original)
+++ commons/proper/bcel/trunk/checkstyle_suppressions.xml Fri Aug 21 09:33:13 2015
@@ -23,8 +23,8 @@ limitations under the License.
 <suppressions>
      <!-- Maven generated code -->
     <suppress checks="LineLength"  files="InstructionFinder.java"/>
-    <suppress checks="MagicNumber" files="VerifierAppFrame.java"/>
-    <suppress checks="MagicNumber" files="VerifyDialog.java"/>
+    <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=".*"          files="[/\\]target[/\\]"/>
 </suppressions>