Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
17 0 1820 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 3  Warning
imports AvoidStarImport 8  Warning
CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
3  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
1232  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
8  Warning
JavadocParagraph 30  Warning
JavadocTagContinuationIndentation 7  Warning
NonEmptyAtclauseDescription 21  Warning
modifier ModifierOrder 7  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
5  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
148  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
330  Warning
whitespace OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
3  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
5  Warning

Details

com/exsoinn/util/DnbBusinessObject.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 114). 4
 Warning sizes LineLength Line is longer than 100 characters (found 101). 5
 Warning sizes LineLength Line is longer than 100 characters (found 112). 10
 Warning sizes LineLength Line is longer than 100 characters (found 109). 11
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 14

com/exsoinn/util/EscapeUtil.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 113). 10
 Warning sizes LineLength Line is longer than 100 characters (found 132). 11
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 13
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning sizes LineLength Line is longer than 100 characters (found 115). 51
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 84
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 84
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 85
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 85
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 86
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 86
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 100
 Warning naming ParameterName Parameter name 'pStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 100
 Warning naming ParameterName Parameter name 'pReplacement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 100
 Warning naming ParameterName Parameter name 'pRestVal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 100
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 115
 Warning naming ParameterName Parameter name 'pStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 115
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 118
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'enum def rcurly' have incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 133
 Warning naming ParameterName Parameter name 'pInStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 133
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 142
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 148
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 150
 Warning naming ParameterName Parameter name 'pInStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 150
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 156
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 159
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 162

com/exsoinn/util/ForwardingImmutableSet.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 4
 Warning sizes LineLength Line is longer than 100 characters (found 121). 9
 Warning sizes LineLength Line is longer than 100 characters (found 111). 10
 Warning sizes LineLength Line is longer than 100 characters (found 116). 11
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 13
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 20
 Warning naming ParameterName Parameter name 'pSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 20
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 34
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 35
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 51
 Warning naming ParameterName Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 52
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 63
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 68
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 72
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 73
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 77
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 78
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 83
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 95

