Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 9.3 with google_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
13 0 2718 0

Files

File
 I
 W
 E
com/sun/tlddoc/Constants.java 0 15 0
com/sun/tlddoc/GeneratorException.java 0 14 0
com/sun/tlddoc/JARTLDFileTagLibrary.java 0 88 0
com/sun/tlddoc/TLDDoc.java 0 336 0
com/sun/tlddoc/TLDDocGenerator.java 0 1550 0
com/sun/tlddoc/TLDFileTagLibrary.java 0 63 0
com/sun/tlddoc/TagDirImplicitTagLibrary.java 0 272 0
com/sun/tlddoc/TagLibrary.java 0 13 0
com/sun/tlddoc/WARJARTLDFileTagLibrary.java 0 115 0
com/sun/tlddoc/WARTagDirImplicitTagLibrary.java 0 152 0
com/sun/tlddoc/tagfileparser/Attribute.java 0 26 0
com/sun/tlddoc/tagfileparser/Directive.java 0 44 0
com/sun/tlddoc/tagfileparser/Directives.java 0 30 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • tokens: "ANNOTATION_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, LAMBDA, LITERAL_CASE, LITERAL_CATCH, LITERAL_DEFAULT, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, METHOD_DEF, OBJBLOCK, STATIC_INIT, RECORD_DEF, COMPACT_CTOR_DEF"
60
 Warning
NeedBraces
  • tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FOR, LITERAL_IF, LITERAL_WHILE"
7
 Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, COMPACT_CTOR_DEF"
  • id: "RightCurlyAlone"
  • option: "alone"
30
 Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_DO"
  • id: "RightCurlySame"
30
 Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
7
 Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
1009
 Warning
javadoc AtclauseOrder
  • tagOrder: "@param, @return, @throws, @deprecated"
  • target: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1
 Warning
InvalidJavadocPosition 1
 Warning
JavadocTagContinuationIndentation 6
 Warning
MissingJavadocMethod
  • scope: "public"
  • tokens: "METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
1
 Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
45
 Warning
misc ArrayTypeStyle 1
 Warning
modifier ModifierOrder 11
 Warning
naming AbbreviationAsWordInName
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "0"
26
 Warning
LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
3
 Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
2
 Error
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, METHOD_REF, TYPE_EXTENSION_AND "
  • option: "NL"
85
 Warning
ParenPad
  • tokens: "ANNOTATION, ANNOTATION_FIELD_DEF, CTOR_CALL, CTOR_DEF, DOT, ENUM_CONSTANT_DEF, EXPR, LITERAL_CATCH, LITERAL_DO, LITERAL_FOR, LITERAL_IF, LITERAL_NEW, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_WHILE, METHOD_CALL, METHOD_DEF, QUESTION, RESOURCE_SPECIFICATION, SUPER_CTOR_CALL, LAMBDA, RECORD_DEF"
1184
 Warning
SeparatorWrap
  • tokens: "METHOD_REF"
  • id: "SeparatorWrapMethodRef"
  • option: "nl"
2
 Warning
SeparatorWrap
  • tokens: "ARRAY_DECLARATOR"
  • id: "SeparatorWrapArrayDeclarator"
  • option: "EOL"
2
 Warning
SeparatorWrap
  • tokens: "ELLIPSIS"
  • id: "SeparatorWrapEllipsis"
  • option: "EOL"
2
 Warning
SeparatorWrap
  • tokens: "COMMA"
  • id: "SeparatorWrapComma"
  • option: "EOL"
2
 Warning
SeparatorWrap
  • tokens: "DOT"
  • id: "SeparatorWrapDot"
  • option: "nl"
2
 Warning
WhitespaceAfter
  • tokens: "COMMA, SEMI, TYPECAST, LITERAL_IF, LITERAL_ELSE, LITERAL_WHILE, LITERAL_DO, LITERAL_FOR, DO_WHILE"
117
 Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • ignoreEnhancedForColon: "false"
  • allowEmptyLambdas: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, DO_WHILE, EQUAL, GE, GT, LAMBDA, LAND, LCURLY, LE, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, LITERAL_ASSERT, TYPE_EXTENSION_AND"
  • allowEmptyTypes: "true"
120
 Warning

Details

com/sun/tlddoc/Constants.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 34
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 47
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 52
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 58
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 64
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 69
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 74
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77

com/sun/tlddoc/GeneratorException.java

Severity Category Rule Message Line
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 59
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning
whitespace ParenPad '(' is followed by whitespace. 68
 Warning
whitespace ParenPad ')' is preceded with whitespace. 68
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning
whitespace ParenPad '(' is followed by whitespace. 69
 Warning
whitespace ParenPad ')' is preceded with whitespace. 69
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 70

com/sun/tlddoc/JARTLDFileTagLibrary.java

Severity Category Rule Message Line
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'JARTLDFileTagLibrary' must contain no more than '1' consecutive capital letters. 49
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 51
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 54
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 56
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 61
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 64
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 66
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning
whitespace ParenPad '(' is followed by whitespace. 72
 Warning
whitespace ParenPad ')' is preceded with whitespace. 72
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 91
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 92
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 92
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 92
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 92
 Warning
whitespace ParenPad '(' is followed by whitespace. 92
 Warning
whitespace ParenPad '(' is followed by whitespace. 92
 Warning
whitespace ParenPad ')' is preceded with whitespace. 92
 Warning
whitespace ParenPad ')' is preceded with whitespace. 92
 Warning
whitespace ParenPad '(' is followed by whitespace. 92
 Warning
whitespace ParenPad ')' is preceded with whitespace. 92
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 94
 Warning
whitespace ParenPad '(' is followed by whitespace. 94
 Warning
whitespace ParenPad ')' is preceded with whitespace. 94
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 103
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 104
 Warning
whitespace WhitespaceAround WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 104
 Warning
whitespace ParenPad '(' is followed by whitespace. 104
 Warning
whitespace ParenPad '(' is followed by whitespace. 104
 Warning
whitespace ParenPad ')' is preceded with whitespace. 104
 Warning
whitespace ParenPad ')' is preceded with whitespace. 104
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 105
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 105
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 105
 Warning
whitespace ParenPad '(' is followed by whitespace. 105
 Warning
whitespace ParenPad ')' is preceded with whitespace. 105
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 106
 Warning
whitespace ParenPad '(' is followed by whitespace. 106
 Warning
whitespace ParenPad ')' is preceded with whitespace. 106
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 107
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 108
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 110
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning
whitespace ParenPad '(' is followed by whitespace. 124
 Warning
whitespace ParenPad ')' is preceded with whitespace. 124
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 126
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 127
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 127
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 127
 Warning
whitespace ParenPad '(' is followed by whitespace. 127
 Warning
whitespace ParenPad ')' is preceded with whitespace. 127
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 128
 Warning
whitespace ParenPad '(' is followed by whitespace. 128
 Warning
whitespace ParenPad ')' is preceded with whitespace. 128
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 129
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 131
 Warning
whitespace ParenPad '(' is followed by whitespace. 131
 Warning
whitespace ParenPad ')' is preceded with whitespace. 131
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 132
 Warning
whitespace ParenPad '(' is followed by whitespace. 132
 Warning
whitespace ParenPad ')' is preceded with whitespace. 132
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 140
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 140
 Warning
whitespace ParenPad '(' is followed by whitespace. 140
 Warning
whitespace ParenPad ')' is preceded with whitespace. 140
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 144
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 145
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 146
 Warning
indentation Indentation 'finally' has incorrect indentation level 8, expected level should be 4. 147
 Warning
indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 148
 Warning
indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150

com/sun/tlddoc/TLDDoc.java

Severity Category Rule Message Line
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'TLDDoc' must contain no more than '1' consecutive capital letters. 44
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning
whitespace OperatorWrap '+' should be on a new line. 46
 Warning
whitespace OperatorWrap '+' should be on a new line. 47
 Warning
whitespace OperatorWrap '+' should be on a new line. 48
 Warning
whitespace OperatorWrap '+' should be on a new line. 49
 Warning
whitespace OperatorWrap '+' should be on a new line. 50
 Warning
whitespace OperatorWrap '+' should be on a new line. 51
 Warning
whitespace OperatorWrap '+' should be on a new line. 52
 Warning
whitespace OperatorWrap '+' should be on a new line. 53
 Warning
whitespace OperatorWrap '+' should be on a new line. 54
 Warning
whitespace OperatorWrap '+' should be on a new line. 55
 Warning
whitespace OperatorWrap '+' should be on a new line. 56
 Warning
whitespace OperatorWrap '+' should be on a new line. 57
 Warning
whitespace OperatorWrap '+' should be on a new line. 58
 Warning
whitespace OperatorWrap '+' should be on a new line. 59
 Warning
whitespace OperatorWrap '+' should be on a new line. 60
 Warning
whitespace OperatorWrap '+' should be on a new line. 61
 Warning
whitespace OperatorWrap '+' should be on a new line. 62
 Warning
whitespace OperatorWrap '+' should be on a new line. 63
 Warning
whitespace OperatorWrap '+' should be on a new line. 64
 Warning
whitespace OperatorWrap '+' should be on a new line. 65
 Warning
whitespace OperatorWrap '+' should be on a new line. 66
 Warning
whitespace OperatorWrap '+' should be on a new line. 67
 Warning
whitespace OperatorWrap '+' should be on a new line. 68
 Warning
whitespace OperatorWrap '+' should be on a new line. 69
 Warning
whitespace OperatorWrap '+' should be on a new line. 70
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Warning
whitespace ParenPad '(' is followed by whitespace. 73
 Warning
whitespace ParenPad ')' is preceded with whitespace. 73
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning
whitespace ParenPad '(' is followed by whitespace. 76
 Warning
whitespace ParenPad ')' is preceded with whitespace. 76
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'atLeastOneTLD' must contain no more than '1' consecutive capital letters. 77
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 79
 Warning
indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 80
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 80
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 80
 Warning
whitespace ParenPad '(' is followed by whitespace. 80
 Warning
whitespace ParenPad ')' is preceded with whitespace. 80
 Warning
indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 81
 Warning
indentation Indentation 'switch' has incorrect indentation level 16, expected level should be 8. 83
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 84
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 85
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 86
 Warning
whitespace ParenPad '(' is followed by whitespace. 86
 Warning
whitespace ParenPad '(' is followed by whitespace. 86
 Warning
whitespace ParenPad ')' is preceded with whitespace. 86
 Warning
whitespace ParenPad ')' is preceded with whitespace. 86
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 87
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 88
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 89
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 90
 Warning
whitespace ParenPad '(' is followed by whitespace. 90
 Warning
whitespace ParenPad '(' is followed by whitespace. 90
 Warning
whitespace ParenPad ')' is preceded with whitespace. 90
 Warning
whitespace ParenPad ')' is preceded with whitespace. 90
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 91
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 92
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 93
 Warning
whitespace ParenPad '(' is followed by whitespace. 93
 Warning
whitespace ParenPad ')' is preceded with whitespace. 93
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 94
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 95
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 96
 Warning
whitespace ParenPad '(' is followed by whitespace. 96
 Warning
whitespace ParenPad ')' is preceded with whitespace. 96
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 97
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 98
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 99
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 100
 Warning
whitespace ParenPad '(' is followed by whitespace. 100
 Warning
whitespace ParenPad ')' is preceded with whitespace. 100
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 101
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 102
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 103
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 104
 Warning
whitespace ParenPad '(' is followed by whitespace. 104
 Warning
whitespace ParenPad ')' is preceded with whitespace. 104
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 105
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 106
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 107
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 108
 Warning
whitespace ParenPad '(' is followed by whitespace. 108
 Warning
whitespace ParenPad ')' is preceded with whitespace. 108
 Warning
indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 109
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 109
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 109
 Warning
whitespace ParenPad '(' is followed by whitespace. 109
 Warning
whitespace ParenPad ')' is preceded with whitespace. 109
 Warning
indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 110
 Warning
indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 111
 Warning
whitespace ParenPad '(' is followed by whitespace. 111
 Warning
whitespace ParenPad ')' is preceded with whitespace. 111
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 112
 Warning
blocks RightCurly '}' at column 25 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 112
 Warning
indentation Indentation 'else' has incorrect indentation level 24, expected level should be 12. 113
 Warning
indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 114
 Warning
whitespace ParenPad '(' is followed by whitespace. 114
 Warning
whitespace ParenPad ')' is preceded with whitespace. 114
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 115
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 116
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 117
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 118
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 119
 Warning
whitespace ParenPad '(' is followed by whitespace. 119
 Warning
whitespace ParenPad ')' is preceded with whitespace. 119
 Warning
indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 120
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 120
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 120
 Warning
whitespace ParenPad '(' is followed by whitespace. 120
 Warning
whitespace ParenPad ')' is preceded with whitespace. 120
 Warning
indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 121
 Warning
indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 122
 Warning
whitespace ParenPad '(' is followed by whitespace. 122
 Warning
whitespace ParenPad ')' is preceded with whitespace. 122
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 123
 Warning
blocks RightCurly '}' at column 25 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 123
 Warning
indentation Indentation 'else' has incorrect indentation level 24, expected level should be 12. 124
 Warning
indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 125
 Warning
whitespace ParenPad '(' is followed by whitespace. 125
 Warning
whitespace ParenPad ')' is preceded with whitespace. 125
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 126
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 127
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 128
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 129
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 130
 Warning
whitespace ParenPad '(' is followed by whitespace. 130
 Warning
whitespace ParenPad ')' is preceded with whitespace. 130
 Warning
indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 131
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 131
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 131
 Warning
whitespace ParenPad '(' is followed by whitespace. 131
 Warning
whitespace ParenPad ')' is preceded with whitespace. 131
 Warning
indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 132
 Warning
indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 133
 Warning
whitespace ParenPad '(' is followed by whitespace. 133
 Warning
whitespace ParenPad ')' is preceded with whitespace. 133
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 134
 Warning
blocks RightCurly '}' at column 25 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 134
 Warning
indentation Indentation 'else' has incorrect indentation level 24, expected level should be 12. 135
 Warning
indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 136
 Warning
whitespace ParenPad '(' is followed by whitespace. 136
 Warning
whitespace ParenPad ')' is preceded with whitespace. 136
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 137
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 138
 Warning
indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 139
 Warning
indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 140
 Warning
whitespace ParenPad '(' is followed by whitespace. 140
 Warning
whitespace ParenPad ')' is preceded with whitespace. 140
 Warning
indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 141
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 141
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 141
 Warning
whitespace ParenPad '(' is followed by whitespace. 141
 Warning
whitespace ParenPad ')' is preceded with whitespace. 141
 Warning
indentation Indentation 'if' has incorrect indentation level 32, expected level should be 14. 142
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 142
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 142
 Warning
whitespace ParenPad '(' is followed by whitespace. 142
 Warning
whitespace ParenPad '(' is followed by whitespace. 142
 Warning
whitespace ParenPad ')' is preceded with whitespace. 142
 Warning
whitespace ParenPad ')' is preceded with whitespace. 142
 Warning
indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 16. 145
 Warning
whitespace ParenPad '(' is followed by whitespace. 145
 Warning
whitespace ParenPad ')' is preceded with whitespace. 145
 Warning
indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 16. 146
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be 14. 147
 Warning
blocks RightCurly '}' at column 33 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 147
 Warning
indentation Indentation 'else' has incorrect indentation level 32, expected level should be 14. 148
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 148
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 148
 Warning
whitespace ParenPad '(' is followed by whitespace. 148
 Warning
whitespace ParenPad '(' is followed by whitespace. 148
 Warning
whitespace ParenPad ')' is preceded with whitespace. 148
 Warning
whitespace ParenPad ')' is preceded with whitespace. 148
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 32, expected level should be 16. 149
 Warning
blocks LeftCurly '{' at column 33 should be on the previous line. 149
 Warning
indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 16, 18. 152
 Warning
whitespace ParenPad '(' is followed by whitespace. 152
 Warning
whitespace ParenPad ')' is preceded with whitespace. 152
 Warning
indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 16, 18. 153
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be 16. 154
 Warning
blocks RightCurly '}' at column 33 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 154
 Warning
indentation Indentation 'else' has incorrect indentation level 32, expected level should be 14. 155
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 155
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 155
 Warning
whitespace ParenPad '(' is followed by whitespace. 155
 Warning
whitespace ParenPad '(' is followed by whitespace. 155
 Warning
whitespace ParenPad ')' is preceded with whitespace. 155
 Warning
whitespace ParenPad ')' is preceded with whitespace. 155
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 32, expected level should be 16. 156
 Warning
blocks LeftCurly '{' at column 33 should be on the previous line. 156
 Warning
indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 16, 18. 159
 Warning
whitespace ParenPad '(' is followed by whitespace. 159
 Warning
whitespace ParenPad ')' is preceded with whitespace. 159
 Warning
indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 16, 18. 160
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be 16. 161
 Warning
blocks RightCurly '}' at column 33 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 161
 Warning
indentation Indentation 'else' has incorrect indentation level 32, expected level should be 14. 162
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 162
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 162
 Warning
whitespace ParenPad '(' is followed by whitespace. 162
 Warning
whitespace ParenPad ')' is preceded with whitespace. 162
 Warning
indentation Indentation 'if' has incorrect indentation level 36, expected level should be 16. 166
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 166
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 166
 Warning
whitespace ParenPad '(' is followed by whitespace. 166
 Warning
whitespace ParenPad ')' is preceded with whitespace. 167
 Warning
whitespace ParenPad ')' is preceded with whitespace. 168
 Warning
whitespace ParenPad ')' is preceded with whitespace. 168
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 36, expected level should be 18. 169
 Warning
blocks LeftCurly '{' at column 37 should be on the previous line. 169
 Warning
indentation Indentation 'if' child has incorrect indentation level 40, expected level should be one of the following: 18, 20. 170
 Warning
whitespace ParenPad '(' is followed by whitespace. 170
 Warning
whitespace ParenPad ')' is preceded with whitespace. 170
 Warning
indentation Indentation 'if' child has incorrect indentation level 40, expected level should be one of the following: 18, 20. 171
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 36, expected level should be 18. 172
 Warning
blocks RightCurly '}' at column 37 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 172
 Warning
indentation Indentation 'else' has incorrect indentation level 36, expected level should be 16. 173
 Warning
indentation Indentation 'else' child has incorrect indentation level 40, expected level should be 18. 174
 Warning
indentation Indentation 'else' child has incorrect indentation level 40, expected level should be 18. 175
 Warning
misc ArrayTypeStyle Array brackets at illegal position. 175
 Warning
indentation Indentation 'if' has incorrect indentation level 40, expected level should be 18. 176
 Warning
indentation Indentation 'for' has incorrect indentation level 44, expected level should be 20. 177
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 177
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 177
 Warning
whitespace ParenPad '(' is followed by whitespace. 177
 Warning
whitespace ParenPad ')' is preceded with whitespace. 177
 Warning
indentation Indentation 'if' has incorrect indentation level 48, expected level should be 22. 178
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 178
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 178
 Warning
whitespace ParenPad '(' is followed by whitespace. 178
 Warning
whitespace SeparatorWrap '.' should be on a new line. 178
 Warning
whitespace ParenPad '(' is followed by whitespace. 179
 Warning
whitespace ParenPad ')' is preceded with whitespace. 179
 Warning
whitespace OperatorWrap '&&' should be on a new line. 179
 Warning
whitespace ParenPad ')' is preceded with whitespace. 180
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 48, expected level should be 24. 181
 Warning
blocks LeftCurly '{' at column 49 should be on the previous line. 181
 Warning
indentation Indentation 'if' child has incorrect indentation level 52, expected level should be one of the following: 24, 26. 182
 Warning
indentation Indentation 'if' child has incorrect indentation level 52, expected level should be one of the following: 24, 26. 183
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 48, expected level should be 24. 184
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 44, expected level should be 20. 185
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 40, expected level should be 18. 186
 Warning
indentation Indentation 'if' has incorrect indentation level 40, expected level should be 18. 187
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 187
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 187
 Warning
whitespace ParenPad '(' is followed by whitespace. 187
 Warning
whitespace ParenPad ')' is preceded with whitespace. 187
 Warning
indentation Indentation 'if' child has incorrect indentation level 44, expected level should be 20. 188
 Warning
whitespace ParenPad '(' is followed by whitespace. 188
 Warning
whitespace ParenPad ')' is preceded with whitespace. 188
 Warning
indentation Indentation 'if' child has incorrect indentation level 44, expected level should be 20. 189
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 40, expected level should be 18. 190
 Warning
blocks RightCurly '}' at column 41 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 190
 Warning
indentation Indentation 'else' has incorrect indentation level 40, expected level should be 18. 191
 Warning
indentation Indentation 'else' child has incorrect indentation level 44, expected level should be 20. 192
 Warning
whitespace ParenPad '(' is followed by whitespace. 192
 Warning
whitespace OperatorWrap '+' should be on a new line. 192
 Warning
whitespace ParenPad ')' is preceded with whitespace. 193
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 40, expected level should be 18. 194
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 36, expected level should be 16. 195
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be 14. 196
 Warning
blocks RightCurly '}' at column 33 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 196
 Warning
indentation Indentation 'else' has incorrect indentation level 32, expected level should be 14. 197
 Warning
indentation Indentation 'else' child has incorrect indentation level 36, expected level should be 16. 198
 Warning
whitespace ParenPad '(' is followed by whitespace. 198
 Warning
whitespace OperatorWrap '+' should be on a new line. 198
 Warning
whitespace ParenPad ')' is preceded with whitespace. 199
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 32, expected level should be 14. 200
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 28, expected level should be 12. 201
 Warning
blocks RightCurly '}' at column 29 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 201
 Warning
indentation Indentation 'else' has incorrect indentation level 28, expected level should be 12. 202
 Warning
indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 14. 203
 Warning
whitespace ParenPad '(' is followed by whitespace. 203
 Warning
whitespace ParenPad ')' is preceded with whitespace. 203
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 28, expected level should be 12. 204
 Warning
indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 12. 205
 Warning
indentation Indentation 'switch rcurly' has incorrect indentation level 24, expected level should be 8. 206
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 207
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 208
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 208
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 208
 Warning
whitespace ParenPad '(' is followed by whitespace. 208
 Warning
whitespace ParenPad ')' is preceded with whitespace. 208
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 209
 Warning
whitespace ParenPad '(' is followed by whitespace. 209
 Warning
whitespace ParenPad ')' is preceded with whitespace. 209
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 210
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 211
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 211
 Warning
indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 4. 212
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 212
 Warning
whitespace ParenPad '(' is followed by whitespace. 212
 Warning
whitespace ParenPad ')' is preceded with whitespace. 212
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 213
 Warning
whitespace ParenPad '(' is followed by whitespace. 213
 Warning
whitespace ParenPad ')' is preceded with whitespace. 213
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 214
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 216
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 217
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 218
 Warning
indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 4. 219
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 219
 Warning
whitespace ParenPad '(' is followed by whitespace. 219
 Warning
whitespace ParenPad ')' is preceded with whitespace. 219
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 220
 Warning
whitespace ParenPad '(' is followed by whitespace. 220
 Warning
whitespace ParenPad ')' is preceded with whitespace. 220
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 221
 Warning
whitespace ParenPad '(' is followed by whitespace. 221
 Warning
whitespace ParenPad ')' is preceded with whitespace. 221
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 222
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 223
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 225
 Warning
whitespace ParenPad '(' is followed by whitespace. 225
 Warning
whitespace ParenPad ')' is preceded with whitespace. 225
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 226
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 226
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 226
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 226
 Warning
whitespace ParenPad '(' is followed by whitespace. 226
 Warning
whitespace ParenPad ')' is preceded with whitespace. 226
 Warning
whitespace ParenPad '(' is followed by whitespace. 226
 Warning
whitespace ParenPad ')' is preceded with whitespace. 226
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 227
 Warning
whitespace ParenPad '(' is followed by whitespace. 227
 Warning
whitespace ParenPad ')' is preceded with whitespace. 227
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning
whitespace ParenPad '(' is followed by whitespace. 228
 Warning
whitespace ParenPad ')' is preceded with whitespace. 228
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 229

com/sun/tlddoc/TLDDocGenerator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' 51
 Warning
imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Document' 63
 Warning
imports CustomImportOrder Extra separation in import group before 'com.sun.tlddoc.tagfileparser.Attribute' 70
 Warning
imports CustomImportOrder Wrong lexicographical order for 'com.sun.tlddoc.tagfileparser.Attribute' import. Should be before 'org.xml.sax.SAXException'. 70
 Warning
imports CustomImportOrder Wrong lexicographical order for 'com.sun.tlddoc.tagfileparser.Directive' import. Should be before 'org.xml.sax.SAXException'. 71
 Warning
imports CustomImportOrder Wrong lexicographical order for 'com.sun.tlddoc.tagfileparser.javacc.ParseException' import. Should be before 'org.xml.sax.SAXException'. 72
 Warning
imports CustomImportOrder Wrong lexicographical order for 'com.sun.tlddoc.tagfileparser.javacc.TagFile' import. Should be before 'org.xml.sax.SAXException'. 73
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'TLDDocGenerator' must contain no more than '1' consecutive capital letters. 82
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 88
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 96
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning
whitespace ParenPad '(' is followed by whitespace. 99
 Warning
whitespace ParenPad ')' is preceded with whitespace. 99
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 101
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 111
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 116
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'summaryTLD' must contain no more than '1' consecutive capital letters. 118
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 120
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 125
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning
whitespace ParenPad '(' is followed by whitespace. 143
 Warning
whitespace ParenPad ')' is preceded with whitespace. 143
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning
whitespace ParenPad '(' is followed by whitespace. 144
 Warning
whitespace ParenPad ')' is preceded with whitespace. 144
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 147
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'addTLD' must contain no more than '1' consecutive capital letters. 152
 Warning
whitespace ParenPad '(' is followed by whitespace. 152
 Warning
whitespace ParenPad ')' is preceded with whitespace. 152
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning
whitespace ParenPad '(' is followed by whitespace. 153
 Warning
whitespace ParenPad '(' is followed by whitespace. 153
 Warning
whitespace ParenPad ')' is preceded with whitespace. 153
 Warning
whitespace ParenPad ')' is preceded with whitespace. 153
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning
whitespace ParenPad '(' is followed by whitespace. 161
 Warning
whitespace ParenPad ')' is preceded with whitespace. 161
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning
whitespace ParenPad '(' is followed by whitespace. 162
 Warning
whitespace ParenPad ')' is preceded with whitespace. 162
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning
whitespace ParenPad '(' is followed by whitespace. 165
 Warning
whitespace ParenPad ')' is preceded with whitespace. 165
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning
whitespace ParenPad '(' is followed by whitespace. 169
 Warning
whitespace ParenPad '(' is followed by whitespace. 169
 Warning
whitespace ParenPad ')' is preceded with whitespace. 169
 Warning
whitespace ParenPad ')' is preceded with whitespace. 169
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning
whitespace ParenPad '(' is followed by whitespace. 172
 Warning
whitespace ParenPad '(' is followed by whitespace. 172
 Warning
whitespace ParenPad ')' is preceded with whitespace. 172
 Warning
whitespace ParenPad ')' is preceded with whitespace. 172
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 173
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'addWebAppTLDsIn' must contain no more than '1' consecutive capital letters. 180
 Warning
whitespace ParenPad '(' is followed by whitespace. 180
 Warning
whitespace ParenPad ')' is preceded with whitespace. 180
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 182
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 183
 Warning
whitespace ParenPad '(' is followed by whitespace. 183
 Warning
whitespace ParenPad ')' is preceded with whitespace. 183
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 184
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 184
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 184
 Warning
whitespace ParenPad '(' is followed by whitespace. 184
 Warning
whitespace ParenPad ')' is preceded with whitespace. 184
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 185
 Warning
whitespace ParenPad '(' is followed by whitespace. 185
 Warning
whitespace ParenPad ')' is preceded with whitespace. 185
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 186
 Warning
blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 186
 Warning
indentation Indentation 'else' has incorrect indentation level 16, expected level should be 8. 187
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 187
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 187
 Warning
whitespace ParenPad '(' is followed by whitespace. 187
 Warning
whitespace ParenPad '(' is followed by whitespace. 187
 Warning
whitespace ParenPad ')' is preceded with whitespace. 187
 Warning
whitespace ParenPad ')' is preceded with whitespace. 187
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 188
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 189
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 190
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'addWARTLDsIn' must contain no more than '1' consecutive capital letters. 200
 Warning
whitespace ParenPad '(' is followed by whitespace. 200
 Warning
whitespace ParenPad ')' is preceded with whitespace. 200
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 202
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 203
 Warning
whitespace ParenPad '(' is followed by whitespace. 203
 Warning
whitespace ParenPad '(' is followed by whitespace. 203
 Warning
whitespace ParenPad ')' is preceded with whitespace. 203
 Warning
whitespace ParenPad ')' is preceded with whitespace. 203
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 204
 Warning
indentation Indentation 'while' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 205
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 205
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 205
 Warning
whitespace ParenPad '(' is followed by whitespace. 205
 Warning
whitespace ParenPad ')' is preceded with whitespace. 205
 Warning
indentation Indentation 'while' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 206
 Warning
indentation Indentation 'while' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 207
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 208
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 208
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 208
 Warning
whitespace ParenPad '(' is followed by whitespace. 208
 Warning
whitespace ParenPad '(' is followed by whitespace. 208
 Warning
whitespace ParenPad ')' is preceded with whitespace. 208
 Warning
whitespace OperatorWrap '&&' should be on a new line. 208
 Warning
whitespace ParenPad '(' is followed by whitespace. 209
 Warning
whitespace ParenPad ')' is preceded with whitespace. 209
 Warning
whitespace ParenPad ')' is preceded with whitespace. 209
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 210
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 210
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 18. 211
 Warning
whitespace ParenPad '(' is followed by whitespace. 211
 Warning
whitespace ParenPad '(' is followed by whitespace. 211
 Warning
whitespace ParenPad ')' is preceded with whitespace. 212
 Warning
whitespace ParenPad ')' is preceded with whitespace. 212
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 213
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 214
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 215
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'addWebAppJARsIn' must contain no more than '1' consecutive capital letters. 223
 Warning
whitespace ParenPad '(' is followed by whitespace. 223
 Warning
whitespace ParenPad ')' is preceded with whitespace. 223
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 225
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 226
 Warning
whitespace ParenPad '(' is followed by whitespace. 226
 Warning
whitespace ParenPad ')' is preceded with whitespace. 226
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 227
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 227
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 227
 Warning
whitespace ParenPad '(' is followed by whitespace. 227
 Warning
whitespace ParenPad ')' is preceded with whitespace. 227
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 228
 Warning
whitespace ParenPad '(' is followed by whitespace. 228
 Warning
whitespace ParenPad ')' is preceded with whitespace. 228
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 229
 Warning
blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 229
 Warning
indentation Indentation 'else' has incorrect indentation level 16, expected level should be 8. 230
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 230
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 230
 Warning
whitespace ParenPad '(' is followed by whitespace. 230
 Warning
whitespace ParenPad '(' is followed by whitespace. 230
 Warning
whitespace ParenPad ')' is preceded with whitespace. 230
 Warning
whitespace ParenPad ')' is preceded with whitespace. 230
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 231
 Warning
whitespace ParenPad '(' is followed by whitespace. 231
 Warning
whitespace ParenPad ')' is preceded with whitespace. 231
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 232
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 233
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 234
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 235
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 243
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'addWARJARsIn' must contain no more than '1' consecutive capital letters. 243
 Warning
whitespace ParenPad '(' is followed by whitespace. 243
 Warning
whitespace ParenPad ')' is preceded with whitespace. 243
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 245
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 246
 Warning
whitespace ParenPad '(' is followed by whitespace. 246
 Warning
whitespace ParenPad '(' is followed by whitespace. 246
 Warning
whitespace ParenPad ')' is preceded with whitespace. 246
 Warning
whitespace ParenPad ')' is preceded with whitespace. 246
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 247
 Warning
indentation Indentation 'while' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 248
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 248
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 248
 Warning
whitespace ParenPad '(' is followed by whitespace. 248
 Warning
whitespace ParenPad ')' is preceded with whitespace. 248
 Warning
indentation Indentation 'while' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 249
 Warning
indentation Indentation 'while' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 250
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 251
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 251
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 251
 Warning
whitespace ParenPad '(' is followed by whitespace. 251
 Warning
whitespace ParenPad '(' is followed by whitespace. 251
 Warning
whitespace ParenPad ')' is preceded with whitespace. 251
 Warning
whitespace OperatorWrap '&&' should be on a new line. 251
 Warning
whitespace ParenPad '(' is followed by whitespace. 252
 Warning
whitespace ParenPad ')' is preceded with whitespace. 252
 Warning
whitespace ParenPad ')' is preceded with whitespace. 252
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 253
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 253
 Warning
indentation Indentation 'try' has incorrect indentation level 20, expected level should be one of the following: 12, 18. 256
 Warning
whitespace ParenPad '(' is followed by whitespace. 256
 Warning
whitespace ParenPad '(' is followed by whitespace. 257
 Warning
whitespace ParenPad ')' is preceded with whitespace. 257
 Warning
whitespace ParenPad ')' is preceded with whitespace. 257
 Warning
whitespace ParenPad ')' is preceded with whitespace. 257
 Warning
indentation Indentation 'try' child has incorrect indentation level 24, expected level should be one of the following: 14, 18, 20. 260
 Warning
indentation Indentation 'while' has incorrect indentation level 24, expected level should be one of the following: 14, 18, 20. 261
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 261
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 261
 Warning
whitespace ParenPad '(' is followed by whitespace. 261
 Warning
whitespace ParenPad ')' is preceded with whitespace. 261
 Warning
indentation Indentation 'if' has incorrect indentation level 28, expected level should be one of the following: 16, 20, 22. 262
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 262
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 262
 Warning
whitespace ParenPad '(' is followed by whitespace. 262
 Warning
whitespace ParenPad ')' is preceded with whitespace. 263
 Warning
whitespace ParenPad ')' is preceded with whitespace. 263
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 28, expected level should be one of the following: 18, 22, 24. 264
 Warning
blocks LeftCurly '{' at column 29 should be on the previous line. 264
 Warning
indentation Indentation 'if' child has incorrect indentation level 32, expected level should be one of the following: 20, 30. 265
 Warning
whitespace ParenPad '(' is followed by whitespace. 265
 Warning
whitespace ParenPad '(' is followed by whitespace. 265
 Warning
whitespace ParenPad ')' is preceded with whitespace. 266
 Warning
whitespace ParenPad ')' is preceded with whitespace. 266
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 28, expected level should be one of the following: 18, 22, 24. 267
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 24, expected level should be one of the following: 14, 18, 20. 268
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be one of the following: 12, 18. 269
 Warning
blocks RightCurly '}' at column 21 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 269
 Warning
indentation Indentation 'catch' has incorrect indentation level 20, expected level should be one of the following: 12, 18. 270
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 270
 Warning
whitespace ParenPad '(' is followed by whitespace. 270
 Warning
whitespace ParenPad ')' is preceded with whitespace. 270
 Warning
indentation Indentation 'catch' child has incorrect indentation level 24, expected level should be one of the following: 14, 18, 20. 271
 Warning
whitespace ParenPad '(' is followed by whitespace. 271
 Warning
whitespace OperatorWrap '+' should be on a new line. 271
 Warning
whitespace OperatorWrap '+' should be on a new line. 272
 Warning
whitespace OperatorWrap '+' should be on a new line. 273
 Warning
whitespace ParenPad ')' is preceded with whitespace. 274
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be one of the following: 12, 18. 275
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 276
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 277
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 278
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 286
 Warning
whitespace ParenPad '(' is followed by whitespace. 286
 Warning
whitespace ParenPad ')' is preceded with whitespace. 286
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 287
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 287
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 287
 Warning
whitespace ParenPad '(' is followed by whitespace. 287
 Warning
whitespace ParenPad ')' is preceded with whitespace. 287
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 288
 Warning
whitespace ParenPad '(' is followed by whitespace. 288
 Warning
whitespace ParenPad ')' is preceded with whitespace. 288
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 290
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 291
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 291
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 291
 Warning
whitespace ParenPad '(' is followed by whitespace. 291
 Warning
whitespace ParenPad ')' is preceded with whitespace. 291
 Warning
indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 292
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 292
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 292
 Warning
whitespace ParenPad '(' is followed by whitespace. 292
 Warning
whitespace ParenPad ')' is preceded with whitespace. 292
 Warning
indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 293
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 293
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 293
 Warning
whitespace ParenPad '(' is followed by whitespace. 293
 Warning
whitespace ParenPad ')' is preceded with whitespace. 293
 Warning
indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 294
 Warning
whitespace ParenPad '(' is followed by whitespace. 294
 Warning
whitespace ParenPad ')' is preceded with whitespace. 294
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 295
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 296
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 297
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 298
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 299
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 307
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'addWARTagDirsIn' must contain no more than '1' consecutive capital letters. 307
 Warning
whitespace ParenPad '(' is followed by whitespace. 307
 Warning
whitespace ParenPad ')' is preceded with whitespace. 307
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 309
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 310
 Warning
whitespace ParenPad '(' is followed by whitespace. 310
 Warning
whitespace ParenPad '(' is followed by whitespace. 310
 Warning
whitespace ParenPad ')' is preceded with whitespace. 310
 Warning
whitespace ParenPad ')' is preceded with whitespace. 310
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 311
 Warning
indentation Indentation 'while' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 312
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 312
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 312
 Warning
whitespace ParenPad '(' is followed by whitespace. 312
 Warning
whitespace ParenPad ')' is preceded with whitespace. 312
 Warning
indentation Indentation 'while' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 313
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 314
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 314
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 314
 Warning
whitespace ParenPad '(' is followed by whitespace. 314
 Warning
whitespace ParenPad '(' is followed by whitespace. 314
 Warning
whitespace ParenPad ')' is preceded with whitespace. 314
 Warning
whitespace OperatorWrap '&&' should be on a new line. 314
 Warning
whitespace ParenPad ')' is preceded with whitespace. 315
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 316
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 316
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 18. 317
 Warning
whitespace ParenPad '(' is followed by whitespace. 317
 Warning
whitespace ParenPad '(' is followed by whitespace. 317
 Warning
whitespace ParenPad ')' is preceded with whitespace. 318
 Warning
whitespace ParenPad ')' is preceded with whitespace. 318
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 319
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 320
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 321
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 329
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'addJAR' must contain no more than '1' consecutive capital letters. 329
 Warning
whitespace ParenPad '(' is followed by whitespace. 329
 Warning
whitespace ParenPad ')' is preceded with whitespace. 329
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 330
 Warning
whitespace ParenPad '(' is followed by whitespace. 330
 Warning
whitespace ParenPad '(' is followed by whitespace. 330
 Warning
whitespace ParenPad ')' is preceded with whitespace. 330
 Warning
whitespace ParenPad ')' is preceded with whitespace. 330
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 332
 Warning
indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 333
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 333
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 333
 Warning
whitespace ParenPad '(' is followed by whitespace. 333
 Warning
whitespace ParenPad ')' is preceded with whitespace. 333
 Warning
indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 334
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 335
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 335
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 335
 Warning
whitespace ParenPad '(' is followed by whitespace. 335
 Warning
whitespace ParenPad '(' is followed by whitespace. 335
 Warning
whitespace ParenPad ')' is preceded with whitespace. 335
 Warning
whitespace ParenPad ')' is preceded with whitespace. 335
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 336
 Warning
whitespace ParenPad '(' is followed by whitespace. 336
 Warning
whitespace ParenPad '(' is followed by whitespace. 336
 Warning
whitespace ParenPad ')' is preceded with whitespace. 337
 Warning
whitespace ParenPad ')' is preceded with whitespace. 337
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 338
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 339
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 340
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 340
 Warning
indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 4. 341
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 341
 Warning
whitespace ParenPad '(' is followed by whitespace. 341
 Warning
whitespace ParenPad ')' is preceded with whitespace. 341
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 342
 Warning
whitespace ParenPad '(' is followed by whitespace. 342
 Warning
whitespace OperatorWrap '+' should be on a new line. 342
 Warning
whitespace OperatorWrap '+' should be on a new line. 343
 Warning
whitespace ParenPad ')' is preceded with whitespace. 344
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 345
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 346
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 354
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'addWAR' must contain no more than '1' consecutive capital letters. 354
 Warning
whitespace ParenPad '(' is followed by whitespace. 354
 Warning
whitespace ParenPad ')' is preceded with whitespace. 354
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 355
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 357
 Warning
whitespace ParenPad '(' is followed by whitespace. 357
 Warning
whitespace ParenPad ')' is preceded with whitespace. 357
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 361
 Warning
whitespace ParenPad '(' is followed by whitespace. 361
 Warning
whitespace ParenPad ')' is preceded with whitespace. 361
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 364
 Warning
whitespace ParenPad '(' is followed by whitespace. 364
 Warning
whitespace ParenPad ')' is preceded with whitespace. 364
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 365
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 365
 Warning
indentation Indentation 'catch' has incorrect indentation level 8, expected level should be 4. 366
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 366
 Warning
whitespace ParenPad '(' is followed by whitespace. 366
 Warning
whitespace ParenPad ')' is preceded with whitespace. 366
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 367
 Warning
whitespace ParenPad '(' is followed by whitespace. 367
 Warning
whitespace OperatorWrap '+' should be on a new line. 367
 Warning
whitespace OperatorWrap '+' should be on a new line. 368
 Warning
whitespace ParenPad ')' is preceded with whitespace. 369
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 370
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 371
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning
whitespace ParenPad '(' is followed by whitespace. 378
 Warning
whitespace ParenPad ')' is preceded with whitespace. 378
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning
whitespace ParenPad '(' is followed by whitespace. 379
 Warning
whitespace ParenPad '(' is followed by whitespace. 379
 Warning
whitespace ParenPad ')' is preceded with whitespace. 379
 Warning
whitespace ParenPad ')' is preceded with whitespace. 379
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 380
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 389
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'setXSLTDirectory' must contain no more than '1' consecutive capital letters. 389
 Warning
whitespace ParenPad '(' is followed by whitespace. 389
 Warning
whitespace ParenPad ')' is preceded with whitespace. 389
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 390
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 391
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 399
 Warning
whitespace ParenPad '(' is followed by whitespace. 399
 Warning
whitespace ParenPad ')' is preceded with whitespace. 399
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 400
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 401
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 403
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 408
 Warning
whitespace ParenPad '(' is followed by whitespace. 408
 Warning
whitespace ParenPad ')' is preceded with whitespace. 408
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 410
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 417
 Warning
whitespace ParenPad '(' is followed by whitespace. 417
 Warning
whitespace ParenPad ')' is preceded with whitespace. 417
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 419
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 421
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 426
 Warning
whitespace ParenPad '(' is followed by whitespace. 426
 Warning
whitespace ParenPad ')' is preceded with whitespace. 426
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 427
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 428
 Warning
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 430
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 439
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 441
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 442
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 443
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 444
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 445
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 446
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 447
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 448
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 449
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 450
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 451
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 451
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 452
 Warning
indentation Indentation 'catch' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 452
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 452
 Warning
whitespace ParenPad '(' is followed by whitespace. 452
 Warning
whitespace ParenPad ')' is preceded with whitespace. 452
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 453
 Warning
whitespace ParenPad '(' is followed by whitespace. 453
 Warning
whitespace ParenPad ')' is preceded with whitespace. 453
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 454
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 462
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 464
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 465
 Warning
whitespace ParenPad '(' is followed by whitespace. 465
 Warning
whitespace ParenPad '(' is followed by whitespace. 465
 Warning
whitespace ParenPad ')' is preceded with whitespace. 465
 Warning
whitespace ParenPad ')' is preceded with whitespace. 466
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 477
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 479
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 482
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'createTLDSummaryDoc' must contain no more than '1' consecutive capital letters. 482
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 485
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 486
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 487
 Warning
whitespace ParenPad '(' is followed by whitespace. 487
 Warning
whitespace ParenPad ')' is preceded with whitespace. 487
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 488
 Warning
whitespace ParenPad '(' is followed by whitespace. 488
 Warning
whitespace ParenPad ')' is preceded with whitespace. 488
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 489
 Warning
whitespace ParenPad '(' is followed by whitespace. 489
 Warning
