Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
19 0 0 1413

Rules

Rules Violations Severity
PackageHtml 3 Errors Error
NewlineAtEndOfFile 6 Errors Error
Translation 0 Errors Error
JavadocMethod 185 Errors Error
JavadocType 11 Errors Error
JavadocVariable 88 Errors Error
JavadocStyle 4 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 13 Errors Error
MethodLength 0 Errors Error
ParameterNumber 2 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 490 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 152 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 1 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 116 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 1 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 148 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 1 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 125 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
65 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

sk/barti/diplomovka/amt/domain/Agent.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 8
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 24
Errors Line has trailing spaces. 27
Errors Line contains a tab character. 27
Errors Missing a Javadoc comment. 28
Errors Parameter name should be final. 28
Errors 'name' hides a field. 28
Errors Parameter state should be final. 28
Errors 'state' hides a field. 28
Errors Parameter deleted should be final. 28
Errors 'deleted' hides a field. 28
Errors Parameter createdBy should be final. 28
Errors 'createdBy' hides a field. 28
Errors Line is longer than 80 characters. 34
Errors Missing a Javadoc comment. 34
Errors More than 7 parameters. 34
Errors Parameter name should be final. 34
Errors 'name' hides a field. 34
Errors Parameter description should be final. 34
Errors 'description' hides a field. 34
Errors Parameter output should be final. 34
Errors 'output' hides a field. 34
Errors Parameter state should be final. 34
Errors 'state' hides a field. 34
Errors Parameter deleted should be final. 34
Errors 'deleted' hides a field. 34
Errors Parameter behaviors should be final. 34
Errors 'behaviors' hides a field. 34
Errors Parameter scheduledChanges should be final. 34
Errors 'scheduledChanges' hides a field. 34
Errors Parameter createdBy should be final. 34
Errors 'createdBy' hides a field. 34
Errors Line has trailing spaces. 44
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45
Errors Line has trailing spaces. 48
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Parameter id should be final. 49
Errors 'id' hides a field. 49
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Line has trailing spaces. 55
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Parameter name should be final. 56
Errors 'name' hides a field. 56
Errors Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Line has trailing spaces. 62
Errors Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter description should be final. 63
Errors 'description' hides a field. 63
Errors Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Line has trailing spaces. 69
Errors Method 'setOutput' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors Parameter output should be final. 70
Errors 'output' hides a field. 70
Errors Method 'getState' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Line has trailing spaces. 76
Errors Method 'setState' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter state should be final. 77
Errors 'state' hides a field. 77
Errors Method 'getDeleted' is not designed for extension - needs to be abstract, final or empty. 80
Errors Missing a Javadoc comment. 80
Errors Line has trailing spaces. 83
Errors Method 'setDeleted' is not designed for extension - needs to be abstract, final or empty. 84
Errors Missing a Javadoc comment. 84
Errors Parameter deleted should be final. 84
Errors 'deleted' hides a field. 84
Errors Method 'getBehaviors' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Line has trailing spaces. 90
Errors Method 'setBehaviors' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Parameter behaviors should be final. 91
Errors 'behaviors' hides a field. 91
Errors Method 'getScheduledChanges' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Line has trailing spaces. 97
Errors Method 'setScheduledChanges' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Parameter scheduledChanges should be final. 98
Errors 'scheduledChanges' hides a field. 98
Errors Method 'getCreatedBy' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Line has trailing spaces. 104
Errors Method 'setCreatedBy' is not designed for extension - needs to be abstract, final or empty. 105
Errors Missing a Javadoc comment. 105
Errors Parameter createdBy should be final. 105
Errors 'createdBy' hides a field. 105

sk/barti/diplomovka/amt/domain/Behavior.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 6
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 23
Errors Line has trailing spaces. 26
Errors Line contains a tab character. 26
Errors Line is longer than 80 characters. 27
Errors Missing a Javadoc comment. 27
Errors Parameter name should be final. 27
Errors 'name' hides a field. 27
Errors Parameter state should be final. 27
Errors 'state' hides a field. 27
Errors Parameter deleted should be final. 27
Errors 'deleted' hides a field. 27
Errors Parameter type should be final. 27
Errors 'type' hides a field. 27
Errors Parameter sourceCode should be final. 27
Errors 'sourceCode' hides a field. 27
Errors Parameter agent should be final. 27
Errors 'agent' hides a field. 27
Errors Parameter modifiedBy should be final. 27
Errors 'modifiedBy' hides a field. 27
Errors Line is longer than 80 characters. 36
Errors Missing a Javadoc comment. 36
Errors More than 7 parameters. 36
Errors Parameter name should be final. 36
Errors 'name' hides a field. 36
Errors Parameter description should be final. 36
Errors 'description' hides a field. 36
Errors Parameter state should be final. 36
Errors 'state' hides a field. 36
Errors Parameter deleted should be final. 36
Errors 'deleted' hides a field. 36
Errors Parameter type should be final. 36
Errors 'type' hides a field. 36
Errors Parameter sourceCode should be final. 36
Errors 'sourceCode' hides a field. 36
Errors Parameter timeout should be final. 36
Errors 'timeout' hides a field. 36
Errors Parameter agent should be final. 36
Errors 'agent' hides a field. 36
Errors Parameter modifiedBy should be final. 36
Errors 'modifiedBy' hides a field. 36
Errors Line has trailing spaces. 47
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Line has trailing spaces. 51
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Parameter id should be final. 52
Errors 'id' hides a field. 52
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Line has trailing spaces. 58
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Parameter name should be final. 59
Errors 'name' hides a field. 59
Errors Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors Line has trailing spaces. 65
Errors Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Parameter description should be final. 66
Errors 'description' hides a field. 66
Errors Method 'getState' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Line has trailing spaces. 72
Errors Method 'setState' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Parameter state should be final. 73
Errors 'state' hides a field. 73
Errors Method 'getDeleted' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors Line has trailing spaces. 79
Errors Method 'setDeleted' is not designed for extension - needs to be abstract, final or empty. 80
Errors Missing a Javadoc comment. 80
Errors Parameter deleted should be final. 80
Errors 'deleted' hides a field. 80
Errors Method 'getType' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Line has trailing spaces. 86
Errors Method 'setType' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Parameter type should be final. 87
Errors 'type' hides a field. 87
Errors Method 'getSourceCode' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Line has trailing spaces. 93
Errors Method 'setSourceCode' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Parameter sourceCode should be final. 94
Errors 'sourceCode' hides a field. 94
Errors Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors Line has trailing spaces. 100
Errors Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Parameter timeout should be final. 101
Errors 'timeout' hides a field. 101
Errors Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. 104
Errors Missing a Javadoc comment. 104
Errors Line has trailing spaces. 107
Errors Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. 108
Errors Missing a Javadoc comment. 108
Errors Parameter agent should be final. 108
Errors 'agent' hides a field. 108
Errors Method 'getModifiedBy' is not designed for extension - needs to be abstract, final or empty. 111
Errors Missing a Javadoc comment. 111
Errors Line has trailing spaces. 114
Errors Method 'setModifiedBy' is not designed for extension - needs to be abstract, final or empty. 115
Errors Missing a Javadoc comment. 115
Errors Parameter modifiedBy should be final. 115
Errors 'modifiedBy' hides a field. 115

sk/barti/diplomovka/amt/domain/ScheduledDeployments.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 7
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 22
Errors Line has trailing spaces. 25
Errors Line contains a tab character. 25
Errors Line is longer than 80 characters. 26
Errors Missing a Javadoc comment. 26
Errors Parameter state should be final. 26
Errors 'state' hides a field. 26
Errors Parameter initialized should be final. 26
Errors 'initialized' hides a field. 26
Errors Parameter scheduledBy should be final. 26
Errors 'scheduledBy' hides a field. 26
Errors Parameter scheduledFor should be final. 26
Errors 'scheduledFor' hides a field. 26
Errors Line is longer than 80 characters. 32
Errors Missing a Javadoc comment. 32
Errors Parameter duration should be final. 32
Errors 'duration' hides a field. 32
Errors Parameter state should be final. 32
Errors 'state' hides a field. 32
Errors Parameter initialized should be final. 32
Errors 'initialized' hides a field. 32
Errors Parameter action should be final. 32
Errors 'action' hides a field. 32
Errors Parameter exception should be final. 32
Errors 'exception' hides a field. 32
Errors Parameter scheduledBy should be final. 32
Errors 'scheduledBy' hides a field. 32
Errors Parameter scheduledFor should be final. 32
Errors 'scheduledFor' hides a field. 32
Errors Line has trailing spaces. 41
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 42
Errors Missing a Javadoc comment. 42
Errors Line has trailing spaces. 45
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors Parameter id should be final. 46
Errors 'id' hides a field. 46
Errors Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Line has trailing spaces. 52
Errors Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. 53
Errors Missing a Javadoc comment. 53
Errors Parameter duration should be final. 53
Errors 'duration' hides a field. 53
Errors Method 'getState' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Line has trailing spaces. 59
Errors Method 'setState' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Parameter state should be final. 60
Errors 'state' hides a field. 60
Errors Method 'getInitialized' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Line has trailing spaces. 66
Errors Method 'setInitialized' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Parameter initialized should be final. 67
Errors 'initialized' hides a field. 67
Errors Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors Line has trailing spaces. 73
Errors Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 74
Errors Missing a Javadoc comment. 74
Errors Parameter action should be final. 74
Errors 'action' hides a field. 74
Errors Method 'getException' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Line has trailing spaces. 80
Errors Method 'setException' is not designed for extension - needs to be abstract, final or empty. 81
Errors Missing a Javadoc comment. 81
Errors Parameter exception should be final. 81
Errors 'exception' hides a field. 81
Errors Method 'getScheduledBy' is not designed for extension - needs to be abstract, final or empty. 84
Errors Missing a Javadoc comment. 84
Errors Line has trailing spaces. 87
Errors Method 'setScheduledBy' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Parameter scheduledBy should be final. 88
Errors 'scheduledBy' hides a field. 88
Errors Method 'getScheduledFor' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Line has trailing spaces. 94
Errors Method 'setScheduledFor' is not designed for extension - needs to be abstract, final or empty. 95
Errors Missing a Javadoc comment. 95
Errors Parameter scheduledFor should be final. 95
Errors 'scheduledFor' hides a field. 95