com/exsoinn/util/epf/AbstractContext.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 5
 Warning sizes LineLength Line is longer than 100 characters (found 127). 13
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 15
 Warning sizes LineLength Line is longer than 100 characters (found 123). 16
 Warning sizes LineLength Line is longer than 100 characters (found 120). 17
 Warning sizes LineLength Line is longer than 100 characters (found 123). 18
 Warning sizes LineLength Line is longer than 100 characters (found 132). 20
 Warning sizes LineLength Line is longer than 100 characters (found 125). 21
 Warning sizes LineLength Line is longer than 100 characters (found 120). 22
 Warning sizes LineLength Line is longer than 100 characters (found 117). 23
 Warning sizes LineLength Line is longer than 100 characters (found 132). 24
 Warning sizes LineLength Line is longer than 100 characters (found 138). 25
 Warning sizes LineLength Line is longer than 100 characters (found 121). 26
 Warning sizes LineLength Line is longer than 100 characters (found 117). 27
 Warning sizes LineLength Line is longer than 100 characters (found 119). 28
 Warning sizes LineLength Line is longer than 100 characters (found 109). 29
 Warning sizes LineLength Line is longer than 100 characters (found 108). 30
 Warning sizes LineLength Line is longer than 100 characters (found 136). 31
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 33
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 34
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 45
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 46
 Warning naming ParameterName Parameter name 'pTargetElements' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 47
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 48
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 50
 Warning sizes LineLength Line is longer than 100 characters (found 114). 50
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 54
 Warning naming ParameterName Parameter name 'pSelectCriteria' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 55
 Warning sizes LineLength Line is longer than 100 characters (found 103). 56
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 56
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 57
 Warning sizes LineLength Line is longer than 100 characters (found 129). 58
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning naming ParameterName Parameter name 'pElem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 62
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 63
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 64
 Warning naming ParameterName Parameter name 'pTargetElements' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 65
 Warning naming ParameterName Parameter name 'pFoundElemVals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 66
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 67
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 74
 Warning sizes LineLength Line is longer than 100 characters (found 103). 77
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 81
 Warning sizes LineLength Line is longer than 100 characters (found 120). 84
 Warning sizes LineLength Line is longer than 100 characters (found 126). 85
 Warning sizes LineLength Line is longer than 100 characters (found 123). 86
 Warning sizes LineLength Line is longer than 100 characters (found 123). 87
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 90
 Warning sizes LineLength Line is longer than 100 characters (found 104). 90
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 92
 Warning sizes LineLength Line is longer than 100 characters (found 102). 92
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning sizes LineLength Line is longer than 100 characters (found 114). 110
 Warning sizes LineLength Line is longer than 100 characters (found 118). 111
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 114
 Warning sizes LineLength Line is longer than 100 characters (found 114). 116
 Warning sizes LineLength Line is longer than 100 characters (found 112). 117
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 79 has parse error. Details: no viable alternative at input ')' while parsing JAVADOC_INLINE_TAG 119
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 122
 Warning sizes LineLength Line is longer than 100 characters (found 112). 125
 Warning sizes LineLength Line is longer than 100 characters (found 111). 126
 Warning sizes LineLength Line is longer than 100 characters (found 125). 127
 Warning sizes LineLength Line is longer than 100 characters (found 114). 128
 Warning sizes LineLength Line is longer than 100 characters (found 109). 129
 Warning sizes LineLength Line is longer than 100 characters (found 103). 130
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 132
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 136
 Warning sizes LineLength Line is longer than 100 characters (found 105). 137
 Warning sizes LineLength Line is longer than 100 characters (found 101). 139
 Warning sizes LineLength Line is longer than 100 characters (found 112). 140
 Warning sizes LineLength Line is longer than 100 characters (found 106). 141
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 146
 Warning sizes LineLength Line is longer than 100 characters (found 114). 149
 Warning sizes LineLength Line is longer than 100 characters (found 117). 150
 Warning sizes LineLength Line is longer than 100 characters (found 121). 151
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 154
 Warning sizes LineLength Line is longer than 100 characters (found 119). 154
 Warning sizes LineLength Line is longer than 100 characters (found 103). 156
 Warning sizes LineLength Line is longer than 100 characters (found 126). 157
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 160
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 161
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 10. 162
 Warning indentation Indentation 'member def type' have incorrect indentation level 20, expected level should be 10. 162
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 10. 164
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 8. 165
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 168
 Warning sizes LineLength Line is longer than 100 characters (found 111). 171
 Warning sizes LineLength Line is longer than 100 characters (found 121). 172
 Warning sizes LineLength Line is longer than 100 characters (found 113). 173
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 177
 Warning sizes LineLength Line is longer than 100 characters (found 109). 179
 Warning sizes LineLength Line is longer than 100 characters (found 109). 180
 Warning sizes LineLength Line is longer than 100 characters (found 122). 181
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 185
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 186
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 8. 188
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 188
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 190
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 191
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 192
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 8. 194
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 194
 Warning sizes LineLength Line is longer than 100 characters (found 111). 196
 Warning sizes LineLength Line is longer than 100 characters (found 109). 197
 Warning sizes LineLength Line is longer than 100 characters (found 118). 199
 Warning sizes LineLength Line is longer than 100 characters (found 106). 200
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 202
 Warning sizes LineLength Line is longer than 100 characters (found 111). 204
 Warning sizes LineLength Line is longer than 100 characters (found 114). 205
 Warning sizes LineLength Line is longer than 100 characters (found 123). 206
 Warning sizes LineLength Line is longer than 100 characters (found 118). 207
 Warning sizes LineLength Line is longer than 100 characters (found 118). 208
 Warning sizes LineLength Line is longer than 100 characters (found 123). 210
 Warning sizes LineLength Line is longer than 100 characters (found 109). 211
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 214
 Warning sizes LineLength Line is longer than 100 characters (found 120). 214
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 215
 Warning indentation Indentation 'member def type' have incorrect indentation level 24, expected level should be 12. 215
 Warning sizes LineLength Line is longer than 100 characters (found 112). 216
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 217
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 218
 Warning sizes LineLength Line is longer than 100 characters (found 115). 222
 Warning sizes LineLength Line is longer than 100 characters (found 109). 223
 Warning sizes LineLength Line is longer than 100 characters (found 127). 224
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 227
 Warning indentation Indentation 'member def type' have incorrect indentation level 20, expected level should be 10. 227
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 228
 Warning sizes LineLength Line is longer than 100 characters (found 121). 230
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be 12. 233
 Warning indentation Indentation 'if' have incorrect indentation level 28, expected level should be 14. 234
 Warning sizes LineLength Line is longer than 100 characters (found 131). 234
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 16. 235
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 28, expected level should be 14. 236
 Warning indentation Indentation 'else' child have incorrect indentation level 32, expected level should be 16. 237
 Warning indentation Indentation 'member def type' have incorrect indentation level 32, expected level should be 16. 237
 Warning sizes LineLength Line is longer than 100 characters (found 107). 237
 Warning indentation Indentation 'else' child have incorrect indentation level 32, expected level should be 16. 239
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 28, expected level should be 14. 240
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be 12. 241
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 243
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 244
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 245
 Warning sizes LineLength Line is longer than 100 characters (found 103). 249
 Warning sizes LineLength Line is longer than 100 characters (found 134). 251
 Warning sizes LineLength Line is longer than 100 characters (found 121). 252
 Warning sizes LineLength Line is longer than 100 characters (found 101). 253
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 255
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 256
 Warning sizes LineLength Line is longer than 100 characters (found 123). 256
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 257
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 258
 Warning sizes LineLength Line is longer than 100 characters (found 120). 258
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 259
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 264
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 271
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 274
 Warning naming ParameterName Parameter name 'pNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 274
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 282
 Warning naming ParameterName Parameter name 'pElemName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 282
 Warning naming ParameterName Parameter name 'pElem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 283
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 284
 Warning naming ParameterName Parameter name 'pTargetElements' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 285
 Warning naming ParameterName Parameter name 'pFoundElemVals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 286
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 287
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 288
 Warning sizes LineLength Line is longer than 100 characters (found 105). 290
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 292
 Warning sizes LineLength Line is longer than 100 characters (found 110). 294
 Warning sizes LineLength Line is longer than 100 characters (found 110). 295
 Warning sizes LineLength Line is longer than 100 characters (found 110). 296
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 300
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 303
 Warning sizes LineLength Line is longer than 100 characters (found 102). 306
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 309
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 314
 Warning sizes LineLength Line is longer than 100 characters (found 104). 317
 Warning sizes LineLength Line is longer than 100 characters (found 112). 318
 Warning sizes LineLength Line is longer than 100 characters (found 113). 319
 Warning sizes LineLength Line is longer than 100 characters (found 127). 320
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 14. 323
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 16. 324
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 18. 329
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 16. 330
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 16. 331
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 14. 332
 Warning sizes LineLength Line is longer than 100 characters (found 110). 337
 Warning sizes LineLength Line is longer than 100 characters (found 107). 338
 Warning sizes LineLength Line is longer than 100 characters (found 117). 339
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 343
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 346
 Warning sizes LineLength Line is longer than 100 characters (found 114). 346
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 350
 Warning sizes LineLength Line is longer than 100 characters (found 119). 352
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 355
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 356
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 358
 Warning sizes LineLength Line is longer than 100 characters (found 102). 361
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 364
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 365
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 366
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 368
 Warning sizes LineLength Line is longer than 100 characters (found 114). 368
 Warning naming ParameterName Parameter name 'pElem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 368
 Warning naming ParameterName Parameter name 'pTargetElems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 368
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 368
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 370
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 378
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 380
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 382
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 382
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 385
 Warning sizes LineLength Line is longer than 100 characters (found 129). 387
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 390
 Warning sizes LineLength Line is longer than 100 characters (found 122). 390
 Warning whitespace OperatorWrap '&&' should be on a new line. 390
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 392
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 393
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 10. 394
 Warning sizes LineLength Line is longer than 100 characters (found 123). 394
 Warning sizes LineLength Line is longer than 100 characters (found 124). 395
 Warning sizes LineLength Line is longer than 100 characters (found 123). 396
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 8. 398
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 399
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 401
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 401
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 402
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 413
 Warning sizes LineLength Line is longer than 100 characters (found 112). 417
 Warning sizes LineLength Line is longer than 100 characters (found 121). 418
 Warning sizes LineLength Line is longer than 100 characters (found 121). 419
 Warning sizes LineLength Line is longer than 100 characters (found 117). 420
 Warning sizes LineLength Line is longer than 100 characters (found 119). 421
 Warning sizes LineLength Line is longer than 100 characters (found 124). 422
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 425
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 426
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 428
 Warning naming ParameterName Parameter name 'pSearchRes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 428
 Warning naming ParameterName Parameter name 'pTargetElems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 429
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 430
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 431
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 435
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 436
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 437
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 12, expected level should be 6. 439
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 439
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 440
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 440
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 443
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 443
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 444
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 445
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 446
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 447
 Warning sizes LineLength Line is longer than 100 characters (found 101). 451
 Warning sizes LineLength Line is longer than 100 characters (found 109). 452
 Warning sizes LineLength Line is longer than 100 characters (found 130). 453
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 456
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 459
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 460
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 461
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 461
 Warning indentation Indentation 'for' have incorrect indentation level 16, expected level should be 8. 463
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 464
 Warning sizes LineLength Line is longer than 100 characters (found 110). 466
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 469
 Warning indentation Indentation 'member def type' have incorrect indentation level 24, expected level should be 12. 469
 Warning naming LocalVariableName Local variable name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 469
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be 12. 470
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 14. 471
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be 12. 472
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 473
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 474
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 16, expected level should be 8. 475
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 476
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 478
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 480
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 482
 Warning naming ParameterName Parameter name 'pStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 482
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 484
 Warning sizes LineLength Line is longer than 100 characters (found 114). 488
 Warning sizes LineLength Line is longer than 100 characters (found 104). 489
 Warning sizes LineLength Line is longer than 100 characters (found 111). 490
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 492
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 492
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 494
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 494
 Warning sizes LineLength Line is longer than 100 characters (found 110). 495
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 496
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 496
 Warning sizes LineLength Line is longer than 100 characters (found 107). 497
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 499
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 499
 Warning sizes LineLength Line is longer than 100 characters (found 112). 500
 Warning sizes LineLength Line is longer than 100 characters (found 116). 501
 Warning sizes LineLength Line is longer than 100 characters (found 109). 507
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 508
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 510
 Warning sizes LineLength Line is longer than 100 characters (found 119). 510
 Warning naming ParameterName Parameter name 'pElemName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 510
 Warning naming ParameterName Parameter name 'pElem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 510
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 510
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 510
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 513
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 516
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 517
 Warning sizes LineLength Line is longer than 100 characters (found 104). 518
 Warning sizes LineLength Line is longer than 100 characters (found 111). 519
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 526
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 526
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 527
 Warning sizes LineLength Line is longer than 100 characters (found 102). 527
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 528
 Warning sizes LineLength Line is longer than 100 characters (found 130). 528
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 532
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 533
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 533
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 534
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 534
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 536
 Warning sizes LineLength Line is longer than 100 characters (found 132). 537
 Warning sizes LineLength Line is longer than 100 characters (found 112). 540
 Warning sizes LineLength Line is longer than 100 characters (found 132). 542
 Warning sizes LineLength Line is longer than 100 characters (found 113). 543
 Warning sizes LineLength Line is longer than 100 characters (found 102). 544
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 546
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 546
 Warning sizes LineLength Line is longer than 100 characters (found 115). 547
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 549
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 554
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 555
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 558
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 558
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 559
 Warning sizes LineLength Line is longer than 100 characters (found 105). 559
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 560
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 560
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 561
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 562
 Warning indentation Indentation 'member def type' have incorrect indentation level 20, expected level should be 10. 562
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 563
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 564
 Warning sizes LineLength Line is longer than 100 characters (found 119). 566
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 569
 Warning sizes LineLength Line is longer than 100 characters (found 124). 569
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 570
 Warning sizes LineLength Line is longer than 100 characters (found 130). 570
 Warning whitespace OperatorWrap '+' should be on a new line. 570
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 572
 Warning indentation Indentation 'else' child have incorrect indentation level 24, expected level should be 12. 573
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 20, expected level should be 10. 574
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 8. 575
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 577
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 578
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 579
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 580
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 581
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 581
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 582
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 583
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 584
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 10. 585
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 8. 586
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 589
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 590
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 591
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 592
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 593
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 594
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 595
 Warning sizes LineLength Line is longer than 100 characters (found 108). 599
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 604
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 605
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 606
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 607
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 608
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 610
 Warning sizes LineLength Line is longer than 100 characters (found 103). 610
 Warning naming ParameterName Parameter name 'pFoundElem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 610
 Warning naming ParameterName Parameter name 'pFilterVal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 610
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 610
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 613
 Warning sizes LineLength Line is longer than 100 characters (found 104). 616
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 620
 Warning sizes LineLength Line is longer than 100 characters (found 107). 621
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 624
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 625
 Warning sizes LineLength Line is longer than 100 characters (found 110). 625
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 4. 627
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 628
 Warning sizes LineLength Line is longer than 100 characters (found 108). 632
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 635
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 636
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 637
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 638
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 639
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 641
 Warning sizes LineLength Line is longer than 100 characters (found 112). 641
 Warning naming ParameterName Parameter name 'pFoundVal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 641
 Warning naming ParameterName Parameter name 'pFilterVal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 641
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 641
 Warning sizes LineLength Line is longer than 100 characters (found 112). 645
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 648
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 653
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 653
 Warning naming LocalVariableName Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 653
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 655
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 656
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 656
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 657
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 658
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 659
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 661
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 661
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 663
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 8. 664
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 664
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 664
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 665
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 666
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 667
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 668
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 669
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 670
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 671
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 672
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 8. 673
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 676
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 677
 Warning sizes LineLength Line is longer than 100 characters (found 117). 680
 Warning sizes LineLength Line is longer than 100 characters (found 116). 682
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 685
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 685
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 686
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 687
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 687
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 689
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 690
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 691
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 692
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 693
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 694
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 696
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 696
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 698
 Warning sizes LineLength Line is longer than 100 characters (found 108). 698
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 699
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 700
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 701
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 702
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 703
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 704
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 706
 Warning sizes LineLength Line is longer than 100 characters (found 128). 706
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 707
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 708
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 710
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 711
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 713
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 714
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 715
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 716
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 718
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 719
 Warning sizes LineLength Line is longer than 100 characters (found 106). 719
 Warning sizes LineLength Line is longer than 100 characters (found 120). 720
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 722
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 723
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 725
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 726
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 729
 Warning naming ParameterName Parameter name 'pFilterVal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 729
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 732
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 733
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 736
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 737
 Warning sizes LineLength Line is longer than 100 characters (found 101). 741
 Warning sizes LineLength Line is longer than 100 characters (found 106). 742
 Warning sizes LineLength Line is longer than 100 characters (found 103). 743
 Warning sizes LineLength Line is longer than 100 characters (found 110). 744
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 746
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 746
 Warning sizes LineLength Line is longer than 100 characters (found 121). 747
 Warning sizes LineLength Line is longer than 100 characters (found 115). 748
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 751
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 752
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 753
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 754
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 755
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 757
 Warning sizes LineLength Line is longer than 100 characters (found 127). 757
 Warning naming ParameterName Parameter name 'pFoundCtx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 757
 Warning naming ParameterName Parameter name 'pFoundElemName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 757
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 757
 Warning naming ParameterName Parameter name 'pReason' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 757
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 758
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 759
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 760
 Warning sizes LineLength Line is longer than 100 characters (found 112). 760
 Warning sizes LineLength Line is longer than 100 characters (found 110). 762
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 763
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 764
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 765
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 766
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 767
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 767
 Warning naming LocalVariableName Local variable name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 767
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 768
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 768
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 770
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 771
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 772
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 773
 Warning sizes LineLength Line is longer than 100 characters (found 131). 773
 Warning sizes LineLength Line is longer than 100 characters (found 118). 775
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 776
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 777
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 778
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 779
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 780
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 781
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 782
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 783
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 784
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 785
 Warning sizes LineLength Line is longer than 100 characters (found 114). 785
 Warning sizes LineLength Line is longer than 100 characters (found 104). 786
 Warning sizes LineLength Line is longer than 100 characters (found 121). 788
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 789
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 790
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 791
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 792
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 794
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 795
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 796
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 797
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 799
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 800
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 803
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 806
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 807
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 809
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 810
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 812
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 813
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 814
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 815
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 817
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 818
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 821
 Warning naming ParameterName Parameter name 'pIn' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 821
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 822
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 823
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 824
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 826

