The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | ![]() |
NewlineAtEndOfFile | 8 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 20 | ![]() |
JavadocMethod | 452 | ![]() |
JavadocType | 24 | ![]() |
JavadocVariable | 60 | ![]() |
JavadocStyle | 14 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 220 | ![]() |
MemberName | 20 | ![]() |
MethodName | 14 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 16 | ![]() |
StaticVariableName | 4 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 194 | ![]() |
MethodLength | 8 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 22 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 22 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 90 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 4 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 106 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 4 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 16 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 136 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 4 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 244 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 4 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 516 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 34 |
![]() | First sentence should end with a period. | 40 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 34 |
![]() | First sentence should end with a period. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter width should be final. | 18 |
![]() | 'width' hides a field. | 18 |
![]() | Parameter height should be final. | 18 |
![]() | 'height' hides a field. | 18 |
![]() | Line has trailing spaces. | 25 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Line has trailing spaces. | 34 |
![]() | Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter width should be final. | 37 |
![]() | 'width' hides a field. | 37 |
![]() | Expected @param tag for 'width'. | 37 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Parameter height should be final. | 55 |
![]() | 'height' hides a field. | 55 |
![]() | Expected @param tag for 'height'. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter obj should be final. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | 'if' construct must use '{}'s. | 67 |
![]() | Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Expression can be simplified. | 74 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 102 |
![]() | First sentence should end with a period. | 118 |
![]() | Expected an @return tag. | 121 |
![]() | First sentence should end with a period. | 125 |
![]() | Expected an @return tag. | 128 |
![]() | Parameter mechType should be final. | 129 |
![]() | Expected @param tag for 'mechType'. | 129 |
![]() | Parameter _javaType should be final. | 129 |
![]() | Expected @param tag for '_javaType'. | 129 |
![]() | Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() | Parameter _xmlType should be final. | 130 |
![]() | Expected @param tag for '_xmlType'. | 130 |
![]() | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
![]() | First sentence should end with a period. | 135 |
![]() | Expected an @return tag. | 138 |
![]() | Parameter mechType should be final. | 139 |
![]() | Expected @param tag for 'mechType'. | 139 |
![]() | Parameter _javaType should be final. | 139 |
![]() | Expected @param tag for '_javaType'. | 139 |
![]() | Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() | Parameter _xmlType should be final. | 140 |
![]() | Expected @param tag for '_xmlType'. | 140 |
![]() | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter width should be final. | 18 |
![]() | 'width' hides a field. | 18 |
![]() | Parameter height should be final. | 18 |
![]() | 'height' hides a field. | 18 |
![]() | Line has trailing spaces. | 25 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Line has trailing spaces. | 34 |
![]() | Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter width should be final. | 37 |
![]() | 'width' hides a field. | 37 |
![]() | Expected @param tag for 'width'. | 37 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Parameter height should be final. | 55 |
![]() | 'height' hides a field. | 55 |
![]() | Expected @param tag for 'height'. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter obj should be final. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | 'if' construct must use '{}'s. | 67 |
![]() | Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Expression can be simplified. | 74 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 102 |
![]() | First sentence should end with a period. | 118 |
![]() | Expected an @return tag. | 121 |
![]() | First sentence should end with a period. | 125 |
![]() | Expected an @return tag. | 128 |
![]() | Parameter mechType should be final. | 129 |
![]() | Expected @param tag for 'mechType'. | 129 |
![]() | Parameter _javaType should be final. | 129 |
![]() | Expected @param tag for '_javaType'. | 129 |
![]() | Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() | Parameter _xmlType should be final. | 130 |
![]() | Expected @param tag for '_xmlType'. | 130 |
![]() | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
![]() | First sentence should end with a period. | 135 |
![]() | Expected an @return tag. | 138 |
![]() | Parameter mechType should be final. | 139 |
![]() | Expected @param tag for 'mechType'. | 139 |
![]() | Parameter _javaType should be final. | 139 |
![]() | Expected @param tag for '_javaType'. | 139 |
![]() | Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() | Parameter _xmlType should be final. | 140 |
![]() | Expected @param tag for '_xmlType'. | 140 |
![]() | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter x should be final. | 18 |
![]() | 'x' hides a field. | 18 |
![]() | Parameter y should be final. | 18 |
![]() | 'y' hides a field. | 18 |
![]() | Line has trailing spaces. | 25 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Line has trailing spaces. | 34 |
![]() | Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter x should be final. | 37 |
![]() | 'x' hides a field. | 37 |
![]() | Expected @param tag for 'x'. | 37 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Parameter y should be final. | 55 |
![]() | 'y' hides a field. | 55 |
![]() | Expected @param tag for 'y'. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter obj should be final. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | 'if' construct must use '{}'s. | 67 |
![]() | Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Expression can be simplified. | 74 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 101 |
![]() | First sentence should end with a period. | 117 |
![]() | Expected an @return tag. | 120 |
![]() | First sentence should end with a period. | 124 |
![]() | Expected an @return tag. | 127 |
![]() | Parameter mechType should be final. | 128 |
![]() | Expected @param tag for 'mechType'. | 128 |
![]() | Parameter _javaType should be final. | 128 |
![]() | Expected @param tag for '_javaType'. | 128 |
![]() | Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() | Parameter _xmlType should be final. | 129 |
![]() | Expected @param tag for '_xmlType'. | 129 |
![]() | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() | First sentence should end with a period. | 134 |
![]() | Expected an @return tag. | 137 |
![]() | Parameter mechType should be final. | 138 |
![]() | Expected @param tag for 'mechType'. | 138 |
![]() | Parameter _javaType should be final. | 138 |
![]() | Expected @param tag for '_javaType'. | 138 |
![]() | Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
![]() | Parameter _xmlType should be final. | 139 |
![]() | Expected @param tag for '_xmlType'. | 139 |
![]() | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter x should be final. | 18 |
![]() | 'x' hides a field. | 18 |
![]() | Parameter y should be final. | 18 |
![]() | 'y' hides a field. | 18 |
![]() | Line has trailing spaces. | 25 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Line has trailing spaces. | 34 |
![]() | Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter x should be final. | 37 |
![]() | 'x' hides a field. | 37 |
![]() | Expected @param tag for 'x'. | 37 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Parameter y should be final. | 55 |
![]() | 'y' hides a field. | 55 |
![]() | Expected @param tag for 'y'. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter obj should be final. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | 'if' construct must use '{}'s. | 67 |
![]() | Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Expression can be simplified. | 74 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 101 |
![]() | First sentence should end with a period. | 117 |
![]() | Expected an @return tag. | 120 |
![]() | First sentence should end with a period. | 124 |
![]() | Expected an @return tag. | 127 |
![]() | Parameter mechType should be final. | 128 |
![]() | Expected @param tag for 'mechType'. | 128 |
![]() | Parameter _javaType should be final. | 128 |
![]() | Expected @param tag for '_javaType'. | 128 |
![]() | Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() | Parameter _xmlType should be final. | 129 |
![]() | Expected @param tag for '_xmlType'. | 129 |
![]() | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() | First sentence should end with a period. | 134 |
![]() | Expected an @return tag. | 137 |
![]() | Parameter mechType should be final. | 138 |
![]() | Expected @param tag for 'mechType'. | 138 |
![]() | Parameter _javaType should be final. | 138 |
![]() | Expected @param tag for '_javaType'. | 138 |
![]() | Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
![]() | Parameter _xmlType should be final. | 139 |
![]() | Expected @param tag for '_xmlType'. | 139 |
![]() | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Redundant 'public' modifier. | 54 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Redundant 'public' modifier. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Redundant 'public' modifier. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Redundant 'public' modifier. | 69 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Redundant 'public' modifier. | 71 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Redundant 'public' modifier. | 81 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Redundant 'public' modifier. | 84 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Redundant 'public' modifier. | 87 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Redundant 'public' modifier. | 90 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Redundant 'public' modifier. | 94 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Redundant 'public' modifier. | 54 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Redundant 'public' modifier. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Redundant 'public' modifier. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Redundant 'public' modifier. | 69 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Redundant 'public' modifier. | 71 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Redundant 'public' modifier. | 81 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Redundant 'public' modifier. | 84 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Redundant 'public' modifier. | 87 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Redundant 'public' modifier. | 90 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Redundant 'public' modifier. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Variable '_operations' must be private and have accessor methods. | 17 |
![]() | '28' is a magic number. | 20 |
![]() | Method length is 246 lines (max allowed is 150). | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | '3' is a magic number. | 119 |
![]() | '4' is a magic number. | 161 |
![]() | '5' is a magic number. | 195 |
![]() | '6' is a magic number. | 213 |
![]() | '7' is a magic number. | 236 |
![]() | '8' is a magic number. | 251 |
![]() | '9' is a magic number. | 269 |
![]() | Method length is 229 lines (max allowed is 150). | 273 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
![]() | '10' is a magic number. | 296 |
![]() | '11' is a magic number. | 311 |
![]() | '12' is a magic number. | 345 |
![]() | '13' is a magic number. | 363 |
![]() | '14' is a magic number. | 394 |
![]() | '15' is a magic number. | 412 |
![]() | '16' is a magic number. | 427 |
![]() | '17' is a magic number. | 461 |
![]() | '18' is a magic number. | 484 |
![]() | '19' is a magic number. | 499 |
![]() | Method length is 262 lines (max allowed is 150). | 503 |
![]() | Missing a Javadoc comment. | 503 |
![]() | Name '_initOperationDesc3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 503 |
![]() | '20' is a magic number. | 522 |
![]() | '21' is a magic number. | 556 |
![]() | '22' is a magic number. | 590 |
![]() | '23' is a magic number. | 621 |
![]() | '24' is a magic number. | 652 |
![]() | '25' is a magic number. | 686 |
![]() | '26' is a magic number. | 728 |
![]() | '27' is a magic number. | 762 |
![]() | Missing a Javadoc comment. | 766 |
![]() | Missing a Javadoc comment. | 770 |
![]() | Parameter endpointURL should be final. | 770 |
![]() | Parameter service should be final. | 771 |
![]() | Missing a Javadoc comment. | 776 |
![]() | Parameter service should be final. | 776 |
![]() | Line is longer than 80 characters. | 788 |
![]() | Line is longer than 80 characters. | 789 |
![]() | Line is longer than 80 characters. | 790 |
![]() | Line is longer than 80 characters. | 791 |
![]() | Line is longer than 80 characters. | 792 |
![]() | Line is longer than 80 characters. | 793 |
![]() | Line is longer than 80 characters. | 794 |
![]() | Line is longer than 80 characters. | 795 |
![]() | Line is longer than 80 characters. | 796 |
![]() | Line is longer than 80 characters. | 797 |
![]() | Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 816 |
![]() | Missing a Javadoc comment. | 816 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 819 |
![]() | Line is longer than 80 characters. | 855 |
![]() | Line is longer than 80 characters. | 859 |
![]() | Line is longer than 80 characters. | 861 |
![]() | Line is longer than 80 characters. | 863 |
![]() | Line is longer than 80 characters. | 864 |
![]() | Line is longer than 80 characters. | 865 |
![]() | Line is longer than 80 characters. | 867 |
![]() | Line is longer than 80 characters. | 869 |
![]() | Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 875 |
![]() | Method 'forward' is not designed for extension - needs to be abstract, final or empty. | 881 |
![]() | Missing a Javadoc comment. | 881 |
![]() | Parameter arg0 should be final. | 881 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 885 |
![]() | Line is longer than 80 characters. | 894 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 901 |
![]() | '{' is followed by whitespace. | 902 |
![]() | Method 'sendKeys' is not designed for extension - needs to be abstract, final or empty. | 913 |
![]() | Missing a Javadoc comment. | 913 |
![]() | Parameter arg0 should be final. | 913 |
![]() | Parameter arg1 should be final. | 913 |
![]() | Parameter arg2 should be final. | 914 |
![]() | Parameter arg3 should be final. | 914 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 919 |
![]() | Line is longer than 80 characters. | 928 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 935 |
![]() | Method 'selectWindow' is not designed for extension - needs to be abstract, final or empty. | 947 |
![]() | Missing a Javadoc comment. | 947 |
![]() | Parameter arg0 should be final. | 947 |
![]() | Parameter arg1 should be final. | 947 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 |
![]() | Line is longer than 80 characters. | 961 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 968 |
![]() | Method 'selectAlert' is not designed for extension - needs to be abstract, final or empty. | 980 |
![]() | Missing a Javadoc comment. | 980 |
![]() | Parameter arg0 should be final. | 980 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 985 |
![]() | '3' is a magic number. | 986 |
![]() | Line is longer than 80 characters. | 994 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1001 |
![]() | '{' is followed by whitespace. | 1002 |
![]() | Method 'getCssValue' is not designed for extension - needs to be abstract, final or empty. | 1013 |
![]() | Missing a Javadoc comment. | 1013 |
![]() | Parameter arg0 should be final. | 1013 |
![]() | Parameter arg1 should be final. | 1014 |
![]() | Parameter arg2 should be final. | 1014 |
![]() | Parameter arg3 should be final. | 1014 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1019 |
![]() | '4' is a magic number. | 1020 |
![]() | Line is longer than 80 characters. | 1028 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1035 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1044 |
![]() | Method 'isDisplayed' is not designed for extension - needs to be abstract, final or empty. | 1054 |
![]() | Missing a Javadoc comment. | 1054 |
![]() | Parameter arg0 should be final. | 1054 |
![]() | Parameter arg1 should be final. | 1054 |
![]() | Parameter arg2 should be final. | 1055 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1059 |
![]() | '5' is a magic number. | 1060 |
![]() | Line is longer than 80 characters. | 1068 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1075 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1084 |
![]() | Method 'getWindowHandle' is not designed for extension - needs to be abstract, final or empty. | 1094 |
![]() | Missing a Javadoc comment. | 1094 |
![]() | Parameter arg0 should be final. | 1094 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1099 |
![]() | '6' is a magic number. | 1100 |
![]() | Line is longer than 80 characters. | 1108 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1115 |
![]() | '{' is followed by whitespace. | 1116 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1124 |
![]() | Method 'selectFrameByName' is not designed for extension - needs to be abstract, final or empty. | 1134 |
![]() | Missing a Javadoc comment. | 1134 |
![]() | Parameter arg0 should be final. | 1134 |
![]() | Parameter arg1 should be final. | 1134 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1139 |
![]() | '7' is a magic number. | 1140 |
![]() | Line is longer than 80 characters. | 1148 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1155 |
![]() | Method 'selectDefaultContent' is not designed for extension - needs to be abstract, final or empty. | 1167 |
![]() | Missing a Javadoc comment. | 1167 |
![]() | Parameter arg0 should be final. | 1167 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1172 |
![]() | '8' is a magic number. | 1173 |
![]() | Line is longer than 80 characters. | 1181 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1188 |
![]() | '{' is followed by whitespace. | 1189 |
![]() | Method 'getPageSource' is not designed for extension - needs to be abstract, final or empty. | 1200 |
![]() | Missing a Javadoc comment. | 1200 |
![]() | Parameter arg0 should be final. | 1200 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1205 |
![]() | '9' is a magic number. | 1206 |
![]() | Line is longer than 80 characters. | 1214 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1221 |
![]() | '{' is followed by whitespace. | 1222 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1230 |
![]() | Method 'selectFrameByIndex' is not designed for extension - needs to be abstract, final or empty. | 1240 |
![]() | Missing a Javadoc comment. | 1240 |
![]() | Parameter arg0 should be final. | 1240 |
![]() | Parameter arg1 should be final. | 1240 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1245 |
![]() | '10' is a magic number. | 1246 |
![]() | Line is longer than 80 characters. | 1254 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1261 |
![]() | Method 'back' is not designed for extension - needs to be abstract, final or empty. | 1273 |
![]() | Missing a Javadoc comment. | 1273 |
![]() | Parameter arg0 should be final. | 1273 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1277 |
![]() | '11' is a magic number. | 1278 |
![]() | Line is longer than 80 characters. | 1286 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1293 |
![]() | '{' is followed by whitespace. | 1294 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 1305 |
![]() | Missing a Javadoc comment. | 1305 |
![]() | Parameter arg0 should be final. | 1305 |
![]() | Parameter arg1 should be final. | 1306 |
![]() | Parameter arg2 should be final. | 1306 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1311 |
![]() | '12' is a magic number. | 1312 |
![]() | Line is longer than 80 characters. | 1320 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1327 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1336 |
![]() | Line is longer than 80 characters. | 1337 |
![]() | Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 1347 |
![]() | Missing a Javadoc comment. | 1347 |
![]() | Parameter arg0 should be final. | 1347 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1352 |
![]() | '13' is a magic number. | 1353 |
![]() | Line is longer than 80 characters. | 1361 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1368 |
![]() | '{' is followed by whitespace. | 1369 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1377 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 1387 |
![]() | Missing a Javadoc comment. | 1387 |
![]() | Parameter arg0 should be final. | 1387 |
![]() | Parameter arg1 should be final. | 1387 |
![]() | Parameter arg2 should be final. | 1388 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1392 |
![]() | '14' is a magic number. | 1393 |
![]() | Line is longer than 80 characters. | 1401 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1408 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 1420 |
![]() | Missing a Javadoc comment. | 1420 |
![]() | Parameter arg0 should be final. | 1420 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1425 |
![]() | '15' is a magic number. | 1426 |
![]() | Line is longer than 80 characters. | 1434 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1441 |
![]() | '{' is followed by whitespace. | 1442 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1450 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 1460 |
![]() | Missing a Javadoc comment. | 1460 |
![]() | Parameter arg0 should be final. | 1460 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1464 |
![]() | '16' is a magic number. | 1465 |
![]() | Line is longer than 80 characters. | 1473 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1480 |
![]() | '{' is followed by whitespace. | 1481 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 1492 |
![]() | Missing a Javadoc comment. | 1492 |
![]() | Parameter arg0 should be final. | 1492 |
![]() | Parameter arg1 should be final. | 1493 |
![]() | Parameter arg2 should be final. | 1493 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1498 |
![]() | '17' is a magic number. | 1499 |
![]() | Line is longer than 80 characters. | 1507 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1514 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1523 |
![]() | Line is longer than 80 characters. | 1524 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 1534 |
![]() | Missing a Javadoc comment. | 1534 |
![]() | Parameter arg0 should be final. | 1534 |
![]() | Parameter arg1 should be final. | 1534 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1539 |
![]() | '18' is a magic number. | 1540 |
![]() | Line is longer than 80 characters. | 1548 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1555 |
![]() | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 1567 |
![]() | Missing a Javadoc comment. | 1567 |
![]() | Parameter arg0 should be final. | 1567 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1571 |
![]() | '19' is a magic number. | 1572 |
![]() | Line is longer than 80 characters. | 1580 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1587 |
![]() | '{' is followed by whitespace. | 1588 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 1599 |
![]() | Missing a Javadoc comment. | 1599 |
![]() | Parameter arg0 should be final. | 1599 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1604 |
![]() | '20' is a magic number. | 1605 |
![]() | Line is longer than 80 characters. | 1613 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1620 |
![]() | '{' is followed by whitespace. | 1621 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1629 |
![]() | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 1639 |
![]() | Missing a Javadoc comment. | 1639 |
![]() | Parameter arg0 should be final. | 1639 |
![]() | Parameter arg1 should be final. | 1639 |
![]() | Parameter arg2 should be final. | 1640 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1644 |
![]() | '21' is a magic number. | 1645 |
![]() | Line is longer than 80 characters. | 1653 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1660 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1669 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 1679 |
![]() | Missing a Javadoc comment. | 1679 |
![]() | Parameter arg0 should be final. | 1679 |
![]() | Parameter arg1 should be final. | 1680 |
![]() | Parameter arg2 should be final. | 1680 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1685 |
![]() | '22' is a magic number. | 1686 |
![]() | Line is longer than 80 characters. | 1694 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1701 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1710 |
![]() | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 1720 |
![]() | Missing a Javadoc comment. | 1720 |
![]() | Parameter arg0 should be final. | 1720 |
![]() | Parameter arg1 should be final. | 1720 |
![]() | Parameter arg2 should be final. | 1721 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1725 |
![]() | '23' is a magic number. | 1726 |
![]() | Line is longer than 80 characters. | 1734 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1741 |
![]() | Method 'click' is not designed for extension - needs to be abstract, final or empty. | 1753 |
![]() | Missing a Javadoc comment. | 1753 |
![]() | Parameter arg0 should be final. | 1753 |
![]() | Parameter arg1 should be final. | 1753 |
![]() | Parameter arg2 should be final. | 1754 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1758 |
![]() | '24' is a magic number. | 1759 |
![]() | Line is longer than 80 characters. | 1767 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1774 |
![]() | Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 1786 |
![]() | Missing a Javadoc comment. | 1786 |
![]() | Parameter arg0 should be final. | 1786 |
![]() | Parameter arg1 should be final. | 1786 |
![]() | Parameter arg2 should be final. | 1787 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1791 |
![]() | '25' is a magic number. | 1792 |
![]() | Line is longer than 80 characters. | 1800 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1816 |
![]() | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 1826 |
![]() | Missing a Javadoc comment. | 1826 |
![]() | Parameter arg0 should be final. | 1826 |
![]() | Parameter arg1 should be final. | 1827 |
![]() | Parameter arg2 should be final. | 1827 |
![]() | Parameter arg3 should be final. | 1827 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1832 |
![]() | '26' is a magic number. | 1833 |
![]() | Line is longer than 80 characters. | 1841 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1848 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1857 |
![]() | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 1867 |
![]() | Missing a Javadoc comment. | 1867 |
![]() | Parameter arg0 should be final. | 1867 |
![]() | Parameter arg1 should be final. | 1868 |
![]() | Parameter arg2 should be final. | 1868 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1873 |
![]() | '27' is a magic number. | 1874 |
![]() | Line is longer than 80 characters. | 1882 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1889 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1898 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Variable '_operations' must be private and have accessor methods. | 17 |
![]() | '28' is a magic number. | 20 |
![]() | Method length is 246 lines (max allowed is 150). | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | '3' is a magic number. | 119 |
![]() | '4' is a magic number. | 161 |
![]() | '5' is a magic number. | 195 |
![]() | '6' is a magic number. | 213 |
![]() | '7' is a magic number. | 236 |
![]() | '8' is a magic number. | 251 |
![]() | '9' is a magic number. | 269 |
![]() | Method length is 229 lines (max allowed is 150). | 273 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
![]() | '10' is a magic number. | 296 |
![]() | '11' is a magic number. | 311 |
![]() | '12' is a magic number. | 345 |
![]() | '13' is a magic number. | 363 |
![]() | '14' is a magic number. | 394 |
![]() | '15' is a magic number. | 412 |
![]() | '16' is a magic number. | 427 |
![]() | '17' is a magic number. | 461 |
![]() | '18' is a magic number. | 484 |
![]() | '19' is a magic number. | 499 |
![]() | Method length is 262 lines (max allowed is 150). | 503 |
![]() | Missing a Javadoc comment. | 503 |
![]() | Name '_initOperationDesc3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 503 |
![]() | '20' is a magic number. | 522 |
![]() | '21' is a magic number. | 556 |
![]() | '22' is a magic number. | 590 |
![]() | '23' is a magic number. | 621 |
![]() | '24' is a magic number. | 652 |
![]() | '25' is a magic number. | 686 |
![]() | '26' is a magic number. | 728 |
![]() | '27' is a magic number. | 762 |
![]() | Missing a Javadoc comment. | 766 |
![]() | Missing a Javadoc comment. | 770 |
![]() | Parameter endpointURL should be final. | 770 |
![]() | Parameter service should be final. | 771 |
![]() | Missing a Javadoc comment. | 776 |
![]() | Parameter service should be final. | 776 |
![]() | Line is longer than 80 characters. | 788 |
![]() | Line is longer than 80 characters. | 789 |
![]() | Line is longer than 80 characters. | 790 |
![]() | Line is longer than 80 characters. | 791 |
![]() | Line is longer than 80 characters. | 792 |
![]() | Line is longer than 80 characters. | 793 |
![]() | Line is longer than 80 characters. | 794 |
![]() | Line is longer than 80 characters. | 795 |
![]() | Line is longer than 80 characters. | 796 |
![]() | Line is longer than 80 characters. | 797 |
![]() | Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 816 |
![]() | Missing a Javadoc comment. | 816 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 819 |
![]() | Line is longer than 80 characters. | 855 |
![]() | Line is longer than 80 characters. | 859 |
![]() | Line is longer than 80 characters. | 861 |
![]() | Line is longer than 80 characters. | 863 |
![]() | Line is longer than 80 characters. | 864 |
![]() | Line is longer than 80 characters. | 865 |
![]() | Line is longer than 80 characters. | 867 |
![]() | Line is longer than 80 characters. | 869 |
![]() | Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 875 |
![]() | Method 'forward' is not designed for extension - needs to be abstract, final or empty. | 881 |
![]() | Missing a Javadoc comment. | 881 |
![]() | Parameter arg0 should be final. | 881 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 885 |
![]() | Line is longer than 80 characters. | 894 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 901 |
![]() | '{' is followed by whitespace. | 902 |
![]() | Method 'sendKeys' is not designed for extension - needs to be abstract, final or empty. | 913 |
![]() | Missing a Javadoc comment. | 913 |
![]() | Parameter arg0 should be final. | 913 |
![]() | Parameter arg1 should be final. | 913 |
![]() | Parameter arg2 should be final. | 914 |
![]() | Parameter arg3 should be final. | 914 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 919 |
![]() | Line is longer than 80 characters. | 928 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 935 |
![]() | Method 'selectWindow' is not designed for extension - needs to be abstract, final or empty. | 947 |
![]() | Missing a Javadoc comment. | 947 |
![]() | Parameter arg0 should be final. | 947 |
![]() | Parameter arg1 should be final. | 947 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 |
![]() | Line is longer than 80 characters. | 961 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 968 |
![]() | Method 'selectAlert' is not designed for extension - needs to be abstract, final or empty. | 980 |
![]() | Missing a Javadoc comment. | 980 |
![]() | Parameter arg0 should be final. | 980 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 985 |
![]() | '3' is a magic number. | 986 |
![]() | Line is longer than 80 characters. | 994 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1001 |
![]() | '{' is followed by whitespace. | 1002 |
![]() | Method 'getCssValue' is not designed for extension - needs to be abstract, final or empty. | 1013 |
![]() | Missing a Javadoc comment. | 1013 |
![]() | Parameter arg0 should be final. | 1013 |
![]() | Parameter arg1 should be final. | 1014 |
![]() | Parameter arg2 should be final. | 1014 |
![]() | Parameter arg3 should be final. | 1014 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1019 |
![]() | '4' is a magic number. | 1020 |
![]() | Line is longer than 80 characters. | 1028 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1035 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1044 |
![]() | Method 'isDisplayed' is not designed for extension - needs to be abstract, final or empty. | 1054 |
![]() | Missing a Javadoc comment. | 1054 |
![]() | Parameter arg0 should be final. | 1054 |
![]() | Parameter arg1 should be final. | 1054 |
![]() | Parameter arg2 should be final. | 1055 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1059 |
![]() | '5' is a magic number. | 1060 |
![]() | Line is longer than 80 characters. | 1068 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1075 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1084 |
![]() | Method 'getWindowHandle' is not designed for extension - needs to be abstract, final or empty. | 1094 |
![]() | Missing a Javadoc comment. | 1094 |
![]() | Parameter arg0 should be final. | 1094 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1099 |
![]() | '6' is a magic number. | 1100 |
![]() | Line is longer than 80 characters. | 1108 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1115 |
![]() | '{' is followed by whitespace. | 1116 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1124 |
![]() | Method 'selectFrameByName' is not designed for extension - needs to be abstract, final or empty. | 1134 |
![]() | Missing a Javadoc comment. | 1134 |
![]() | Parameter arg0 should be final. | 1134 |
![]() | Parameter arg1 should be final. | 1134 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1139 |
![]() | '7' is a magic number. | 1140 |
![]() | Line is longer than 80 characters. | 1148 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1155 |
![]() | Method 'selectDefaultContent' is not designed for extension - needs to be abstract, final or empty. | 1167 |
![]() | Missing a Javadoc comment. | 1167 |
![]() | Parameter arg0 should be final. | 1167 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1172 |
![]() | '8' is a magic number. | 1173 |
![]() | Line is longer than 80 characters. | 1181 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1188 |
![]() | '{' is followed by whitespace. | 1189 |
![]() | Method 'getPageSource' is not designed for extension - needs to be abstract, final or empty. | 1200 |
![]() | Missing a Javadoc comment. | 1200 |
![]() | Parameter arg0 should be final. | 1200 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1205 |
![]() | '9' is a magic number. | 1206 |
![]() | Line is longer than 80 characters. | 1214 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1221 |
![]() | '{' is followed by whitespace. | 1222 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1230 |
![]() | Method 'selectFrameByIndex' is not designed for extension - needs to be abstract, final or empty. | 1240 |
![]() | Missing a Javadoc comment. | 1240 |
![]() | Parameter arg0 should be final. | 1240 |
![]() | Parameter arg1 should be final. | 1240 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1245 |
![]() | '10' is a magic number. | 1246 |
![]() | Line is longer than 80 characters. | 1254 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1261 |
![]() | Method 'back' is not designed for extension - needs to be abstract, final or empty. | 1273 |
![]() | Missing a Javadoc comment. | 1273 |
![]() | Parameter arg0 should be final. | 1273 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1277 |
![]() | '11' is a magic number. | 1278 |
![]() | Line is longer than 80 characters. | 1286 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1293 |
![]() | '{' is followed by whitespace. | 1294 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 1305 |
![]() | Missing a Javadoc comment. | 1305 |
![]() | Parameter arg0 should be final. | 1305 |
![]() | Parameter arg1 should be final. | 1306 |
![]() | Parameter arg2 should be final. | 1306 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1311 |
![]() | '12' is a magic number. | 1312 |
![]() | Line is longer than 80 characters. | 1320 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1327 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1336 |
![]() | Line is longer than 80 characters. | 1337 |
![]() | Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 1347 |
![]() | Missing a Javadoc comment. | 1347 |
![]() | Parameter arg0 should be final. | 1347 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1352 |
![]() | '13' is a magic number. | 1353 |
![]() | Line is longer than 80 characters. | 1361 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1368 |
![]() | '{' is followed by whitespace. | 1369 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1377 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 1387 |
![]() | Missing a Javadoc comment. | 1387 |
![]() | Parameter arg0 should be final. | 1387 |
![]() | Parameter arg1 should be final. | 1387 |
![]() | Parameter arg2 should be final. | 1388 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1392 |
![]() | '14' is a magic number. | 1393 |
![]() | Line is longer than 80 characters. | 1401 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1408 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 1420 |
![]() | Missing a Javadoc comment. | 1420 |
![]() | Parameter arg0 should be final. | 1420 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1425 |
![]() | '15' is a magic number. | 1426 |
![]() | Line is longer than 80 characters. | 1434 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1441 |
![]() | '{' is followed by whitespace. | 1442 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1450 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 1460 |
![]() | Missing a Javadoc comment. | 1460 |
![]() | Parameter arg0 should be final. | 1460 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1464 |
![]() | '16' is a magic number. | 1465 |
![]() | Line is longer than 80 characters. | 1473 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1480 |
![]() | '{' is followed by whitespace. | 1481 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 1492 |
![]() | Missing a Javadoc comment. | 1492 |
![]() | Parameter arg0 should be final. | 1492 |
![]() | Parameter arg1 should be final. | 1493 |
![]() | Parameter arg2 should be final. | 1493 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1498 |
![]() | '17' is a magic number. | 1499 |
![]() | Line is longer than 80 characters. | 1507 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1514 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1523 |
![]() | Line is longer than 80 characters. | 1524 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 1534 |
![]() | Missing a Javadoc comment. | 1534 |
![]() | Parameter arg0 should be final. | 1534 |
![]() | Parameter arg1 should be final. | 1534 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1539 |
![]() | '18' is a magic number. | 1540 |
![]() | Line is longer than 80 characters. | 1548 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1555 |
![]() | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 1567 |
![]() | Missing a Javadoc comment. | 1567 |
![]() | Parameter arg0 should be final. | 1567 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1571 |
![]() | '19' is a magic number. | 1572 |
![]() | Line is longer than 80 characters. | 1580 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1587 |
![]() | '{' is followed by whitespace. | 1588 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 1599 |
![]() | Missing a Javadoc comment. | 1599 |
![]() | Parameter arg0 should be final. | 1599 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1604 |
![]() | '20' is a magic number. | 1605 |
![]() | Line is longer than 80 characters. | 1613 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1620 |
![]() | '{' is followed by whitespace. | 1621 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1629 |
![]() | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 1639 |
![]() | Missing a Javadoc comment. | 1639 |
![]() | Parameter arg0 should be final. | 1639 |
![]() | Parameter arg1 should be final. | 1639 |
![]() | Parameter arg2 should be final. | 1640 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1644 |
![]() | '21' is a magic number. | 1645 |
![]() | Line is longer than 80 characters. | 1653 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1660 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1669 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 1679 |
![]() | Missing a Javadoc comment. | 1679 |
![]() | Parameter arg0 should be final. | 1679 |
![]() | Parameter arg1 should be final. | 1680 |
![]() | Parameter arg2 should be final. | 1680 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1685 |
![]() | '22' is a magic number. | 1686 |
![]() | Line is longer than 80 characters. | 1694 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1701 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1710 |
![]() | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 1720 |
![]() | Missing a Javadoc comment. | 1720 |
![]() | Parameter arg0 should be final. | 1720 |
![]() | Parameter arg1 should be final. | 1720 |
![]() | Parameter arg2 should be final. | 1721 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1725 |
![]() | '23' is a magic number. | 1726 |
![]() | Line is longer than 80 characters. | 1734 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1741 |
![]() | Method 'click' is not designed for extension - needs to be abstract, final or empty. | 1753 |
![]() | Missing a Javadoc comment. | 1753 |
![]() | Parameter arg0 should be final. | 1753 |
![]() | Parameter arg1 should be final. | 1753 |
![]() | Parameter arg2 should be final. | 1754 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1758 |
![]() | '24' is a magic number. | 1759 |
![]() | Line is longer than 80 characters. | 1767 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1774 |
![]() | Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 1786 |
![]() | Missing a Javadoc comment. | 1786 |
![]() | Parameter arg0 should be final. | 1786 |
![]() | Parameter arg1 should be final. | 1786 |
![]() | Parameter arg2 should be final. | 1787 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1791 |
![]() | '25' is a magic number. | 1792 |
![]() | Line is longer than 80 characters. | 1800 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1816 |
![]() | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 1826 |
![]() | Missing a Javadoc comment. | 1826 |
![]() | Parameter arg0 should be final. | 1826 |
![]() | Parameter arg1 should be final. | 1827 |
![]() | Parameter arg2 should be final. | 1827 |
![]() | Parameter arg3 should be final. | 1827 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1832 |
![]() | '26' is a magic number. | 1833 |
![]() | Line is longer than 80 characters. | 1841 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1848 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1857 |
![]() | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 1867 |
![]() | Missing a Javadoc comment. | 1867 |
![]() | Parameter arg0 should be final. | 1867 |
![]() | Parameter arg1 should be final. | 1868 |
![]() | Parameter arg2 should be final. | 1868 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1873 |
![]() | '27' is a magic number. | 1874 |
![]() | Line is longer than 80 characters. | 1882 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1889 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1898 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter endpoint should be final. | 11 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name '_initWebCoreProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | 'if' construct must use '{}'s. | 21 |
![]() | 'else' construct must use '{}'s. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Must have at least one statement. | 31 |
![]() | Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter endpoint should be final. | 39 |
![]() | 'if' construct must use '{}'s. | 41 |
![]() | Method 'getWebCore' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'if' construct must use '{}'s. | 48 |
![]() | Method 'forward' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter arg0 should be final. | 53 |
![]() | 'if' construct must use '{}'s. | 54 |
![]() | Method 'sendKeys' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter arg0 should be final. | 59 |
![]() | Parameter arg1 should be final. | 59 |
![]() | Parameter arg2 should be final. | 60 |
![]() | Parameter arg3 should be final. | 60 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | Method 'selectWindow' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter arg0 should be final. | 67 |
![]() | Parameter arg1 should be final. | 67 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | Method 'selectAlert' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter arg0 should be final. | 74 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | Method 'getCssValue' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter arg0 should be final. | 81 |
![]() | Parameter arg1 should be final. | 82 |
![]() | Parameter arg2 should be final. | 82 |
![]() | Parameter arg3 should be final. | 82 |
![]() | 'if' construct must use '{}'s. | 84 |
![]() | Method 'isDisplayed' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter arg0 should be final. | 89 |
![]() | Parameter arg1 should be final. | 89 |
![]() | Parameter arg2 should be final. | 90 |
![]() | 'if' construct must use '{}'s. | 91 |
![]() | Method 'getWindowHandle' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter arg0 should be final. | 96 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | Method 'selectFrameByName' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter arg0 should be final. | 103 |
![]() | Parameter arg1 should be final. | 103 |
![]() | 'if' construct must use '{}'s. | 105 |
![]() | Method 'selectDefaultContent' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter arg0 should be final. | 110 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | Method 'getPageSource' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter arg0 should be final. | 117 |
![]() | 'if' construct must use '{}'s. | 119 |
![]() | Method 'selectFrameByIndex' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter arg0 should be final. | 124 |
![]() | Parameter arg1 should be final. | 124 |
![]() | 'if' construct must use '{}'s. | 126 |
![]() | Method 'back' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter arg0 should be final. | 131 |
![]() | 'if' construct must use '{}'s. | 132 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter arg0 should be final. | 137 |
![]() | Parameter arg1 should be final. | 138 |
![]() | Parameter arg2 should be final. | 138 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Parameter arg0 should be final. | 145 |
![]() | 'if' construct must use '{}'s. | 147 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter arg0 should be final. | 152 |
![]() | Parameter arg1 should be final. | 152 |
![]() | Parameter arg2 should be final. | 153 |
![]() | 'if' construct must use '{}'s. | 154 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter arg0 should be final. | 159 |
![]() | 'if' construct must use '{}'s. | 161 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter arg0 should be final. | 166 |
![]() | 'if' construct must use '{}'s. | 167 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Parameter arg0 should be final. | 172 |
![]() | Parameter arg1 should be final. | 173 |
![]() | Parameter arg2 should be final. | 173 |
![]() | 'if' construct must use '{}'s. | 175 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Parameter arg0 should be final. | 180 |
![]() | Parameter arg1 should be final. | 180 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Parameter arg0 should be final. | 187 |
![]() | 'if' construct must use '{}'s. | 188 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter arg0 should be final. | 193 |
![]() | 'if' construct must use '{}'s. | 195 |
![]() | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Parameter arg0 should be final. | 200 |
![]() | Parameter arg1 should be final. | 200 |
![]() | Parameter arg2 should be final. | 201 |
![]() | 'if' construct must use '{}'s. | 202 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Parameter arg0 should be final. | 207 |
![]() | Parameter arg1 should be final. | 208 |
![]() | Parameter arg2 should be final. | 208 |
![]() | 'if' construct must use '{}'s. | 210 |
![]() | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Parameter arg0 should be final. | 215 |
![]() | Parameter arg1 should be final. | 215 |
![]() | Parameter arg2 should be final. | 216 |
![]() | 'if' construct must use '{}'s. | 217 |
![]() | Method 'click' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Parameter arg0 should be final. | 222 |
![]() | Parameter arg1 should be final. | 222 |
![]() | Parameter arg2 should be final. | 223 |
![]() | 'if' construct must use '{}'s. | 224 |
![]() | Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter arg0 should be final. | 229 |
![]() | Parameter arg1 should be final. | 229 |
![]() | Parameter arg2 should be final. | 230 |
![]() | 'if' construct must use '{}'s. | 231 |
![]() | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Missing a Javadoc comment. | 236 |
![]() | Parameter arg0 should be final. | 236 |
![]() | Parameter arg1 should be final. | 237 |
![]() | Parameter arg2 should be final. | 237 |
![]() | Parameter arg3 should be final. | 237 |
![]() | 'if' construct must use '{}'s. | 239 |
![]() | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Missing a Javadoc comment. | 244 |
![]() | Parameter arg0 should be final. | 244 |
![]() | Parameter arg1 should be final. | 245 |
![]() | Parameter arg2 should be final. | 245 |
![]() | 'if' construct must use '{}'s. | 247 |
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter endpoint should be final. | 11 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name '_initWebCoreProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | 'if' construct must use '{}'s. | 21 |
![]() | 'else' construct must use '{}'s. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Must have at least one statement. | 31 |
![]() | Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter endpoint should be final. | 39 |
![]() | 'if' construct must use '{}'s. | 41 |
![]() | Method 'getWebCore' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'if' construct must use '{}'s. | 48 |
![]() | Method 'forward' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter arg0 should be final. | 53 |
![]() | 'if' construct must use '{}'s. | 54 |
![]() | Method 'sendKeys' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter arg0 should be final. | 59 |
![]() | Parameter arg1 should be final. | 59 |
![]() | Parameter arg2 should be final. | 60 |
![]() | Parameter arg3 should be final. | 60 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | Method 'selectWindow' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter arg0 should be final. | 67 |
![]() | Parameter arg1 should be final. | 67 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | Method 'selectAlert' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter arg0 should be final. | 74 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | Method 'getCssValue' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter arg0 should be final. | 81 |
![]() | Parameter arg1 should be final. | 82 |
![]() | Parameter arg2 should be final. | 82 |
![]() | Parameter arg3 should be final. | 82 |
![]() | 'if' construct must use '{}'s. | 84 |
![]() | Method 'isDisplayed' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter arg0 should be final. | 89 |
![]() | Parameter arg1 should be final. | 89 |
![]() | Parameter arg2 should be final. | 90 |
![]() | 'if' construct must use '{}'s. | 91 |
![]() | Method 'getWindowHandle' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter arg0 should be final. | 96 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | Method 'selectFrameByName' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter arg0 should be final. | 103 |
![]() | Parameter arg1 should be final. | 103 |
![]() | 'if' construct must use '{}'s. | 105 |
![]() | Method 'selectDefaultContent' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter arg0 should be final. | 110 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | Method 'getPageSource' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter arg0 should be final. | 117 |
![]() | 'if' construct must use '{}'s. | 119 |
![]() | Method 'selectFrameByIndex' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter arg0 should be final. | 124 |
![]() | Parameter arg1 should be final. | 124 |
![]() | 'if' construct must use '{}'s. | 126 |
![]() | Method 'back' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter arg0 should be final. | 131 |
![]() | 'if' construct must use '{}'s. | 132 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter arg0 should be final. | 137 |
![]() | Parameter arg1 should be final. | 138 |
![]() | Parameter arg2 should be final. | 138 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Parameter arg0 should be final. | 145 |
![]() | 'if' construct must use '{}'s. | 147 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter arg0 should be final. | 152 |
![]() | Parameter arg1 should be final. | 152 |
![]() | Parameter arg2 should be final. | 153 |
![]() | 'if' construct must use '{}'s. | 154 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter arg0 should be final. | 159 |
![]() | 'if' construct must use '{}'s. | 161 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter arg0 should be final. | 166 |
![]() | 'if' construct must use '{}'s. | 167 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Parameter arg0 should be final. | 172 |
![]() | Parameter arg1 should be final. | 173 |
![]() | Parameter arg2 should be final. | 173 |
![]() | 'if' construct must use '{}'s. | 175 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Parameter arg0 should be final. | 180 |
![]() | Parameter arg1 should be final. | 180 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Parameter arg0 should be final. | 187 |
![]() | 'if' construct must use '{}'s. | 188 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter arg0 should be final. | 193 |
![]() | 'if' construct must use '{}'s. | 195 |
![]() | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Parameter arg0 should be final. | 200 |
![]() | Parameter arg1 should be final. | 200 |
![]() | Parameter arg2 should be final. | 201 |
![]() | 'if' construct must use '{}'s. | 202 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Parameter arg0 should be final. | 207 |
![]() | Parameter arg1 should be final. | 208 |
![]() | Parameter arg2 should be final. | 208 |
![]() | 'if' construct must use '{}'s. | 210 |
![]() | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Parameter arg0 should be final. | 215 |
![]() | Parameter arg1 should be final. | 215 |
![]() | Parameter arg2 should be final. | 216 |
![]() | 'if' construct must use '{}'s. | 217 |
![]() | Method 'click' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Parameter arg0 should be final. | 222 |
![]() | Parameter arg1 should be final. | 222 |
![]() | Parameter arg2 should be final. | 223 |
![]() | 'if' construct must use '{}'s. | 224 |
![]() | Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter arg0 should be final. | 229 |
![]() | Parameter arg1 should be final. | 229 |
![]() | Parameter arg2 should be final. | 230 |
![]() | 'if' construct must use '{}'s. | 231 |
![]() | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Missing a Javadoc comment. | 236 |
![]() | Parameter arg0 should be final. | 236 |
![]() | Parameter arg1 should be final. | 237 |
![]() | Parameter arg2 should be final. | 237 |
![]() | Parameter arg3 should be final. | 237 |
![]() | 'if' construct must use '{}'s. | 239 |
![]() | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Missing a Javadoc comment. | 244 |
![]() | Parameter arg0 should be final. | 244 |
![]() | Parameter arg1 should be final. | 245 |
![]() | Parameter arg2 should be final. | 245 |
![]() | 'if' construct must use '{}'s. | 247 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter config should be final. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter wsdlLoc should be final. | 20 |
![]() | Parameter sName should be final. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'WebCorePort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Method 'getWebCorePortAddress' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'WebCorePortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Method 'getWebCorePortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'setWebCorePortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter name should be final. | 40 |
![]() | Method 'getWebCorePort' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'getWebCorePort' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter portAddress should be final. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Method 'setWebCorePortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter address should be final. | 67 |
![]() | Expected an @return tag. | 75 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter serviceEndpointInterface should be final. | 75 |
![]() | Expected @param tag for 'serviceEndpointInterface'. | 75 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Avoid inline conditionals. | 90 |
![]() | Expected an @return tag. | 98 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter portName should be final. | 98 |
![]() | Expected @param tag for 'portName'. | 98 |
![]() | Parameter serviceEndpointInterface should be final. | 99 |
![]() | Expected @param tag for 'serviceEndpointInterface'. | 99 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter portName should be final. | 133 |
![]() | Expected @param tag for 'portName'. | 133 |
![]() | Parameter address should be final. | 134 |
![]() | Expected @param tag for 'address'. | 134 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 134 |
![]() | Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter portName should be final. | 147 |
![]() | Expected @param tag for 'portName'. | 147 |
![]() | Parameter address should be final. | 148 |
![]() | Expected @param tag for 'address'. | 148 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 148 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter config should be final. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter wsdlLoc should be final. | 20 |
![]() | Parameter sName should be final. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'WebCorePort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Method 'getWebCorePortAddress' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'WebCorePortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Method 'getWebCorePortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'setWebCorePortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter name should be final. | 40 |
![]() | Method 'getWebCorePort' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'getWebCorePort' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter portAddress should be final. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Method 'setWebCorePortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter address should be final. | 67 |
![]() | Expected an @return tag. | 75 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter serviceEndpointInterface should be final. | 75 |
![]() | Expected @param tag for 'serviceEndpointInterface'. | 75 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Avoid inline conditionals. | 90 |
![]() | Expected an @return tag. | 98 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter portName should be final. | 98 |
![]() | Expected @param tag for 'portName'. | 98 |
![]() | Parameter serviceEndpointInterface should be final. | 99 |
![]() | Expected @param tag for 'serviceEndpointInterface'. | 99 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter portName should be final. | 133 |
![]() | Expected @param tag for 'portName'. | 133 |
![]() | Parameter address should be final. | 134 |
![]() | Expected @param tag for 'address'. | 134 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 134 |
![]() | Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter portName should be final. | 147 |
![]() | Expected @param tag for 'portName'. | 147 |
![]() | Parameter address should be final. | 148 |
![]() | Expected @param tag for 'address'. | 148 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 148 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Variable '_operations' must be private and have accessor methods. | 17 |
![]() | '11' is a magic number. | 20 |
![]() | Method length is 369 lines (max allowed is 150). | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | '3' is a magic number. | 168 |
![]() | '4' is a magic number. | 202 |
![]() | '5' is a magic number. | 240 |
![]() | '6' is a magic number. | 279 |
![]() | '7' is a magic number. | 318 |
![]() | '8' is a magic number. | 357 |
![]() | '9' is a magic number. | 391 |
![]() | Missing a Javadoc comment. | 395 |
![]() | Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 395 |
![]() | '10' is a magic number. | 430 |
![]() | Missing a Javadoc comment. | 434 |
![]() | Missing a Javadoc comment. | 438 |
![]() | Parameter endpointURL should be final. | 438 |
![]() | Parameter service should be final. | 439 |
![]() | Missing a Javadoc comment. | 444 |
![]() | Parameter service should be final. | 444 |
![]() | Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | Missing a Javadoc comment. | 455 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 458 |
![]() | Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 483 |
![]() | Method 'isMultiple' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() | Missing a Javadoc comment. | 489 |
![]() | Parameter arg0 should be final. | 489 |
![]() | Parameter arg1 should be final. | 489 |
![]() | Parameter arg2 should be final. | 490 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 494 |
![]() | Line is longer than 80 characters. | 503 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 510 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 519 |
![]() | Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 529 |
![]() | Missing a Javadoc comment. | 529 |
![]() | Parameter arg0 should be final. | 529 |
![]() | Parameter arg1 should be final. | 529 |
![]() | Parameter arg2 should be final. | 530 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 534 |
![]() | Line is longer than 80 characters. | 543 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 550 |
![]() | Method 'deselectByIndex' is not designed for extension - needs to be abstract, final or empty. | 562 |
![]() | Missing a Javadoc comment. | 562 |
![]() | Parameter arg0 should be final. | 562 |
![]() | Parameter arg1 should be final. | 562 |
![]() | Parameter arg2 should be final. | 563 |
![]() | Parameter arg3 should be final. | 563 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 567 |
![]() | Line is longer than 80 characters. | 576 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 583 |
![]() | Method 'deselectByValue' is not designed for extension - needs to be abstract, final or empty. | 595 |
![]() | Missing a Javadoc comment. | 595 |
![]() | Parameter arg0 should be final. | 595 |
![]() | Parameter arg1 should be final. | 595 |
![]() | Parameter arg2 should be final. | 596 |
![]() | Parameter arg3 should be final. | 596 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 601 |
![]() | '3' is a magic number. | 602 |
![]() | Line is longer than 80 characters. | 610 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 617 |
![]() | Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. | 629 |
![]() | Missing a Javadoc comment. | 629 |
![]() | Parameter arg0 should be final. | 629 |
![]() | Parameter arg1 should be final. | 630 |
![]() | Parameter arg2 should be final. | 630 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 635 |
![]() | '4' is a magic number. | 636 |
![]() | Line is longer than 80 characters. | 644 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 651 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 |
![]() | Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 670 |
![]() | Missing a Javadoc comment. | 670 |
![]() | Parameter arg0 should be final. | 670 |
![]() | Parameter arg1 should be final. | 670 |
![]() | Parameter arg2 should be final. | 671 |
![]() | Parameter arg3 should be final. | 671 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 675 |
![]() | '5' is a magic number. | 676 |
![]() | Line is longer than 80 characters. | 684 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 |
![]() | Method 'selectByValue' is not designed for extension - needs to be abstract, final or empty. | 703 |
![]() | Missing a Javadoc comment. | 703 |
![]() | Parameter arg0 should be final. | 703 |
![]() | Parameter arg1 should be final. | 703 |
![]() | Parameter arg2 should be final. | 704 |
![]() | Parameter arg3 should be final. | 704 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 |
![]() | '6' is a magic number. | 710 |
![]() | Line is longer than 80 characters. | 718 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 725 |
![]() | Method 'selectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 737 |
![]() | Missing a Javadoc comment. | 737 |
![]() | Parameter arg0 should be final. | 737 |
![]() | Parameter arg1 should be final. | 738 |
![]() | Parameter arg2 should be final. | 738 |
![]() | Parameter arg3 should be final. | 738 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 743 |
![]() | '7' is a magic number. | 744 |
![]() | Line is longer than 80 characters. | 752 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 759 |
![]() | Method 'deselectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 771 |
![]() | Missing a Javadoc comment. | 771 |
![]() | Parameter arg0 should be final. | 771 |
![]() | Parameter arg1 should be final. | 772 |
![]() | Parameter arg2 should be final. | 772 |
![]() | Parameter arg3 should be final. | 772 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 777 |
![]() | '8' is a magic number. | 778 |
![]() | Line is longer than 80 characters. | 786 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 793 |
![]() | Method 'getAllSelectedOptions' is not designed for extension - needs to be abstract, final or empty. | 805 |
![]() | Missing a Javadoc comment. | 805 |
![]() | Parameter arg0 should be final. | 805 |
![]() | Parameter arg1 should be final. | 806 |
![]() | Parameter arg2 should be final. | 806 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 811 |
![]() | '9' is a magic number. | 812 |
![]() | Line is longer than 80 characters. | 820 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 827 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 836 |
![]() | Method 'getFirstSelectedOption' is not designed for extension - needs to be abstract, final or empty. | 846 |
![]() | Missing a Javadoc comment. | 846 |
![]() | Parameter arg0 should be final. | 846 |
![]() | Parameter arg1 should be final. | 847 |
![]() | Parameter arg2 should be final. | 847 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 852 |
![]() | '10' is a magic number. | 853 |
![]() | Line is longer than 80 characters. | 861 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 868 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 877 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Variable '_operations' must be private and have accessor methods. | 17 |
![]() | '11' is a magic number. | 20 |
![]() | Method length is 369 lines (max allowed is 150). | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | '3' is a magic number. | 168 |
![]() | '4' is a magic number. | 202 |
![]() | '5' is a magic number. | 240 |
![]() | '6' is a magic number. | 279 |
![]() | '7' is a magic number. | 318 |
![]() | '8' is a magic number. | 357 |
![]() | '9' is a magic number. | 391 |
![]() | Missing a Javadoc comment. | 395 |
![]() | Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 395 |
![]() | '10' is a magic number. | 430 |
![]() | Missing a Javadoc comment. | 434 |
![]() | Missing a Javadoc comment. | 438 |
![]() | Parameter endpointURL should be final. | 438 |
![]() | Parameter service should be final. | 439 |
![]() | Missing a Javadoc comment. | 444 |
![]() | Parameter service should be final. | 444 |
![]() | Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | Missing a Javadoc comment. | 455 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 458 |
![]() | Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 483 |
![]() | Method 'isMultiple' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() | Missing a Javadoc comment. | 489 |
![]() | Parameter arg0 should be final. | 489 |
![]() | Parameter arg1 should be final. | 489 |
![]() | Parameter arg2 should be final. | 490 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 494 |
![]() | Line is longer than 80 characters. | 503 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 510 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 519 |
![]() | Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 529 |
![]() | Missing a Javadoc comment. | 529 |
![]() | Parameter arg0 should be final. | 529 |
![]() | Parameter arg1 should be final. | 529 |
![]() | Parameter arg2 should be final. | 530 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 534 |
![]() | Line is longer than 80 characters. | 543 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 550 |
![]() | Method 'deselectByIndex' is not designed for extension - needs to be abstract, final or empty. | 562 |
![]() | Missing a Javadoc comment. | 562 |
![]() | Parameter arg0 should be final. | 562 |
![]() | Parameter arg1 should be final. | 562 |
![]() | Parameter arg2 should be final. | 563 |
![]() | Parameter arg3 should be final. | 563 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 567 |
![]() | Line is longer than 80 characters. | 576 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 583 |
![]() | Method 'deselectByValue' is not designed for extension - needs to be abstract, final or empty. | 595 |
![]() | Missing a Javadoc comment. | 595 |
![]() | Parameter arg0 should be final. | 595 |
![]() | Parameter arg1 should be final. | 595 |
![]() | Parameter arg2 should be final. | 596 |
![]() | Parameter arg3 should be final. | 596 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 601 |
![]() | '3' is a magic number. | 602 |
![]() | Line is longer than 80 characters. | 610 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 617 |
![]() | Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. | 629 |
![]() | Missing a Javadoc comment. | 629 |
![]() | Parameter arg0 should be final. | 629 |
![]() | Parameter arg1 should be final. | 630 |
![]() | Parameter arg2 should be final. | 630 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 635 |
![]() | '4' is a magic number. | 636 |
![]() | Line is longer than 80 characters. | 644 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 651 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 |
![]() | Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 670 |
![]() | Missing a Javadoc comment. | 670 |
![]() | Parameter arg0 should be final. | 670 |
![]() | Parameter arg1 should be final. | 670 |
![]() | Parameter arg2 should be final. | 671 |
![]() | Parameter arg3 should be final. | 671 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 675 |
![]() | '5' is a magic number. | 676 |
![]() | Line is longer than 80 characters. | 684 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 |
![]() | Method 'selectByValue' is not designed for extension - needs to be abstract, final or empty. | 703 |
![]() | Missing a Javadoc comment. | 703 |
![]() | Parameter arg0 should be final. | 703 |
![]() | Parameter arg1 should be final. | 703 |
![]() | Parameter arg2 should be final. | 704 |
![]() | Parameter arg3 should be final. | 704 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 |
![]() | '6' is a magic number. | 710 |
![]() | Line is longer than 80 characters. | 718 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 725 |
![]() | Method 'selectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 737 |
![]() | Missing a Javadoc comment. | 737 |
![]() | Parameter arg0 should be final. | 737 |
![]() | Parameter arg1 should be final. | 738 |
![]() | Parameter arg2 should be final. | 738 |
![]() | Parameter arg3 should be final. | 738 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 743 |
![]() | '7' is a magic number. | 744 |
![]() | Line is longer than 80 characters. | 752 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 759 |
![]() | Method 'deselectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 771 |
![]() | Missing a Javadoc comment. | 771 |
![]() | Parameter arg0 should be final. | 771 |
![]() | Parameter arg1 should be final. | 772 |
![]() | Parameter arg2 should be final. | 772 |
![]() | Parameter arg3 should be final. | 772 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 777 |
![]() | '8' is a magic number. | 778 |
![]() | Line is longer than 80 characters. | 786 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 793 |
![]() | Method 'getAllSelectedOptions' is not designed for extension - needs to be abstract, final or empty. | 805 |
![]() | Missing a Javadoc comment. | 805 |
![]() | Parameter arg0 should be final. | 805 |
![]() | Parameter arg1 should be final. | 806 |
![]() | Parameter arg2 should be final. | 806 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 811 |
![]() | '9' is a magic number. | 812 |
![]() | Line is longer than 80 characters. | 820 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 827 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 836 |
![]() | Method 'getFirstSelectedOption' is not designed for extension - needs to be abstract, final or empty. | 846 |
![]() | Missing a Javadoc comment. | 846 |
![]() | Parameter arg0 should be final. | 846 |
![]() | Parameter arg1 should be final. | 847 |
![]() | Parameter arg2 should be final. | 847 |
![]() | Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 852 |
![]() | '10' is a magic number. | 853 |
![]() | Line is longer than 80 characters. | 861 |
![]() | Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 868 |
![]() | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 877 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter endpoint should be final. | 11 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name '_initWebSelectProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | 'if' construct must use '{}'s. | 21 |
![]() | 'else' construct must use '{}'s. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Must have at least one statement. | 31 |
![]() | Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter endpoint should be final. | 39 |
![]() | 'if' construct must use '{}'s. | 41 |
![]() | Method 'getWebSelect' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'if' construct must use '{}'s. | 48 |
![]() | Method 'isMultiple' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter arg0 should be final. | 53 |
![]() | Parameter arg1 should be final. | 53 |
![]() | Parameter arg2 should be final. | 54 |
![]() | 'if' construct must use '{}'s. | 55 |
![]() | Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter arg0 should be final. | 60 |
![]() | Parameter arg1 should be final. | 60 |
![]() | Parameter arg2 should be final. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | Method 'deselectByIndex' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter arg0 should be final. | 67 |
![]() | Parameter arg1 should be final. | 67 |
![]() | Parameter arg2 should be final. | 68 |
![]() | Parameter arg3 should be final. | 68 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | Method 'deselectByValue' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter arg0 should be final. | 74 |
![]() | Parameter arg1 should be final. | 74 |
![]() | Parameter arg2 should be final. | 75 |
![]() | Parameter arg3 should be final. | 75 |
![]() | 'if' construct must use '{}'s. | 77 |
![]() | Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter arg0 should be final. | 82 |
![]() | Parameter arg1 should be final. | 83 |
![]() | Parameter arg2 should be final. | 83 |
![]() | 'if' construct must use '{}'s. | 85 |
![]() | Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter arg0 should be final. | 90 |
![]() | Parameter arg1 should be final. | 90 |
![]() | Parameter arg2 should be final. | 91 |
![]() | Parameter arg3 should be final. | 91 |
![]() | 'if' construct must use '{}'s. | 92 |
![]() | Method 'selectByValue' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter arg0 should be final. | 97 |
![]() | Parameter arg1 should be final. | 97 |
![]() | Parameter arg2 should be final. | 98 |
![]() | Parameter arg3 should be final. | 98 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | Method 'selectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter arg0 should be final. | 105 |
![]() | Parameter arg1 should be final. | 106 |
![]() | Parameter arg2 should be final. | 106 |
![]() | Parameter arg3 should be final. | 106 |
![]() | 'if' construct must use '{}'s. | 108 |
![]() | Method 'deselectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter arg0 should be final. | 113 |
![]() | Parameter arg1 should be final. | 114 |
![]() | Parameter arg2 should be final. | 114 |
![]() | Parameter arg3 should be final. | 114 |
![]() | 'if' construct must use '{}'s. | 116 |
![]() | Method 'getAllSelectedOptions' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter arg0 should be final. | 121 |
![]() | Parameter arg1 should be final. | 122 |
![]() | Parameter arg2 should be final. | 122 |
![]() | 'if' construct must use '{}'s. | 124 |
![]() | Method 'getFirstSelectedOption' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter arg0 should be final. | 129 |
![]() | Parameter arg1 should be final. | 130 |
![]() | Parameter arg2 should be final. | 130 |
![]() | 'if' construct must use '{}'s. | 132 |
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter endpoint should be final. | 11 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name '_initWebSelectProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | 'if' construct must use '{}'s. | 21 |
![]() | 'else' construct must use '{}'s. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Must have at least one statement. | 31 |
![]() | Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter endpoint should be final. | 39 |
![]() | 'if' construct must use '{}'s. | 41 |
![]() | Method 'getWebSelect' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'if' construct must use '{}'s. | 48 |
![]() | Method 'isMultiple' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter arg0 should be final. | 53 |
![]() | Parameter arg1 should be final. | 53 |
![]() | Parameter arg2 should be final. | 54 |
![]() | 'if' construct must use '{}'s. | 55 |
![]() | Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter arg0 should be final. | 60 |
![]() | Parameter arg1 should be final. | 60 |
![]() | Parameter arg2 should be final. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | Method 'deselectByIndex' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter arg0 should be final. | 67 |
![]() | Parameter arg1 should be final. | 67 |
![]() | Parameter arg2 should be final. | 68 |
![]() | Parameter arg3 should be final. | 68 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | Method 'deselectByValue' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter arg0 should be final. | 74 |
![]() | Parameter arg1 should be final. | 74 |
![]() | Parameter arg2 should be final. | 75 |
![]() | Parameter arg3 should be final. | 75 |
![]() | 'if' construct must use '{}'s. | 77 |
![]() | Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter arg0 should be final. | 82 |
![]() | Parameter arg1 should be final. | 83 |
![]() | Parameter arg2 should be final. | 83 |
![]() | 'if' construct must use '{}'s. | 85 |
![]() | Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter arg0 should be final. | 90 |
![]() | Parameter arg1 should be final. | 90 |
![]() | Parameter arg2 should be final. | 91 |
![]() | Parameter arg3 should be final. | 91 |
![]() | 'if' construct must use '{}'s. | 92 |
![]() | Method 'selectByValue' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter arg0 should be final. | 97 |
![]() | Parameter arg1 should be final. | 97 |
![]() | Parameter arg2 should be final. | 98 |
![]() | Parameter arg3 should be final. | 98 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | Method 'selectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter arg0 should be final. | 105 |
![]() | Parameter arg1 should be final. | 106 |
![]() | Parameter arg2 should be final. | 106 |
![]() | Parameter arg3 should be final. | 106 |
![]() | 'if' construct must use '{}'s. | 108 |
![]() | Method 'deselectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter arg0 should be final. | 113 |
![]() | Parameter arg1 should be final. | 114 |
![]() | Parameter arg2 should be final. | 114 |
![]() | Parameter arg3 should be final. | 114 |
![]() | 'if' construct must use '{}'s. | 116 |
![]() | Method 'getAllSelectedOptions' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter arg0 should be final. | 121 |
![]() | Parameter arg1 should be final. | 122 |
![]() | Parameter arg2 should be final. | 122 |
![]() | 'if' construct must use '{}'s. | 124 |
![]() | Method 'getFirstSelectedOption' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter arg0 should be final. | 129 |
![]() | Parameter arg1 should be final. | 130 |
![]() | Parameter arg2 should be final. | 130 |
![]() | 'if' construct must use '{}'s. | 132 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter config should be final. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter wsdlLoc should be final. | 20 |
![]() | Parameter sName should be final. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'WebSelectPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Method 'getWebSelectPortAddress' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'WebSelectPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Method 'getWebSelectPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'setWebSelectPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter name should be final. | 40 |
![]() | Method 'getWebSelectPort' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'getWebSelectPort' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter portAddress should be final. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Method 'setWebSelectPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter address should be final. | 67 |
![]() | Expected an @return tag. | 75 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter serviceEndpointInterface should be final. | 75 |
![]() | Expected @param tag for 'serviceEndpointInterface'. | 75 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Avoid inline conditionals. | 90 |
![]() | Expected an @return tag. | 98 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter portName should be final. | 98 |
![]() | Expected @param tag for 'portName'. | 98 |
![]() | Parameter serviceEndpointInterface should be final. | 99 |
![]() | Expected @param tag for 'serviceEndpointInterface'. | 99 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter portName should be final. | 133 |
![]() | Expected @param tag for 'portName'. | 133 |
![]() | Parameter address should be final. | 134 |
![]() | Expected @param tag for 'address'. | 134 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 134 |
![]() | Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter portName should be final. | 147 |
![]() | Expected @param tag for 'portName'. | 147 |
![]() | Parameter address should be final. | 148 |
![]() | Expected @param tag for 'address'. | 148 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 148 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter config should be final. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter wsdlLoc should be final. | 20 |
![]() | Parameter sName should be final. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'WebSelectPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Method 'getWebSelectPortAddress' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'WebSelectPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Method 'getWebSelectPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'setWebSelectPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter name should be final. | 40 |
![]() | Method 'getWebSelectPort' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'getWebSelectPort' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter portAddress should be final. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Method 'setWebSelectPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter address should be final. | 67 |
![]() | Expected an @return tag. | 75 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter serviceEndpointInterface should be final. | 75 |
![]() | Expected @param tag for 'serviceEndpointInterface'. | 75 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Avoid inline conditionals. | 90 |
![]() | Expected an @return tag. | 98 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter portName should be final. | 98 |
![]() | Expected @param tag for 'portName'. | 98 |
![]() | Parameter serviceEndpointInterface should be final. | 99 |
![]() | Expected @param tag for 'serviceEndpointInterface'. | 99 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 |
![]() | Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter portName should be final. | 133 |
![]() | Expected @param tag for 'portName'. | 133 |
![]() | Parameter address should be final. | 134 |
![]() | Expected @param tag for 'address'. | 134 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 134 |
![]() | Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter portName should be final. | 147 |
![]() | Expected @param tag for 'portName'. | 147 |
![]() | Parameter address should be final. | 148 |
![]() | Expected @param tag for 'address'. | 148 |
![]() | Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 148 |