sk/barti/diplomovka/amt/domain/User.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 8
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 21
Errors Line has trailing spaces. 24
Errors Line contains a tab character. 24
Errors Missing a Javadoc comment. 25
Errors Parameter login should be final. 25
Errors 'login' hides a field. 25
Errors Parameter password should be final. 25
Errors 'password' hides a field. 25
Errors Line is longer than 80 characters. 29
Errors Missing a Javadoc comment. 29
Errors Parameter login should be final. 29
Errors 'login' hides a field. 29
Errors Parameter password should be final. 29
Errors 'password' hides a field. 29
Errors Parameter scheduledChanges should be final. 29
Errors 'scheduledChanges' hides a field. 29
Errors Parameter createdAgents should be final. 29
Errors 'createdAgents' hides a field. 29
Errors Parameter modifiedBehaviors should be final. 29
Errors 'modifiedBehaviors' hides a field. 29
Errors Line has trailing spaces. 36
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 37
Errors Missing a Javadoc comment. 37
Errors Line has trailing spaces. 40
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors Parameter id should be final. 41
Errors 'id' hides a field. 41
Errors Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Line has trailing spaces. 47
Errors Method 'setLogin' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Parameter login should be final. 48
Errors 'login' hides a field. 48
Errors Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Line has trailing spaces. 54
Errors Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Parameter password should be final. 55
Errors 'password' hides a field. 55
Errors Method 'getScheduledChanges' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Line has trailing spaces. 61
Errors Method 'setScheduledChanges' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors Parameter scheduledChanges should be final. 62
Errors 'scheduledChanges' hides a field. 62
Errors Method 'getCreatedAgents' is not designed for extension - needs to be abstract, final or empty. 65
Errors Missing a Javadoc comment. 65
Errors Line has trailing spaces. 68
Errors Method 'setCreatedAgents' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Parameter createdAgents should be final. 69
Errors 'createdAgents' hides a field. 69
Errors Method 'getModifiedBehaviors' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Line has trailing spaces. 75
Errors Method 'setModifiedBehaviors' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors Parameter modifiedBehaviors should be final. 76
Errors 'modifiedBehaviors' hides a field. 76

sk/barti/diplomovka/amt/domain/package.html

Violation Message Line
Errors Missing package documentation file. 0

sk/barti/diplomovka/amt/vo/AgentVO.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 14
Errors '<' is not preceded with whitespace. 14
Errors '<' is not followed by whitespace. 14
Errors '>' is not preceded with whitespace. 14
Errors Line contains a tab character. 15
Errors Missing a Javadoc comment. 15
Errors Line contains a tab character. 16
Errors Missing a Javadoc comment. 16
Errors Line contains a tab character. 17
Errors Missing a Javadoc comment. 17
Errors Line contains a tab character. 18
Errors Missing a Javadoc comment. 18
Errors Line contains a tab character. 19
Errors Missing a Javadoc comment. 19
Errors Line contains a tab character. 20
Errors Missing a Javadoc comment. 20
Errors '<' is not preceded with whitespace. 20
Errors '<' is not followed by whitespace. 20
Errors '>' is not preceded with whitespace. 20
Errors '<' is not preceded with whitespace. 20
Errors '<' is not followed by whitespace. 20
Errors '>' is not preceded with whitespace. 20
Errors '>' is not followed by whitespace. 20
Errors Line is longer than 80 characters. 21
Errors Line contains a tab character. 21
Errors Missing a Javadoc comment. 21
Errors '<' is not preceded with whitespace. 21
Errors '<' is not followed by whitespace. 21
Errors '>' is not preceded with whitespace. 21
Errors Variable 'generalBehaviors' must be private and have accessor methods. 21
Errors '<' is not preceded with whitespace. 21
Errors '<' is not followed by whitespace. 21
Errors '>' is not preceded with whitespace. 21
Errors '>' is not followed by whitespace. 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Missing a Javadoc comment. 23
Errors Line contains a tab character. 24
Errors Missing a Javadoc comment. 24
Errors Line is longer than 80 characters. 25
Errors Line contains a tab character. 25
Errors Missing a Javadoc comment. 25
Errors '<' is not preceded with whitespace. 25
Errors '<' is not followed by whitespace. 25
Errors '>' is not preceded with whitespace. 25
Errors '<' is not preceded with whitespace. 25
Errors '<' is not followed by whitespace. 25
Errors '>' is not preceded with whitespace. 25
Errors '>' is not followed by whitespace. 25
Errors Line contains a tab character. 26
Errors Line contains a tab character. 27
Errors Missing a Javadoc comment. 27
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors '{' is not preceded with whitespace. 33
Errors Line has trailing spaces. 34
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Missing a Javadoc comment. 36
Errors Parameter createdBy should be final. 36
Errors 'createdBy' hides a field. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 42
Errors Missing a Javadoc comment. 42
Errors Parameter a should be final. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Method 'getDomainObject' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 64
Errors Missing a Javadoc comment. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 75
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter id should be final. 75
Errors 'id' hides a field. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 79
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 83
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Parameter name should be final. 83
Errors 'name' hides a field. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 87
Errors Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 91
Errors Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Parameter description should be final. 91
Errors 'description' hides a field. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 95
Errors Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. 95
Errors Missing a Javadoc comment. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 99
Errors Method 'setOutput' is not designed for extension - needs to be abstract, final or empty. 99
Errors Missing a Javadoc comment. 99
Errors Parameter output should be final. 99
Errors 'output' hides a field. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 103
Errors Method 'getBehaviors' is not designed for extension - needs to be abstract, final or empty. 103
Errors Missing a Javadoc comment. 103
Errors '<' is not preceded with whitespace. 103
Errors '<' is not followed by whitespace. 103
Errors '>' is not preceded with whitespace. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 107
Errors Method 'getActiveBehaviors' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors '<' is not preceded with whitespace. 107
Errors '<' is not followed by whitespace. 107
Errors '>' is not preceded with whitespace. 107
Errors Line contains a tab character. 108
Errors '<' is not preceded with whitespace. 108
Errors '<' is not followed by whitespace. 108
Errors '>' is not preceded with whitespace. 108
Errors '<' is not preceded with whitespace. 108
Errors '<' is not followed by whitespace. 108
Errors '>' is not preceded with whitespace. 108
Errors '>' is not followed by whitespace. 108
Errors Line contains a tab character. 109
Errors 'for' is not followed by whitespace. 109
Errors Line contains a tab character. 110
Errors 'if' is not followed by whitespace. 110
Errors '{' is not preceded with whitespace. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line has trailing spaces. 116
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Method 'setBehaviors' is not designed for extension - needs to be abstract, final or empty. 117
Errors Missing a Javadoc comment. 117
Errors Parameter behaviors should be final. 117
Errors '<' is not preceded with whitespace. 117
Errors '<' is not followed by whitespace. 117
Errors '?' is not preceded with whitespace. 117
Errors '>' is not preceded with whitespace. 117
Errors 'behaviors' hides a field. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 121
Errors Missing a Javadoc comment. 121
Errors Parameter behaviors should be final. 121
Errors '<' is not preceded with whitespace. 121
Errors '<' is not followed by whitespace. 121
Errors '?' is not preceded with whitespace. 121
Errors '>' is not preceded with whitespace. 121
Errors 'behaviors' hides a field. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 127
Errors Missing a Javadoc comment. 127
Errors Parameter behavior should be final. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line has trailing spaces. 134
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Method 'addCommonBehavior' is not designed for extension - needs to be abstract, final or empty. 135
Errors Missing a Javadoc comment. 135
Errors Parameter behavior should be final. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 139
Errors Method 'addGeneralBehavior' is not designed for extension - needs to be abstract, final or empty. 139
Errors Missing a Javadoc comment. 139
Errors Parameter behavior should be final. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 143
Errors Missing a Javadoc comment. 143
Errors Parameter behavior should be final. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 147
Errors Method 'getState' is not designed for extension - needs to be abstract, final or empty. 147
Errors Missing a Javadoc comment. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 151
Errors Method 'setState' is not designed for extension - needs to be abstract, final or empty. 151
Errors Missing a Javadoc comment. 151
Errors Parameter state should be final. 151
Errors 'state' hides a field. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 155
Errors Method 'getDeleted' is not designed for extension - needs to be abstract, final or empty. 155
Errors Missing a Javadoc comment. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 159
Errors Method 'setDeleted' is not designed for extension - needs to be abstract, final or empty. 159
Errors Missing a Javadoc comment. 159
Errors Parameter deleted should be final. 159
Errors 'deleted' hides a field. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 163
Errors Method 'getScheduledChanges' is not designed for extension - needs to be abstract, final or empty. 163
Errors Missing a Javadoc comment. 163
Errors '<' is not preceded with whitespace. 163
Errors '<' is not followed by whitespace. 163
Errors '>' is not preceded with whitespace. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line is longer than 80 characters. 167
Errors Line contains a tab character. 167
Errors Method 'setScheduledChanges' is not designed for extension - needs to be abstract, final or empty. 167
Errors Missing a Javadoc comment. 167
Errors Parameter scheduledChanges should be final. 167
Errors '<' is not preceded with whitespace. 167
Errors '<' is not followed by whitespace. 167
Errors '>' is not preceded with whitespace. 167
Errors 'scheduledChanges' hides a field. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 171
Errors Method 'getCreatedBy' is not designed for extension - needs to be abstract, final or empty. 171
Errors Missing a Javadoc comment. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 175
Errors Method 'setCreatedBy' is not designed for extension - needs to be abstract, final or empty. 175
Errors Missing a Javadoc comment. 175
Errors Parameter createdBy should be final. 175
Errors 'createdBy' hides a field. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 179
Errors Method 'getGeneralBehaviors' is not designed for extension - needs to be abstract, final or empty. 179
Errors Missing a Javadoc comment. 179
Errors '<' is not preceded with whitespace. 179
Errors '<' is not followed by whitespace. 179
Errors '>' is not preceded with whitespace. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 183
Errors Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. 183
Errors Missing a Javadoc comment. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 187
Errors Method 'getSetupConfig' is not designed for extension - needs to be abstract, final or empty. 187
Errors Missing a Javadoc comment. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 191
Errors Method 'getTakedownConfig' is not designed for extension - needs to be abstract, final or empty. 191
Errors Missing a Javadoc comment. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 195
Errors Method 'getCommonConfig' is not designed for extension - needs to be abstract, final or empty. 195
Errors Missing a Javadoc comment. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197

