The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 4 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 0 | ![]() |
JavadocMethod | 64 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 67 | ![]() |
JavadocStyle | 15 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 3 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 141 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 5 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 2 | ![]() |
WhitespaceAround | 7 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 16 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 3 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 38 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 11 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 66 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 26 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'runner' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'projectToken' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'includes' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'excludes' must be private and have accessor methods. | 41 |
![]() | First sentence should end with a period. | 45 |
![]() | Parameter runner should be final. | 50 |
![]() | 'runner' hides a field. | 50 |
![]() | Expected @param tag for 'runner'. | 50 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'includePatterns' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'excludePatterns' must be private and have accessor methods. | 52 |
![]() | First sentence should end with a period. | 56 |
![]() | Parameter runner should be final. | 61 |
![]() | Expected @param tag for 'runner'. | 61 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | ',' is not followed by whitespace. | 97 |
![]() | ',' is not followed by whitespace. | 102 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '{' is not preceded with whitespace. | 119 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter value should be final. | 141 |
![]() | Parameter patterns should be final. | 141 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter file should be final. | 154 |
![]() | Line is longer than 80 characters. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.util.*. | 36 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'moduleTokens' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'ignorePomModules' must be private and have accessor methods. | 56 |
![]() | First sentence should end with a period. | 60 |
![]() | Parameter runner should be final. | 65 |
![]() | Expected @param tag for 'runner'. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'extract' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter root should be final. | 173 |
![]() | Parameter hierarchy should be final. | 173 |
![]() | 'for' is not followed by whitespace. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | '=' is not preceded with whitespace. | 180 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Parameter id should be final. | 190 |
![]() | '3' is a magic number. | 194 |
![]() | '3' is a magic number. | 195 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter dependencyElement should be final. | 201 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Parameter project should be final. | 207 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Parameter value should be final. | 224 |
![]() | Parameter patterns should be final. | 224 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - jetbrains.buildServer.agent.*. | 20 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | First sentence should end with a period. | 56 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Expected @param tag for 'eventDispatcher'. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | 'extensionHolder' hides a field. | 63 |
![]() | Expected @param tag for 'extensionHolder'. | 63 |
![]() | Method 'agentInitialized' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter agent should be final. | 69 |
![]() | Method 'beforeRunnerStart' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter runner should be final. | 77 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Method 'runnerFinished' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Parameter runner should be final. | 87 |
![]() | Parameter status should be final. | 87 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '+' should be on a new line. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 117 |
![]() | '||' should be on a new line. | 118 |
![]() | Line is longer than 80 characters. | 120 |
![]() | 'try' is not followed by whitespace. | 141 |
![]() | '{' is not preceded with whitespace. | 141 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter runner should be final. | 168 |
![]() | Parameter result should be final. | 168 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Parameter runner should be final. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Parameter runner should be final. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter orgToken should be final. | 202 |
![]() | Parameter projectInfos should be final. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Parameter service should be final. | 203 |
![]() | Parameter buildLogger should be final. | 203 |
![]() | Unable to get class information for WssServiceException. | 204 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Parameter result should be final. | 211 |
![]() | Parameter logger should be final. | 211 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Parameter build should be final. | 222 |
![]() | Parameter e should be final. | 222 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Parameter build should be final. | 233 |
![]() | Parameter message should be final. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter projectInfos should be final. | 242 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 251 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 23 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 29 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter component should be final. | 38 |
![]() | Parameter msg should be final. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter runType should be final. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter paramList should be final. | 46 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter paramList should be final. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | First sentence should end with a period. | 37 |
![]() | Method 'getOrgToken' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'setOrgToken' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter orgToken should be final. | 49 |
![]() | 'orgToken' hides a field. | 49 |
![]() | Method 'isCheckPolicies' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'setCheckPolicies' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter checkPolicies should be final. | 57 |
![]() | 'checkPolicies' hides a field. | 57 |
![]() | Method 'getProxy' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'setProxy' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter proxy should be final. | 65 |
![]() | 'proxy' hides a field. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 41 |
![]() | First sentence should end with a period. | 45 |
![]() | Parameter settingsManager should be final. | 50 |
![]() | 'settingsManager' hides a field. | 50 |
![]() | Expected @param tag for 'settingsManager'. | 50 |
![]() | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Parameter request should be final. | 57 |
![]() | Parameter response should be final. | 57 |
![]() | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Parameter request should be final. | 62 |
![]() | Parameter response should be final. | 62 |
![]() | Parameter xmlResponse should be final. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | 'for' is not followed by whitespace. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 77 |
![]() | '{' is not preceded with whitespace. | 80 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 117 |
![]() | '65535' is a magic number. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 128 |
![]() | '&&' should be on a new line. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line is longer than 80 characters. | 135 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.io.*. | 27 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | First sentence should end with a period. | 52 |
![]() | Parameter serverPaths should be final. | 57 |
![]() | Expected @param tag for 'serverPaths'. | 57 |
![]() | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Method 'isProxy' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '&&' should be on a new line. | 81 |
![]() | '&&' should be on a new line. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'getHexEncodedPublicKey' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Method 'getGlobalSettings' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Method 'setGlobalSettings' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter globalSettings should be final. | 112 |
![]() | 'globalSettings' hides a field. | 112 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | First sentence should end with a period. | 39 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Parameter webControllerManager should be final. | 45 |
![]() | Expected @param tag for 'webControllerManager'. | 45 |
![]() | Parameter settingsManager should be final. | 45 |
![]() | 'settingsManager' hides a field. | 45 |
![]() | Expected @param tag for 'settingsManager'. | 45 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Method 'fillModel' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Parameter model should be final. | 63 |
![]() | Parameter request should be final. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | First sentence should end with a period. | 44 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Parameter pagePlaces should be final. | 50 |
![]() | Expected @param tag for 'pagePlaces'. | 50 |
![]() | Parameter server should be final. | 50 |
![]() | Expected @param tag for 'server'. | 50 |
![]() | Method 'fillModel' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Parameter model should be final. | 58 |
![]() | Parameter request should be final. | 58 |
![]() | Parameter build should be final. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Method 'isAvailable' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Parameter request should be final. | 65 |
![]() | Parameter build should be final. | 65 |
![]() | Line is longer than 80 characters. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | First sentence should end with a period. | 37 |
![]() | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter host should be final. | 50 |
![]() | 'host' hides a field. | 50 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter port should be final. | 58 |
![]() | 'port' hides a field. | 58 |
![]() | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter username should be final. | 66 |
![]() | 'username' hides a field. | 66 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter password should be final. | 74 |
![]() | 'password' hides a field. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | 'settingsManager' hides a field. | 43 |
![]() | Expected @param tag for 'settingsManager'. | 43 |
![]() | Method 'updateParameters' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter context should be final. | 48 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'pluginDescriptor' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'webControllerManager' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'defaultRunnerParams' must be private and have accessor methods. | 46 |
![]() | First sentence should end with a period. | 50 |
![]() | Line is longer than 80 characters. | 56 |
![]() | 'webControllerManager' hides a field. | 56 |
![]() | Expected @param tag for 'webControllerManager'. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | 'pluginDescriptor' hides a field. | 57 |
![]() | Expected @param tag for 'pluginDescriptor'. | 57 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Method 'getEditRunnerParamsJspFilePath' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Method 'getViewRunnerParamsJspFilePath' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Method 'getDefaultRunnerProperties' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Method 'getRunnerPropertiesProcessor' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Comment matches to-do format 'TODO:'. | 85 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Method 'registerView' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Method 'registerEdit' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Missing a Javadoc comment. | 107 |
![]() | 'actualJsp' hides a field. | 107 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Parameter request should be final. | 112 |
![]() | Parameter response should be final. | 112 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 35 |
![]() | First sentence should end with a period. | 43 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Expected @param tag for 'pluginDescriptor'. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Expected @param tag for 'webControllerManager'. | 50 |
![]() | Method 'getRunTypes' is not designed for extension - needs to be abstract, final or empty. | 59 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | First sentence should end with a period. | 39 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Expected @param tag for 'pluginDescriptor'. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Expected @param tag for 'webControllerManager'. | 46 |
![]() | Method 'getRunTypes' is not designed for extension - needs to be abstract, final or empty. | 55 |