The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| AbstractClassName | 4 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
LocalVariableName
| 0 | |
| MemberName | 27 | |
| MethodName | 0 | |
PackageName
| 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
ImportOrder
| 6 | |
LineLength
| 5 | |
MethodLength
| 0 | |
AnonInnerLength
| 0 | |
ParameterNumber
| 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
| 0 | |
NoWhitespaceBefore
| 0 | |
OperatorWrap
| 4 | |
ParenPad
| 0 | |
TypecastParenPad
| 0 | |
WhitespaceAfter
| 0 | |
| ModifierOrder | 7 | |
AvoidNestedBlocks
| 0 | |
EmptyBlock
| 0 | |
LeftCurly
| 1 | |
NeedBraces
| 4 | |
RightCurly
| 9 | |
| AvoidInlineConditionals | 0 | Ignore |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 0 | |
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 | 10 | |
| IllegalThrows | 0 | |
| PackageDeclaration | 0 | |
| DefaultComesLast | 0 | |
FallThrough
| 0 | |
| MultipleStringLiterals | 11 | |
| UnnecessaryParentheses | 0 | |
| DeclarationOrder | 0 | Ignore |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | Ignore |
| VisibilityModifier | 0 | Ignore |
ThrowsCount
| 1 | |
| ArrayTypeStyle | 1 | |
RegexpSinglelineJava
| 111 | |
| TodoComment | 0 | Ignore |
| UncommentedMain | 0 | |
| UpperEll | 0 | |
| Indentation | 34 | |
JavadocType
| 4 | |
| JavadocType | 36 | |
JavadocMethod
| 63 | |
JavadocVariable
| 4 | |
JavadocStyle
| 9 | |
JavadocType
| 36 | |
EmptyForInitializerPad
| 0 | |
| EmptyForIteratorPad | 0 | |
MethodParamPad
| 0 | |
| CovariantEquals | 0 | |
IllegalType
| 0 | Ignore |
| MultipleVariableDeclarations | 0 | |
| ParameterAssignment | 2 | |
ReturnCount
| 2 | |
| TrailingComment | 0 | Ignore |
JavadocMethod
| 0 | |
RegexpHeader
| 36 | |
NewlineAtEndOfFile
| 0 | |
| Translation | 0 | |
JavadocPackage
| 1 | |
| FileLength | 0 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'org.jage.event.AbstractEvent' import. | 39 | |
| Wrong order for 'org.jage.property.monitors.AbstractPropertyMonitor' import. | 48 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 151 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 162 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 174 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Unused import - org.slf4j.Logger. | 30 | |
| Unused import - org.slf4j.LoggerFactory. | 31 | |
| Wrong order for 'org.jage.event.AbstractEvent' import. | 32 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 45 | |
| Name '_propertiesLoaded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 94 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 114 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 151 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 180 | |
| Expected @param tag for 'event'. | 216 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 33 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 49 |
| Violation | Message | Line |
|---|---|---|
| Catching 'Exception' is not allowed. | 79 | |
| Catching 'Exception' is not allowed. | 92 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'name'. | 81 | |
| Expected @param tag for 'getter'. | 81 | |
| Expected @param tag for 'setter'. | 81 | |
| Expected @param tag for 'isMonitorable'. | 81 | |
| Expected @param tag for 'name'. | 93 | |
| Expected @param tag for 'getter'. | 93 | |
| Expected @param tag for 'isMonitorable'. | 93 | |
| First sentence should end with a period. | 100 | |
| Expected @param tag for 'name'. | 103 | |
| Expected @param tag for 'setter'. | 103 | |
| Catching 'Exception' is not allowed. | 148 |
| Violation | Message | Line |
|---|---|---|
| Catching 'Exception' is not allowed. | 86 | |
| Catching 'Exception' is not allowed. | 101 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 32 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 32 | |
| Expected an @return tag. | 38 | |
| Line has trailing spaces. | 39 | |
| Expected @param tag for 'property'. | 43 | |
| Line has trailing spaces. | 44 | |
| Expected an @return tag. | 51 | |
| Line has trailing spaces. | 52 | |
| Expected @param tag for 'property'. | 56 | |
| Line has trailing spaces. | 57 | |
| Expected an @return tag. | 61 | |
| Expected @param tag for 'name'. | 61 | |
| Line has trailing spaces. | 62 | |
| Unused @param tag for 'name'. | 65 | |
| Expected @param tag for 'propertyName'. | 68 | |
| Line has trailing spaces. | 69 | |
| First sentence should end with a period. | 70 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'org.jage.property.monitors.AbstractPropertyMonitor' import. | 39 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 82 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 99 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 114 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 36 | |
| Name '_metaProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| Expected an @return tag. | 94 | |
| First sentence should end with a period. | 107 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Expected @param tag for 'isReadable'. | 86 | |
| ctor def throws at indentation level 12 not at correct indentation, 8 | 87 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 132 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 33 | |
| Line has trailing spaces. | 42 | |
| Unused @param tag for 'oldValue'. | 45 | |
| Line has trailing spaces. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 39 | |
| First sentence should end with a period. | 41 | |
| Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| Expected an @return tag. | 75 | |
| Expected @param tag for 'property'. | 86 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 87 | |
| Expected an @return tag. | 100 | |
| method call child at indentation level 24 not at correct indentation, 28 | 107 | |
| Expected @param tag for 'property'. | 123 | |
| Expected an @return tag. | 130 | |
| Expected @param tag for 'propertyName'. | 130 | |
| Expected an @return tag. | 137 | |
| Expected @param tag for 'name'. | 137 | |
| Expected an @return tag. | 145 | |
| Expected @param tag for 'event'. | 154 | |
| First sentence should end with a period. | 169 | |
| Javadoc has empty description section. | 177 | |
| Expected an @return tag. | 180 | |
| Javadoc has empty description section. | 193 | |
| Expected an @return tag. | 196 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Wrong order for 'org.jage.property.monitors.AbstractPropertyMonitor' import. | 34 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 42 | |
| Name 'Property' must match pattern '^Abstract.*$|^.*Factory$'. | 42 | |
| Line has trailing spaces. | 43 | |
| Name '_monitors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| Line has trailing spaces. | 48 | |
| Name '_monitoringStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Line has trailing spaces. | 60 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 67 | |
| '}' should be on the same line. | 76 | |
| '}' should be on the same line. | 79 | |
| Line has trailing spaces. | 84 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 102 | |
| Line has trailing spaces. | 104 | |
| Line has trailing spaces. | 111 | |
| The String "Property is not monitorable." appears 2 times in the file. | 114 | |
| Line has trailing spaces. | 116 | |
| Line has trailing spaces. | 120 | |
| Line has trailing spaces. | 131 | |
| Line has trailing spaces. | 134 | |
| Line has trailing spaces. | 143 | |
| Unused @param tag for 'foceNotyfying'. | 147 | |
| Expected @param tag for 'forceNotifying'. | 150 | |
| Line has trailing spaces. | 153 | |
| Expected @param tag for 'event'. | 159 | |
| Line has trailing spaces. | 173 | |
| Javadoc has empty description section. | 185 | |
| Expected an @return tag. | 188 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 39 | |
| Line has trailing spaces. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 34 | |
| Line has trailing spaces. | 35 | |
| Name '_reservedCharacters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 45 | |
| Line has trailing spaces. | 46 | |
| Name '_root' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| Name '_currentPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| Name '_currentIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 58 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 68 | |
| '}' should be on the same line. | 89 | |
| The String "Invalid property path: " appears 2 times in the file. | 91 | |
| Line has trailing spaces. | 105 | |
| Line is longer than 140 characters. | 115 | |
| Line has trailing spaces. | 117 | |
| Line has trailing spaces. | 120 | |
| Line has trailing spaces. | 121 | |
| Line has trailing spaces. | 128 | |
| Line has trailing spaces. | 132 | |
| Line has trailing spaces. | 134 | |
| Line has trailing spaces. | 142 | |
| '&&' should be on a new line. | 142 | |
| Line has trailing spaces. | 144 | |
| '{' should be on the previous line. | 146 | |
| Line has trailing spaces. | 149 | |
| '&&' should be on a new line. | 149 | |
| Line has trailing spaces. | 151 | |
| Line has trailing spaces. | 152 | |
| Line has trailing spaces. | 154 | |
| Line has trailing spaces. | 166 | |
| Line has trailing spaces. | 174 | |
| Line has trailing spaces. | 186 | |
| Line has trailing spaces. | 192 | |
| Line has trailing spaces. | 194 | |
| Line has trailing spaces. | 209 | |
| Line has trailing spaces. | 221 | |
| Line has trailing spaces. | 228 | |
| Name '_property' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| Name '_arrayIndices' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| Line has trailing spaces. | 231 | |
| Line has trailing spaces. | 236 | |
| Line has trailing spaces. | 240 | |
| Line has trailing spaces. | 244 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 33 | |
| Name 'PropertyValueMonitoringStrategy' must match pattern '^Abstract.*$|^.*Factory$'. | 33 | |
| Name '_property' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| Name '_oldValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 62 | |
| Line has trailing spaces. | 70 | |
| Unused @param tag for 'oldValue'. | 73 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 35 | |
| Line has trailing spaces. | 38 | |
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| Line has trailing spaces. | 43 | |
| Name '_metaProperty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 140 characters. | 46 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 63 | |
| 'protected' modifier out of order with the JLS suggestions. | 112 | |
| 'protected' modifier out of order with the JLS suggestions. | 114 | |
| 'protected' modifier out of order with the JLS suggestions. | 116 | |
| 'protected' modifier out of order with the JLS suggestions. | 120 | |
| Line is longer than 140 characters. | 122 | |
| 'protected' modifier out of order with the JLS suggestions. | 122 | |
| 'protected' modifier out of order with the JLS suggestions. | 124 | |
| 'protected' modifier out of order with the JLS suggestions. | 126 | |
| Assignment of parameter 'clazz' is not allowed. | 135 | |
| Assignment of parameter 'clazz' is not allowed. | 146 | |
| Missing a Javadoc comment. | 152 | |
| method def throws at indentation level 16 not at correct indentation, 12 | 188 | |
| method def throws at indentation level 16 not at correct indentation, 12 | 203 | |
| method def throws at indentation level 16 not at correct indentation, 12 | 217 | |
| method def throws at indentation level 16 not at correct indentation, 12 | 228 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 140 characters. | 39 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 140 characters. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 35 | |
| Name '_defaultValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 54 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 55 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 63 | |
| 'if' construct must use '{}'s. | 64 | |
| Line has trailing spaces. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 60 | |
| Name '_rootObject' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| Name '_currentPattern' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| Name '_currentIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| Expected @param tag for 'rootObject'. | 70 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 82 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 118 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 163 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 173 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 189 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 217 | |
| The String "@" appears 2 times in the file. | 221 | |
| '&&' should be on a new line. | 225 | |
| '&&' should be on a new line. | 228 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 244 | |
| '}' should be on the same line. | 248 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 260 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 38 | |
| Name '_container' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| Name '_propertyPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 51 | |
| Expected an @return tag. | 56 | |
| Line has trailing spaces. | 59 | |
| Expected an @return tag. | 64 | |
| Line has trailing spaces. | 67 | |
| Expected an @return tag. | 73 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 42 | |
| Name '_identifierName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| Name '_arrayIndices' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| Expected @param tag for 'identifierName'. | 51 | |
| Expected @param tag for 'indices'. | 51 | |
| Expected an @return tag. | 64 | |
| Expected @param tag for 'container'. | 64 | |
| '}' should be on the same line. | 77 | |
| '}' should be on the same line. | 99 | |
| Array brackets at illegal position. | 107 | |
| Expected an @return tag. | 133 | |
| Expected an @return tag. | 141 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 34 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 42 | |
| First sentence should end with a period. | 43 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 34 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 35 | |
| Name '_defaultValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| Line has trailing spaces. | 49 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 56 | |
| Line has trailing spaces. | 60 | |
| Line has trailing spaces. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 35 | |
| Name '_defaultValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| Line has trailing spaces. | 49 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 56 | |
| Line has trailing spaces. | 60 | |
| Line has trailing spaces. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 35 | |
| Name 'NumericFunction' must match pattern '^Abstract.*$|^.*Factory$'. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 54 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 55 | |
| 'if' construct must use '{}'s. | 59 | |
| 'if' construct must use '{}'s. | 60 | |
| 'if' construct must use '{}'s. | 61 | |
| '}' should be on the same line. | 63 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Wrong order for 'org.jage.property.InvalidPropertyOperationException' import. | 33 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 42 | |
| Name 'PropertyFunction' must match pattern '^Abstract.*$|^.*Factory$'. | 42 | |
| Name '_logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| Name '_argumentsResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| Name '_argumentsPattern' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| Name '_functionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| Expected an @return tag. | 64 | |
| Expected an @return tag. | 81 | |
| Return count is 4 (max allowed is 3). | 81 | |
| '}' should be on the same line. | 88 | |
| '}' should be on the same line. | 92 | |
| Expected @param tag for 'value'. | 104 | |
| Expected @param tag for 'resolver'. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*$'. | 26 | |
| Type Javadoc tag @author must match pattern 'AGH AgE Team'. | 35 | |
| Line has trailing spaces. | 50 | |
| method def throws at indentation level 4 not at correct indentation, 8 | 51 | |
| Line has trailing spaces. | 53 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 130 | |
| Return count is 4 (max allowed is 3). | 130 | |
| Expected @param tag for 'newValue'. | 130 | |
| Expected @param tag for 'forceNotifying'. | 130 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'name'. | 71 | |
| Expected @param tag for 'propertyClass'. | 71 | |
| Expected @param tag for 'getter'. | 71 |
| Violation | Message | Line |
|---|---|---|
| The String "class" appears 3 times in the file. | 153 | |
| The String "name" appears 4 times in the file. | 173 | |
| The String "setter" appears 2 times in the file. | 178 | |
| The String "Error parsing xml configuration for class: " appears 2 times in the file. | 183 | |
| The String "\n" appears 2 times in the file. | 183 | |
| Catching 'Exception' is not allowed. | 193 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 221 | |
| Throws count is 4 (max allowed is 3). | 221 | |
| The String "type" appears 3 times in the file. | 223 | |
| Catching 'Exception' is not allowed. | 231 | |
| The String "::" appears 7 times in the file. | 232 | |
| method def throws at indentation level 12 not at correct indentation, 8 | 260 | |
| Catching 'Exception' is not allowed. | 274 | |
| The String "No setter metod found for property: " appears 2 times in the file. | 275 | |
| Catching 'Exception' is not allowed. | 283 |