You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2014/02/11 19:48:09 UTC

svn commit: r1567292 - /xmlgraphics/commons/branches/Temp_Checkstyle/checkstyle-suppressions.xml

Author: vhennebert
Date: Tue Feb 11 18:48:08 2014
New Revision: 1567292

URL: http://svn.apache.org/r1567292
Log:
Fix MissingSwitchDefault

Modified:
    xmlgraphics/commons/branches/Temp_Checkstyle/checkstyle-suppressions.xml

Modified: xmlgraphics/commons/branches/Temp_Checkstyle/checkstyle-suppressions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/Temp_Checkstyle/checkstyle-suppressions.xml?rev=1567292&r1=1567291&r2=1567292&view=diff
==============================================================================
--- xmlgraphics/commons/branches/Temp_Checkstyle/checkstyle-suppressions.xml (original)
+++ xmlgraphics/commons/branches/Temp_Checkstyle/checkstyle-suppressions.xml Tue Feb 11 18:48:08 2014
@@ -12,4 +12,9 @@
   <suppress checks="MethodName" files="org/apache/xmlgraphics/java2d/color/profile/ColorProfileUtil.java"/>
   <suppress checks="HideUtilityClassConstructor" files="org/apache/xmlgraphics/ps/PSFontUtils.java"/>
   <suppress checks="HideUtilityClassConstructor" files="org/apache/xmlgraphics/ps/PSImageUtils.java"/>
+  <suppress checks="MissingSwitchDefault" files="org/apache/xmlgraphics/image/codec/png/PNGImageDecoder.java"/>
+  <suppress checks="MissingSwitchDefault" files="org/apache/xmlgraphics/image/codec/png/PNGImageEncoder.java"/>
+  <suppress checks="MissingSwitchDefault" files="org/apache/xmlgraphics/image/codec/png/PNGRed.java"/>
+  <suppress checks="MissingSwitchDefault" files="org/apache/xmlgraphics/image/codec/tiff/TIFFImage.java"/>
+  <suppress checks="MissingSwitchDefault" files="org/apache/xmlgraphics/image/codec/tiff/TIFFImageEncoder.java"/>
 </suppressions>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org