Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
3743304108

Rules

RulesViolationsSeverity
PackageHtml7warning Warning
JavadocType9warning Warning
JavadocMethod139warning Warning
JavadocVariable59warning Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
22warning Warning
AbstractClassName
  • format: "^[A-Z][a-zA-Z0-9]*$"
0warning Warning
ConstantName
  • format: "^[A-Z](_?[A-Z0-9]+)*$"
0warning Warning
LocalFinalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0warning Warning
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0warning Warning
MemberName
  • format: "^[a-z][a-zA-Z0-9]*$"
0warning Warning
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0warning Warning
PackageName
  • format: "^[a-z]+(\.[a-z_][a-z_0-9]*)*$"
0warning Warning
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
0warning Warning
StaticVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0warning Warning
TypeName
  • format: "^[A-Z][a-zA-Z0-9]*$"
0warning Warning
AvoidStarImport3error Error
IllegalImport
  • illegalPkgs: "sun"
0warning Warning
RedundantImport0error Error
UnusedImports9error Error
MethodParamPad0warning Warning
NoWhitespaceAfter0warning Warning
NoWhitespaceBefore0warning Warning
OperatorWrap0warning Warning
ParenPad0warning Warning
TabCharacter0error Error
TypecastParenPad0warning Warning
WhitespaceAfter
  • tokens: "COMMA, SEMI"
0warning Warning
WhitespaceAround35warning Warning
ModifierOrder0error Error
EmptyBlock
  • option: "text"
1error Error
LeftCurly
  • option: "nl"
78error Error
NeedBraces1error Error
RightCurly
  • option: "alone"
1warning Warning
AvoidNestedBlocks
  • allowInSwitchCase: "true"
0warning Warning
AvoidInlineConditionals5warning Warning
CovariantEquals0warning Warning
DeclarationOrder2warning Warning
DefaultComesLast0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0warning Warning
ExplicitInitialization4info Info
HiddenField39info Info
IllegalCatch0warning Warning
IllegalType0warning Warning
InnerAssignment0warning Warning
JUnitTestCase0error Error
MagicNumber2error Error
MissingCtor23warning Warning
MissingSwitchDefault0warning Warning
MultipleVariableDeclarations0info Info
ParameterAssignment0warning Warning
PackageDeclaration0error Error
SimplifyBooleanExpression0warning Warning
SimplifyBooleanReturn0warning Warning
StringLiteralEquality0warning Warning
SuperClone0warning Warning
SuperFinalize0warning Warning
FinalClass0warning Warning
HideUtilityClassConstructor3error Error
InterfaceIsType0warning Warning
MutableException0error Error
VisibilityModifier
  • packageAllowed: "true"
  • publicMemberPattern: "^serialVersionUID$"
  • protectedAllowed: "true"
0warning Warning
BooleanExpressionComplexity0info Info
ClassDataAbstractionCoupling0info Info
ClassFanOutComplexity0info Info
CyclomaticComplexity0info Info
NPathComplexity0info Info
ArrayTypeStyle
  • javaStyle: "true"
0warning Warning
Indentation
  • basicOffset: "4"
  • caseIndent: "4"
  • braceAdjustment: "0"
2warning Warning
GenericIllegalRegexp
  • format: "System\.out\.print"
11error Error
GenericIllegalRegexp
  • format: "System\.err\.print"
11error Error
GenericIllegalRegexp
  • format: "\.printStackTrace"
11error Error
TodoComment0info Info
UpperEll0warning Warning

Files