whitespace ParenPad ')' is preceded with whitespace. 489
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 490
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 491
 Warning
whitespace ParenPad '(' is followed by whitespace. 491
 Warning
whitespace ParenPad '(' is followed by whitespace. 491
 Warning
whitespace ParenPad ')' is preceded with whitespace. 491
 Warning
indentation Indentation 'method call rparen' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 493
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 494
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 497
 Warning
whitespace ParenPad '(' is followed by whitespace. 497
 Warning
whitespace ParenPad ')' is preceded with whitespace. 498
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 499
 Warning
whitespace ParenPad '(' is followed by whitespace. 499
 Warning
whitespace ParenPad ')' is preceded with whitespace. 499
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 501
 Warning
whitespace ParenPad '(' is followed by whitespace. 501
 Warning
whitespace ParenPad ')' is preceded with whitespace. 502
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 505
 Warning
whitespace ParenPad '(' is followed by whitespace. 505
 Warning
whitespace ParenPad ')' is preceded with whitespace. 506
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 507
 Warning
whitespace ParenPad '(' is followed by whitespace. 507
 Warning
whitespace ParenPad ')' is preceded with whitespace. 507
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 509
 Warning
naming LocalVariableName Local variable name 'windowTitle_' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 509
 Warning
whitespace ParenPad '(' is followed by whitespace. 509
 Warning
whitespace ParenPad ')' is preceded with whitespace. 510
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 511
 Warning
whitespace ParenPad '(' is followed by whitespace. 511
 Warning
whitespace ParenPad '(' is followed by whitespace. 511
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 512
 Warning
whitespace ParenPad '(' is followed by whitespace. 512
 Warning
whitespace ParenPad ')' is preceded with whitespace. 512
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 514
 Warning
naming LocalVariableName Local variable name 'docTitle_' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 514
 Warning
whitespace ParenPad '(' is followed by whitespace. 514
 Warning
whitespace ParenPad ')' is preceded with whitespace. 515
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 516
 Warning
whitespace ParenPad '(' is followed by whitespace. 516
 Warning
whitespace ParenPad '(' is followed by whitespace. 516
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 517
 Warning
whitespace ParenPad '(' is followed by whitespace. 517
 Warning
whitespace ParenPad ')' is preceded with whitespace. 517
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 520
 Warning
whitespace ParenPad '(' is followed by whitespace. 520
 Warning
whitespace OperatorWrap '+' should be on a new line. 520
 Warning
whitespace OperatorWrap '+' should be on a new line. 521
 Warning
whitespace OperatorWrap '+' should be on a new line. 522
 Warning
whitespace ParenPad ')' is preceded with whitespace. 523
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 524
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 524
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 524
 Warning
whitespace ParenPad '(' is followed by whitespace. 524
 Warning
indentation Indentation 'try' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 526
 Warning
whitespace WhitespaceAround WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 526
 Warning
whitespace ParenPad '(' is followed by whitespace. 526
 Warning
whitespace ParenPad ')' is preceded with whitespace. 526
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 527
 Warning
whitespace ParenPad '(' is followed by whitespace. 527
 Warning
whitespace ParenPad ')' is preceded with whitespace. 527
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 530
 Warning
whitespace ParenPad '(' is followed by whitespace. 530
 Warning
whitespace ParenPad ')' is preceded with whitespace. 530
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 534
 Warning
whitespace ParenPad '(' is followed by whitespace. 535
 Warning
whitespace ParenPad ')' is preceded with whitespace. 536
 Warning
whitespace OperatorWrap '+' should be on a new line. 536
 Warning
whitespace ParenPad '(' is followed by whitespace. 537
 Warning
whitespace ParenPad ')' is preceded with whitespace. 538
 Warning
whitespace OperatorWrap '+' should be on a new line. 538
 Warning
whitespace ParenPad '(' is followed by whitespace. 539
 Warning
whitespace ParenPad ')' is preceded with whitespace. 540
 Warning
whitespace OperatorWrap '+' should be on a new line. 540
 Warning
whitespace ParenPad '(' is followed by whitespace. 541
 Warning
whitespace ParenPad ')' is preceded with whitespace. 542
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 543
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 543
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 543
 Warning
whitespace ParenPad '(' is followed by whitespace. 543
 Warning
whitespace ParenPad ')' is preceded with whitespace. 543
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 545
 Warning
whitespace ParenPad '(' is followed by whitespace. 545
 Warning
whitespace ParenPad ')' is preceded with whitespace. 545
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 547
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 547
 Warning
whitespace ParenPad ')' is preceded with whitespace. 548
 Warning
indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 549
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 549
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 549
 Warning
whitespace ParenPad '(' is followed by whitespace. 549
 Warning
whitespace ParenPad '(' is followed by whitespace. 549
 Warning
whitespace ParenPad ')' is preceded with whitespace. 549
 Warning
whitespace ParenPad '(' is followed by whitespace. 550
 Warning
whitespace ParenPad ')' is preceded with whitespace. 550
 Warning
indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 551
 Warning
whitespace ParenPad '(' is followed by whitespace. 551
 Warning
whitespace OperatorWrap '+' should be on a new line. 551
 Warning
whitespace OperatorWrap '+' should be on a new line. 552
 Warning
whitespace ParenPad ')' is preceded with whitespace. 553
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 554
 Warning
indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 555
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 555
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 555
 Warning
whitespace ParenPad '(' is followed by whitespace. 555
 Warning
whitespace ParenPad '(' is followed by whitespace. 555
 Warning
whitespace ParenPad ')' is preceded with whitespace. 555
 Warning
whitespace ParenPad ')' is preceded with whitespace. 555
 Warning
indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 556
 Warning
whitespace ParenPad '(' is followed by whitespace. 556
 Warning
whitespace OperatorWrap '+' should be on a new line. 556
 Warning
whitespace OperatorWrap '+' should be on a new line. 557
 Warning
whitespace ParenPad ')' is preceded with whitespace. 558
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 559
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 560
 Warning
whitespace ParenPad '(' is followed by whitespace. 560
 Warning
whitespace ParenPad ')' is preceded with whitespace. 560
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 561
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 562
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 563
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 566
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 566
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 566
 Warning
whitespace ParenPad '(' is followed by whitespace. 566
 Warning
whitespace ParenPad ')' is preceded with whitespace. 566
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 567
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 569
 Warning
whitespace ParenPad '(' is followed by whitespace. 569
 Warning
whitespace ParenPad '(' is followed by whitespace. 569
 Warning
whitespace ParenPad ')' is preceded with whitespace. 569
 Warning
whitespace ParenPad '(' is followed by whitespace. 570
 Warning
whitespace ParenPad ')' is preceded with whitespace. 570
 Warning
whitespace ParenPad ')' is preceded with whitespace. 570
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 571
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 577
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'upgradeTLD' must contain no more than '1' consecutive capital letters. 577
 Warning
whitespace ParenPad '(' is followed by whitespace. 577
 Warning
whitespace ParenPad ')' is preceded with whitespace. 577
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 580
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 581
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 585
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 585
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 585
 Warning
whitespace ParenPad '(' is followed by whitespace. 585
 Warning
whitespace ParenPad '(' is followed by whitespace. 585
 Warning
whitespace ParenPad ')' is preceded with whitespace. 585
 Warning
whitespace ParenPad ')' is preceded with whitespace. 585
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 587
 Warning
whitespace ParenPad '(' is followed by whitespace. 587
 Warning
whitespace ParenPad ')' is preceded with whitespace. 587
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 588
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 589
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 593
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 593
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 593
 Warning
whitespace ParenPad '(' is followed by whitespace. 593
 Warning
whitespace ParenPad '(' is followed by whitespace. 593
 Warning
whitespace ParenPad ')' is preceded with whitespace. 593
 Warning
whitespace ParenPad ')' is preceded with whitespace. 593
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 595
 Warning
whitespace ParenPad '(' is followed by whitespace. 595
 Warning
whitespace ParenPad ')' is preceded with whitespace. 595
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 596
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 597
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 599
 Warning
whitespace ParenPad '(' is followed by whitespace. 599
 Warning
whitespace ParenPad '(' is followed by whitespace. 599
 Warning
whitespace ParenPad ')' is preceded with whitespace. 599
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 601
 Warning
whitespace ParenPad '(' is followed by whitespace. 601
 Warning
whitespace ParenPad ')' is preceded with whitespace. 601
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 603
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 606
 Warning
whitespace ParenPad '(' is followed by whitespace. 606
 Warning
whitespace ParenPad ')' is preceded with whitespace. 606
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 609
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 612
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 615
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'convertTLD' must contain no more than '1' consecutive capital letters. 615
 Warning
whitespace ParenPad '(' is followed by whitespace. 615
 Warning
whitespace ParenPad ')' is preceded with whitespace. 615
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 618
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 619
 Warning
whitespace ParenPad '(' is followed by whitespace. 619
 Warning
whitespace ParenPad ')' is preceded with whitespace. 619
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 620
 Warning
indentation Indentation 'new' has incorrect indentation level 12, expected level should be one of the following: 14, 16. 622
 Warning
whitespace ParenPad '(' is followed by whitespace. 622
 Warning
whitespace ParenPad ')' is preceded with whitespace. 622
 Warning
whitespace ParenPad ')' is preceded with whitespace. 622
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 623
 Warning
whitespace SeparatorWrap '.' should be on a new line. 623
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 625
 Warning
whitespace ParenPad '(' is followed by whitespace. 625
 Warning
whitespace ParenPad '(' is followed by whitespace. 625
 Warning
whitespace ParenPad ')' is preceded with whitespace. 625
 Warning
whitespace ParenPad '(' is followed by whitespace. 626
 Warning
whitespace ParenPad ')' is preceded with whitespace. 626
 Warning
whitespace ParenPad ')' is preceded with whitespace. 626
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 627
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 637
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'populateTLD' must contain no more than '1' consecutive capital letters. 637
 Warning
whitespace ParenPad '(' is followed by whitespace. 637
 Warning
whitespace ParenPad ')' is preceded with whitespace. 637
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 638
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 640
 Warning
whitespace ParenPad '(' is followed by whitespace. 640
 Warning
whitespace ParenPad ')' is preceded with whitespace. 640
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 641
 Warning
whitespace ParenPad '(' is followed by whitespace. 641
 Warning
whitespace ParenPad ')' is preceded with whitespace. 641
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 642
 Warning
whitespace ParenPad '(' is followed by whitespace. 642
 Warning
whitespace ParenPad ')' is preceded with whitespace. 642
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 643
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 645
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 653
 Warning
whitespace ParenPad '(' is followed by whitespace. 653
 Warning
whitespace ParenPad ')' is preceded with whitespace. 654
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 655
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 656
 Warning
whitespace ParenPad '(' is followed by whitespace. 656
 Warning
whitespace ParenPad ')' is preceded with whitespace. 656
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 657
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 657
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 657
 Warning
whitespace ParenPad '(' is followed by whitespace. 657
 Warning
whitespace ParenPad ')' is preceded with whitespace. 657
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 658
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 658
 Warning
whitespace ParenPad '(' is followed by whitespace. 658
 Warning
whitespace ParenPad ')' is preceded with whitespace. 658
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 659
 Warning
whitespace ParenPad '(' is followed by whitespace. 659
 Warning
whitespace ParenPad ')' is preceded with whitespace. 659
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 660
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 660
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 660
 Warning
whitespace ParenPad '(' is followed by whitespace. 660
 Warning
whitespace ParenPad ')' is preceded with whitespace. 660
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 661
 Warning
whitespace ParenPad '(' is followed by whitespace. 661
 Warning
whitespace OperatorWrap '+' should be on a new line. 661
 Warning
whitespace OperatorWrap '+' should be on a new line. 662
 Warning
whitespace ParenPad ')' is preceded with whitespace. 663
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 664
 Warning
blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 664
 Warning
indentation Indentation 'else' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 665
 Warning
indentation Indentation 'try' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 666
 Warning
whitespace WhitespaceAround WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 666
 Warning
whitespace ParenPad '(' is followed by whitespace. 666
 Warning
whitespace ParenPad '(' is followed by whitespace. 666
 Warning
whitespace ParenPad ')' is preceded with whitespace. 666
 Warning
whitespace ParenPad ')' is preceded with whitespace. 666
 Warning
indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 667
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 667
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 667
 Warning
whitespace ParenPad '(' is followed by whitespace. 667
 Warning
whitespace ParenPad ')' is preceded with whitespace. 667
 Warning
indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 668
 Warning
whitespace ParenPad '(' is followed by whitespace. 668
 Warning
whitespace OperatorWrap '+' should be on a new line. 668
 Warning
whitespace OperatorWrap '+' should be on a new line. 669
 Warning
whitespace OperatorWrap '+' should be on a new line. 670
 Warning
whitespace ParenPad ')' is preceded with whitespace. 671
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 672
 Warning
blocks RightCurly '}' at column 21 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 672
 Warning
indentation Indentation 'else' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 673
 Warning
indentation Indentation 'else' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 674
 Warning
whitespace ParenPad '(' is followed by whitespace. 674
 Warning
whitespace ParenPad ')' is preceded with whitespace. 674
 Warning
indentation Indentation 'else' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 675
 Warning
whitespace ParenPad '(' is followed by whitespace. 675
 Warning
whitespace ParenPad ')' is preceded with whitespace. 675
 Warning
indentation Indentation 'for' has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 676
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 676
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 676
 Warning
whitespace ParenPad '(' is followed by whitespace. 676
 Warning
whitespace ParenPad ')' is preceded with whitespace. 676
 Warning
indentation Indentation 'for' child has incorrect indentation level 28, expected level should be one of the following: 14, 16, 18. 677
 Warning
indentation Indentation 'switch' has incorrect indentation level 28, expected level should be one of the following: 14, 16, 18. 678
 Warning
whitespace ParenPad '(' is followed by whitespace. 678
 Warning
whitespace ParenPad ')' is preceded with whitespace. 678
 Warning
indentation Indentation 'case' child has incorrect indentation level 32, expected level should be one of the following: 16, 18, 20. 679
 Warning
indentation Indentation 'block' child has incorrect indentation level 36, expected level should be one of the following: 18, 20, 22. 680
 Warning
whitespace ParenPad ')' is preceded with whitespace. 681
 Warning
indentation Indentation 'block' child has incorrect indentation level 36, expected level should be one of the following: 18, 20, 22. 682
 Warning
indentation Indentation 'case' child has incorrect indentation level 32, expected level should be one of the following: 16, 18, 20. 683
 Warning
indentation Indentation 'block' child has incorrect indentation level 36, expected level should be one of the following: 18, 20, 22. 684
 Warning
whitespace ParenPad ')' is preceded with whitespace. 685
 Warning
indentation Indentation 'block' child has incorrect indentation level 36, expected level should be one of the following: 18, 20, 22. 686
 Warning
indentation Indentation 'case' child has incorrect indentation level 32, expected level should be one of the following: 16, 18, 20. 687
 Warning