com/exsoinn/util/epf/Context.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 3
 Warning sizes LineLength Line is longer than 100 characters (found 112). 7
 Warning sizes LineLength Line is longer than 100 characters (found 116). 8
 Warning sizes LineLength Line is longer than 100 characters (found 130). 9
 Warning sizes LineLength Line is longer than 100 characters (found 118). 10
 Warning sizes LineLength Line is longer than 100 characters (found 127). 13
 Warning sizes LineLength Line is longer than 100 characters (found 127). 14
 Warning sizes LineLength Line is longer than 100 characters (found 112). 16
 Warning sizes LineLength Line is longer than 100 characters (found 109). 17
 Warning sizes LineLength Line is longer than 100 characters (found 102). 18
 Warning sizes LineLength Line is longer than 100 characters (found 118). 20
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 22
 Warning sizes LineLength Line is longer than 100 characters (found 116). 23
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 25
 Warning indentation Indentation 'member def type' have incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def type' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def type' have incorrect indentation level 4, expected level should be 2. 31
 Warning sizes LineLength Line is longer than 100 characters (found 104). 31
 Warning indentation Indentation 'member def type' have incorrect indentation level 4, expected level should be 2. 32
 Warning sizes LineLength Line is longer than 100 characters (found 110). 32
 Warning sizes LineLength Line is longer than 100 characters (found 121). 35
 Warning sizes LineLength Line is longer than 100 characters (found 119). 37
 Warning sizes LineLength Line is longer than 100 characters (found 129). 41
 Warning sizes LineLength Line is longer than 100 characters (found 126). 42
 Warning sizes LineLength Line is longer than 100 characters (found 129). 44
 Warning sizes LineLength Line is longer than 100 characters (found 133). 45
 Warning sizes LineLength Line is longer than 100 characters (found 118). 46
 Warning sizes LineLength Line is longer than 100 characters (found 108). 47
 Warning sizes LineLength Line is longer than 100 characters (found 117). 49
 Warning sizes LineLength Line is longer than 100 characters (found 110). 50
 Warning sizes LineLength Line is longer than 100 characters (found 110). 51
 Warning sizes LineLength Line is longer than 100 characters (found 118). 52
 Warning sizes LineLength Line is longer than 100 characters (found 119). 54
 Warning sizes LineLength Line is longer than 100 characters (found 106). 55
 Warning sizes LineLength Line is longer than 100 characters (found 122). 60
 Warning sizes LineLength Line is longer than 100 characters (found 124). 61
 Warning sizes LineLength Line is longer than 100 characters (found 117). 64
 Warning sizes LineLength Line is longer than 100 characters (found 117). 65
 Warning sizes LineLength Line is longer than 100 characters (found 116). 66
 Warning sizes LineLength Line is longer than 100 characters (found 120). 68
 Warning sizes LineLength Line is longer than 100 characters (found 120). 70
 Warning sizes LineLength Line is longer than 100 characters (found 124). 73
 Warning sizes LineLength Line is longer than 100 characters (found 115). 75
 Warning sizes LineLength Line is longer than 100 characters (found 106). 76
 Warning sizes LineLength Line is longer than 100 characters (found 115). 78
 Warning sizes LineLength Line is longer than 100 characters (found 120). 79
 Warning sizes LineLength Line is longer than 100 characters (found 113). 81
 Warning sizes LineLength Line is longer than 100 characters (found 119). 82
 Warning sizes LineLength Line is longer than 100 characters (found 114). 83
 Warning sizes LineLength Line is longer than 100 characters (found 120). 84
 Warning sizes LineLength Line is longer than 100 characters (found 103). 121
 Warning sizes LineLength Line is longer than 100 characters (found 104). 123
 Warning sizes LineLength Line is longer than 100 characters (found 128). 127
 Warning sizes LineLength Line is longer than 100 characters (found 124). 128
 Warning sizes LineLength Line is longer than 100 characters (found 105). 129
 Warning sizes LineLength Line is longer than 100 characters (found 114). 130
 Warning sizes LineLength Line is longer than 100 characters (found 108). 131
 Warning sizes LineLength Line is longer than 100 characters (found 121). 132
 Warning sizes LineLength Line is longer than 100 characters (found 114). 133
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 134
 Warning sizes LineLength Line is longer than 100 characters (found 109). 134
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 135
 Warning sizes LineLength Line is longer than 100 characters (found 103). 135
 Warning sizes LineLength Line is longer than 100 characters (found 114). 136
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 137
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 139
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 139
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 140
 Warning naming ParameterName Parameter name 'pTargetElements' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 141
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 142
 Warning sizes LineLength Line is longer than 100 characters (found 121). 146
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 153
 Warning naming ParameterName Parameter name 'pSelectCriteria' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 153
 Warning naming ParameterName Parameter name 'pExtraParams' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 154
 Warning sizes LineLength Line is longer than 100 characters (found 110). 156
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 160
 Warning sizes LineLength Line is longer than 100 characters (found 105). 164
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning sizes LineLength Line is longer than 100 characters (found 103). 170
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 173
 Warning sizes LineLength Line is longer than 100 characters (found 109). 176
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 181
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 184
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 190
 Warning naming ParameterName Parameter name 'pIdx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 190
 Warning sizes LineLength Line is longer than 100 characters (found 111). 193
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 197
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 200
 Warning sizes LineLength Line is longer than 100 characters (found 104). 201
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 207
 Warning naming ParameterName Parameter name 'pElemName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 207
 Warning sizes LineLength Line is longer than 100 characters (found 103). 212
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 217
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 220
 Warning sizes LineLength Line is longer than 100 characters (found 119). 221
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 226
 Warning naming ParameterName Parameter name 'pMemberName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 226
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 236
 Warning naming ParameterName Parameter name 'pVal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 236
 Warning sizes LineLength Line is longer than 100 characters (found 106). 239
 Warning sizes LineLength Line is longer than 100 characters (found 111). 240
 Warning sizes LineLength Line is longer than 100 characters (found 112). 241
 Warning sizes LineLength Line is longer than 100 characters (found 116). 242
 Warning sizes LineLength Line is longer than 100 characters (found 110). 244
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 245
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 247
 Warning sizes LineLength Line is longer than 100 characters (found 120). 251
 Warning sizes LineLength Line is longer than 100 characters (found 106). 254
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 257
 Warning sizes LineLength Line is longer than 100 characters (found 121). 261
 Warning sizes LineLength Line is longer than 100 characters (found 113). 263
 Warning sizes LineLength Line is longer than 100 characters (found 130). 264
 Warning sizes LineLength Line is longer than 100 characters (found 108). 267
 Warning sizes LineLength Line is longer than 100 characters (found 104). 269
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 271
 Warning naming ParameterName Parameter name 'pArg' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 271
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 276
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 8. 276
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 278
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 279
 Warning sizes LineLength Line is longer than 100 characters (found 127). 279
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 281
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 282
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 283
 Warning whitespace SeparatorWrap '.' should be on a new line. 283
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 289
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 290
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 293
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 294
 Warning sizes LineLength Line is longer than 100 characters (found 114). 294
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'finally rcurly' have incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 299