sk/barti/diplomovka/amt/vo/BehaviorVO.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 10
Errors '<' is not preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors Line contains a tab character. 11
Errors Missing a Javadoc comment. 11
Errors Line contains a tab character. 13
Errors Missing a Javadoc comment. 13
Errors Line contains a tab character. 15
Errors Missing a Javadoc comment. 15
Errors Line contains a tab character. 16
Errors Missing a Javadoc comment. 16
Errors Line contains a tab character. 17
Errors Missing a Javadoc comment. 17
Errors Line contains a tab character. 18
Errors Missing a Javadoc comment. 18
Errors Line contains a tab character. 19
Errors Missing a Javadoc comment. 19
Errors Line contains a tab character. 20
Errors Missing a Javadoc comment. 20
Errors Line contains a tab character. 21
Errors Missing a Javadoc comment. 21
Errors Line contains a tab character. 22
Errors Missing a Javadoc comment. 22
Errors Line contains a tab character. 23
Errors Missing a Javadoc comment. 23
Errors Line contains a tab character. 24
Errors Missing a Javadoc comment. 24
Errors Line contains a tab character. 26
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Errors Missing a Javadoc comment. 33
Errors Parameter modifiedBy should be final. 33
Errors 'modifiedBy' hides a field. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 39
Errors Missing a Javadoc comment. 39
Errors Parameter b should be final. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Method 'getDomainObject' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 68
Errors Missing a Javadoc comment. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 75
Errors Missing a Javadoc comment. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 82
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 86
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 86
Errors Missing a Javadoc comment. 86
Errors Parameter id should be final. 86
Errors 'id' hides a field. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 90
Errors Method 'getType' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 94
Errors Method 'setType' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Parameter type should be final. 94
Errors 'type' hides a field. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 98
Errors Method 'getSourceCode' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 102
Errors Method 'setSourceCode' is not designed for extension - needs to be abstract, final or empty. 102
Errors Missing a Javadoc comment. 102
Errors Parameter sourceCode should be final. 102
Errors 'sourceCode' hides a field. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 106
Errors Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. 106
Errors Missing a Javadoc comment. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 110
Errors Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. 110
Errors Missing a Javadoc comment. 110
Errors Parameter agent should be final. 110
Errors 'agent' hides a field. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 114
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 114
Errors Missing a Javadoc comment. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 118
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Parameter name should be final. 118
Errors 'name' hides a field. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 122
Errors Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 126
Errors Method 'getShortDescription' is not designed for extension - needs to be abstract, final or empty. 126
Errors Missing a Javadoc comment. 126
Errors Line contains a tab character. 127
Errors 'if' is not followed by whitespace. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 136
Errors Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors Parameter description should be final. 136
Errors 'description' hides a field. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 140
Errors Method 'getState' is not designed for extension - needs to be abstract, final or empty. 140
Errors Missing a Javadoc comment. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 144
Errors Method 'setState' is not designed for extension - needs to be abstract, final or empty. 144
Errors Missing a Javadoc comment. 144
Errors Parameter state should be final. 144
Errors 'state' hides a field. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 148
Errors Method 'getDeleted' is not designed for extension - needs to be abstract, final or empty. 148
Errors Missing a Javadoc comment. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 152
Errors Method 'setDeleted' is not designed for extension - needs to be abstract, final or empty. 152
Errors Missing a Javadoc comment. 152
Errors Parameter deleted should be final. 152
Errors 'deleted' hides a field. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 156
Errors Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. 156
Errors Missing a Javadoc comment. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 160
Errors Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. 160
Errors Missing a Javadoc comment. 160
Errors Parameter timeout should be final. 160
Errors 'timeout' hides a field. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 164
Errors Method 'getModifiedBy' is not designed for extension - needs to be abstract, final or empty. 164
Errors Missing a Javadoc comment. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 168
Errors Method 'setModifiedBy' is not designed for extension - needs to be abstract, final or empty. 168
Errors Missing a Javadoc comment. 168
Errors Parameter modifiedBy should be final. 168
Errors 'modifiedBy' hides a field. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 172
Errors Method 'isActive' is not designed for extension - needs to be abstract, final or empty. 172
Errors Missing a Javadoc comment. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 176
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 176
Errors Missing a Javadoc comment. 176
Errors Line contains a tab character. 177
Errors Parameter obj should be final. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line is longer than 80 characters. 183
Errors Line contains a tab character. 183
Errors Avoid inline conditionals. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 189
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 189
Errors Missing a Javadoc comment. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors 'if' is not followed by whitespace. 191
Errors Line contains a tab character. 192
Errors '12345' is a magic number. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195