indentation Indentation 'block' child has incorrect indentation level 36, expected level should be one of the following: 18, 20, 22. 688
 Warning
whitespace ParenPad ')' is preceded with whitespace. 689
 Warning
indentation Indentation 'block' child has incorrect indentation level 36, expected level should be one of the following: 18, 20, 22. 690
 Warning
indentation Indentation 'case' child has incorrect indentation level 32, expected level should be one of the following: 16, 18, 20. 691
 Warning
indentation Indentation 'block' child has incorrect indentation level 36, expected level should be one of the following: 18, 20, 22. 692
 Warning
indentation Indentation 'switch rcurly' has incorrect indentation level 28, expected level should be one of the following: 14, 16, 18. 693
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 694
 Warning
indentation Indentation 'else' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 696
 Warning
whitespace ParenPad '(' is followed by whitespace. 696
 Warning
whitespace ParenPad ')' is preceded with whitespace. 697
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 698
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 699
 Warning
blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 699
 Warning
indentation Indentation 'catch' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 700
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 700
 Warning
whitespace ParenPad '(' is followed by whitespace. 700
 Warning
whitespace ParenPad ')' is preceded with whitespace. 700
 Warning
indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 701
 Warning
whitespace ParenPad '(' is followed by whitespace. 701
 Warning
whitespace OperatorWrap '+' should be on a new line. 701
 Warning
whitespace OperatorWrap '+' should be on a new line. 702
 Warning
whitespace OperatorWrap '+' should be on a new line. 703
 Warning
whitespace OperatorWrap '+' should be on a new line. 704
 Warning
whitespace ParenPad ')' is preceded with whitespace. 705
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 706
 Warning
blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 706
 Warning
indentation Indentation 'catch' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 707
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 707
 Warning
whitespace ParenPad '(' is followed by whitespace. 707
 Warning
whitespace ParenPad ')' is preceded with whitespace. 707
 Warning
indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 708
 Warning
whitespace ParenPad '(' is followed by whitespace. 708
 Warning
whitespace OperatorWrap '+' should be on a new line. 708
 Warning
whitespace OperatorWrap '+' should be on a new line. 709
 Warning
whitespace OperatorWrap '+' should be on a new line. 710
 Warning
whitespace OperatorWrap '+' should be on a new line. 711
 Warning
whitespace ParenPad ')' is preceded with whitespace. 712
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 713
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 714
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 715
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 726
 Warning
whitespace ParenPad ')' is preceded with whitespace. 727
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 728
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 729
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 729
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 729
 Warning
whitespace ParenPad '(' is followed by whitespace. 729
 Warning
whitespace ParenPad ')' is preceded with whitespace. 729
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 730
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 731
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 732
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 733
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 733
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 733
 Warning
whitespace ParenPad '(' is followed by whitespace. 733
 Warning
whitespace ParenPad '(' is followed by whitespace. 733
 Warning
whitespace ParenPad ')' is preceded with whitespace. 733
 Warning
whitespace OperatorWrap '||' should be on a new line. 733
 Warning
whitespace ParenPad '(' is followed by whitespace. 734
 Warning
whitespace ParenPad ')' is preceded with whitespace. 734
 Warning
whitespace OperatorWrap '||' should be on a new line. 734
 Warning
whitespace ParenPad '(' is followed by whitespace. 735
 Warning
whitespace ParenPad ')' is preceded with whitespace. 735
 Warning
whitespace OperatorWrap '||' should be on a new line. 735
 Warning
whitespace ParenPad '(' is followed by whitespace. 736
 Warning
whitespace ParenPad ')' is preceded with whitespace. 736
 Warning
whitespace OperatorWrap '||' should be on a new line. 736
 Warning
whitespace ParenPad '(' is followed by whitespace. 737
 Warning
whitespace ParenPad ')' is preceded with whitespace. 737
 Warning
whitespace ParenPad ')' is preceded with whitespace. 737
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 738
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 739
 Warning
whitespace ParenPad '(' is followed by whitespace. 739
 Warning
whitespace ParenPad ')' is preceded with whitespace. 739
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 740
 Warning
whitespace ParenPad '(' is followed by whitespace. 740
 Warning
whitespace ParenPad '(' is followed by whitespace. 740
 Warning
whitespace ParenPad ')' is preceded with whitespace. 740
 Warning
whitespace ParenPad ')' is preceded with whitespace. 740
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 741
 Warning
whitespace ParenPad '(' is followed by whitespace. 741
 Warning
whitespace ParenPad ')' is preceded with whitespace. 741
 Warning
blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 742
 Warning
indentation Indentation 'else' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 743
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 743
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 743
 Warning
whitespace ParenPad '(' is followed by whitespace. 743
 Warning
whitespace ParenPad '(' is followed by whitespace. 743
 Warning
whitespace ParenPad ')' is preceded with whitespace. 743
 Warning
whitespace OperatorWrap '||' should be on a new line. 743
 Warning
whitespace ParenPad '(' is followed by whitespace. 744
 Warning
whitespace ParenPad ')' is preceded with whitespace. 744
 Warning
whitespace ParenPad ')' is preceded with whitespace. 744
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 745
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 746
 Warning
whitespace ParenPad '(' is followed by whitespace. 746
 Warning
whitespace ParenPad ')' is preceded with whitespace. 746
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 747
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 10, 14. 748
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 748
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 748
 Warning
whitespace ParenPad '(' is followed by whitespace. 748
 Warning
whitespace ParenPad ')' is preceded with whitespace. 748
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 16. 749
 Warning
whitespace ParenPad '(' is followed by whitespace. 749
 Warning
whitespace ParenPad ')' is preceded with whitespace. 749
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 16. 750
 Warning
whitespace ParenPad '(' is followed by whitespace. 750
 Warning
whitespace ParenPad ')' is preceded with whitespace. 750
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 14. 751
 Warning
blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 751
 Warning
indentation Indentation 'else' has incorrect indentation level 16, expected level should be one of the following: 10, 14. 752
 Warning
indentation Indentation 'else' child has incorrect indentation level 20, expected level should be one of the following: 12, 16. 753
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 753
 Warning
whitespace ParenPad '(' is followed by whitespace. 753
 Warning
whitespace ParenPad ')' is preceded with whitespace. 753
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 14. 754
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 755
 Warning
whitespace ParenPad '(' is followed by whitespace. 755
 Warning
whitespace ParenPad ')' is preceded with whitespace. 755
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 756
 Warning
whitespace ParenPad '(' is followed by whitespace. 756
 Warning
whitespace ParenPad '(' is followed by whitespace. 756
 Warning
whitespace ParenPad ')' is preceded with whitespace. 756
 Warning
whitespace ParenPad ')' is preceded with whitespace. 756
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 757
 Warning
whitespace ParenPad '(' is followed by whitespace. 757
 Warning
whitespace ParenPad ')' is preceded with whitespace. 757
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 759
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 770
 Warning
whitespace ParenPad ')' is preceded with whitespace. 771
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 772
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 773
 Warning
whitespace ParenPad '(' is followed by whitespace. 774
 Warning
whitespace ParenPad ')' is preceded with whitespace. 774
 Warning
whitespace ParenPad ')' is preceded with whitespace. 774
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 775
 Warning
whitespace ParenPad '(' is followed by whitespace. 775
 Warning
whitespace ParenPad '(' is followed by whitespace. 776
 Warning
whitespace ParenPad ')' is preceded with whitespace. 776
 Warning
whitespace ParenPad ')' is preceded with whitespace. 776
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 777
 Warning
whitespace ParenPad '(' is followed by whitespace. 777
 Warning
whitespace ParenPad ')' is preceded with whitespace. 777
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 778
 Warning
whitespace ParenPad '(' is followed by whitespace. 778
 Warning
whitespace ParenPad ')' is preceded with whitespace. 778
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 779
 Warning
whitespace ParenPad '(' is followed by whitespace. 779
 Warning
whitespace ParenPad ')' is preceded with whitespace. 779
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 791
 Warning
whitespace ParenPad '(' is followed by whitespace. 791
 Warning
whitespace ParenPad ')' is preceded with whitespace. 792
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 793
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 794
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 794
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 794
 Warning
whitespace ParenPad '(' is followed by whitespace. 794
 Warning
whitespace ParenPad '(' is followed by whitespace. 794
 Warning
whitespace ParenPad ')' is preceded with whitespace. 794
 Warning
whitespace ParenPad ')' is preceded with whitespace. 794
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 795
 Warning
whitespace ParenPad '(' is followed by whitespace. 795
 Warning
whitespace ParenPad ')' is preceded with whitespace. 795
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 796
 Warning
whitespace ParenPad '(' is followed by whitespace. 796
 Warning
whitespace ParenPad '(' is followed by whitespace. 796
 Warning
whitespace ParenPad ')' is preceded with whitespace. 796
 Warning
whitespace ParenPad ')' is preceded with whitespace. 796
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 797
 Warning
whitespace ParenPad '(' is followed by whitespace. 797
 Warning
whitespace ParenPad ')' is preceded with whitespace. 797
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 798
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 810
 Warning
whitespace ParenPad ')' is preceded with whitespace. 811
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 812
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 813
 Warning
whitespace ParenPad '(' is followed by whitespace. 813
 Warning
whitespace ParenPad ')' is preceded with whitespace. 814
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 815
 Warning
whitespace ParenPad '(' is followed by whitespace. 815
 Warning
whitespace ParenPad ')' is preceded with whitespace. 815
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 816
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 817
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 818
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 818
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 818
 Warning
whitespace ParenPad '(' is followed by whitespace. 818
 Warning
whitespace ParenPad ')' is preceded with whitespace. 818
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 819
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 820
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 821
 Warning
indentation Indentation 'switch' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 822
 Warning
whitespace ParenPad '(' is followed by whitespace. 822
 Warning
whitespace ParenPad ')' is preceded with whitespace. 822
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 823
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 824
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 825
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 826
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 827
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 828
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 829
 Warning
whitespace ParenPad '(' is followed by whitespace. 829
 Warning
whitespace ParenPad ')' is preceded with whitespace. 829
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 830
 Warning
whitespace ParenPad '(' is followed by whitespace. 830
 Warning
whitespace ParenPad '(' is followed by whitespace. 830
 Warning
whitespace ParenPad ')' is preceded with whitespace. 830
 Warning
whitespace ParenPad ')' is preceded with whitespace. 830
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 831
 Warning
whitespace ParenPad '(' is followed by whitespace. 831
 Warning
whitespace ParenPad ')' is preceded with whitespace. 831
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 832
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 833
 Warning
indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 834
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 834
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 834
 Warning
indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 835
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 836
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 837
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 838
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 839
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 840
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 841
 Warning
indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 842
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 842
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 842
 Warning
indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 843
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 844
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 845
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 846
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 847
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 848
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 849
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 850
 Warning
indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 851
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 852
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 853
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 853
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 853
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 854
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 856
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 857
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 859
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 860
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 861
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 862
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 862
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 862
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 863
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 865
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 866
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 868
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 870
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 871
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 872
 Warning
whitespace ParenPad '(' is followed by whitespace. 872
 Warning
whitespace ParenPad ')' is preceded with whitespace. 872
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 873
 Warning
whitespace ParenPad '(' is followed by whitespace. 873
 Warning
whitespace ParenPad ')' is preceded with whitespace. 873
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 874
 Warning
whitespace ParenPad '(' is followed by whitespace. 874
 Warning
whitespace ParenPad ')' is preceded with whitespace. 874
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 879
 Warning
whitespace ParenPad '(' is followed by whitespace. 879
 Warning
whitespace ParenPad ')' is preceded with whitespace. 879
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 880
 Warning
whitespace ParenPad '(' is followed by whitespace. 880
 Warning
whitespace OperatorWrap '||' should be on a new line. 880
 Warning
whitespace ParenPad '(' is followed by whitespace. 881
 Warning
whitespace ParenPad ')' is preceded with whitespace. 881
 Warning
whitespace ParenPad ')' is preceded with whitespace. 881
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 882
 Warning
whitespace ParenPad '(' is followed by whitespace. 882
 Warning
indentation Indentation 'fragment' has incorrect indentation level 10, expected level should be 12. 883
 Warning
whitespace ParenPad ')' is preceded with whitespace. 884
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 895
 Warning
whitespace ParenPad ')' is preceded with whitespace. 896
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 897
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 898
 Warning
whitespace ParenPad '(' is followed by whitespace. 898
 Warning
whitespace ParenPad ')' is preceded with whitespace. 899
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 900
 Warning
whitespace ParenPad '(' is followed by whitespace. 900
 Warning
whitespace ParenPad ')' is preceded with whitespace. 900
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 901
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 901
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 901
 Warning
whitespace ParenPad '(' is followed by whitespace. 901
 Warning
whitespace ParenPad ')' is preceded with whitespace. 901
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 902
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 903
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 904
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 905
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 905
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 905
 Warning
whitespace ParenPad '(' is followed by whitespace. 905
 Warning
whitespace ParenPad '(' is followed by whitespace. 905
 Warning
whitespace ParenPad ')' is preceded with whitespace. 905
 Warning
whitespace OperatorWrap '||' should be on a new line. 905
 Warning
whitespace ParenPad '(' is followed by whitespace. 906
 Warning
whitespace ParenPad ')' is preceded with whitespace. 906
 Warning
whitespace OperatorWrap '||' should be on a new line. 906
 Warning
whitespace ParenPad '(' is followed by whitespace. 907
 Warning
whitespace ParenPad ')' is preceded with whitespace. 907
 Warning
whitespace OperatorWrap '||' should be on a new line. 907
 Warning
whitespace ParenPad '(' is followed by whitespace. 908
 Warning
whitespace ParenPad ')' is preceded with whitespace. 908
 Warning
whitespace OperatorWrap '||' should be on a new line. 908
 Warning
whitespace ParenPad '(' is followed by whitespace. 909
 Warning
whitespace ParenPad ')' is preceded with whitespace. 909
 Warning
whitespace OperatorWrap '||' should be on a new line. 909
 Warning
whitespace ParenPad '(' is followed by whitespace. 910
 Warning
whitespace ParenPad ')' is preceded with whitespace. 910
 Warning
whitespace ParenPad ')' is preceded with whitespace. 910
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 911
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 912
 Warning
whitespace ParenPad '(' is followed by whitespace. 912
 Warning
whitespace ParenPad ')' is preceded with whitespace. 912
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 913
 Warning
whitespace ParenPad '(' is followed by whitespace. 913
 Warning
whitespace ParenPad '(' is followed by whitespace. 913
 Warning
whitespace ParenPad ')' is preceded with whitespace. 913
 Warning
whitespace ParenPad ')' is preceded with whitespace. 913
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 14. 914
 Warning
whitespace ParenPad '(' is followed by whitespace. 914
 Warning
whitespace ParenPad ')' is preceded with whitespace. 914
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 916
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 917
 Warning
whitespace ParenPad '(' is followed by whitespace. 917
 Warning
whitespace ParenPad ')' is preceded with whitespace. 918
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 919
 Warning