Filesinfowarningerror
uk/co/exemel/watchdog/console/domain/IHostManager.java020
uk/co/exemel/watchdog/console/web/project/ProjectModel.java2118
uk/co/exemel/watchdog/console/web/filters/RequestResponseSizeFilter.java57443
uk/co/exemel/watchdog/console/domain/ProjectManagerFactory.java031
uk/co/exemel/watchdog/console/persistence/IProjectDAO.java010
uk/co/exemel/watchdog/console/receivers/package.html010
uk/co/exemel/watchdog/console/persistence/package.html010
uk/co/exemel/watchdog/console/domain/DummyProjectManager.java063
uk/co/exemel/watchdog/console/domain/ProjectHostDTO.java4144
uk/co/exemel/watchdog/console/processors/package.html010
uk/co/exemel/watchdog/console/domain/package.html010
uk/co/exemel/watchdog/console/web/project/OpenProjectTableRow.java256
uk/co/exemel/watchdog/console/processors/ProcessorManager.java020
uk/co/exemel/watchdog/console/web/menu/MenuModel.java175
uk/co/exemel/watchdog/console/receivers/FileReceiver.java020
uk/co/exemel/watchdog/console/domain/DummyHostManager.java032
uk/co/exemel/watchdog/console/domain/ProjectManager.java063
uk/co/exemel/watchdog/console/web/project/package.html010
uk/co/exemel/watchdog/console/web/project/NewProjectView.java3142
uk/co/exemel/watchdog/console/domain/ProjectExistsException.java050
uk/co/exemel/watchdog/console/receivers/ReceiverManager.java031
uk/co/exemel/watchdog/console/domain/HostDTO.java4150
uk/co/exemel/watchdog/console/receivers/JMSReceiver.java2250
uk/co/exemel/watchdog/console/web/menu/package.html010
uk/co/exemel/watchdog/console/processors/ITimingProcessor.java020
uk/co/exemel/watchdog/console/web/project/OpenProjectView.java51710
uk/co/exemel/watchdog/console/domain/HostManagerFactory.java031
uk/co/exemel/watchdog/console/web/filters/package.html010
uk/co/exemel/watchdog/console/web/menu/MenuView.java157
uk/co/exemel/watchdog/console/domain/HostManager.java020
uk/co/exemel/watchdog/console/web/project/AssignHostRangesView.java153
uk/co/exemel/watchdog/console/domain/IProjectManager.java050
uk/co/exemel/watchdog/console/domain/ProjectDTO.java4150
uk/co/exemel/watchdog/console/web/project/AssignHostsView.java3226
uk/co/exemel/watchdog/console/processors/DatabaseSaveProcessor.java040
uk/co/exemel/watchdog/console/web/project/ProjectHostTableRow.java5140
uk/co/exemel/watchdog/console/web/project/CloseProjectCommand.java153

Details

uk/co/exemel/watchdog/console/domain/IHostManager.java

ViolationMessageLine
warningJavadoc has empty description section.21
warningMissing a Javadoc comment.27

uk/co/exemel/watchdog/console/web/project/ProjectModel.java

ViolationMessageLine
errorUnused import - java.util.Map.8
warningMissing a Javadoc comment.10
warningClass should define a constructor.10
warningMissing a Javadoc comment.13
warningMissing a Javadoc comment.14
warningMissing a Javadoc comment.16
error'{' should be on a new line.16
error'{' should be on a new line.26
warningMissing a Javadoc comment.31
warningMissing a Javadoc comment.38
error'{' should be on a new line.38
warningMissing a Javadoc comment.42
info'currentProject' hides a field.42
error'{' should be on a new line.42
warningMissing a Javadoc comment.46
error'{' should be on a new line.46
warningMissing a Javadoc comment.51
error'{' should be on a new line.51
warningMissing a Javadoc comment.55
info'datedHosts' hides a field.55
error'{' should be on a new line.55