sk/barti/diplomovka/amt/vo/Identifiable.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 5
Errors Line contains a tab character. 6
Errors Missing a Javadoc comment. 6
Errors Redundant 'public' modifier. 6

sk/barti/diplomovka/amt/vo/ScheduledDeploymentsVO.java

Violation Message Line
Errors Line is longer than 80 characters. 10
Errors Missing a Javadoc comment. 10
Errors '<' is not preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors '>' is not followed by whitespace. 10
Errors '{' is not preceded with whitespace. 10
Errors Line contains a tab character. 11
Errors Missing a Javadoc comment. 11
Errors Line has trailing spaces. 12
Errors Line contains a tab character. 12
Errors Line contains a tab character. 13
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 20
Errors Line has trailing spaces. 21
Errors Missing a Javadoc comment. 22
Errors Parameter scheduledBy should be final. 22
Errors 'scheduledBy' hides a field. 22
Errors Line contains a tab character. 23
Errors Line contains a tab character. 24
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 27
Errors Parameter c should be final. 27
Errors '{' is not preceded with whitespace. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line has trailing spaces. 37
Errors Method 'getDomainObject' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line has trailing spaces. 49
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line has trailing spaces. 52
Errors Line contains a tab character. 53
Errors Missing a Javadoc comment. 53
Errors Line contains a tab character. 54
Errors 'if' is not followed by whitespace. 54
Errors '{' is not preceded with whitespace. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors Missing a Javadoc comment. 60
Errors Line contains a tab character. 61
Errors 'if' is not followed by whitespace. 61
Errors '{' is not preceded with whitespace. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 67
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors Parameter id should be final. 70
Errors 'id' hides a field. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors Parameter duration should be final. 76
Errors 'duration' hides a field. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Method 'getState' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Method 'setState' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors Parameter state should be final. 82
Errors 'state' hides a field. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Method 'getInitialized' is not designed for extension - needs to be abstract, final or empty. 85
Errors Missing a Javadoc comment. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Method 'setInitialized' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Parameter initialized should be final. 88
Errors 'initialized' hides a field. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Method 'getScheduledBy' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Method 'setScheduledBy' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Parameter scheduledBy should be final. 94
Errors 'scheduledBy' hides a field. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Method 'getScheduledFor' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Method 'setScheduledFor' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Parameter scheduledFor should be final. 100
Errors 'scheduledFor' hides a field. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 104
Errors Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 104
Errors Missing a Javadoc comment. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 108
Errors Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 108
Errors Missing a Javadoc comment. 108
Errors Parameter action should be final. 108
Errors 'action' hides a field. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 112
Errors Method 'getException' is not designed for extension - needs to be abstract, final or empty. 112
Errors Missing a Javadoc comment. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 116
Errors Method 'setException' is not designed for extension - needs to be abstract, final or empty. 116
Errors Missing a Javadoc comment. 116
Errors Parameter exception should be final. 116
Errors 'exception' hides a field. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118

