annotate truffle/com.oracle.truffle.api/.checkstyle_checks.xml @ 22511:d7cc1f03d881 truffle-0.10

Generating API snapshot as of release 0.10
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Fri, 18 Dec 2015 11:04:11 +0100
parents e3c6cca3ef53
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11280
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
2 <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
3
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 <!--
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 This configuration file was written by the eclipse-cs plugin configuration editor
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
6 -->
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 <!--
20038
bbf53b35292e added Checkstyle rule to forbid use of old synchronized classes such as StringBuffer, Vector, Hashtable and Stack
Doug Simon <doug.simon@oracle.com>
parents: 19279
diff changeset
8 Checkstyle-Configuration: Checks
11280
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
9 Description: none
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
10 -->
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
11 <module name="Checker">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12 <property name="severity" value="error"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13 <module name="TreeWalker">
22161
e3c6cca3ef53 enforce explicit imports with Checkstyle (part 2)
Doug Simon <doug.simon@oracle.com>
parents: 22050
diff changeset
14 <module name="AvoidStarImport">
e3c6cca3ef53 enforce explicit imports with Checkstyle (part 2)
Doug Simon <doug.simon@oracle.com>
parents: 22050
diff changeset
15 <property name="allowClassImports" value="false"/>
e3c6cca3ef53 enforce explicit imports with Checkstyle (part 2)
Doug Simon <doug.simon@oracle.com>
parents: 22050
diff changeset
16 <property name="allowStaticMemberImports" value="false"/>
e3c6cca3ef53 enforce explicit imports with Checkstyle (part 2)
Doug Simon <doug.simon@oracle.com>
parents: 22050
diff changeset
17 </module>
11280
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
18 <property name="tabWidth" value="4"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
19 <module name="FileContentsHolder"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
20 <module name="JavadocStyle">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
21 <property name="checkHtml" value="false"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
22 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
23 <module name="LocalFinalVariableName"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
24 <module name="LocalVariableName"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
25 <module name="MemberName">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
26 <property name="format" value="^(([a-z][a-zA-Z0-9]*$)|(_[A-Z][a-zA-Z0-9]*_[a-z][a-zA-Z0-9]*$))"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
27 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
28 <module name="MethodName">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
29 <property name="format" value="^[a-z][a-zA-Z0-9]*$"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
30 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
31 <module name="PackageName"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
32 <module name="ParameterName"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
33 <module name="TypeName">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
34 <property name="format" value="^[A-Z][_a-zA-Z0-9]*$"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
35 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
36 <module name="RedundantImport"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
37 <module name="LineLength">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
38 <property name="max" value="250"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
39 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
40 <module name="MethodParamPad"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
41 <module name="NoWhitespaceAfter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
42 <property name="tokens" value="ARRAY_INIT,BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
43 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
44 <module name="NoWhitespaceBefore">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
45 <property name="tokens" value="SEMI,DOT,POST_DEC,POST_INC"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
46 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
47 <module name="ParenPad"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
48 <module name="TypecastParenPad">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
49 <property name="tokens" value="RPAREN,TYPECAST"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
50 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
51 <module name="WhitespaceAfter"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
52 <module name="WhitespaceAround">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
53 <property name="tokens" value="ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
54 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
55 <module name="RedundantModifier"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
56 <module name="AvoidNestedBlocks">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
57 <property name="allowInSwitchCase" value="true"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
58 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
59 <module name="EmptyBlock">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
60 <property name="option" value="text"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
61 <property name="tokens" value="LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
62 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
63 <module name="LeftCurly"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
64 <module name="NeedBraces"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
65 <module name="RightCurly"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
66 <module name="EmptyStatement"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
67 <module name="HiddenField">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
68 <property name="severity" value="ignore"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
69 <property name="ignoreConstructorParameter" value="true"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
70 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
71 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
72 <module name="FinalClass"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
73 <module name="HideUtilityClassConstructor">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
74 <property name="severity" value="ignore"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
75 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
76 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
77 <module name="ArrayTypeStyle"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
78 <module name="UpperEll"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
79 <module name="FallThrough"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
80 <module name="FinalLocalVariable">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
81 <property name="severity" value="ignore"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
82 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
83 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
84 <module name="MultipleVariableDeclarations"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
85 <module name="StringLiteralEquality">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
86 <property name="severity" value="error"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
87 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
88 <module name="SuperFinalize"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
89 <module name="UnnecessaryParentheses">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
90 <property name="severity" value="ignore"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
91 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
92 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
93 <module name="Indentation">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
94 <property name="severity" value="ignore"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
95 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
96 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
97 <module name="StaticVariableName">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
98 <property name="format" value="^[A-Za-z][a-zA-Z0-9]*$"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
99 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
100 <module name="EmptyForInitializerPad"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
101 <module name="EmptyForIteratorPad"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
102 <module name="ModifierOrder"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
103 <module name="DefaultComesLast"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
104 <module name="InnerAssignment">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
105 <property name="severity" value="ignore"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
106 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
107 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
108 <module name="ModifiedControlVariable"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
109 <module name="MutableException">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
110 <property name="severity" value="ignore"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
111 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
112 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
113 <module name="ParameterAssignment">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
114 <property name="severity" value="ignore"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
115 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
116 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
117 <module name="RegexpSinglelineJava">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
118 <metadata name="net.sf.eclipsecs.core.comment" value="Illegal trailing whitespace(s) at the end of the line."/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
119 <property name="format" value="\s$"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
120 <property name="message" value="Illegal trailing whitespace(s) at the end of the line."/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
121 <property name="ignoreComments" value="true"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
122 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Checks for trailing spaces at the end of a line"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
123 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
124 <module name="RegexpSinglelineJava">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
125 <metadata name="net.sf.eclipsecs.core.comment" value="illegal space before a comma"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
126 <property name="format" value=" ,"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
127 <property name="message" value="illegal space before a comma"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
128 <property name="ignoreComments" value="true"/>
20038
bbf53b35292e added Checkstyle rule to forbid use of old synchronized classes such as StringBuffer, Vector, Hashtable and Stack
Doug Simon <doug.simon@oracle.com>
parents: 19279
diff changeset
129 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Checks for whitespace before a comma."/>
11280
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
130 <metadata name="com.atlassw.tools.eclipse.checkstyle.customMessage" value="Illegal whitespace before a comma."/>
20038
bbf53b35292e added Checkstyle rule to forbid use of old synchronized classes such as StringBuffer, Vector, Hashtable and Stack
Doug Simon <doug.simon@oracle.com>
parents: 19279
diff changeset
131 </module>
bbf53b35292e added Checkstyle rule to forbid use of old synchronized classes such as StringBuffer, Vector, Hashtable and Stack
Doug Simon <doug.simon@oracle.com>
parents: 19279
diff changeset
132 <module name="RegexpSinglelineJava">
20153
96acaee06302 added Checkstyle rule to prevent non-ASCII characters in Java source files
Doug Simon <doug.simon@oracle.com>
parents: 20038
diff changeset
133 <property name="format" value="[^\x00-\x7F]"/>
96acaee06302 added Checkstyle rule to prevent non-ASCII characters in Java source files
Doug Simon <doug.simon@oracle.com>
parents: 20038
diff changeset
134 <property name="message" value="Only use ASCII characters."/>
96acaee06302 added Checkstyle rule to prevent non-ASCII characters in Java source files
Doug Simon <doug.simon@oracle.com>
parents: 20038
diff changeset
135 </module>
96acaee06302 added Checkstyle rule to prevent non-ASCII characters in Java source files
Doug Simon <doug.simon@oracle.com>
parents: 20038
diff changeset
136 <module name="RegexpSinglelineJava">
20038
bbf53b35292e added Checkstyle rule to forbid use of old synchronized classes such as StringBuffer, Vector, Hashtable and Stack
Doug Simon <doug.simon@oracle.com>
parents: 19279
diff changeset
137 <property name="format" value="new (Hashtable|Vector|Stack|StringBuffer)[^\w]"/>
bbf53b35292e added Checkstyle rule to forbid use of old synchronized classes such as StringBuffer, Vector, Hashtable and Stack
Doug Simon <doug.simon@oracle.com>
parents: 19279
diff changeset
138 <property name="message" value="Don't use old synchronized collection classes"/>
11280
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
139 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
140 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
141 <module name="RegexpHeader">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
142 <property name="header" value="/\*\n \* Copyright \(c\) (20[0-9][0-9], )?20[0-9][0-9], Oracle and/or its affiliates. All rights reserved.\n \* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.\n \*\n \* This code is free software; you can redistribute it and/or modify it\n \* under the terms of the GNU General Public License version 2 only, as\n \* published by the Free Software Foundation. Oracle designates this\n \* particular file as subject to the &quot;Classpath&quot; exception as provided\n \* by Oracle in the LICENSE file that accompanied this code.\n \*\n \* This code is distributed in the hope that it will be useful, but WITHOUT\n \* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n \* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\n \* version 2 for more details \(a copy is included in the LICENSE file that\n \* accompanied this code\).\n \*\n \* You should have received a copy of the GNU General Public License version\n \* 2 along with this work; if not, write to the Free Software Foundation,\n \* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n \*\n \* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA\n \* or visit www.oracle.com if you need additional information or have any\n \* questions.\n \*/\n"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
143 <property name="fileExtensions" value="java"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
144 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
145 <module name="FileTabCharacter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
146 <property name="severity" value="error"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
147 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
148 <module name="NewlineAtEndOfFile">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
149 <property name="lineSeparator" value="lf"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
150 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
151 <module name="Translation"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
152 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
153 <property name="offCommentFormat" value="Checkstyle: stop constant name check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
154 <property name="onCommentFormat" value="Checkstyle: resume constant name check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
155 <property name="checkFormat" value="ConstantNameCheck"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
156 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Allow non-conforming constant names"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
157 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
158 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
159 <property name="offCommentFormat" value="Checkstyle: stop method name check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
160 <property name="onCommentFormat" value="Checkstyle: resume method name check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
161 <property name="checkFormat" value="MethodName"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
162 <property name="checkC" value="false"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
163 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable method name checks"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
164 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
165 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
166 <property name="offCommentFormat" value="CheckStyle: stop parameter assignment check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
167 <property name="onCommentFormat" value="CheckStyle: resume parameter assignment check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
168 <property name="checkFormat" value="ParameterAssignment"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
169 <property name="checkC" value="false"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
170 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable Parameter Assignment"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
171 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
172 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
173 <property name="offCommentFormat" value="Checkstyle: stop final variable check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
174 <property name="onCommentFormat" value="Checkstyle: resume final variable check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
175 <property name="checkFormat" value="FinalLocalVariable"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
176 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable final variable checks"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
177 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
178 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
179 <property name="offCommentFormat" value="Checkstyle: stop"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
180 <property name="onCommentFormat" value="Checkstyle: resume"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
181 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable all checks"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
182 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
183 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
184 <property name="offCommentFormat" value="CheckStyle: stop inner assignment check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
185 <property name="onCommentFormat" value="CheckStyle: resume inner assignment check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
186 <property name="checkFormat" value="InnerAssignment"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
187 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable inner assignment checks"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
188 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
189 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
190 <property name="offCommentFormat" value="Checkstyle: stop field name check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
191 <property name="onCommentFormat" value="Checkstyle: resume field name check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
192 <property name="checkFormat" value="MemberName"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
193 <property name="checkC" value="false"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
194 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable field name checks"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
195 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
196 <module name="RegexpMultiline">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
197 <metadata name="net.sf.eclipsecs.core.comment" value="illegal Windows line ending"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
198 <property name="format" value="\r\n"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
199 <property name="message" value="illegal Windows line ending"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
200 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
201 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
202 <property name="offCommentFormat" value="CheckStyle: stop system..print check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
203 <property name="onCommentFormat" value="CheckStyle: resume system..print check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
204 <property name="checkFormat" value="RegexpSingleline"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
205 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable System.(out|err).print checks"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
206 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
207 <module name="SuppressionCommentFilter">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
208 <property name="offCommentFormat" value="CheckStyle: stop header check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
209 <property name="onCommentFormat" value="CheckStyle: resume header check"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
210 <property name="checkFormat" value=".*Header"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
211 <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable header checks"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
212 </module>
19279
143038c60b3b Truffle: update checkstyle checks for generated code.
Christian Humer <christian.humer@gmail.com>
parents: 18844
diff changeset
213 <module name="SuppressionCommentFilter">
143038c60b3b Truffle: update checkstyle checks for generated code.
Christian Humer <christian.humer@gmail.com>
parents: 18844
diff changeset
214 <property name="offCommentFormat" value="CheckStyle: start generated"/>
143038c60b3b Truffle: update checkstyle checks for generated code.
Christian Humer <christian.humer@gmail.com>
parents: 18844
diff changeset
215 <property name="onCommentFormat" value="CheckStyle: stop generated"/>
22050
7a5b874b8d12 Fix checkstyle problems
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 21951
diff changeset
216 <property name="checkFormat" value=".*Name|.*LineLength|.*Header"/>
19279
143038c60b3b Truffle: update checkstyle checks for generated code.
Christian Humer <christian.humer@gmail.com>
parents: 18844
diff changeset
217 </module>
11280
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
218 <module name="RegexpSingleline">
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
219 <property name="format" value="System\.(out|err)\.print"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
220 <property name="fileExtensions" value="java"/>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
221 </module>
46843d7581b9 Add new checkstyle checks for com.oracle.truffle.api that include a check for "Classpath" exception in the file header.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
222 </module>