whitespace ParenPad '(' is followed by whitespace. 919
 Warning
whitespace ParenPad ')' is preceded with whitespace. 919
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 920
 Warning
whitespace ParenPad '(' is followed by whitespace. 920
 Warning
whitespace ParenPad ')' is preceded with whitespace. 920
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 932
 Warning
whitespace ParenPad '(' is followed by whitespace. 932
 Warning
whitespace ParenPad ')' is preceded with whitespace. 933
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 934
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 935
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 935
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 935
 Warning
whitespace ParenPad '(' is followed by whitespace. 935
 Warning
whitespace ParenPad '(' is followed by whitespace. 935
 Warning
whitespace ParenPad ')' is preceded with whitespace. 935
 Warning
whitespace ParenPad ')' is preceded with whitespace. 935
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 936
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 937
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 938
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 939
 Warning
whitespace ParenPad '(' is followed by whitespace. 939
 Warning
whitespace ParenPad ')' is preceded with whitespace. 940
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 941
 Warning
whitespace ParenPad '(' is followed by whitespace. 941
 Warning
whitespace ParenPad '(' is followed by whitespace. 941
 Warning
whitespace ParenPad ')' is preceded with whitespace. 941
 Warning
whitespace ParenPad ')' is preceded with whitespace. 941
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 942
 Warning
whitespace ParenPad '(' is followed by whitespace. 942
 Warning
whitespace ParenPad ')' is preceded with whitespace. 942
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 943
 Warning
whitespace ParenPad '(' is followed by whitespace. 943
 Warning
whitespace OperatorWrap '+' should be on a new line. 943
 Warning
whitespace OperatorWrap '+' should be on a new line. 944
 Warning
whitespace OperatorWrap '+' should be on a new line. 945
 Warning
whitespace ParenPad ')' is preceded with whitespace. 946
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 959
 Warning
whitespace ParenPad '(' is followed by whitespace. 959
 Warning
whitespace ParenPad ')' is preceded with whitespace. 959
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 960
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 961
 Warning
whitespace ParenPad '(' is followed by whitespace. 961
 Warning
whitespace ParenPad ')' is preceded with whitespace. 961
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 962
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 962
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 962
 Warning
whitespace ParenPad '(' is followed by whitespace. 962
 Warning
whitespace ParenPad ')' is preceded with whitespace. 962
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 963
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 963
 Warning
whitespace ParenPad '(' is followed by whitespace. 963
 Warning
whitespace ParenPad ')' is preceded with whitespace. 963
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 964
 Warning
whitespace ParenPad '(' is followed by whitespace. 965
 Warning
whitespace ParenPad ')' is preceded with whitespace. 965
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 966
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 966
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 966
 Warning
whitespace ParenPad '(' is followed by whitespace. 966
 Warning
whitespace ParenPad ')' is preceded with whitespace. 966
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 967
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 967
 Warning
whitespace ParenPad '(' is followed by whitespace. 967
 Warning
whitespace ParenPad ')' is preceded with whitespace. 967
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 968
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 968
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 968
 Warning
whitespace ParenPad '(' is followed by whitespace. 968
 Warning
whitespace ParenPad '(' is followed by whitespace. 968
 Warning
whitespace ParenPad ')' is preceded with whitespace. 969
 Warning
whitespace ParenPad ')' is preceded with whitespace. 969
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 970
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 970
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 18. 972
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 18. 975
 Warning
whitespace ParenPad '(' is followed by whitespace. 975
 Warning
whitespace ParenPad ')' is preceded with whitespace. 976
 Warning
indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 12, 18. 977
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 977
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 977
 Warning
whitespace ParenPad '(' is followed by whitespace. 977
 Warning
whitespace OperatorWrap '&&' should be on a new line. 977
 Warning
whitespace ParenPad '(' is followed by whitespace. 978
 Warning
whitespace ParenPad '(' is followed by whitespace. 978
 Warning
whitespace ParenPad ')' is preceded with whitespace. 978
 Warning
whitespace OperatorWrap '||' should be on a new line. 978
 Warning
whitespace ParenPad '(' is followed by whitespace. 979
 Warning
whitespace ParenPad ')' is preceded with whitespace. 979
 Warning
whitespace ParenPad ')' is preceded with whitespace. 979
 Warning
whitespace ParenPad ')' is preceded with whitespace. 979
 Warning
blocks LeftCurly '{' at column 21 should be on the previous line. 980
 Warning
indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 16, 22. 981
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 18. 985
 Warning
whitespace ParenPad ')' is preceded with whitespace. 986
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 18. 987
 Warning
whitespace ParenPad '(' is followed by whitespace. 988
 Warning
whitespace ParenPad ')' is preceded with whitespace. 988
 Warning
whitespace ParenPad ')' is preceded with whitespace. 988
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 18. 989
 Warning
whitespace ParenPad '(' is followed by whitespace. 989
 Warning
whitespace ParenPad ')' is preceded with whitespace. 989
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 990
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 991
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 992
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 998
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 1000
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1001
 Warning
whitespace ParenPad '(' is followed by whitespace. 1001
 Warning
whitespace ParenPad '(' is followed by whitespace. 1001
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1001
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1002
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1003
 Warning
whitespace ParenPad '(' is followed by whitespace. 1003
 Warning
whitespace ParenPad '(' is followed by whitespace. 1003
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1003
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1004
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1005
 Warning
whitespace ParenPad '(' is followed by whitespace. 1005
 Warning
whitespace ParenPad '(' is followed by whitespace. 1005
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1005
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1006
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1007
 Warning
whitespace ParenPad '(' is followed by whitespace. 1007
 Warning
whitespace ParenPad '(' is followed by whitespace. 1007
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1007
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1008
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1009
 Warning
whitespace ParenPad '(' is followed by whitespace. 1009
 Warning
whitespace ParenPad '(' is followed by whitespace. 1009
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1009
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1010
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1011
 Warning
whitespace ParenPad '(' is followed by whitespace. 1011
 Warning
whitespace ParenPad '(' is followed by whitespace. 1011
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1011
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1012
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1015
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1018
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'generateTLDDetail' must contain no more than '1' consecutive capital letters. 1018
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 1020
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1021
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1022
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1023
 Warning
whitespace ParenPad '(' is followed by whitespace. 1023
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1023
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1024
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1025
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 1025
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1025
 Warning
whitespace ParenPad '(' is followed by whitespace. 1025
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1025
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1026
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1026
 Warning
whitespace ParenPad '(' is followed by whitespace. 1026
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1026
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1027
 Warning
whitespace ParenPad '(' is followed by whitespace. 1027
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1027
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1028
 Warning
whitespace ParenPad '(' is followed by whitespace. 1028
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1028
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1029
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 1029
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1029
 Warning
whitespace ParenPad '(' is followed by whitespace. 1029
 Warning
whitespace ParenPad '(' is followed by whitespace. 1029
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1029
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1029
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1030
 Warning
whitespace ParenPad '(' is followed by whitespace. 1030
 Warning
whitespace OperatorWrap '+' should be on a new line. 1030
 Warning
whitespace OperatorWrap '+' should be on a new line. 1031
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1032
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1033
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1034
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 1035
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1035
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 1035
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1035
 Warning
whitespace ParenPad '(' is followed by whitespace. 1035
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1035
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1036
 Warning
whitespace ParenPad '(' is followed by whitespace. 1036
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1036
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1037
 Warning
whitespace ParenPad '(' is followed by whitespace. 1037
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1037
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1038
 Warning
whitespace ParenPad '(' is followed by whitespace. 1038
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1038
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1039
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1040
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1041
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1044
 Warning
whitespace ParenPad '(' is followed by whitespace. 1044
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1044
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1047
 Warning
whitespace ParenPad '(' is followed by whitespace. 1047
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1047
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1048
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1049
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 1049
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1049
 Warning
whitespace ParenPad '(' is followed by whitespace. 1049
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1049
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1050
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1050
 Warning
whitespace ParenPad '(' is followed by whitespace. 1050
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1050
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1051
 Warning
whitespace ParenPad '(' is followed by whitespace. 1051
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1051
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1052
 Warning
whitespace ParenPad '(' is followed by whitespace. 1052
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1052
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1053
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1056
 Warning
whitespace ParenPad '(' is followed by whitespace. 1056
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1056
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1057
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1058
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 1058
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1058
 Warning
whitespace ParenPad '(' is followed by whitespace. 1058
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1058
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1059
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1059
 Warning
whitespace ParenPad '(' is followed by whitespace. 1059
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1059
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1060
 Warning
whitespace ParenPad '(' is followed by whitespace. 1060
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1060
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1061
 Warning
whitespace ParenPad '(' is followed by whitespace. 1061
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1061
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1062
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1065
 Warning
whitespace ParenPad '(' is followed by whitespace. 1065
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1065
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1066
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1067
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 1067
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1067
 Warning
whitespace ParenPad '(' is followed by whitespace. 1067
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1067
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1068
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1068
 Warning
whitespace ParenPad '(' is followed by whitespace. 1068
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1068
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1069
 Warning
whitespace ParenPad '(' is followed by whitespace. 1069
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1069
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1070
 Warning
whitespace ParenPad '(' is followed by whitespace. 1070
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1070
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1071
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1072
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1080
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'generateTLDDetail' must contain no more than '1' consecutive capital letters. 1080
 Warning
whitespace ParenPad '(' is followed by whitespace. 1080
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1080
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 1082
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1083
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1084
 Warning
whitespace ParenPad '(' is followed by whitespace. 1084
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1084
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1086
 Warning
whitespace ParenPad '(' is followed by whitespace. 1086
 Warning
whitespace ParenPad '(' is followed by whitespace. 1086
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1086
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1087
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1088
 Warning
whitespace ParenPad '(' is followed by whitespace. 1088
 Warning
whitespace ParenPad '(' is followed by whitespace. 1088
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1088
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1089
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1097
 Warning
whitespace ParenPad '(' is followed by whitespace. 1097
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1098
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 1100
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1101
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1102
 Warning
whitespace ParenPad '(' is followed by whitespace. 1102
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1102
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1103
 Warning
whitespace ParenPad '(' is followed by whitespace. 1103
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1103
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1105
 Warning
whitespace ParenPad '(' is followed by whitespace. 1105
 Warning
whitespace ParenPad '(' is followed by whitespace. 1105
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1105
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1106
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1114
 Warning
whitespace ParenPad '(' is followed by whitespace. 1114
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1115
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 1117
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1118
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1119
 Warning
whitespace ParenPad '(' is followed by whitespace. 1119
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1119
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1120
 Warning
whitespace ParenPad '(' is followed by whitespace. 1120
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1120
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1122
 Warning
whitespace ParenPad '(' is followed by whitespace. 1122
 Warning
whitespace ParenPad '(' is followed by whitespace. 1122
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1122
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1123
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1130
 Warning
whitespace ParenPad '(' is followed by whitespace. 1130
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1130
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1131
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1132
 Warning
whitespace ParenPad '(' is followed by whitespace. 1132
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1132
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1133
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 1133
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1133
 Warning
whitespace ParenPad '(' is followed by whitespace. 1133
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1133
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1134
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1134
 Warning
whitespace ParenPad '(' is followed by whitespace. 1134
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1134
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1135
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1136
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 1136
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1136
 Warning
whitespace ParenPad '(' is followed by whitespace. 1136
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1136
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1137
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1138
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1139
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1140
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1141
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1150
 Warning
whitespace ParenPad '(' is followed by whitespace. 1150
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'inputXSL' must contain no more than '1' consecutive capital letters. 1150
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1150
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 1152
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1153
 Warning
whitespace ParenPad '(' is followed by whitespace. 1153
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1153
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1165
 Warning
whitespace ParenPad '(' is followed by whitespace. 1165
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'inputXSL' must contain no more than '1' consecutive capital letters. 1165
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1165
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 1167
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1168
 Warning
whitespace ParenPad '(' is followed by whitespace. 1168
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1168
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1169
 Warning
indentation Indentation 'new' has incorrect indentation level 12, expected level should be one of the following: 14, 16. 1171
 Warning
whitespace ParenPad '(' is followed by whitespace. 1171
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1171
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1171
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1172
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 1172
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1172
 Warning
whitespace ParenPad '(' is followed by whitespace. 1172
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1172
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1173
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 1173
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1173
 Warning
whitespace ParenPad '(' is followed by whitespace. 1173
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1173
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1174
 Warning
whitespace ParenPad '(' is followed by whitespace. 1174
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1174
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1175
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1176
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1177
 Warning
whitespace ParenPad '(' is followed by whitespace. 1177
 Warning
whitespace ParenPad '(' is followed by whitespace. 1177
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1177
 Warning
whitespace ParenPad '(' is followed by whitespace. 1178
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1178
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1178
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1190
 Warning
whitespace ParenPad '(' is followed by whitespace. 1190
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1190
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 1192
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1193
 Warning
whitespace ParenPad '(' is followed by whitespace. 1193
 Warning
whitespace ParenPad '(' is followed by whitespace. 1193
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1193
 Warning
whitespace ParenPad '(' is followed by whitespace. 1194
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1194
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1194
 Warning
blocks LeftCurly '{' at column 9 should be on the previous line. 1195
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 1196
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 1197
 Warning
indentation Indentation 'while' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 1198
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 1198
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1198
 Warning
whitespace ParenPad '(' is followed by whitespace. 1198
 Warning
whitespace ParenPad '(' is followed by whitespace. 1198
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1198
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1198
 Warning
indentation Indentation 'while' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 1199
 Warning
whitespace ParenPad '(' is followed by whitespace. 1199
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1199
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. 1200
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1204
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1207
 Warning
whitespace ParenPad '(' is followed by whitespace. 1207
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1207
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1208
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 1208
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1208
 Warning
whitespace ParenPad '(' is followed by whitespace. 1208
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1208
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1209
 Warning
whitespace ParenPad '(' is followed by whitespace. 1209
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1209
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1210
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1211
 Warning
javadoc AtclauseOrder Javadoc comment at column 22 has parse error. Details: mismatched input ',' expecting <EOF> while parsing JAVADOC 1219
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1222
 Warning
whitespace ParenPad '(' is followed by whitespace. 1222
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1222
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1223
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1225
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 1225
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1225
 Warning
whitespace ParenPad '(' is followed by whitespace. 1225
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1225
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1226
 Warning
whitespace ParenPad '(' is followed by whitespace. 1226
 Warning
whitespace ParenPad '(' is followed by whitespace. 1227
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1227
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1227
 Warning
indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 1228
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 1229
 Warning
whitespace ParenPad '(' is followed by whitespace. 1229
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1229
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 1230
 Warning
blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 1230
 Warning
indentation Indentation 'catch' has incorrect indentation level 12, expected level should be 6. 1231
 Warning
whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1231
 Warning
whitespace ParenPad '(' is followed by whitespace. 1231
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1231
 Warning
indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 1233
 Warning
whitespace ParenPad '(' is followed by whitespace. 1233
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1233
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 1234
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1235
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1237
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 1237
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1237
 Warning
