On 18 October 2014 14:49, <[email protected]> wrote: > Author: pmouawad > Date: Sat Oct 18 13:49:29 2014 > New Revision: 1632791 > > URL: http://svn.apache.org/r1632791 > Log: > Bug 57081 - Updating checkstyle to only check for tabs in java, xml, xsd, > xls, dtd, htm, html and txt files (not images!) > Avoid xls
Why are XLS files exempt? > 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=1632791&r1=1632790&r2=1632791&view=diff > ============================================================================== > --- jmeter/trunk/checkstyle.xml (original) > +++ jmeter/trunk/checkstyle.xml Sat Oct 18 13:49:29 2014 > @@ -36,7 +36,7 @@ > > <!-- No tabs allowed! --> > <module name="FileTabCharacter"> > - <property name="fileExtensions" value="java, xml, xsd, xls, dtd, htm, > html, txt"/> > + <property name="fileExtensions" value="java, xml, xsd, 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=1632791&r1=1632790&r2=1632791&view=diff > ============================================================================== > --- jmeter/trunk/xdocs/changes.xml (original) > +++ jmeter/trunk/xdocs/changes.xml Sat Oct 18 13:49:29 2014 > @@ -334,7 +334,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, xml, xsd, xls, dtd, htm, html and txt files (not images!). > Contributed by Graham Russell (graham at ham1.co.uk)</li> > +<li><bugzilla>57081</bugzilla> - Updating checkstyle to only check for tabs > in java, xml, xsd, 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> > >
