All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.puppycrawl.tools.checkstyle.meta.checks.coding.NestedForDepthCheck.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<checkstyle-metadata>
   <module>
      <check fully-qualified-name="com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck"
             name="NestedForDepth"
             parent="com.puppycrawl.tools.checkstyle.TreeWalker">
         <description>&lt;p&gt;
 Restricts nested {@code for} blocks to a specified depth.
 &lt;/p&gt;</description>
         <properties>
            <property default-value="1" name="max" type="int">
               <description>Specify maximum allowed nesting depth.</description>
            </property>
         </properties>
         <message-keys>
            <message-key key="nested.for.depth"/>
         </message-keys>
      </check>
   </module>
</checkstyle-metadata>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy