You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/11/24 18:54:26 UTC

svn commit: r1816250 - /jmeter/trunk/checkstyle.xml

Author: fschumacher
Date: Fri Nov 24 18:54:26 2017
New Revision: 1816250

URL: http://svn.apache.org/viewvc?rev=1816250&view=rev
Log:
Complain about wildcard imports.

Modified:
    jmeter/trunk/checkstyle.xml

Modified: jmeter/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/checkstyle.xml?rev=1816250&r1=1816249&r2=1816250&view=diff
==============================================================================
--- jmeter/trunk/checkstyle.xml (original)
+++ jmeter/trunk/checkstyle.xml Fri Nov 24 18:54:26 2017
@@ -88,6 +88,8 @@
       <property name="classes" value="java.lang.Boolean, java.lang.String"/>
     </module>
 
+    <module name="AvoidStarImport"/>
+
     <module name="NeedBraces"/>
 
     <!-- Required for SuppressionCommentFilter below -->