]> source.dussan.org Git - sonarqube.git/commitdiff
Delete parameters ignoreModifier and ignoreName from the Checkstyle "Abstract Class...
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 7 Feb 2011 23:02:44 +0000 (00:02 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 7 Feb 2011 23:02:44 +0000 (00:02 +0100)
plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml

index 1c3d80833fec71b3dddafdc917100089d5941999..68d35188f626ce6c278f697c9044d1ab8991d05a 100644 (file)
@@ -424,6 +424,8 @@ Rationale: Too large methods and classes are hard to read and costly to maintain
     <param key="format" type="r">
       <defaultValue>^Abstract.*$|^.*Factory$</defaultValue>
     </param>
+    <!--
+    Not supported yet
     <param key="ignoreModifier" type="b">
       <description>Controls whether to ignore checking for the abstract modifier on classes that match the name.</description>
       <defaultValue>false</defaultValue>
@@ -432,7 +434,7 @@ Rationale: Too large methods and classes are hard to read and costly to maintain
       <description>Controls whether to ignore checking the name. Realistically only useful if using the check to identify that match name and do not have the abstract modifier name.</description>
       <defaultValue>false</defaultValue>
     </param>
-
+    -->
   </rule>
   <rule key="com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck" >
 <priority>MAJOR</priority>