The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| AbstractClassName | 1 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
LocalVariableName
| 0 | |
| MemberName | 3 | |
| MethodName | 46 | |
PackageName
| 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
ImportOrder
| 4 | |
LineLength
| 2 | |
MethodLength
| 0 | |
AnonInnerLength
| 0 | |
ParameterNumber
| 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
| 6 | |
NoWhitespaceBefore
| 0 | |
OperatorWrap
| 0 | |
ParenPad
| 1 | |
TypecastParenPad
| 0 | |
WhitespaceAfter
| 7 | |
| ModifierOrder | 1 | |
AvoidNestedBlocks
| 0 | |
EmptyBlock
| 0 | |
LeftCurly
| 0 | |
NeedBraces
| 4 | |
RightCurly
| 0 | |
| AvoidInlineConditionals | 0 | Ignore |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 4 | |
InnerAssignment
| 0 | |
| MagicNumber | 0 | Ignore |
| MissingSwitchDefault | 0 | |
| ModifiedControlVariable | 0 | |
RedundantThrows
| 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| StringLiteralEquality | 0 | |
NestedIfDepth
| 0 | |
NestedTryDepth
| 0 | |
| SuperClone | 0 | Ignore |
| SuperFinalize | 0 | |
| IllegalCatch | 2 | |
| IllegalThrows | 0 | |
| PackageDeclaration | 0 | |
| DefaultComesLast | 0 | |
FallThrough
| 0 | |
| MultipleStringLiterals | 11 | |
| UnnecessaryParentheses | 0 | |
| DeclarationOrder | 0 | Ignore |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | Ignore |
| VisibilityModifier | 0 | Ignore |
ThrowsCount
| 0 | |
| ArrayTypeStyle | 0 | |
RegexpSinglelineJava
| 4 | |
| TodoComment | 0 | Ignore |
| UncommentedMain | 0 | |
| UpperEll | 0 | |
| Indentation | 4 | |
JavadocType
| 0 | |
| JavadocType | 25 | |
JavadocMethod
| 38 | |
JavadocVariable
| 1 | |
JavadocStyle
| 13 | |
JavadocType
| 25 | |
EmptyForInitializerPad
| 0 | |
| EmptyForIteratorPad | 0 | |
MethodParamPad
| 0 | |
| CovariantEquals | 0 | |
IllegalType
| 0 | Ignore |
| MultipleVariableDeclarations | 0 | |
| ParameterAssignment | 3 | |
ReturnCount
| 0 | |
| TrailingComment | 0 | Ignore |
JavadocMethod
| 13 | |
RegexpHeader
| 14 | |
NewlineAtEndOfFile
| 0 | |
| Translation | 0 | |
JavadocPackage
| 5 | |
| FileLength | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line does not match expected header line of '^ \* Created: \d\d\d\d-\d\d-\d\d$'. | 28 | |
| Javadoc has empty description section. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 37 | |
| ',' is not followed by whitespace. | 58 | |
| Line is longer than 140 characters. | 70 | |
| The String "Readable autowired properties are currently not supported" appears 2 times in the file. | 71 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'java.lang.annotation.Documented' import. | 40 | |
| '(' is followed by whitespace. | 54 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'java.lang.annotation.Documented' import. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Unused @param tag for 'innerConfigurationBuilder'. | 57 | |
| Missing a Javadoc comment. | 90 | |
| Name 'Component' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| Name 'Component' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| Name 'Agent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| Name 'Strategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| Name 'Array' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| Name 'Array' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 180 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 51 | |
| 'definition' hides a field. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 51 | |
| 'definition' hides a field. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 45 | |
| 'definition' hides a field. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| First sentence should end with a period. | 59 | |
| Name 'Configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| Name 'Component' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| Name 'Component' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| Name 'Agent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| Name 'Strategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| Name 'Array' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| Name 'Array' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Line is longer than 140 characters. | 71 | |
| Name 'Component' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| Name 'Component' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| Name 'Agent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| Name 'Strategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| Name 'Set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| Name 'List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| Name 'Array' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| Name 'Array' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 | |
| Name 'Map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 56 | |
| 'definition' hides a field. | 56 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 122 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Javadoc has empty description section. | 60 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 65 | |
| 'if' construct must use '{}'s. | 76 | |
| 'if' construct must use '{}'s. | 78 | |
| Missing a Javadoc comment. | 84 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 85 | |
| Assignment of parameter 'dir' is not allowed. | 87 | |
| 'if' construct must use '{}'s. | 114 | |
| The String "class" appears 5 times in the file. | 131 | |
| The String "version" appears 3 times in the file. | 133 | |
| 'if' construct must use '{}'s. | 135 | |
| Catching 'Exception' is not allowed. | 140 | |
| The String "name" appears 2 times in the file. | 165 | |
| ')' is followed by whitespace. | 182 | |
| The String "array" appears 2 times in the file. | 195 | |
| The String "dims" appears 2 times in the file. | 196 | |
| The String "interface" appears 2 times in the file. | 204 | |
| The String "special" appears 6 times in the file. | 207 | |
| The String "list" appears 2 times in the file. | 207 | |
| The String "set" appears 2 times in the file. | 209 | |
| The String "map" appears 2 times in the file. | 211 | |
| ')' is followed by whitespace. | 215 | |
| ')' is followed by whitespace. | 216 | |
| ')' is followed by whitespace. | 236 | |
| ')' is followed by whitespace. | 242 | |
| ')' is followed by whitespace. | 248 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 133 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'org.jage.property.IPropertyContainer' import. | 42 | |
| Unused import - org.jage.property.IPropertyContainer. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 | |
| Name '_componentDefinitions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Javadoc has empty description section. | 35 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 44 | |
| First sentence should end with a period. | 46 | |
| First sentence should end with a period. | 57 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 111 | |
| Name '_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| Missing a Javadoc comment. | 116 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'java.lang.String.format' import. | 44 | |
| Missing a Javadoc comment. | 51 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 74 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 75 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| First sentence should end with a period. | 48 | |
| First sentence should end with a period. | 65 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 32 | |
| Name 'parsers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Missing a Javadoc comment. | 77 | |
| Name 'SimpleTypeParser' must match pattern '^Abstract.*$|^.*Factory$'. | 77 | |
| 'public' modifier out of order with the JLS suggestions. | 80 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 163 | |
| Missing a Javadoc comment. | 171 |
| Violation | Message | Line |
|---|---|---|
| method def throws at indentation level 12 not at correct indentation, 8 | 83 | |
| Catching 'Exception' is not allowed. | 98 | |
| Assignment of parameter 'descriptor' is not allowed. | 130 | |
| Assignment of parameter 'descriptor' is not allowed. | 134 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 149 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 40 | |
| Javadoc has empty description section. | 47 | |
| Expected @param tag for 'msg'. | 51 | |
| Javadoc has empty description section. | 56 | |
| Expected @param tag for 'e'. | 60 | |
| Javadoc has empty description section. | 65 | |
| Expected @param tag for 'message'. | 68 | |
| Expected @param tag for 'cause'. | 68 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.List. | 37 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 44 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Created: \d\d\d\d-\d\d-\d\d$'. | 28 | |
| Javadoc has empty description section. | 40 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Line has trailing spaces. | 84 | |
| Missing a Javadoc comment. | 85 |