src/jdk.internal.vm.compiler/share/classes/org.graalvm.word/.checkstyle_checks.xml
author iveresov
Fri, 02 Feb 2018 17:28:17 -0800
changeset 48861 47f19ff9903c
parent 47798 9fe9292f5931
permissions -rw-r--r--
8194819: Update Graal Reviewed-by: kvn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47798
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     2
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     3
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     4
<!--
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     5
    This configuration file was written by the eclipse-cs plugin configuration editor
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     6
-->
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     7
<!--
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     8
    Checkstyle-Configuration: Checks
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
     9
    Description: none
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    10
-->
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    11
<module name="Checker">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    12
  <property name="severity" value="error"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    13
  <module name="TreeWalker">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    14
    <module name="AvoidStarImport">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    15
      <property name="allowClassImports" value="false"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    16
      <property name="allowStaticMemberImports" value="false"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    17
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    18
    <property name="tabWidth" value="4"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    19
    <module name="FileContentsHolder"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    20
    <module name="JavadocStyle">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    21
      <property name="checkHtml" value="false"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    22
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    23
    <module name="LocalFinalVariableName"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    24
    <module name="LocalVariableName"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    25
    <module name="MemberName">
9fe9292f5931 8190710: Update Graal
dlong
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]*$))"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    27
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    28
    <module name="MethodName"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    29
    <module name="PackageName"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    30
    <module name="ParameterName"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    31
    <module name="TypeName">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    32
      <property name="format" value="^[A-Z][_a-zA-Z0-9]*$"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    33
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    34
    <module name="RedundantImport"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    35
    <module name="LineLength">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    36
      <property name="max" value="250"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    37
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    38
    <module name="MethodParamPad"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    39
    <module name="NoWhitespaceAfter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    40
      <property name="tokens" value="ARRAY_INIT,BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    41
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    42
    <module name="NoWhitespaceBefore">
48861
47f19ff9903c 8194819: Update Graal
iveresov
parents: 47798
diff changeset
    43
      <property name="tokens" value="SEMI,POST_DEC,POST_INC"/>
47798
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    44
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    45
    <module name="ParenPad"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    46
    <module name="TypecastParenPad">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    47
      <property name="tokens" value="RPAREN,TYPECAST"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    48
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    49
    <module name="WhitespaceAfter"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    50
    <module name="WhitespaceAround">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    51
      <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"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    52
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    53
    <module name="RedundantModifier"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    54
    <module name="AvoidNestedBlocks">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    55
      <property name="allowInSwitchCase" value="true"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    56
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    57
    <module name="EmptyBlock">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    58
      <property name="option" value="text"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    59
      <property name="tokens" value="LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    60
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    61
    <module name="LeftCurly"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    62
    <module name="NeedBraces"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    63
    <module name="RightCurly"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    64
    <module name="EmptyStatement"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    65
    <module name="HiddenField">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    66
      <property name="severity" value="ignore"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    67
      <property name="ignoreConstructorParameter" value="true"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    68
      <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    69
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    70
    <module name="FinalClass"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    71
    <module name="HideUtilityClassConstructor">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    72
      <property name="severity" value="ignore"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    73
      <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    74
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    75
    <module name="ArrayTypeStyle"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    76
    <module name="UpperEll"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    77
    <module name="FallThrough"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    78
    <module name="FinalLocalVariable">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    79
      <property name="severity" value="ignore"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    80
      <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    81
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    82
    <module name="MultipleVariableDeclarations"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    83
    <module name="StringLiteralEquality">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    84
      <property name="severity" value="error"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    85
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    86
    <module name="SuperFinalize"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    87
    <module name="UnnecessaryParentheses">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    88
      <property name="severity" value="ignore"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    89
      <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    90
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    91
    <module name="Indentation">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    92
      <property name="severity" value="ignore"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    93
      <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    94
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    95
    <module name="StaticVariableName">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    96
      <property name="format" value="^[A-Za-z][a-zA-Z0-9]*$"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    97
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    98
    <module name="EmptyForInitializerPad"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
    99
    <module name="EmptyForIteratorPad"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   100
    <module name="ModifierOrder"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   101
    <module name="DefaultComesLast"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   102
    <module name="InnerAssignment">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   103
      <property name="severity" value="ignore"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   104
      <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   105
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   106
    <module name="ModifiedControlVariable"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   107
    <module name="MutableException">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   108
      <property name="severity" value="ignore"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   109
      <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   110
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   111
    <module name="ParameterAssignment">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   112
      <property name="severity" value="ignore"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   113
      <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   114
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   115
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   116
      <metadata name="net.sf.eclipsecs.core.comment" value="Illegal trailing whitespace(s) at the end of the line."/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   117
      <property name="format" value="\s$"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   118
      <property name="message" value="Illegal trailing whitespace(s) at the end of the line."/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   119
      <property name="ignoreComments" value="true"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   120
      <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Checks for trailing spaces at the end of a line"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   121
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   122
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   123
      <metadata name="net.sf.eclipsecs.core.comment" value="illegal space before a comma"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   124
      <property name="format" value=" ,"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   125
      <property name="message" value="illegal space before a comma"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   126
      <property name="ignoreComments" value="true"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   127
      <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Checks for whitespace before a comma."/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   128
      <metadata name="com.atlassw.tools.eclipse.checkstyle.customMessage" value="Illegal whitespace before a comma."/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   129
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   130
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   131
      <property name="format" value="[^\x00-\x7F]"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   132
      <property name="message" value="Only use ASCII characters."/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   133
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   134
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   135
      <property name="format" value="new (Hashtable|Vector|Stack|StringBuffer)[^\w]"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   136
      <property name="message" value="Don't use old synchronized collection classes"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   137
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   138
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   139
      <property name="format" value="instanceof MoveOp"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   140
      <property name="message" value="Do not use `op instanceof MoveOp`. Use `MoveOp.isMoveOp(op)` instead!"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   141
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   142
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   143
      <property name="format" value="instanceof ValueMoveOp"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   144
      <property name="message" value="Do not use `op instanceof ValueMoveOp`. Use `ValueMoveOp.isValueMoveOp(op)` instead!"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   145
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   146
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   147
      <property name="format" value="instanceof LoadConstantOp"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   148
      <property name="message" value="Do not use `op instanceof LoadConstantOp`. Use `LoadConstantOp.isLoadConstantOp(op)` instead!"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   149
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   150
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   151
      <property name="format" value="\(MoveOp\)"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   152
      <property name="message" value="Do not cast directly to `MoveOp`. Use `MoveOp.asMoveOp(op)` instead!"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   153
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   154
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   155
      <property name="format" value="\(ValueMoveOp\)"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   156
      <property name="message" value="Do not cast directly to `ValueMoveOp`. Use `ValueMoveOp.asValueMoveOp(op)` instead!"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   157
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   158
    <module name="RegexpSinglelineJava">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   159
      <property name="format" value="\(LoadConstantOp\)"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   160
      <property name="message" value="Do not cast directly to `LoadConstantOp`. Use `LoadConstantOp.asLoadConstantOp(op)` instead!"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   161
    </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   162
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   163
  <module name="RegexpHeader">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   164
    <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"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   165
    <property name="fileExtensions" value="java"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   166
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   167
  <module name="FileTabCharacter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   168
    <property name="severity" value="error"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   169
    <property name="fileExtensions" value="java"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   170
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   171
  <module name="NewlineAtEndOfFile">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   172
    <property name="lineSeparator" value="lf"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   173
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   174
  <module name="Translation"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   175
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   176
    <property name="offCommentFormat" value="Checkstyle: stop constant name check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   177
    <property name="onCommentFormat" value="Checkstyle: resume constant name check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   178
    <property name="checkFormat" value="ConstantNameCheck"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   179
    <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Allow non-conforming constant names"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   180
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   181
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   182
    <property name="offCommentFormat" value="Checkstyle: stop method name check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   183
    <property name="onCommentFormat" value="Checkstyle: resume method name check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   184
    <property name="checkFormat" value="MethodName"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   185
    <property name="checkC" value="false"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   186
    <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable method name checks"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   187
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   188
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   189
    <property name="offCommentFormat" value="CheckStyle: stop parameter assignment check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   190
    <property name="onCommentFormat" value="CheckStyle: resume parameter assignment check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   191
    <property name="checkFormat" value="ParameterAssignment"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   192
    <property name="checkC" value="false"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   193
    <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable Parameter Assignment"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   194
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   195
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   196
    <property name="offCommentFormat" value="Checkstyle: stop final variable check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   197
    <property name="onCommentFormat" value="Checkstyle: resume final variable check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   198
    <property name="checkFormat" value="FinalLocalVariable"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   199
    <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable final variable checks"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   200
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   201
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   202
    <property name="offCommentFormat" value="Checkstyle: stop"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   203
    <property name="onCommentFormat" value="Checkstyle: resume"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   204
    <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable all checks"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   205
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   206
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   207
    <property name="offCommentFormat" value="CheckStyle: stop inner assignment check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   208
    <property name="onCommentFormat" value="CheckStyle: resume inner assignment check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   209
    <property name="checkFormat" value="InnerAssignment"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   210
    <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable inner assignment checks"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   211
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   212
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   213
    <property name="offCommentFormat" value="Checkstyle: stop field name check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   214
    <property name="onCommentFormat" value="Checkstyle: resume field name check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   215
    <property name="checkFormat" value="MemberName"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   216
    <property name="checkC" value="false"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   217
    <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable field name checks"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   218
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   219
  <module name="RegexpMultiline">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   220
    <metadata name="net.sf.eclipsecs.core.comment" value="illegal Windows line ending"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   221
    <property name="format" value="\r\n"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   222
    <property name="message" value="illegal Windows line ending"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   223
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   224
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   225
    <property name="offCommentFormat" value="CheckStyle: stop header check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   226
    <property name="onCommentFormat" value="CheckStyle: resume header check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   227
    <property name="checkFormat" value=".*Header"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   228
    <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Disable header checks"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   229
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   230
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   231
    <property name="offCommentFormat" value="CheckStyle: stop line length check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   232
    <property name="onCommentFormat" value="CheckStyle: resume line length check"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   233
    <property name="checkFormat" value="LineLength"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   234
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   235
  <module name="SuppressionCommentFilter">
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   236
    <property name="offCommentFormat" value="CheckStyle: start generated"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   237
    <property name="onCommentFormat" value="CheckStyle: stop generated"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   238
    <property name="checkFormat" value=".*Name|.*LineLength|.*Header"/>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   239
  </module>
9fe9292f5931 8190710: Update Graal
dlong
parents:
diff changeset
   240
</module>