com/exsoinn/util/epf/ContextFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.json.JSONObject' should be separated from previous import group. 6
 Warning imports CustomImportOrder 'java.lang.reflect.Constructor' should be separated from previous import group. 8
 Warning sizes LineLength Line is longer than 100 characters (found 108). 13
 Warning sizes LineLength Line is longer than 100 characters (found 123). 15
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 21
 Warning sizes LineLength Line is longer than 100 characters (found 107). 25
 Warning sizes LineLength Line is longer than 100 characters (found 110). 26
 Warning sizes LineLength Line is longer than 100 characters (found 106). 27
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 35
 Warning naming ParameterName Parameter name 'pData' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 35
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 37
 Warning sizes LineLength Line is longer than 100 characters (found 115). 41
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning sizes LineLength Line is longer than 100 characters (found 101). 46
 Warning naming ParameterName Parameter name 'pData' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 46
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 51
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '35'. 51
 Warning naming ParameterName Parameter name 'pData' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 51
 Warning naming ParameterName Parameter name 'pClassName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 51
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 58
 Warning sizes LineLength Line is longer than 100 characters (found 113). 58
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 63
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 66
 Warning sizes LineLength Line is longer than 100 characters (found 109). 69
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 74
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 81
 Warning sizes LineLength Line is longer than 100 characters (found 120). 81
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 101
 Warning naming ParameterName Parameter name 'pData' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 101
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 118
 Warning naming ParameterName Parameter name 'pData' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 118
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 131