sk/barti/diplomovka/amt/vo/UserVO.java

Violation Message Line
Errors Missing a Javadoc comment. 8
Errors '<' is not preceded with whitespace. 8
Errors '<' is not followed by whitespace. 8
Errors '>' is not preceded with whitespace. 8
Errors '>' is not followed by whitespace. 8
Errors '{' is not preceded with whitespace. 8
Errors Line contains a tab character. 9
Errors Missing a Javadoc comment. 9
Errors Line has trailing spaces. 10
Errors Line contains a tab character. 10
Errors Line contains a tab character. 11
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 13
Errors Line is longer than 80 characters. 14
Errors Missing a Javadoc comment. 14
Errors '<' is not preceded with whitespace. 14
Errors '<' is not followed by whitespace. 14
Errors '>' is not preceded with whitespace. 14
Errors '<' is not preceded with whitespace. 14
Errors '<' is not followed by whitespace. 14
Errors '>' is not preceded with whitespace. 14
Errors '>' is not followed by whitespace. 14
Errors Missing a Javadoc comment. 15
Errors '<' is not preceded with whitespace. 15
Errors '<' is not followed by whitespace. 15
Errors '>' is not preceded with whitespace. 15
Errors '<' is not preceded with whitespace. 15
Errors '<' is not followed by whitespace. 15
Errors '>' is not preceded with whitespace. 15
Errors '>' is not followed by whitespace. 15
Errors Missing a Javadoc comment. 16
Errors '<' is not preceded with whitespace. 16
Errors '<' is not followed by whitespace. 16
Errors '>' is not preceded with whitespace. 16
Errors '<' is not preceded with whitespace. 16
Errors '<' is not followed by whitespace. 16
Errors '>' is not preceded with whitespace. 16
Errors '>' is not followed by whitespace. 16
Errors Line has trailing spaces. 17
Errors Line contains a tab character. 17
Errors Missing a Javadoc comment. 18
Errors '{' is not followed by whitespace. 18
Errors '}' is not preceded with whitespace. 18
Errors Line has trailing spaces. 19
Errors Missing a Javadoc comment. 20
Errors Parameter u should be final. 20
Errors '{' is not preceded with whitespace. 20
Errors Line contains a tab character. 21
Errors 'if' is not followed by whitespace. 21
Errors '{' is not preceded with whitespace. 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Line contains a tab character. 24
Errors Line contains a tab character. 25
Errors Line contains a tab character. 26
Errors Line has trailing spaces. 28
Errors Line contains a tab character. 29
Errors Method 'getDomainObject' is not designed for extension - needs to be abstract, final or empty. 29
Errors Missing a Javadoc comment. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 38
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 43
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 43
Errors Missing a Javadoc comment. 43
Errors Parameter id should be final. 43
Errors 'id' hides a field. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 47
Errors Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. 47
Errors Missing a Javadoc comment. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 51
Errors Method 'setLogin' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Parameter login should be final. 51
Errors 'login' hides a field. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Errors Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Parameter password should be final. 59
Errors 'password' hides a field. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Errors Method 'getScheduledChanges' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line is longer than 80 characters. 67
Errors Line contains a tab character. 67
Errors Method 'setScheduledChanges' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Parameter scheduledChanges should be final. 67
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors 'scheduledChanges' hides a field. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Errors Method 'getCreatedAgents' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors '<' is not preceded with whitespace. 71
Errors '<' is not followed by whitespace. 71
Errors '>' is not preceded with whitespace. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 75
Errors Method 'setCreatedAgents' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter createdAgents should be final. 75
Errors '<' is not preceded with whitespace. 75
Errors '<' is not followed by whitespace. 75
Errors '>' is not preceded with whitespace. 75
Errors 'createdAgents' hides a field. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 79
Errors Method 'getModifiedBehaviors' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors '<' is not preceded with whitespace. 79
Errors '<' is not followed by whitespace. 79
Errors '>' is not preceded with whitespace. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 83
Errors Method 'setModifiedBehaviors' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Parameter modifiedBehaviors should be final. 83
Errors '<' is not preceded with whitespace. 83
Errors '<' is not followed by whitespace. 83
Errors '>' is not preceded with whitespace. 83
Errors 'modifiedBehaviors' hides a field. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line has trailing spaces. 86
Errors Line contains a tab character. 86
Errors Line has trailing spaces. 87
Errors Line contains a tab character. 87