uk/co/exemel/watchdog/console/web/filters/RequestResponseSizeFilter.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.servlet.*.3
errorUsing the '.*' form of import should be avoided - java.io.*.8
errorUnused import - java.util.Enumeration.9
warningClass should define a constructor.18
error'{' should be on a new line.18
warningMissing a Javadoc comment.20
error'{' should be on a new line.20
warningMissing a Javadoc comment.24
error'{' should be on a new line.24
errorLine matches the illegal pattern 'System\.out\.print'.30
errorLine matches the illegal pattern 'System\.out\.print'.40
warningAvoid inline conditionals.42
errorLine matches the illegal pattern 'System\.out\.print'.44
errorLine matches the illegal pattern 'System\.out\.print'.45
errorLine matches the illegal pattern 'System\.out\.print'.56
errorLine matches the illegal pattern 'System\.out\.print'.57
warningAvoid inline conditionals.62
warningAvoid inline conditionals.63
errorLine matches the illegal pattern 'System\.out\.print'.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
warning'+' is not preceded with whitespace.68
warning'+' is not followed by whitespace.68
errorLine matches the illegal pattern 'System\.out\.print'.69
warningMissing a Javadoc comment.72
error'{' should be on a new line.72
warningMissing a Javadoc comment.76
error'{' should be on a new line.76
warningMissing a Javadoc comment.78
warningMissing a Javadoc comment.79
warningMissing a Javadoc comment.80
warningMissing a Javadoc comment.82
error'{' should be on a new line.82
warningMissing a Javadoc comment.87
error'{' should be on a new line.87
warningMissing a Javadoc comment.98
error'{' should be on a new line.98
warningMissing a Javadoc comment.109
warningAvoid inline conditionals.111
warningMissing a Javadoc comment.114
warningMissing a Javadoc comment.116
warningMissing a Javadoc comment.117
warningVariable access definition in wrong order.117
infoVariable 'bytesRead' explicitly initialized to '0' (default value for its type).117
warningMissing a Javadoc comment.119
info'origStream' hides a field.119
error'{' should be on a new line.119
warningMissing a Javadoc comment.123
error'{' should be on a new line.123
warningMissing a Javadoc comment.130
error'{' should be on a new line.130
warningMissing a Javadoc comment.131
infoVariable 'origResponse' explicitly initialized to 'null' (default value for its type).131
warningMissing a Javadoc comment.132
infoVariable 'stream' explicitly initialized to 'null' (default value for its type).132
warningMissing a Javadoc comment.133
infoVariable 'writer' explicitly initialized to 'null' (default value for its type).133
warningMissing a Javadoc comment.134
warningMissing a Javadoc comment.136
error'{' should be on a new line.136
warningMissing a Javadoc comment.141
error'{' should be on a new line.141
error'{' should be on a new line.142
error'{' should be on a new line.143
warning'}' should be alone on a line.145
error'{' should be on a new line.145
error'{' should be on a new line.146
error'{' should be on a new line.151
errorEmpty catch block.151
warningMissing a Javadoc comment.155
error'{' should be on a new line.155
warningMissing a Javadoc comment.159
error'{' should be on a new line.159
error'{' should be on a new line.160
error'if' construct must use '{}'s.164
warningMissing a Javadoc comment.169
error'{' should be on a new line.169
error'{' should be on a new line.170
error'{' should be on a new line.174
warningMissing a Javadoc comment.184
error'{' should be on a new line.184
warningMissing a Javadoc comment.189
error'{' should be on a new line.189
warningMissing a Javadoc comment.194
error'{' should be on a new line.194
warningMissing a Javadoc comment.198
error'{' should be on a new line.198
warningAvoid inline conditionals.200
warningMissing a Javadoc comment.203
warningMissing a Javadoc comment.205
warningMissing a Javadoc comment.206
warningVariable access definition in wrong order.206
warningMissing a Javadoc comment.208
error'{' should be on a new line.208
warningctor def child at indentation level 15 not at correct indentation, 16209
warningMissing a Javadoc comment.212
error'{' should be on a new line.212

uk/co/exemel/watchdog/console/domain/ProjectManagerFactory.java

ViolationMessageLine
warningJavadoc has empty description section.19
warningClass should define a constructor.23
errorUtility classes should not have a public or default constructor.23
warningMissing a Javadoc comment.25

uk/co/exemel/watchdog/console/persistence/IProjectDAO.java

ViolationMessageLine
warningJavadoc has empty description section.19

uk/co/exemel/watchdog/console/receivers/package.html

ViolationMessageLine
warningMissing package documentation file.0

uk/co/exemel/watchdog/console/persistence/package.html

ViolationMessageLine
warningMissing package documentation file.0

uk/co/exemel/watchdog/console/domain/DummyProjectManager.java

ViolationMessageLine
warningJavadoc has empty description section.22
warningClass should define a constructor.26
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.37
error'{' should be on a new line.37
warningMissing a Javadoc comment.42
error'{' should be on a new line.42
warningMissing a Javadoc comment.80
error'{' should be on a new line.80

uk/co/exemel/watchdog/console/domain/ProjectHostDTO.java