com/exsoinn/util/epf/Filter.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 4
 Warning sizes LineLength Line is longer than 100 characters (found 121). 8
 Warning sizes LineLength Line is longer than 100 characters (found 121). 9
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 11
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 13
 Warning sizes LineLength Line is longer than 100 characters (found 114). 14
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 16
 Warning sizes LineLength Line is longer than 100 characters (found 113). 17
 Warning sizes LineLength Line is longer than 100 characters (found 125). 18
 Warning sizes LineLength Line is longer than 100 characters (found 119). 19
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 21
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 26
 Warning naming MemberName Member name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning naming ParameterName Parameter name 'pFilterStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 29
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 34
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning naming ParameterName Parameter name 'pFilterMap' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 46
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 68
 Warning naming ParameterName Parameter name 'pKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 69
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 73
 Warning naming ParameterName Parameter name 'pValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 74
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 78
 Warning naming ParameterName Parameter name 'pKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 83
 Warning naming ParameterName Parameter name 'pKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 84
 Warning naming ParameterName Parameter name 'pValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 84
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 88
 Warning naming ParameterName Parameter name 'pKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 89
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 93
 Warning naming ParameterName Parameter name 'pMap' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 94
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 124
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 124
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 129
 Warning sizes LineLength Line is longer than 100 characters (found 108). 130
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 14. 135
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 14. 135
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 14. 136
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 139
 Warning sizes LineLength Line is longer than 100 characters (found 111). 140
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 142

