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

com.puppycrawl.tools.checkstyle.meta.checks.whitespace.SeparatorWrapCheck.xml Maven / Gradle / Ivy

Go to download

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

There is a newer version: 8.8
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle-metadata>
   <module>
      <check fully-qualified-name="com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck"
             name="SeparatorWrap"
             parent="com.puppycrawl.tools.checkstyle.TreeWalker">
         <description>&lt;div&gt;
 Checks line wrapping with separators.
 &lt;/div&gt;</description>
         <properties>
            <property default-value="eol"
                      name="option"
                      type="com.puppycrawl.tools.checkstyle.checks.whitespace.WrapOption">
               <description>Specify policy on how to wrap lines.</description>
            </property>
            <property default-value="DOT,COMMA"
                      name="tokens"
                      type="java.lang.String[]"
                      validation-type="tokenSet">
               <description>tokens to check</description>
            </property>
         </properties>
         <message-keys>
            <message-key key="line.new"/>
            <message-key key="line.previous"/>
         </message-keys>
      </check>
   </module>
</checkstyle-metadata>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy