tools/checkstyle.xml
author marseille@92.f0.84ae.static.theplanet.com
Sun, 04 Jul 2010 19:10:07 +0200
changeset 781 cf5db8d24b2a
parent 708 915b3dde9851
child 827 cf19bfc27ce9
permissions -rw-r--r--
Version.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
693
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot 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">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
     3
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
     4
<!--
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
     5
    This configuration file was written by the eclipse-cs plugin configuration editor
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
     6
-->
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
     7
<!--
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
     8
    Checkstyle-Configuration: Beem Checks
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
     9
    Description: none
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    10
-->
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    11
<module name="Checker">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    12
  <property name="severity" value="warning"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    13
  <property name="basedir" value="/home/beem/"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    14
  <module name="TreeWalker">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    15
    <module name="JavadocMethod">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    16
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    17
      <property name="allowUndeclaredRTE" value="true"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    18
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    19
    <module name="JavadocType">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    20
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    21
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    22
    <module name="JavadocVariable">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    23
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    24
      <property name="scope" value="package"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    25
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    26
    <module name="JavadocStyle">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    27
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    28
      <property name="checkEmptyJavadoc" value="true"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    29
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    30
    <module name="ConstantName"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    31
    <module name="LocalFinalVariableName"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    32
    <module name="LocalVariableName"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    33
    <module name="MemberName">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    34
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    35
      <property name="format" value="^m[A-Z][a-zA-Z0-9]*$"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    36
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    37
    <module name="MethodName"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    38
    <module name="PackageName"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    39
    <module name="ParameterName"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    40
    <module name="StaticVariableName"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    41
    <module name="TypeName"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    42
    <module name="AvoidStarImport"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    43
    <module name="IllegalImport"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    44
    <module name="RedundantImport"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    45
    <module name="UnusedImports">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    46
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    47
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    48
    <module name="AvoidStaticImport">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    49
      <property name="excludes" value="*"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    50
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    51
    <module name="LineLength">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    52
      <property name="max" value="120"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    53
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    54
    <module name="MethodLength"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    55
    <module name="ParameterNumber"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    56
    <module name="AnonInnerLength">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    57
      <property name="max" value="60"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    58
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    59
    <module name="EmptyForIteratorPad"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    60
    <module name="GenericWhitespace">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    61
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    62
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    63
    <module name="MethodParamPad">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    64
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    65
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    66
    <module name="NoWhitespaceAfter">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    67
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    68
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    69
    <module name="NoWhitespaceBefore">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    70
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    71
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    72
    <module name="OperatorWrap"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    73
    <module name="ParenPad">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    74
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    75
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    76
    <module name="TypecastParenPad">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    77
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    78
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    79
    <module name="WhitespaceAfter">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    80
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    81
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    82
    <module name="WhitespaceAround">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    83
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    84
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    85
    <module name="ModifierOrder">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    86
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    87
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    88
    <module name="RedundantModifier">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    89
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    90
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    91
    <module name="AvoidNestedBlocks"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    92
    <module name="EmptyBlock"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    93
    <module name="LeftCurly">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    94
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    95
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    96
    <module name="RightCurly">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    97
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    98
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
    99
    <module name="AnnotationUseStyle">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   100
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   101
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   102
    <module name="MissingDeprecated">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   103
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   104
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   105
    <module name="MissingOverride">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   106
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   107
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   108
    <module name="CovariantEquals"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   109
    <module name="AvoidInlineConditionals"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   110
    <module name="InnerAssignment"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   111
    <module name="DoubleCheckedLocking"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   112
    <module name="EmptyStatement"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   113
    <module name="EqualsHashCode">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   114
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   115
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   116
    <module name="HiddenField">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   117
      <property name="ignoreConstructorParameter" value="true"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   118
      <property name="ignoreSetter" value="true"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   119
      <property name="ignoreAbstractMethods" value="true"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   120
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   121
    <module name="IllegalInstantiation"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   122
    <module name="InnerAssignment">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   123
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   124
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   125
    <module name="MagicNumber"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   126
    <module name="MissingSwitchDefault">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   127
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   128
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   129
    <module name="RedundantThrows"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   130
    <module name="SimplifyBooleanExpression">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   131
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   132
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   133
    <module name="SimplifyBooleanReturn">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   134
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   135
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   136
    <module name="StringLiteralEquality">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   137
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   138
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   139
    <module name="IllegalCatch"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   140
    <module name="IllegalThrows"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   141
    <module name="IllegalType"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   142
    <module name="PackageDeclaration"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   143
    <module name="JUnitTestCase"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   144
    <module name="DeclarationOrder">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   145
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   146
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   147
    <module name="ExplicitInitialization"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   148
    <module name="DefaultComesLast"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   149
    <module name="MissingCtor"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   150
    <module name="FallThrough"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   151
    <module name="MultipleStringLiterals">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   152
      <property name="allowedDuplicates" value="2"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   153
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   154
    <module name="MultipleVariableDeclarations"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   155
    <module name="UnnecessaryParentheses"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   156
    <module name="ParameterAssignment"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   157
    <module name="EqualsAvoidNull">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   158
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   159
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   160
    <module name="NoClone"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   161
    <module name="NoFinalizer"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   162
    <module name="SuperClone"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   163
    <module name="SuperFinalize"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   164
    <module name="ModifiedControlVariable">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   165
      <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   166
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   167
    <module name="ReturnCount">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   168
      <property name="max" value="3"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   169
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   170
    <module name="FinalClass"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   171
    <module name="HideUtilityClassConstructor"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   172
    <module name="VisibilityModifier"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   173
    <module name="MutableException"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   174
    <module name="ThrowsCount">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   175
      <property name="max" value="2"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   176
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   177
    <module name="ArrayTypeStyle"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   178
    <module name="FinalParameters">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   179
      <property name="tokens" value="CTOR_DEF"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   180
    </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   181
    <module name="Indentation"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   182
    <module name="TodoComment"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   183
    <module name="UpperEll"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   184
    <module name="BooleanExpressionComplexity"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   185
    <module name="UpperEll"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   186
    <module name="ArrayTypeStyle"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   187
  </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   188
  <module name="JavadocPackage">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   189
    <property name="allowLegacy" value="true"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   190
  </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   191
  <module name="NewlineAtEndOfFile">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   192
    <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   193
  </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   194
  <module name="Translation">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   195
    <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   196
  </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   197
  <module name="FileLength"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   198
  <module name="RegexpSingleline">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   199
    <property name="severity" value="error"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   200
    <property name="format" value="\s+$"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   201
    <property name="message" value="Line has trailing spaces."/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   202
  </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   203
  <module name="RegexpHeader">
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   204
    <property name="severity" value="error"/>
708
915b3dde9851 adding notification preference for invite notifications
Nikita Kozlov <nikita@beem-project.com>
parents: 693
diff changeset
   205
    <property name="headerFile" value="${basedir}/tools/JavaHeaderCheck.regex"/>
693
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   206
    <property name="multiLines" value="5, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38"/>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   207
  </module>
14d5280485dc * Checkstyle file is back from stars
Jean-Manuel Da Silva <dasilvj at gmail dot com>
parents:
diff changeset
   208
</module>