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

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

Go to download

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

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle-metadata>
   <module>
      <check fully-qualified-name="com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck"
             name="IllegalToken"
             parent="com.puppycrawl.tools.checkstyle.TreeWalker">
         <description>&lt;div&gt;
 Checks for illegal tokens. By default, labels are prohibited.
 &lt;/div&gt;

 &lt;p&gt;
 Rationale: Certain language features can harm readability, lead to
 confusion or are not obvious to novice developers. Other features
 may be discouraged in certain frameworks, such as not having
 native methods in Enterprise JavaBeans components.
 &lt;/p&gt;</description>
         <properties>
            <property default-value="LABELED_STAT" name="tokens" type="anyTokenTypesSet">
               <description>tokens to check</description>
            </property>
         </properties>
         <message-keys>
            <message-key key="illegal.token"/>
         </message-keys>
      </check>
   </module>
</checkstyle-metadata>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy