| Rules | Violations | Severity |
|---|
JavadocMethod- allowUndeclaredRTE: "true"
| 0 | Warning |
| JavadocType | 0 | Warning |
| JavadocVariable | 0 | Warning |
| JavadocStyle | 0 | Warning |
| ConstantName | 0 | Warning |
| LocalFinalVariableName | 0 | Warning |
| LocalVariableName | 0 | Warning |
| MemberName | 0 | Warning |
| MethodName | 0 | Warning |
| PackageName | 0 | Warning |
| ParameterName | 0 | Warning |
| StaticVariableName | 0 | Warning |
| TypeName | 0 | Warning |
| AvoidStarImport | 0 | Warning |
| IllegalImport | 0 | Warning |
| RedundantImport | 0 | Warning |
| UnusedImports | 0 | Warning |
LineLength- max: "120"
- ignorePattern: "^ \* @version .*$"
| 0 | Warning |
| MethodLength | 0 | Warning |
| EmptyForIteratorPad | 0 | Warning |
NoWhitespaceAfter- tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
| 0 | Warning |
| NoWhitespaceBefore | 0 | Warning |
| OperatorWrap | 0 | Warning |
| ParenPad | 0 | Warning |
| TypecastParenPad | 0 | Warning |
| WhitespaceAfter | 0 | Warning |
WhitespaceAround- tokens: "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"
| 0 | Warning |
| ModifierOrder | 0 | Warning |
| RedundantModifier | 0 | Warning |
| AvoidNestedBlocks | 0 | Warning |
| EmptyBlock | 0 | Warning |
| LeftCurly | 0 | Warning |
| NeedBraces | 0 | Warning |
| RightCurly | 0 | Warning |
| DoubleCheckedLocking | 0 | Warning |
| EmptyStatement | 0 | Warning |
| EqualsHashCode | 0 | Warning |
| IllegalInstantiation | 0 | Warning |
| InnerAssignment | 0 | Warning |
| MissingSwitchDefault | 0 | Warning |
| RedundantThrows | 0 | Warning |
| SimplifyBooleanExpression | 0 | Warning |
| SimplifyBooleanReturn | 0 | Warning |
| FinalClass | 0 | Warning |
| HideUtilityClassConstructor | 0 | Warning |
| InterfaceIsType | 0 | Warning |
| VisibilityModifier | 0 | Warning |
| ArrayTypeStyle | 0 | Warning |
| TodoComment | 0 | Warning |
| UpperEll | 0 | Warning |
RegexpHeader- header
1: /\*\s* 2: \*\s*\$Id.*\$ 3: \*\s* 4: \*\s*Licensed to the Apache Software Foundation \(ASF\) under one 5: \*\s*or more contributor license agreements\. See the NOTICE file 6: \*\s*distributed with this work for additional information 7: \*\s*regarding copyright ownership\. The ASF licenses this file 8: \*\s*to you under the Apache License, Version 2\.0 \(the 9: \*\s*.License.\); you may not use this file except in compliance 10: \*\s*with the License\. You may obtain a copy of the License at 11: \*\s* 12: \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0 13: \*\s* 14: \*\s*Unless required by applicable law or agreed to in writing, 15: \*\s*software distributed under the License is distributed on an 16: \*\s*.AS IS. BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17: \*\s*KIND, either express or implied\. See the License for the 18: \*\s*specific language governing permissions and limitations 19: \*\s*under the License\. 20: \*/\s*
| 0 | Warning |
RegexpSingleline- message: "Line has trailing spaces."
- format: "\s+$"
| 0 | Warning |
| FileLength | 0 | Warning |
| FileTabCharacter | 0 | Warning |
| JavadocPackage | 1 | Warning |
| NewlineAtEndOfFile | 0 | Warning |
| Translation | 0 | Warning |