sk/barti/diplomovka/amt/vo/ValueObject.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 5
Errors '{' is not preceded with whitespace. 5
Errors Line has trailing spaces. 6
Errors Line contains a tab character. 6
Errors Line contains a tab character. 7
Errors Missing a Javadoc comment. 7
Errors Redundant 'public' modifier. 7

sk/barti/diplomovka/amt/vo/enumerations/BehaviorType.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Line contains a tab character. 6
Errors Line contains a tab character. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Line contains a tab character. 8
Errors Line contains a tab character. 9
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 9
Errors Line has trailing spaces. 10
Errors Line contains a tab character. 10
Errors Line contains a tab character. 11
Errors Missing a Javadoc comment. 11
Errors '<' is not preceded with whitespace. 11
Errors '<' is not followed by whitespace. 11
Errors '>' is not preceded with whitespace. 11
Errors '{' is not preceded with whitespace. 11
Errors Line contains a tab character. 12
Errors Line contains a tab character. 13
Errors Line contains a tab character. 15
Errors Missing a Javadoc comment. 15
Errors Line contains a tab character. 16
Errors Line contains a tab character. 17
Errors Line has trailing spaces. 18
Errors Line contains a tab character. 18
Errors Line contains a tab character. 19
Errors Missing a Javadoc comment. 19
Errors '<' is not preceded with whitespace. 19
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors '{' is not preceded with whitespace. 19
Errors Line contains a tab character. 20
Errors Line contains a tab character. 21
Errors Line has trailing spaces. 22
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Missing a Javadoc comment. 23
Errors '<' is not preceded with whitespace. 23
Errors '<' is not followed by whitespace. 23
Errors '>' is not preceded with whitespace. 23
Errors '{' is not preceded with whitespace. 23
Errors Line contains a tab character. 24
Errors Line contains a tab character. 25

sk/barti/diplomovka/amt/vo/enumerations/DeletedState.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Line contains a tab character. 6
Errors Missing a Javadoc comment. 6
Errors Missing a Javadoc comment. 6

sk/barti/diplomovka/amt/vo/enumerations/PlatformRequestState.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Line contains a tab character. 4
Errors Missing a Javadoc comment. 4
Errors Missing a Javadoc comment. 4
Errors Missing a Javadoc comment. 4
Errors Line has trailing spaces. 5
Errors Line contains a tab character. 5
Errors Line contains a tab character. 6
Errors Missing a Javadoc comment. 6
Errors Line contains a tab character. 7
Errors Line contains a tab character. 8

sk/barti/diplomovka/amt/vo/enumerations/RuntimeAgentState.java

Violation Message Line
Errors Missing a Javadoc comment. 6
Errors Line contains a tab character. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Line has trailing spaces. 8
Errors Line contains a tab character. 8
Errors Line contains a tab character. 9
Errors Missing a Javadoc comment. 9
Errors '<' is not preceded with whitespace. 9
Errors '<' is not followed by whitespace. 9
Errors '>' is not preceded with whitespace. 9
Errors '{' is not preceded with whitespace. 9
Errors Line contains a tab character. 10
Errors Line contains a tab character. 11

sk/barti/diplomovka/amt/vo/enumerations/RuntimeBehaviorState.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Line contains a tab character. 6
Errors Missing a Javadoc comment. 6
Errors Missing a Javadoc comment. 6
Errors Line has trailing spaces. 7
Errors Line contains a tab character. 7
Errors Line contains a tab character. 8
Errors Missing a Javadoc comment. 8
Errors '<' is not preceded with whitespace. 8
Errors '<' is not followed by whitespace. 8
Errors '>' is not preceded with whitespace. 8
Errors '{' is not preceded with whitespace. 8
Errors Line contains a tab character. 9
Errors Line contains a tab character. 10

sk/barti/diplomovka/amt/vo/enumerations/RuntimeState.java

Violation Message Line
Errors Line has trailing spaces. 5
Errors Line has trailing spaces. 7

sk/barti/diplomovka/amt/vo/enumerations/package.html

Violation Message Line
Errors Missing package documentation file. 0

sk/barti/diplomovka/amt/vo/package.html

Violation Message Line
Errors Missing package documentation file. 0