The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
37 | 43 | 304 | 108 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 7 | Warning |
JavadocType | 9 | Warning |
JavadocMethod | 139 | Warning |
JavadocVariable | 59 | Warning |
JavadocStyle
| 22 | Warning |
AbstractClassName
| 0 | Warning |
ConstantName
| 0 | Warning |
LocalFinalVariableName
| 0 | Warning |
LocalVariableName
| 0 | Warning |
MemberName
| 0 | Warning |
MethodName
| 0 | Warning |
PackageName
| 0 | Warning |
ParameterName
| 0 | Warning |
StaticVariableName
| 0 | Warning |
TypeName
| 0 | Warning |
AvoidStarImport | 3 | Error |
IllegalImport
| 0 | Warning |
RedundantImport | 0 | Error |
UnusedImports | 9 | Error |
MethodParamPad | 0 | Warning |
NoWhitespaceAfter | 0 | Warning |
NoWhitespaceBefore | 0 | Warning |
OperatorWrap | 0 | Warning |
ParenPad | 0 | Warning |
TabCharacter | 0 | Error |
TypecastParenPad | 0 | Warning |
WhitespaceAfter
| 0 | Warning |
WhitespaceAround | 35 | Warning |
ModifierOrder | 0 | Error |
EmptyBlock
| 1 | Error |
LeftCurly
| 78 | Error |
NeedBraces | 1 | Error |
RightCurly
| 1 | Warning |
AvoidNestedBlocks
| 0 | Warning |
AvoidInlineConditionals | 5 | Warning |
CovariantEquals | 0 | Warning |
DeclarationOrder | 2 | Warning |
DefaultComesLast | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Warning |
ExplicitInitialization | 4 | Info |
HiddenField | 39 | Info |
IllegalCatch | 0 | Warning |
IllegalType | 0 | Warning |
InnerAssignment | 0 | Warning |
JUnitTestCase | 0 | Error |
MagicNumber | 2 | Error |
MissingCtor | 23 | Warning |
MissingSwitchDefault | 0 | Warning |
MultipleVariableDeclarations | 0 | Info |
ParameterAssignment | 0 | Warning |
PackageDeclaration | 0 | Error |
SimplifyBooleanExpression | 0 | Warning |
SimplifyBooleanReturn | 0 | Warning |
StringLiteralEquality | 0 | Warning |
SuperClone | 0 | Warning |
SuperFinalize | 0 | Warning |
FinalClass | 0 | Warning |
HideUtilityClassConstructor | 3 | Error |
InterfaceIsType | 0 | Warning |
MutableException | 0 | Error |
VisibilityModifier
| 0 | Warning |
BooleanExpressionComplexity | 0 | Info |
ClassDataAbstractionCoupling | 0 | Info |
ClassFanOutComplexity | 0 | Info |
CyclomaticComplexity | 0 | Info |
NPathComplexity | 0 | Info |
ArrayTypeStyle
| 0 | Warning |
Indentation
| 2 | Warning |
GenericIllegalRegexp
| 11 | Error |
GenericIllegalRegexp
| 11 | Error |
GenericIllegalRegexp
| 11 | Error |
TodoComment | 0 | Info |
UpperEll | 0 | Warning |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 21 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.Map. | 8 | |
Missing a Javadoc comment. | 10 | |
Class should define a constructor. | 10 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
'{' should be on a new line. | 16 | |
'{' should be on a new line. | 26 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 38 | |
'{' should be on a new line. | 38 | |
Missing a Javadoc comment. | 42 | |
'currentProject' hides a field. | 42 | |
'{' should be on a new line. | 42 | |
Missing a Javadoc comment. | 46 | |
'{' should be on a new line. | 46 | |
Missing a Javadoc comment. | 51 | |
'{' should be on a new line. | 51 | |
Missing a Javadoc comment. | 55 | |
'datedHosts' hides a field. | 55 | |
'{' should be on a new line. | 55 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - javax.servlet.*. | 3 | |
Using the '.*' form of import should be avoided - java.io.*. | 8 | |
Unused import - java.util.Enumeration. | 9 | |
Class should define a constructor. | 18 | |
'{' should be on a new line. | 18 | |
Missing a Javadoc comment. | 20 | |
'{' should be on a new line. | 20 | |
Missing a Javadoc comment. | 24 | |
'{' should be on a new line. | 24 | |
Line matches the illegal pattern 'System\.out\.print'. | 30 | |
Line matches the illegal pattern 'System\.out\.print'. | 40 | |
Avoid inline conditionals. | 42 | |
Line matches the illegal pattern 'System\.out\.print'. | 44 | |
Line matches the illegal pattern 'System\.out\.print'. | 45 | |
Line matches the illegal pattern 'System\.out\.print'. | 56 | |
Line matches the illegal pattern 'System\.out\.print'. | 57 | |
Avoid inline conditionals. | 62 | |
Avoid inline conditionals. | 63 | |
Line matches the illegal pattern 'System\.out\.print'. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
Line matches the illegal pattern 'System\.out\.print'. | 69 | |
Missing a Javadoc comment. | 72 | |
'{' should be on a new line. | 72 | |
Missing a Javadoc comment. | 76 | |
'{' should be on a new line. | 76 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 82 | |
'{' should be on a new line. | 82 | |
Missing a Javadoc comment. | 87 | |
'{' should be on a new line. | 87 | |
Missing a Javadoc comment. | 98 | |
'{' should be on a new line. | 98 | |
Missing a Javadoc comment. | 109 | |
Avoid inline conditionals. | 111 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 117 | |
Variable access definition in wrong order. | 117 | |
Variable 'bytesRead' explicitly initialized to '0' (default value for its type). | 117 | |
Missing a Javadoc comment. | 119 | |
'origStream' hides a field. | 119 | |
'{' should be on a new line. | 119 | |
Missing a Javadoc comment. | 123 | |
'{' should be on a new line. | 123 | |
Missing a Javadoc comment. | 130 | |
'{' should be on a new line. | 130 | |
Missing a Javadoc comment. | 131 | |
Variable 'origResponse' explicitly initialized to 'null' (default value for its type). | 131 | |
Missing a Javadoc comment. | 132 | |
Variable 'stream' explicitly initialized to 'null' (default value for its type). | 132 | |
Missing a Javadoc comment. | 133 | |
Variable 'writer' explicitly initialized to 'null' (default value for its type). | 133 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 136 | |
'{' should be on a new line. | 136 | |
Missing a Javadoc comment. | 141 | |
'{' should be on a new line. | 141 | |
'{' should be on a new line. | 142 | |
'{' should be on a new line. | 143 | |
'}' should be alone on a line. | 145 | |
'{' should be on a new line. | 145 | |
'{' should be on a new line. | 146 | |
'{' should be on a new line. | 151 | |
Empty catch block. | 151 | |
Missing a Javadoc comment. | 155 | |
'{' should be on a new line. | 155 | |
Missing a Javadoc comment. | 159 | |
'{' should be on a new line. | 159 | |
'{' should be on a new line. | 160 | |
'if' construct must use '{}'s. | 164 | |
Missing a Javadoc comment. | 169 | |
'{' should be on a new line. | 169 | |
'{' should be on a new line. | 170 | |
'{' should be on a new line. | 174 | |
Missing a Javadoc comment. | 184 | |
'{' should be on a new line. | 184 | |
Missing a Javadoc comment. | 189 | |
'{' should be on a new line. | 189 | |
Missing a Javadoc comment. | 194 | |
'{' should be on a new line. | 194 | |
Missing a Javadoc comment. | 198 | |
'{' should be on a new line. | 198 | |
Avoid inline conditionals. | 200 | |
Missing a Javadoc comment. | 203 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 206 | |
Variable access definition in wrong order. | 206 | |
Missing a Javadoc comment. | 208 | |
'{' should be on a new line. | 208 | |
ctor def child at indentation level 15 not at correct indentation, 16 | 209 | |
Missing a Javadoc comment. | 212 | |
'{' should be on a new line. | 212 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 19 | |
Class should define a constructor. | 23 | |
Utility classes should not have a public or default constructor. | 23 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 19 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 22 | |
Class should define a constructor. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 37 | |
'{' should be on a new line. | 37 | |
Missing a Javadoc comment. | 42 | |
'{' should be on a new line. | 42 | |
Missing a Javadoc comment. | 80 | |
'{' should be on a new line. | 80 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 21 | |
Class should define a constructor. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 37 | |
'host' hides a field. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
'project' hides a field. | 47 | |
Missing a Javadoc comment. | 52 | |
'{' should be on a new line. | 52 | |
Missing a Javadoc comment. | 56 | |
'startTime' hides a field. | 56 | |
'{' should be on a new line. | 56 | |
Missing a Javadoc comment. | 60 | |
'{' should be on a new line. | 60 | |
Missing a Javadoc comment. | 64 | |
'endTime' hides a field. | 64 | |
'{' should be on a new line. | 64 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - uk.co.exemel.watchdog.console.domain.ProjectHostDTO. | 4 | |
Unused import - java.util.List. | 6 | |
Missing a Javadoc comment. | 8 | |
'{' should be on a new line. | 8 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
'project' hides a field. | 11 | |
'{' should be on a new line. | 11 | |
Missing a Javadoc comment. | 15 | |
'{' should be on a new line. | 15 | |
Missing a Javadoc comment. | 19 | |
'project' hides a field. | 19 | |
'{' should be on a new line. | 19 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 19 | |
Class should define a constructor. | 23 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.myfaces.custom.navmenu.UINavigationMenuItem. | 3 | |
Missing a Javadoc comment. | 11 | |
Class should define a constructor. | 11 | |
'{' should be on a new line. | 11 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 39 | |
'{' should be on a new line. | 39 | |
'projectModel' hides a field. | 40 | |
Missing a Javadoc comment. | 66 | |
'{' should be on a new line. | 66 | |
Missing a Javadoc comment. | 80 | |
'{' should be on a new line. | 80 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 19 | |
Class should define a constructor. | 23 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 22 | |
Class should define a constructor. | 26 | |
Missing a Javadoc comment. | 28 | |
'3' is a magic number. | 38 | |
'4' is a magic number. | 48 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 21 | |
Class should define a constructor. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 33 | |
'{' should be on a new line. | 33 | |
Missing a Javadoc comment. | 37 | |
'{' should be on a new line. | 37 | |
Missing a Javadoc comment. | 42 | |
'{' should be on a new line. | 42 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 27 | |
Class should define a constructor. | 31 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 39 | |
'{' should be on a new line. | 39 | |
Missing a Javadoc comment. | 43 | |
'projectModel' hides a field. | 43 | |
'{' should be on a new line. | 43 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
'name' hides a field. | 52 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
'description' hides a field. | 62 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 19 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 21 | |
Class should define a constructor. | 25 | |
Utility classes should not have a public or default constructor. | 25 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 22 | |
Class should define a constructor. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 38 | |
'address' hides a field. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
'name' hides a field. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
'id' hides a field. | 63 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 | |
'projectHosts' hides a field. | 73 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 42 | |
Class should define a constructor. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 71 | |
'enabled' hides a field. | 71 | |
Missing a Javadoc comment. | 76 | |
'name' hides a field. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 193 | |
Missing a Javadoc comment. | 235 | |
Missing a Javadoc comment. | 252 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 21 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Class should define a constructor. | 9 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 18 | |
'{' should be on a new line. | 18 | |
Missing a Javadoc comment. | 22 | |
'projectModel' hides a field. | 22 | |
'{' should be on a new line. | 22 | |
Missing a Javadoc comment. | 28 | |
'{' should be on a new line. | 28 | |
Missing a Javadoc comment. | 32 | |
'projects' hides a field. | 32 | |
'{' should be on a new line. | 32 | |
Missing a Javadoc comment. | 37 | |
'{' should be on a new line. | 37 | |
Missing a Javadoc comment. | 41 | |
'projectRows' hides a field. | 41 | |
'{' should be on a new line. | 41 | |
Missing a Javadoc comment. | 46 | |
'{' should be on a new line. | 46 | |
Missing a Javadoc comment. | 50 | |
'selectedProjectId' hides a field. | 50 | |
'{' should be on a new line. | 50 | |
Missing a Javadoc comment. | 54 | |
'projects' hides a field. | 54 | |
'{' should be on a new line. | 54 | |
'{' should be on a new line. | 57 | |
while child at indentation level 16 not at correct indentation, 12 | 59 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 19 | |
Class should define a constructor. | 23 | |
Utility classes should not have a public or default constructor. | 23 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.myfaces.custom.navmenu.UINavigationMenuItem. | 3 | |
Unused import - org.apache.myfaces.custom.navmenu.jscookmenu.HtmlCommandJSCookMenu. | 4 | |
Unused import - javax.faces.component.UIComponent. | 6 | |
Class should define a constructor. | 16 | |
'{' should be on a new line. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 20 | |
'{' should be on a new line. | 20 | |
Missing a Javadoc comment. | 24 | |
'menuModel' hides a field. | 24 | |
'{' should be on a new line. | 24 | |
Missing a Javadoc comment. | 28 | |
'{' should be on a new line. | 28 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 19 | |
Class should define a constructor. | 23 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.shale.view.AbstractViewController. | 3 | |
Missing a Javadoc comment. | 5 | |
Class should define a constructor. | 5 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 10 | |
'{' should be on a new line. | 10 | |
Missing a Javadoc comment. | 14 | |
'projectModel' hides a field. | 14 | |
'{' should be on a new line. | 14 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 21 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 22 | |
Class should define a constructor. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
'id' hides a field. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
'name' hides a field. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
'description' hides a field. | 63 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 | |
'projectHosts' hides a field. | 73 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - uk.co.exemel.watchdog.console.domain.*. | 19 | |
Javadoc has empty description section. | 25 | |
Class should define a constructor. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 36 | |
'{' should be on a new line. | 36 | |
Missing a Javadoc comment. | 40 | |
'projectModel' hides a field. | 40 | |
'{' should be on a new line. | 40 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
'project' hides a field. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 59 | |
'projectHostRows' hides a field. | 59 | |
Missing a Javadoc comment. | 64 | |
Line matches the illegal pattern 'System\.out\.print'. | 67 | |
'+' is not preceded with whitespace. | 67 | |
'+' is not followed by whitespace. | 67 | |
Missing a Javadoc comment. | 72 | |
Line matches the illegal pattern 'System\.out\.print'. | 74 | |
'+' is not preceded with whitespace. | 74 | |
'+' is not followed by whitespace. | 74 | |
Missing a Javadoc comment. | 79 | |
Line matches the illegal pattern 'System\.out\.print'. | 90 | |
'+' is not preceded with whitespace. | 90 | |
'+' is not followed by whitespace. | 90 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 120 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 22 | |
Class should define a constructor. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Javadoc has empty description section. | 21 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
'host' hides a field. | 32 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
'selected' hides a field. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
'host' hides a field. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
'chooseDateRange' hides a field. | 63 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 | |
'attached' hides a field. | 73 |
Violation | Message | Line |
---|---|---|
Class should define a constructor. | 10 | |
'{' should be on a new line. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 15 | |
'{' should be on a new line. | 15 | |
Missing a Javadoc comment. | 19 | |
'projectModel' hides a field. | 19 | |
'{' should be on a new line. | 19 | |
Missing a Javadoc comment. | 23 |