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 00:29:26 UTC

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

Author: sebb
Date: Thu Aug 20 22:29:26 2015
New Revision: 1696868

URL: http://svn.apache.org/r1696868
Log:
Swing uses lots of numbers

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=1696868&r1=1696867&r2=1696868&view=diff
==============================================================================
--- commons/proper/bcel/trunk/checkstyle_suppressions.xml (original)
+++ commons/proper/bcel/trunk/checkstyle_suppressions.xml Thu Aug 20 22:29:26 2015
@@ -22,4 +22,6 @@ limitations under the License.
 <!-- SEE: http://checkstyle.sourceforge.net/config.html#Examples -->
 <suppressions>
     <suppress checks="LineLength" files="InstructionFinder.java"/>
+    <suppress checks="MagicNumber" files="VerifierAppFrame.java"/>
+    <suppress checks="MagicNumber" files="VerifyDialog.java"/>
 </suppressions>