whitespace ParenPad '(' is followed by whitespace. 1237
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1237
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1238
 Warning
whitespace ParenPad '(' is followed by whitespace. 1238
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1238
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1239
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1241
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1242
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1247
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1248
 Warning
whitespace ParenPad '(' is followed by whitespace. 1248
 Warning
whitespace ParenPad ')' is preceded with whitespace. 1248
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1249

com/sun/tlddoc/TLDFileTagLibrary.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 44
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'TLDFileTagLibrary' must contain no more than '1' consecutive capital letters. 49
 Warning
indentation Indentation 'class def lcurly' has incorrect indentation level 0, expected level should be 2. 51
 Warning
blocks LeftCurly '{' at column 1 should be on the previous line. 51
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 53
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 56
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 58
 Warning
whitespace ParenPad '(' is followed by whitespace. 63
 Warning
whitespace ParenPad ')' is preceded with whitespace. 63
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 81
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 82
 Warning
whitespace ParenPad '(' is followed by whitespace. 82
 Warning
whitespace ParenPad ')' is preceded with whitespace. 82
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 83
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 84
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 6. 85
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 8. 86
 Warning
whitespace ParenPad '(' is followed by whitespace. 86
 Warning
whitespace ParenPad ')' is preceded with whitespace. 86
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 8. 87
 Warning
whitespace ParenPad '(' is followed by whitespace. 87
 Warning
whitespace ParenPad ')' is preceded with whitespace. 87
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 6. 88
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 88
 Warning
indentation Indentation 'finally' has incorrect indentation level 8, expected level should be 6. 89
 Warning
indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 8. 90
 Warning
indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 6. 91
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 92
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 101
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 102
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 111
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 112
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 112
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 112
 Warning
whitespace ParenPad '(' is followed by whitespace. 112
 Warning
whitespace ParenPad '(' is followed by whitespace. 112
 Warning
whitespace ParenPad ')' is preceded with whitespace. 112
 Warning
whitespace ParenPad ')' is preceded with whitespace. 112
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 113
 Warning
whitespace ParenPad '(' is followed by whitespace. 113
 Warning
whitespace ParenPad ')' is preceded with whitespace. 113
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 114
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 115
 Warning
indentation Indentation 'while' has incorrect indentation level 8, expected level should be 6. 116
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 116
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 116
 Warning
whitespace ParenPad '(' is followed by whitespace. 116
 Warning
whitespace ParenPad '(' is followed by whitespace. 116
 Warning
whitespace ParenPad ')' is preceded with whitespace. 116
 Warning
whitespace ParenPad ')' is preceded with whitespace. 116
 Warning
indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 8. 117
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 6. 118
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 120
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 120
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 120
 Warning
whitespace ParenPad '(' is followed by whitespace. 120
 Warning
whitespace ParenPad ')' is preceded with whitespace. 120
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 122
 Warning
whitespace ParenPad '(' is followed by whitespace. 122
 Warning
whitespace ParenPad ')' is preceded with whitespace. 122
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 123
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 125
 Warning
indentation Indentation 'class def rcurly' has incorrect indentation level 0, expected level should be 2. 135

com/sun/tlddoc/TagDirImplicitTagLibrary.java

Severity Category Rule Message Line
 Warning
indentation Indentation 'class def lcurly' has incorrect indentation level 0, expected level should be 2. 58
 Warning
blocks LeftCurly '{' at column 1 should be on the previous line. 58
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 59
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 62
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 64
 Warning
whitespace ParenPad '(' is followed by whitespace. 69
 Warning
whitespace ParenPad ')' is preceded with whitespace. 69
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 87
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 88
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 96
 Warning
naming LocalVariableName Local variable name 'dir_' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 96
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 97
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 97
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 97
 Warning
whitespace ParenPad '(' is followed by whitespace. 97
 Warning
whitespace ParenPad '(' is followed by whitespace. 97
 Warning
whitespace ParenPad ')' is preceded with whitespace. 97
 Warning
whitespace ParenPad ')' is preceded with whitespace. 97
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 98
 Warning
whitespace ParenPad '(' is followed by whitespace. 98
 Warning
whitespace ParenPad ')' is preceded with whitespace. 98
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 99
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 100
 Warning
indentation Indentation 'while' has incorrect indentation level 8, expected level should be 6. 101
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 101
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 101
 Warning
whitespace ParenPad '(' is followed by whitespace. 101
 Warning
whitespace ParenPad '(' is followed by whitespace. 101
 Warning
whitespace ParenPad ')' is preceded with whitespace. 101
 Warning
whitespace ParenPad ')' is preceded with whitespace. 101
 Warning
indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 8. 102
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 6. 103
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 105
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 105
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 105
 Warning
whitespace ParenPad '(' is followed by whitespace. 105
 Warning
whitespace ParenPad ')' is preceded with whitespace. 105
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 107
 Warning
whitespace ParenPad '(' is followed by whitespace. 107
 Warning
whitespace ParenPad ')' is preceded with whitespace. 107
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 108
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 110
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 119
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 120
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 124
 Warning
whitespace ParenPad '(' is followed by whitespace. 124
 Warning
whitespace ParenPad ')' is preceded with whitespace. 124
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 125
 Warning
whitespace ParenPad '(' is followed by whitespace. 125
 Warning
whitespace ParenPad ')' is preceded with whitespace. 125
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 126
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 126
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 126
 Warning
whitespace ParenPad '(' is followed by whitespace. 126
 Warning
whitespace ParenPad ')' is preceded with whitespace. 126
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 127
 Warning
whitespace ParenPad '(' is followed by whitespace. 127
 Warning
whitespace ParenPad ')' is preceded with whitespace. 127
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 128
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 128
 Warning
indentation Indentation 'else' has incorrect indentation level 8, expected level should be 6. 129
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 8. 130
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 6. 131
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 132
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 132
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 132
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 132
 Warning
whitespace ParenPad '(' is followed by whitespace. 132
 Warning
whitespace ParenPad '(' is followed by whitespace. 132
 Warning
whitespace ParenPad ')' is preceded with whitespace. 132
 Warning
whitespace ParenPad ')' is preceded with whitespace. 132
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 135
 Warning
whitespace ParenPad '(' is followed by whitespace. 135
 Warning
whitespace ParenPad ')' is preceded with whitespace. 135
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 144
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 145
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 145
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 145
 Warning
whitespace ParenPad '(' is followed by whitespace. 145
 Warning
whitespace ParenPad ')' is preceded with whitespace. 145
 Warning
indentation Indentation 'for' has incorrect indentation level 12, expected level should be 8. 146
 Warning
whitespace WhitespaceAfter 'for' is not followed by whitespace. 146
 Warning
whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 146
 Warning
whitespace ParenPad '(' is followed by whitespace. 146
 Warning
whitespace ParenPad ')' is preceded with whitespace. 146
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 10. 147
 Warning
indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 10. 148
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 149
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 149
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 149
 Warning
whitespace ParenPad '(' is followed by whitespace. 149
 Warning
whitespace OperatorWrap '&&' should be on a new line. 149
 Warning
whitespace ParenPad '(' is followed by whitespace. 150
 Warning
whitespace ParenPad '(' is followed by whitespace. 150
 Warning
whitespace ParenPad ')' is preceded with whitespace. 150
 Warning
whitespace OperatorWrap '||' should be on a new line. 150
 Warning
whitespace ParenPad '(' is followed by whitespace. 151
 Warning
whitespace ParenPad ')' is preceded with whitespace. 151
 Warning
whitespace ParenPad ')' is preceded with whitespace. 151
 Warning
whitespace ParenPad ')' is preceded with whitespace. 151
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be 12. 152
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 152
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 153
 Warning
whitespace ParenPad '(' is followed by whitespace. 153
 Warning
whitespace ParenPad '(' is followed by whitespace. 154
 Warning
whitespace ParenPad ')' is preceded with whitespace. 154
 Warning
whitespace ParenPad ')' is preceded with whitespace. 154
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 155
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 157
 Warning
whitespace ParenPad '(' is followed by whitespace. 157
 Warning
whitespace ParenPad ')' is preceded with whitespace. 157
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 158
 Warning
whitespace ParenPad '(' is followed by whitespace. 158
 Warning
whitespace ParenPad ')' is preceded with whitespace. 158
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 159
 Warning
whitespace ParenPad '(' is followed by whitespace. 159
 Warning
whitespace ParenPad '(' is followed by whitespace. 159
 Warning
whitespace ParenPad ')' is preceded with whitespace. 159
 Warning
whitespace ParenPad ')' is preceded with whitespace. 159
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 160
 Warning
whitespace ParenPad '(' is followed by whitespace. 160
 Warning
whitespace ParenPad ')' is preceded with whitespace. 160
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 161
 Warning
whitespace ParenPad '(' is followed by whitespace. 161
 Warning
whitespace ParenPad ')' is preceded with whitespace. 161
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 162
 Warning
whitespace ParenPad '(' is followed by whitespace. 162
 Warning
whitespace ParenPad '(' is followed by whitespace. 162
 Warning
whitespace ParenPad ')' is preceded with whitespace. 162
 Warning
whitespace ParenPad ')' is preceded with whitespace. 162
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 163
 Warning
whitespace ParenPad '(' is followed by whitespace. 163
 Warning
whitespace ParenPad ')' is preceded with whitespace. 163
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14. 164
 Warning
whitespace ParenPad '(' is followed by whitespace. 164
 Warning
whitespace ParenPad ')' is preceded with whitespace. 164
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 12. 165
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 8. 166
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 167
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 170
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 171
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 173
 Warning
whitespace ParenPad '(' is followed by whitespace. 173
 Warning
whitespace ParenPad '(' is followed by whitespace. 173
 Warning
whitespace ParenPad ')' is preceded with whitespace. 173
 Warning
whitespace ParenPad '(' is followed by whitespace. 174
 Warning
whitespace ParenPad ')' is preceded with whitespace. 174
 Warning
whitespace ParenPad ')' is preceded with whitespace. 174
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 175
 Warning
whitespace ParenPad '(' is followed by whitespace. 175
 Warning
whitespace ParenPad '(' is followed by whitespace. 175
 Warning
whitespace ParenPad ')' is preceded with whitespace. 176
 Warning
whitespace ParenPad ')' is preceded with whitespace. 176
 Warning
whitespace ParenPad ')' is preceded with whitespace. 176
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 178
 Warning
whitespace ParenPad '(' is followed by whitespace. 191
 Warning
whitespace ParenPad ')' is preceded with whitespace. 192
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 193
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 194
 Warning
whitespace ParenPad ')' is preceded with whitespace. 195
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 197
 Warning
whitespace ParenPad '(' is followed by whitespace. 197
 Warning
whitespace ParenPad ')' is preceded with whitespace. 198
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 199
 Warning
whitespace ParenPad '(' is followed by whitespace. 199
 Warning
whitespace ParenPad ')' is preceded with whitespace. 200
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 201
 Warning
whitespace OperatorWrap '+' should be on a new line. 204
 Warning
whitespace ParenPad ')' is preceded with whitespace. 205
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 206
 Warning
whitespace ParenPad '(' is followed by whitespace. 206
 Warning
whitespace ParenPad ')' is preceded with whitespace. 206
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 207
 Warning
whitespace ParenPad '(' is followed by whitespace. 207
 Warning
whitespace ParenPad ')' is preceded with whitespace. 207
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 210
 Warning
whitespace ParenPad '(' is followed by whitespace. 210
 Warning
whitespace ParenPad ')' is preceded with whitespace. 210
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 211
 Warning
whitespace ParenPad '(' is followed by whitespace. 211
 Warning
whitespace ParenPad ')' is preceded with whitespace. 212
 Warning
whitespace ParenPad ')' is preceded with whitespace. 212
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 213
 Warning
whitespace ParenPad '(' is followed by whitespace. 213
 Warning
whitespace ParenPad ')' is preceded with whitespace. 213
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 216
 Warning
whitespace ParenPad '(' is followed by whitespace. 216
 Warning
whitespace ParenPad ')' is preceded with whitespace. 216
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 217
 Warning
whitespace ParenPad '(' is followed by whitespace. 217
 Warning
whitespace ParenPad '(' is followed by whitespace. 217
 Warning
whitespace ParenPad ')' is preceded with whitespace. 217
 Warning
whitespace ParenPad ')' is preceded with whitespace. 217
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 218
 Warning
whitespace ParenPad '(' is followed by whitespace. 218
 Warning
whitespace ParenPad ')' is preceded with whitespace. 218
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 227
 Warning
indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 6. 228
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 229
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 230
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 231
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 232
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 233
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 234
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 235
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 236
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 237
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 238
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 238
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 238
 Warning
whitespace ParenPad '(' is followed by whitespace. 238
 Warning
whitespace ParenPad '(' is followed by whitespace. 238
 Warning
whitespace ParenPad ')' is preceded with whitespace. 238
 Warning
whitespace ParenPad ')' is preceded with whitespace. 238
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 239
 Warning
whitespace ParenPad '(' is followed by whitespace. 239
 Warning
whitespace ParenPad ')' is preceded with whitespace. 239
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 240
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 241
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 241
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 241
 Warning
whitespace ParenPad '(' is followed by whitespace. 241
 Warning
whitespace ParenPad '(' is followed by whitespace. 241
 Warning
whitespace ParenPad ')' is preceded with whitespace. 241
 Warning
whitespace ParenPad ')' is preceded with whitespace. 241
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 242
 Warning
whitespace ParenPad '(' is followed by whitespace. 242
 Warning
whitespace ParenPad ')' is preceded with whitespace. 242
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 243
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 244
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 244
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 244
 Warning
whitespace ParenPad '(' is followed by whitespace. 244
 Warning
whitespace ParenPad '(' is followed by whitespace. 244
 Warning
whitespace ParenPad ')' is preceded with whitespace. 244
 Warning
whitespace ParenPad ')' is preceded with whitespace. 244
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 245
 Warning
whitespace ParenPad '(' is followed by whitespace. 245
 Warning
whitespace ParenPad ')' is preceded with whitespace. 245
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 246
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 247
 Warning
whitespace ParenPad '(' is followed by whitespace. 247
 Warning
whitespace ParenPad ')' is preceded with whitespace. 247
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 248
 Warning
whitespace ParenPad '(' is followed by whitespace. 248
 Warning
whitespace ParenPad ')' is preceded with whitespace. 248
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 249
 Warning
indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 6. 250
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 251
 Warning
whitespace ParenPad '(' is followed by whitespace. 251
 Warning
whitespace ParenPad ')' is preceded with whitespace. 251
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 252
 Warning
whitespace ParenPad '(' is followed by whitespace. 252
 Warning
whitespace ParenPad '(' is followed by whitespace. 252
 Warning
whitespace ParenPad ')' is preceded with whitespace. 252
 Warning
whitespace ParenPad ')' is preceded with whitespace. 252
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 253
 Warning
whitespace ParenPad '(' is followed by whitespace. 253
 Warning