com/exsoinn/util/epf/IncompatibleSearchPathException.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 124). 4
 Warning sizes LineLength Line is longer than 100 characters (found 127). 5
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 7
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 15
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 15
 Warning naming ParameterName Parameter name 'pNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 15
 Warning naming ParameterName Parameter name 'pCtx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 15
 Warning sizes LineLength Line is longer than 100 characters (found 108). 17
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 38

com/exsoinn/util/epf/JsonContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'net.jcip.annotations.Immutable' should be separated from previous import group. 7
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 9
 Warning sizes LineLength Line is longer than 100 characters (found 103). 12
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 14
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 19
 Warning sizes LineLength Line is longer than 100 characters (found 114). 23
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning naming ParameterName Parameter name 'pJsonElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 27
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning naming ParameterName Parameter name 'pJsonElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 32
 Warning naming ParameterName Parameter name 'pCreateCopy' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 32
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 38
 Warning sizes LineLength Line is longer than 100 characters (found 111). 42
 Warning sizes LineLength Line is longer than 100 characters (found 115). 44
 Warning sizes LineLength Line is longer than 100 characters (found 112). 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning naming ParameterName Parameter name 'pJsonElem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 52
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 57
 Warning sizes LineLength Line is longer than 100 characters (found 111). 59
 Warning sizes LineLength Line is longer than 100 characters (found 110). 60
 Warning sizes LineLength Line is longer than 100 characters (found 109). 61
 Warning sizes LineLength Line is longer than 100 characters (found 104). 62
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 67
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 10. 69
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 8. 70
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 94
 Warning naming ParameterName Parameter name 'pIdx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 95
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 104
 Warning sizes LineLength Line is longer than 100 characters (found 105). 108
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 122
 Warning sizes LineLength Line is longer than 100 characters (found 103). 126
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 134
 Warning sizes LineLength Line is longer than 100 characters (found 118). 134
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 143
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 146
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 151
 Warning naming ParameterName Parameter name 'pElemName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 152
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 154
 Warning sizes LineLength Line is longer than 100 characters (found 107). 154
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 171
 Warning sizes LineLength Line is longer than 100 characters (found 121). 171
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 176
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 185
 Warning naming ParameterName Parameter name 'pMemberName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 186
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 188
 Warning sizes LineLength Line is longer than 100 characters (found 124). 188
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 194
 Warning naming ParameterName Parameter name 'pVal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 195
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 197
 Warning sizes LineLength Line is longer than 100 characters (found 123). 197
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 202
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 212

