com.puppycrawl.tools.checkstyle.meta.checks.coding.IllegalTokenCheck.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkstyle Show documentation
Show all versions of checkstyle Show documentation
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><div> Checks for illegal tokens. By default, labels are prohibited. </div> <p> 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. </p></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>