ViolationMessageLine
warningJavadoc has empty description section.21
warningClass should define a constructor.25
warningMissing a Javadoc comment.27
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.30
warningMissing a Javadoc comment.32
warningMissing a Javadoc comment.37
info'host' hides a field.37
warningMissing a Javadoc comment.42
warningMissing a Javadoc comment.47
info'project' hides a field.47
warningMissing a Javadoc comment.52
error'{' should be on a new line.52
warningMissing a Javadoc comment.56
info'startTime' hides a field.56
error'{' should be on a new line.56
warningMissing a Javadoc comment.60
error'{' should be on a new line.60
warningMissing a Javadoc comment.64
info'endTime' hides a field.64
error'{' should be on a new line.64

uk/co/exemel/watchdog/console/processors/package.html

ViolationMessageLine
warningMissing package documentation file.0

uk/co/exemel/watchdog/console/domain/package.html

ViolationMessageLine
warningMissing package documentation file.0

uk/co/exemel/watchdog/console/web/project/OpenProjectTableRow.java

ViolationMessageLine
errorUnused import - uk.co.exemel.watchdog.console.domain.ProjectHostDTO.4
errorUnused import - java.util.List.6
warningMissing a Javadoc comment.8
error'{' should be on a new line.8
warningMissing a Javadoc comment.9
warningMissing a Javadoc comment.11
info'project' hides a field.11
error'{' should be on a new line.11
warningMissing a Javadoc comment.15
error'{' should be on a new line.15
warningMissing a Javadoc comment.19
info'project' hides a field.19
error'{' should be on a new line.19

uk/co/exemel/watchdog/console/processors/ProcessorManager.java

ViolationMessageLine
warningJavadoc has empty description section.19
warningClass should define a constructor.23

uk/co/exemel/watchdog/console/web/menu/MenuModel.java

ViolationMessageLine
errorUnused import - org.apache.myfaces.custom.navmenu.UINavigationMenuItem.3
warningMissing a Javadoc comment.11
warningClass should define a constructor.11
error'{' should be on a new line.11
warningMissing a Javadoc comment.13
warningMissing a Javadoc comment.15
warningMissing a Javadoc comment.39
error'{' should be on a new line.39
info'projectModel' hides a field.40
warningMissing a Javadoc comment.66
error'{' should be on a new line.66
warningMissing a Javadoc comment.80
error'{' should be on a new line.80

uk/co/exemel/watchdog/console/receivers/FileReceiver.java

ViolationMessageLine
warningJavadoc has empty description section.19
warningClass should define a constructor.23

uk/co/exemel/watchdog/console/domain/DummyHostManager.java

ViolationMessageLine
warningJavadoc has empty description section.22
warningClass should define a constructor.26
warningMissing a Javadoc comment.28
error'3' is a magic number.38
error'4' is a magic number.48

uk/co/exemel/watchdog/console/domain/ProjectManager.java

ViolationMessageLine
warningJavadoc has empty description section.21
warningClass should define a constructor.25
warningMissing a Javadoc comment.27
warningMissing a Javadoc comment.33
error'{' should be on a new line.33
warningMissing a Javadoc comment.37
error'{' should be on a new line.37
warningMissing a Javadoc comment.42
error'{' should be on a new line.42

uk/co/exemel/watchdog/console/web/project/package.html

ViolationMessageLine
warningMissing package documentation file.0

uk/co/exemel/watchdog/console/web/project/NewProjectView.java

ViolationMessageLine
warningJavadoc has empty description section.27
warningClass should define a constructor.31
warningMissing a Javadoc comment.34
warningMissing a Javadoc comment.35
warningMissing a Javadoc comment.36
warningMissing a Javadoc comment.39
error'{' should be on a new line.39
warningMissing a Javadoc comment.43
info'projectModel' hides a field.43
error'{' should be on a new line.43
warningMissing a Javadoc comment.47
warningMissing a Javadoc comment.52
info'name' hides a field.52
warningMissing a Javadoc comment.57
warningMissing a Javadoc comment.62
info'description' hides a field.62
warningMissing a Javadoc comment.67
warningMissing a Javadoc comment.71
warningMissing a Javadoc comment.88

uk/co/exemel/watchdog/console/domain/ProjectExistsException.java

ViolationMessageLine
warningJavadoc has empty description section.19
warningMissing a Javadoc comment.25
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.34
warningMissing a Javadoc comment.39

uk/co/exemel/watchdog/console/receivers/ReceiverManager.java

