| Rules | Violations | Severity |
|---|
| NewlineAtEndOfFile | 0 | Info |
| AvoidNestedBlocks | 0 | Error |
| JavadocMethod | 0 | Error |
ConstantName- format: "^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)|log)$"
| 0 | Error |
| LocalFinalVariableName | 0 | Error |
| LocalVariableName | 0 | Error |
| MemberName | 0 | Error |
| MethodName | 0 | Error |
| PackageName | 0 | Error |
| ParameterName | 0 | Error |
StaticVariableName- format: "^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)$"
| 0 | Error |
| TypeName | 0 | Error |
Header- header
1: /** 2: * This file is part of the equanda project. 3: * 4: * The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); 5: * you may not use this file except in compliance with the License. 6: * You may obtain a copy of the License at http://www.mozilla.org/MPL/ 7: * 8: * Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF 9: * ANY KIND, either express or implied. See the License for the specific language governing rights and 10: * limitations under the License. 11: * 12: * Alternatively, the contents of this file may be used under the terms of 13: * either the GNU General Public License Version 2 or later (the "GPL"), or 14: * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 15: * in which case the provisions of the GPL or the LGPL are applicable instead 16: * of those above. If you wish to allow use of your version of this file only 17: * under the terms of either the GPL or the LGPL, and not to allow others to 18: * use your version of this file under the terms of the MPL, indicate your 19: * decision by deleting the provisions above and replace them with the notice 20: * and other provisions required by the GPL or the LGPL. If you do not delete 21: * the provisions above, a recipient may use your version of this file under 22: * the terms of any one of the MPL, the GPL or the LGPL. 23: */
| 0 | Error |
| IllegalImport | 0 | Error |
| RedundantImport | 0 | Error |
| UnusedImports | 0 | Info |
| ImportOrder | 1 | Info |
| LineLength | 0 | Info |
| ParameterNumber | 1 | Info |
| EmptyForInitializerPad | 0 | Error |
| EmptyForIteratorPad | 0 | Error |
| MethodParamPad | 0 | Error |
NoWhitespaceAfter- tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, GENERIC_START"
| 0 | Info |
NoWhitespaceBefore- tokens: "POST_DEC, POST_INC, GENERIC_START, GENERIC_END"
| 0 | Info |
| ParenPad | 0 | Error |
| TypecastParenPad | 0 | Error |
| TabCharacter | 0 | Error |
WhitespaceAfter- tokens: "COMMA, SEMI, TYPECAST, GENERIC_END"
| 1 | Info |
WhitespaceAround- allowEmptyMethods: "true"
- allowEmptyConstructors: "true"
- 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, TYPE_EXTENSION_AND, WILDCARD_TYPE"
| 5 | Info |
| TabCharacter | 0 | Info |
| RedundantModifier | 2 | Info |
| ArrayTrailingComma | 1 | Info |
| CovariantEquals | 0 | Error |
| DoubleCheckedLocking | 0 | Error |
| EmptyStatement | 0 | Info |
| EqualsHashCode | 0 | Error |
HiddenField- ignoreConstructorParameter: "true"
- ignoreSetter: "true"
| 3 | Info |
IllegalInstantiation- classes: "java.lang.Boolean"
| 0 | Error |
| IllegalToken | 0 | Error |
| IllegalTokenText | 0 | Error |
| InnerAssignment | 0 | Warning |
| MissingSwitchDefault | 0 | Info |
| ModifiedControlVariable | 0 | Error |
| SimplifyBooleanExpression | 0 | Error |
| SimplifyBooleanReturn | 0 | Error |
| StringLiteralEquality | 0 | Error |
| SuperFinalize | 0 | Error |
| PackageDeclaration | 0 | Error |
| JUnitTestCase | 0 | Error |
| ParameterAssignment | 2 | Info |
| ExplicitInitialization | 0 | Info |
| DefaultComesLast | 0 | Error |
| FallThrough | 0 | Error |
| VisibilityModifier | 0 | Info |
| FinalClass | 0 | Error |
| HideUtilityClassConstructor | 0 | Error |
GenericIllegalRegexp- message: "Line has trailing spaces."
- format: "\s+$"
| 10 | Info |
| UpperEll | 0 | Error |
| ArrayTypeStyle | 0 | Error |