You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2014/10/18 14:53:34 UTC

svn commit: r1632783 - in /jmeter/trunk: checkstyle.xml xdocs/changes.xml

Author: pmouawad
Date: Sat Oct 18 12:53:34 2014
New Revision: 1632783

URL: http://svn.apache.org/r1632783
Log:
Bug 57081 - Updating checkstyle to only check for tabs in java, xml, xsd, xls, dtd, htm, html and txt files (not images!)
Bugzilla Id: 57081

Modified:
    jmeter/trunk/checkstyle.xml
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/checkstyle.xml?rev=1632783&r1=1632782&r2=1632783&view=diff
==============================================================================
--- jmeter/trunk/checkstyle.xml (original)
+++ jmeter/trunk/checkstyle.xml Sat Oct 18 12:53:34 2014
@@ -36,7 +36,7 @@
  
   <!-- No tabs allowed! -->
   <module name="FileTabCharacter">
-    <property name="fileExtensions" value="java"/>
+    <property name="fileExtensions" value="java, xml, xsd, xls, dtd, htm, html, txt"/>
   </module>
   
   <module name="TreeWalker">

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1632783&r1=1632782&r2=1632783&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Oct 18 12:53:34 2014
@@ -333,7 +333,7 @@ for details on configuring this componen
 <li><bugzilla>56920</bugzilla> - LogViewer : Make it receive all log events even when it is closed. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
 <li><bugzilla>57083</bugzilla> - simplified the CachedResourceMode enum. Contributed by Graham Russel (graham at ham1.co.uk)</li>
 <li><bugzilla>57082</bugzilla> - ComboStringEditor : Added hashCode to an inner class which overwrote equals. Contributed by Graham Russel (graham at ham1.co.uk)</li>
-<li><bugzilla>57081</bugzilla> - Updating checkstyle to only check for tabs in java files (and not images!). Contributed by Graham Russel (graham at ham1.co.uk)</li>
+<li><bugzilla>57081</bugzilla> - Updating checkstyle to only check for tabs in java, xml, xsd, xls, dtd, htm, html and txt files (not images!). Contributed by Graham Russell (graham at ham1.co.uk)</li>
 <li><bugzilla>56178</bugzilla> - Really replace backslashes in user name before generating proxy certificate. Contributed by Graham Russel (graham at ham1.co.uk)</li>
 <li><bugzilla>57084</bugzilla> - Close socket after usage in BeahShellClient. Contributed by Graham Russel (graham at ham1.co.uk)</li>
 </ul>