The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 2 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 0 | ![]() |
JavadocMethod | 37 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 26 | ![]() |
JavadocStyle | 10 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 1 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 49 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 3 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 2 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 14 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 33 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 3 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 29 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
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 |