ViolationMessageLine
warningJavadoc has empty description section.21
warningClass should define a constructor.25
errorUtility classes should not have a public or default constructor.25
warningMissing a Javadoc comment.27

uk/co/exemel/watchdog/console/domain/HostDTO.java

ViolationMessageLine
warningJavadoc has empty description section.22
warningClass should define a constructor.26
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.30
warningMissing a Javadoc comment.31
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.38
info'address' hides a field.38
warningMissing a Javadoc comment.43
warningMissing a Javadoc comment.48
warningMissing a Javadoc comment.53
info'name' hides a field.53
warningMissing a Javadoc comment.58
warningMissing a Javadoc comment.63
info'id' hides a field.63
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.73
info'projectHosts' hides a field.73

uk/co/exemel/watchdog/console/receivers/JMSReceiver.java

ViolationMessageLine
warningJavadoc has empty description section.42
warningClass should define a constructor.46
warningMissing a Javadoc comment.49
warningMissing a Javadoc comment.50
warningMissing a Javadoc comment.51
warningMissing a Javadoc comment.52
warningMissing a Javadoc comment.53
warningMissing a Javadoc comment.55
warningMissing a Javadoc comment.57
warningMissing a Javadoc comment.58
warningMissing a Javadoc comment.59
warningMissing a Javadoc comment.60
warningMissing a Javadoc comment.61
warningMissing a Javadoc comment.62
warningMissing a Javadoc comment.63
warningMissing a Javadoc comment.64
warningMissing a Javadoc comment.66
warningMissing a Javadoc comment.71
info'enabled' hides a field.71
warningMissing a Javadoc comment.76
info'name' hides a field.76
warningMissing a Javadoc comment.81
warningMissing a Javadoc comment.125
warningMissing a Javadoc comment.142
warningMissing a Javadoc comment.193
warningMissing a Javadoc comment.235
warningMissing a Javadoc comment.252

uk/co/exemel/watchdog/console/web/menu/package.html

ViolationMessageLine
warningMissing package documentation file.0

uk/co/exemel/watchdog/console/processors/ITimingProcessor.java

ViolationMessageLine
warningJavadoc has empty description section.21
warningMissing a Javadoc comment.27

uk/co/exemel/watchdog/console/web/project/OpenProjectView.java

ViolationMessageLine
warningMissing a Javadoc comment.9
warningClass should define a constructor.9
warningMissing a Javadoc comment.12
warningMissing a Javadoc comment.13
warningMissing a Javadoc comment.14
warningMissing a Javadoc comment.15
warningMissing a Javadoc comment.18
error'{' should be on a new line.18
warningMissing a Javadoc comment.22
info'projectModel' hides a field.22
error'{' should be on a new line.22
warningMissing a Javadoc comment.28
error'{' should be on a new line.28
warningMissing a Javadoc comment.32
info'projects' hides a field.32
error'{' should be on a new line.32
warningMissing a Javadoc comment.37
error'{' should be on a new line.37
warningMissing a Javadoc comment.41
info'projectRows' hides a field.41
error'{' should be on a new line.41
warningMissing a Javadoc comment.46
error'{' should be on a new line.46
warningMissing a Javadoc comment.50
info'selectedProjectId' hides a field.50
error'{' should be on a new line.50
warningMissing a Javadoc comment.54
info'projects' hides a field.54
error'{' should be on a new line.54
error'{' should be on a new line.57
warningwhile child at indentation level 16 not at correct indentation, 1259
warningMissing a Javadoc comment.64

uk/co/exemel/watchdog/console/domain/HostManagerFactory.java

ViolationMessageLine
warningJavadoc has empty description section.19
warningClass should define a constructor.23
errorUtility classes should not have a public or default constructor.23
warningMissing a Javadoc comment.25

uk/co/exemel/watchdog/console/web/filters/package.html

ViolationMessageLine
warningMissing package documentation file.0

uk/co/exemel/watchdog/console/web/menu/MenuView.java

ViolationMessageLine
errorUnused import - org.apache.myfaces.custom.navmenu.UINavigationMenuItem.3
errorUnused import - org.apache.myfaces.custom.navmenu.jscookmenu.HtmlCommandJSCookMenu.4
errorUnused import - javax.faces.component.UIComponent.6
warningClass should define a constructor.16
error'{' should be on a new line.16
warningMissing a Javadoc comment.17
warningMissing a Javadoc comment.20
error'{' should be on a new line.20
warningMissing a Javadoc comment.24
info'menuModel' hides a field.24
error'{' should be on a new line.24
warningMissing a Javadoc comment.28
error'{' should be on a new line.28