com/exsoinn/util/epf/MutableContext.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 7
 Warning naming ParameterName Parameter name 'pName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 7
 Warning naming ParameterName Parameter name 'pContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 7
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 9
 Warning naming ParameterName Parameter name 'pEntry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 9

com/exsoinn/util/epf/MutableJsonContext.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 11
 Warning naming ParameterName Parameter name 'pJsonElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 11
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 15
 Warning naming ParameterName Parameter name 'pName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 16
 Warning naming ParameterName Parameter name 'pContext' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 16
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 18
 Warning sizes LineLength Line is longer than 100 characters (found 111). 18
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning naming ParameterName Parameter name 'pEntry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 29
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 31
 Warning sizes LineLength Line is longer than 100 characters (found 109). 31
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 37

com/exsoinn/util/epf/SearchPath.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 5
 Warning sizes LineLength Line is longer than 100 characters (found 125). 10
 Warning sizes LineLength Line is longer than 100 characters (found 118). 11
 Warning sizes LineLength Line is longer than 100 characters (found 122). 12
 Warning sizes LineLength Line is longer than 100 characters (found 116). 14
 Warning sizes LineLength Line is longer than 100 characters (found 121). 15
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 18
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 20
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 31
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 35
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 35
 Warning naming ParameterName Parameter name 'pIdx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 35
 Warning naming ParameterName Parameter name 'pAtEnd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 35
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 45
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 45
 Warning naming ParameterName Parameter name 'pNodeIdx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 45
 Warning naming ParameterName Parameter name 'pAtEnd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 45
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 54
 Warning sizes LineLength Line is longer than 100 characters (found 126). 58
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 59
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 61
 Warning sizes LineLength Line is longer than 100 characters (found 136). 62
 Warning sizes LineLength Line is longer than 100 characters (found 121). 63
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 68
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 68
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 79
 Warning sizes LineLength Line is longer than 100 characters (found 109). 83
 Warning sizes LineLength Line is longer than 100 characters (found 109). 84
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 88
 Warning sizes LineLength Line is longer than 100 characters (found 101). 92
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning sizes LineLength Line is longer than 100 characters (found 103). 95
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 95
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 95
 Warning sizes LineLength Line is longer than 100 characters (found 107). 98
 Warning sizes LineLength Line is longer than 100 characters (found 117). 99
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 102
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 102
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 119
 Warning javadoc JavadocMethod Missing a Javadoc comment. 119
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 150
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 151
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 165
 Warning naming ParameterName Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 166
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 170
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 171
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 175
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 176
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 180
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 181
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 185
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 186
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 190
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 191
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 195
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 196
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 200
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 201
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 220
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '170'. 220
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 225
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '175'. 225
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 230
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 231
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 235
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 236
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 266
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 267
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 276
 Warning naming ParameterName Parameter name 'pElemSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 276
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 278
 Warning sizes LineLength Line is longer than 100 characters (found 104). 278
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 281
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 283