whitespace ParenPad ')' is preceded with whitespace. 253
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 255
 Warning
whitespace ParenPad '(' is followed by whitespace. 255
 Warning
whitespace ParenPad ')' is preceded with whitespace. 255
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 256
 Warning
whitespace ParenPad '(' is followed by whitespace. 256
 Warning
whitespace ParenPad '(' is followed by whitespace. 256
 Warning
whitespace ParenPad ')' is preceded with whitespace. 256
 Warning
whitespace ParenPad ')' is preceded with whitespace. 256
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 257
 Warning
whitespace ParenPad '(' is followed by whitespace. 257
 Warning
whitespace ParenPad ')' is preceded with whitespace. 257
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 259
 Warning
indentation Indentation 'class def rcurly' has incorrect indentation level 0, expected level should be 2. 270

com/sun/tlddoc/TagLibrary.java

Severity Category Rule Message Line
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 54
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 63
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 70
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'getTLDDocument' must contain no more than '1' consecutive capital letters. 72
 Warning
whitespace ParenPad '(' is followed by whitespace. 72
 Warning
whitespace ParenPad ')' is preceded with whitespace. 72
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 82
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning
whitespace ParenPad '(' is followed by whitespace. 86
 Warning
whitespace ParenPad ')' is preceded with whitespace. 86
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92

com/sun/tlddoc/WARJARTLDFileTagLibrary.java

Severity Category Rule Message Line
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'WARJARTLDFileTagLibrary' must contain no more than '1' consecutive capital letters. 51
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 53
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 56
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 58
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 63
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 66
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 68
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 71
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 73
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 82
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 83
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 84
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 85
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 102
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 103
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 103
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 103
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 103
 Warning
whitespace ParenPad '(' is followed by whitespace. 103
 Warning
whitespace ParenPad '(' is followed by whitespace. 103
 Warning
whitespace ParenPad ')' is preceded with whitespace. 103
 Warning
whitespace ParenPad ')' is preceded with whitespace. 103
 Warning
whitespace ParenPad '(' is followed by whitespace. 103
 Warning
whitespace ParenPad ')' is preceded with whitespace. 103
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 105
 Warning
whitespace ParenPad '(' is followed by whitespace. 105
 Warning
whitespace ParenPad ')' is preceded with whitespace. 105
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 114
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 115
 Warning
whitespace WhitespaceAround WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 115
 Warning
whitespace ParenPad '(' is followed by whitespace. 115
 Warning
whitespace ParenPad '(' is followed by whitespace. 115
 Warning
whitespace ParenPad ')' is preceded with whitespace. 115
 Warning
whitespace ParenPad ')' is preceded with whitespace. 115
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 116
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 116
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 116
 Warning
whitespace ParenPad '(' is followed by whitespace. 116
 Warning
whitespace ParenPad ')' is preceded with whitespace. 116
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 117
 Warning
whitespace ParenPad '(' is followed by whitespace. 117
 Warning
whitespace ParenPad ')' is preceded with whitespace. 117
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 118
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 119
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 121
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning
whitespace ParenPad '(' is followed by whitespace. 135
 Warning
whitespace ParenPad ')' is preceded with whitespace. 135
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 137
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 138
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 138
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 138
 Warning
whitespace ParenPad '(' is followed by whitespace. 138
 Warning
whitespace ParenPad ')' is preceded with whitespace. 138
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 139
 Warning
whitespace ParenPad '(' is followed by whitespace. 139
 Warning
whitespace ParenPad ')' is preceded with whitespace. 139
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 140
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 142
 Warning
whitespace ParenPad '(' is followed by whitespace. 142
 Warning
whitespace ParenPad ')' is preceded with whitespace. 142
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 143
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 143
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 143
 Warning
whitespace ParenPad '(' is followed by whitespace. 143
 Warning
whitespace ParenPad ')' is preceded with whitespace. 143
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 144
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 145
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 147
 Warning
whitespace ParenPad '(' is followed by whitespace. 148
 Warning
whitespace ParenPad ')' is preceded with whitespace. 148
 Warning
whitespace ParenPad ')' is preceded with whitespace. 148
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 152
 Warning
indentation Indentation 'while' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 153
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 153
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 153
 Warning
whitespace ParenPad '(' is followed by whitespace. 153
 Warning
whitespace ParenPad ')' is preceded with whitespace. 153
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 154
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 154
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 154
 Warning
whitespace ParenPad '(' is followed by whitespace. 154
 Warning
whitespace ParenPad '(' is followed by whitespace. 154
 Warning
whitespace ParenPad ')' is preceded with whitespace. 154
 Warning
whitespace ParenPad ')' is preceded with whitespace. 154
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 155
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 156
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 157
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 159
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 167
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 167
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 167
 Warning
whitespace ParenPad '(' is followed by whitespace. 167
 Warning
whitespace ParenPad ')' is preceded with whitespace. 167
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 168
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 171
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 172
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 173
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 173
 Warning
indentation Indentation 'finally' has incorrect indentation level 8, expected level should be 4. 174
 Warning
indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 175
 Warning
indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177

com/sun/tlddoc/WARTagDirImplicitTagLibrary.java

Severity Category Rule Message Line
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'WARTagDirImplicitTagLibrary' must contain no more than '1' consecutive capital letters. 59
 Warning
indentation Indentation 'class def lcurly' has incorrect indentation level 0, expected level should be 2. 61
 Warning
blocks LeftCurly '{' at column 1 should be on the previous line. 61
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 62
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 65
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 67
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 72
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 75
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 77
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 102
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 103
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 103
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 103
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 103
 Warning
whitespace ParenPad '(' is followed by whitespace. 103
 Warning
whitespace ParenPad '(' is followed by whitespace. 103
 Warning
whitespace ParenPad ')' is preceded with whitespace. 103
 Warning
whitespace ParenPad ')' is preceded with whitespace. 103
 Warning
whitespace ParenPad '(' is followed by whitespace. 103
 Warning
whitespace ParenPad ')' is preceded with whitespace. 103
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 105
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 106
 Warning
whitespace ParenPad '(' is followed by whitespace. 106
 Warning
whitespace ParenPad ')' is preceded with whitespace. 106
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 107
 Warning
whitespace ParenPad '(' is followed by whitespace. 107
 Warning
whitespace ParenPad ')' is preceded with whitespace. 107
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 116
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 117
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 120
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 121
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 121
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 121
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 121
 Warning
whitespace ParenPad '(' is followed by whitespace. 121
 Warning
whitespace ParenPad '(' is followed by whitespace. 121
 Warning
whitespace ParenPad ')' is preceded with whitespace. 121
 Warning
whitespace ParenPad ')' is preceded with whitespace. 121
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 123
 Warning
whitespace ParenPad '(' is followed by whitespace. 124
 Warning
whitespace ParenPad ')' is preceded with whitespace. 124
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 133
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 134
 Warning
indentation Indentation 'while' has incorrect indentation level 8, expected level should be 6. 135
 Warning
whitespace WhitespaceAfter 'while' is not followed by whitespace. 135
 Warning
whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 135
 Warning
whitespace ParenPad '(' is followed by whitespace. 135
 Warning
whitespace ParenPad ')' is preceded with whitespace. 135
 Warning
indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 8. 136
 Warning
indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 8. 137
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 8. 138
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 138
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 138
 Warning
whitespace ParenPad '(' is followed by whitespace. 138
 Warning
whitespace OperatorWrap '&&' should be on a new line. 138
 Warning
whitespace ParenPad '(' is followed by whitespace. 139
 Warning
whitespace ParenPad ')' is preceded with whitespace. 139
 Warning
whitespace ParenPad ')' is preceded with whitespace. 139
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 12, expected level should be 10. 140
 Warning
blocks LeftCurly '{' at column 13 should be on the previous line. 140
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12. 141
 Warning
whitespace ParenPad '(' is followed by whitespace. 141
 Warning
whitespace ParenPad ')' is preceded with whitespace. 142
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12. 143
 Warning
whitespace ParenPad '(' is followed by whitespace. 143
 Warning
whitespace ParenPad ')' is preceded with whitespace. 143
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 10, 12. 144
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 144
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 144
 Warning
whitespace ParenPad '(' is followed by whitespace. 144
 Warning
whitespace ParenPad '(' is followed by whitespace. 144
 Warning
whitespace ParenPad ')' is preceded with whitespace. 144
 Warning
whitespace OperatorWrap '&&' should be on a new line. 144
 Warning
whitespace ParenPad '(' is followed by whitespace. 145
 Warning
whitespace ParenPad '(' is followed by whitespace. 145
 Warning
whitespace ParenPad ')' is preceded with whitespace. 145
 Warning
whitespace OperatorWrap '||' should be on a new line. 145
 Warning
whitespace ParenPad '(' is followed by whitespace. 146
 Warning
whitespace ParenPad ')' is preceded with whitespace. 146
 Warning
whitespace ParenPad ')' is preceded with whitespace. 146
 Warning
whitespace ParenPad ')' is preceded with whitespace. 146
 Warning
indentation Indentation 'if lcurly' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 147
 Warning
blocks LeftCurly '{' at column 17 should be on the previous line. 147
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 149
 Warning
whitespace ParenPad '(' is followed by whitespace. 149
 Warning
whitespace ParenPad '(' is followed by whitespace. 150
 Warning
whitespace ParenPad ')' is preceded with whitespace. 150
 Warning
whitespace ParenPad ')' is preceded with whitespace. 150
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 151
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 153
 Warning
whitespace ParenPad ')' is preceded with whitespace. 154
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 155
 Warning
whitespace ParenPad '(' is followed by whitespace. 155
 Warning
whitespace ParenPad ')' is preceded with whitespace. 155
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 156
 Warning
whitespace ParenPad '(' is followed by whitespace. 156
 Warning
whitespace ParenPad ')' is preceded with whitespace. 157
 Warning
whitespace ParenPad ')' is preceded with whitespace. 157
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 158
 Warning
whitespace ParenPad '(' is followed by whitespace. 158
 Warning
whitespace ParenPad ')' is preceded with whitespace. 158
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 159
 Warning
whitespace ParenPad '(' is followed by whitespace. 159
 Warning
whitespace ParenPad ')' is preceded with whitespace. 159
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 160
 Warning
whitespace ParenPad '(' is followed by whitespace. 160
 Warning
whitespace ParenPad ')' is preceded with whitespace. 161
 Warning
whitespace ParenPad ')' is preceded with whitespace. 161
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 162
 Warning
whitespace ParenPad '(' is followed by whitespace. 162
 Warning
whitespace ParenPad ')' is preceded with whitespace. 162
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 18. 163
 Warning
whitespace ParenPad '(' is followed by whitespace. 163
 Warning
whitespace ParenPad ')' is preceded with whitespace. 163
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 12, 14. 164
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 165
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 6. 166
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 171
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 172
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 174
 Warning
whitespace ParenPad '(' is followed by whitespace. 174
 Warning
whitespace ParenPad '(' is followed by whitespace. 174
 Warning
whitespace ParenPad ')' is preceded with whitespace. 174
 Warning
whitespace ParenPad '(' is followed by whitespace. 175
 Warning
whitespace ParenPad ')' is preceded with whitespace. 175
 Warning
whitespace ParenPad ')' is preceded with whitespace. 175
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 176
 Warning
whitespace ParenPad '(' is followed by whitespace. 176
 Warning
whitespace ParenPad '(' is followed by whitespace. 176
 Warning
whitespace ParenPad ')' is preceded with whitespace. 177
 Warning
whitespace ParenPad ')' is preceded with whitespace. 177
 Warning
whitespace ParenPad ')' is preceded with whitespace. 177
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 179
 Warning
blocks LeftCurly '{' at column 5 should be on the previous line. 190
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 191
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 191
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 191
 Warning
whitespace ParenPad '(' is followed by whitespace. 191
 Warning
whitespace ParenPad ')' is preceded with whitespace. 191
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 192
 Warning
whitespace ParenPad '(' is followed by whitespace. 192
 Warning
whitespace ParenPad ')' is preceded with whitespace. 192
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 193
 Warning
whitespace WhitespaceAfter 'if' is not followed by whitespace. 201
 Warning
whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 201
 Warning
whitespace ParenPad '(' is followed by whitespace. 201
 Warning
whitespace ParenPad ')' is preceded with whitespace. 201
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 202
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 206
 Warning
blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 207
 Warning
indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 209
 Warning
indentation Indentation 'class def rcurly' has incorrect indentation level 0, expected level should be 2. 213

com/sun/tlddoc/tagfileparser/Attribute.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 41
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 46
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 51
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning
whitespace ParenPad '(' is followed by whitespace. 57
 Warning
whitespace ParenPad ')' is preceded with whitespace. 57
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106

com/sun/tlddoc/tagfileparser/Directive.java

Severity Category Rule Message Line
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning
modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 53
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 55
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning
whitespace ParenPad '(' is followed by whitespace. 84
 Warning
whitespace ParenPad ')' is preceded with whitespace. 84
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning
whitespace ParenPad '(' is followed by whitespace. 85
 Warning
whitespace ParenPad ')' is preceded with whitespace. 85
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning
whitespace ParenPad '(' is followed by whitespace. 95
 Warning
whitespace ParenPad ')' is preceded with whitespace. 95
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 98
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning
whitespace ParenPad '(' is followed by whitespace. 106
 Warning
whitespace ParenPad ')' is preceded with whitespace. 106
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning
whitespace ParenPad '(' is followed by whitespace. 107
 Warning
whitespace ParenPad ')' is preceded with whitespace. 107
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning
whitespace ParenPad '(' is followed by whitespace. 108
 Warning
whitespace ParenPad ')' is preceded with whitespace. 108
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning
whitespace ParenPad '(' is followed by whitespace. 109
 Warning
whitespace ParenPad ')' is preceded with whitespace. 109
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning
whitespace ParenPad '(' is followed by whitespace. 110
 Warning
whitespace ParenPad ')' is preceded with whitespace. 110
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112

com/sun/tlddoc/tagfileparser/Directives.java

Severity Category Rule Message Line
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 50
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning
whitespace ParenPad '(' is followed by whitespace. 61
 Warning
whitespace ParenPad ')' is preceded with whitespace. 61
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning
whitespace ParenPad '(' is followed by whitespace. 62
 Warning
whitespace ParenPad ')' is preceded with whitespace. 62
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning
whitespace ParenPad '(' is followed by whitespace. 71
 Warning
whitespace ParenPad ')' is preceded with whitespace. 71
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 74
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning
whitespace ParenPad '(' is followed by whitespace. 82
 Warning
whitespace ParenPad ')' is preceded with whitespace. 82
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning
whitespace ParenPad '(' is followed by whitespace. 83
 Warning
whitespace ParenPad ')' is preceded with whitespace. 83
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning
whitespace ParenPad '(' is followed by whitespace. 84
 Warning
whitespace ParenPad ')' is preceded with whitespace. 84
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86