uk/co/exemel/watchdog/console/domain/HostManager.java

ViolationMessageLine
warningJavadoc has empty description section.19
warningClass should define a constructor.23

uk/co/exemel/watchdog/console/web/project/AssignHostRangesView.java

ViolationMessageLine
errorUnused import - org.apache.shale.view.AbstractViewController.3
warningMissing a Javadoc comment.5
warningClass should define a constructor.5
warningMissing a Javadoc comment.7
warningMissing a Javadoc comment.10
error'{' should be on a new line.10
warningMissing a Javadoc comment.14
info'projectModel' hides a field.14
error'{' should be on a new line.14

uk/co/exemel/watchdog/console/domain/IProjectManager.java

ViolationMessageLine
warningJavadoc has empty description section.21
warningMissing a Javadoc comment.27
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.31
warningMissing a Javadoc comment.33

uk/co/exemel/watchdog/console/domain/ProjectDTO.java

ViolationMessageLine
warningJavadoc has empty description section.22
warningClass should define a constructor.26
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.30
warningMissing a Javadoc comment.31
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.38
warningMissing a Javadoc comment.43
info'id' hides a field.43
warningMissing a Javadoc comment.48
warningMissing a Javadoc comment.53
info'name' hides a field.53
warningMissing a Javadoc comment.58
warningMissing a Javadoc comment.63
info'description' hides a field.63
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.73
info'projectHosts' hides a field.73

uk/co/exemel/watchdog/console/web/project/AssignHostsView.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - uk.co.exemel.watchdog.console.domain.*.19
warningJavadoc has empty description section.25
warningClass should define a constructor.29
warningMissing a Javadoc comment.31
warningMissing a Javadoc comment.32
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.36
error'{' should be on a new line.36
warningMissing a Javadoc comment.40
info'projectModel' hides a field.40
error'{' should be on a new line.40
warningMissing a Javadoc comment.44
warningMissing a Javadoc comment.49
info'project' hides a field.49
warningMissing a Javadoc comment.54
warningMissing a Javadoc comment.59
info'projectHostRows' hides a field.59
warningMissing a Javadoc comment.64
errorLine matches the illegal pattern 'System\.out\.print'.67
warning'+' is not preceded with whitespace.67
warning'+' is not followed by whitespace.67
warningMissing a Javadoc comment.72
errorLine matches the illegal pattern 'System\.out\.print'.74
warning'+' is not preceded with whitespace.74
warning'+' is not followed by whitespace.74
warningMissing a Javadoc comment.79
errorLine matches the illegal pattern 'System\.out\.print'.90
warning'+' is not preceded with whitespace.90
warning'+' is not followed by whitespace.90
warningMissing a Javadoc comment.115
warningMissing a Javadoc comment.120

uk/co/exemel/watchdog/console/processors/DatabaseSaveProcessor.java

ViolationMessageLine
warningJavadoc has empty description section.22
warningClass should define a constructor.26
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.30

uk/co/exemel/watchdog/console/web/project/ProjectHostTableRow.java

ViolationMessageLine
warningJavadoc has empty description section.21
warningMissing a Javadoc comment.27
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.30
warningMissing a Javadoc comment.32
info'host' hides a field.32
warningMissing a Javadoc comment.38
warningMissing a Javadoc comment.43
info'selected' hides a field.43
warningMissing a Javadoc comment.48
warningMissing a Javadoc comment.53
info'host' hides a field.53
warningMissing a Javadoc comment.58
warningMissing a Javadoc comment.63
info'chooseDateRange' hides a field.63
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.73
info'attached' hides a field.73

uk/co/exemel/watchdog/console/web/project/CloseProjectCommand.java

ViolationMessageLine
warningClass should define a constructor.10
error'{' should be on a new line.10
warningMissing a Javadoc comment.12
warningMissing a Javadoc comment.15
error'{' should be on a new line.15
warningMissing a Javadoc comment.19
info'projectModel' hides a field.19
error'{' should be on a new line.19
warningMissing a Javadoc comment.23