com/exsoinn/util/epf/SearchResult.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 5
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 12
 Warning naming MemberName Member name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 12
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 14
 Warning naming ParameterName Parameter name 'pResult' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 14
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 23
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning naming ParameterName Parameter name 'pResult' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 32
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning naming ParameterName Parameter name 'pKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 51
 Warning naming ParameterName Parameter name 'pValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 52
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 56
 Warning naming ParameterName Parameter name 'pKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 57
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 61
 Warning naming ParameterName Parameter name 'pKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 62
 Warning naming ParameterName Parameter name 'pValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 66
 Warning naming ParameterName Parameter name 'pKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 71
 Warning naming ParameterName Parameter name 'pMap' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 72
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99

com/exsoinn/util/epf/SelectionCriteria.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 121). 9
 Warning sizes LineLength Line is longer than 100 characters (found 128). 11
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 14
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 22
 Warning sizes LineLength Line is longer than 100 characters (found 102). 22
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 23
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 24
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning naming ParameterName Parameter name 'pStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 27
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 30
 Warning sizes LineLength Line is longer than 100 characters (found 106). 31
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 38
 Warning sizes LineLength Line is longer than 100 characters (found 101). 38
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 44
 Warning sizes LineLength Line is longer than 100 characters (found 111). 45
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 50
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 50
 Warning naming ParameterName Parameter name 'pTargeElems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 50
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 56
 Warning naming ParameterName Parameter name 'pToken' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 56
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 60
 Warning naming ParameterName Parameter name 'pStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 60
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 64
 Warning sizes LineLength Line is longer than 100 characters (found 117). 64
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 64
 Warning naming ParameterName Parameter name 'pFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 64
 Warning naming ParameterName Parameter name 'pTargeElems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 64
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 66
 Warning sizes LineLength Line is longer than 100 characters (found 111). 70
 Warning sizes LineLength Line is longer than 100 characters (found 114). 71
 Warning sizes LineLength Line is longer than 100 characters (found 105). 72
 Warning sizes LineLength Line is longer than 100 characters (found 105). 73
 Warning sizes LineLength Line is longer than 100 characters (found 110). 76
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 112

com/exsoinn/util/epf/TargetElements.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 6
 Warning sizes LineLength Line is longer than 100 characters (found 105). 11
 Warning sizes LineLength Line is longer than 100 characters (found 112). 12
 Warning sizes LineLength Line is longer than 100 characters (found 116). 13
 Warning sizes LineLength Line is longer than 100 characters (found 108). 14
 Warning sizes LineLength Line is longer than 100 characters (found 115). 15
 Warning sizes LineLength Line is longer than 100 characters (found 106). 17
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 22
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning naming ParameterName Parameter name 'pSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 25
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning naming ParameterName Parameter name 'pTargetElems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 31
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 42
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning naming ParameterName Parameter name 'pTargetElems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 49
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 53
 Warning sizes LineLength Line is longer than 100 characters (found 102). 53
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning sizes LineLength Line is longer than 100 characters (found 104). 57
 Warning naming ParameterName Parameter name 'pTargetElems' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 57
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 57
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 78

com/exsoinn/util/epf/UnexpectedArrayNodeException.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11
 Warning naming ParameterName Parameter name 'pSearchPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 11
 Warning naming ParameterName Parameter name 'pNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 11
 Warning naming ParameterName Parameter name 'pCtx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 11
 Warning sizes LineLength Line is longer than 100 characters (found 107). 13
 Warning whitespace OperatorWrap '+' should be on a new line. 13
 Warning sizes LineLength Line is longer than 100 characters (found 102). 14
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 34

com/exsoinn/util/epf/Utilities.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 19
 Warning sizes LineLength Line is longer than 100 characters (found 103). 23
 Warning sizes LineLength Line is longer than 100 characters (found 134). 24
 Warning sizes LineLength Line is longer than 100 characters (found 101). 26
 Warning sizes LineLength Line is longer than 100 characters (found 109). 28
 Warning sizes LineLength Line is longer than 100 characters (found 108). 29
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 35
 Warning naming ParameterName Parameter name 'pCtxList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 35
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'member def type' have incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'while' have incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'member def type' have incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'while' child have incorrect indentation level 12, expected level should be 6. 39
 Warning naming LocalVariableName Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 39
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 42
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 43
 Warning sizes LineLength Line is longer than 100 characters (found 102). 44
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 45
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 50
 Warning sizes LineLength Line is longer than 100 characters (found 112). 51
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'while rcurly' have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 55