The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 440 | ![]() |
RegexpSingleline
| 48 | ![]() |
JavadocMethod | 86 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 14 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 12 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 6 | ![]() |
LineLength | 54 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 4 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 62 | ![]() |
WhitespaceAround | 48 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 2 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 84 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 14 | ![]() |
ArrayTypeStyle | 4 | ![]() |
FinalParameters | 216 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Utility classes should not have a public or default constructor. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'drivers' must be private and have accessor methods. | 16 |
![]() | Line has trailing spaces. | 2 |
![]() | Utility classes should not have a public or default constructor. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'drivers' must be private and have accessor methods. | 16 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Unused import - java.util.HashMap. | 6 |
![]() | Unused import - org.openqa.selenium.By. | 10 |
![]() | Unused import - org.openqa.selenium.WebElement. | 14 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'IE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Variable 'IE' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Name 'FIREFOX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Variable 'FIREFOX' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Name 'FIREFOX_UNSECURED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Variable 'FIREFOX_UNSECURED' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Name 'CHROME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Variable 'CHROME' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Name 'OPERA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() | Variable 'OPERA' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Name 'HTMLUNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Variable 'HTMLUNIT' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter browser should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter token should be final. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter token should be final. | 65 |
![]() | Parameter url should be final. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'back' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter token should be final. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'forward' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter token should be final. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter token should be final. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter token should be final. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getPageSource' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter token should be final. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter token should be final. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'getWindowHandle' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter token should be final. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'selectFrameByIndex' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter token should be final. | 97 |
![]() | Parameter index should be final. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'selectFrameByName' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter token should be final. | 101 |
![]() | Parameter name should be final. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Method 'selectWindow' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter token should be final. | 105 |
![]() | Parameter name should be final. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Method 'selectDefaultContent' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter token should be final. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 113 |
![]() | Method 'selectAlert' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter token should be final. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 117 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter token should be final. | 117 |
![]() | Parameter startFrom should be final. | 117 |
![]() | Parameter locator should be final. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'click' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter token should be final. | 121 |
![]() | Parameter startFrom should be final. | 121 |
![]() | Parameter locator should be final. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Parameter token should be final. | 125 |
![]() | Parameter startFrom should be final. | 125 |
![]() | Parameter locator should be final. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Parameter attribute should be final. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'getCssValue' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter token should be final. | 130 |
![]() | Parameter startFrom should be final. | 130 |
![]() | Parameter locator should be final. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Parameter value should be final. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter token should be final. | 135 |
![]() | Parameter startFrom should be final. | 135 |
![]() | Parameter locator should be final. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter token should be final. | 139 |
![]() | Parameter startFrom should be final. | 139 |
![]() | Parameter locator should be final. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Parameter token should be final. | 143 |
![]() | Parameter startFrom should be final. | 143 |
![]() | Parameter locator should be final. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter token should be final. | 147 |
![]() | Parameter startFrom should be final. | 147 |
![]() | Parameter locator should be final. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Method 'isDisplayed' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter token should be final. | 151 |
![]() | Parameter startFrom should be final. | 151 |
![]() | Parameter locator should be final. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter token should be final. | 155 |
![]() | Parameter startFrom should be final. | 155 |
![]() | Parameter locator should be final. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter token should be final. | 159 |
![]() | Parameter startFrom should be final. | 159 |
![]() | Parameter locator should be final. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Method 'sendKeys' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter token should be final. | 163 |
![]() | Parameter startFrom should be final. | 163 |
![]() | Parameter locator should be final. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Parameter text should be final. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 168 |
![]() | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter token should be final. | 168 |
![]() | Parameter startFrom should be final. | 168 |
![]() | Parameter locator should be final. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 2 |
![]() | Unused import - java.util.HashMap. | 6 |
![]() | Unused import - org.openqa.selenium.By. | 10 |
![]() | Unused import - org.openqa.selenium.WebElement. | 14 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'IE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Variable 'IE' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Name 'FIREFOX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Variable 'FIREFOX' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Name 'FIREFOX_UNSECURED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Variable 'FIREFOX_UNSECURED' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Name 'CHROME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Variable 'CHROME' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Name 'OPERA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() | Variable 'OPERA' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Name 'HTMLUNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Variable 'HTMLUNIT' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter browser should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter token should be final. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter token should be final. | 65 |
![]() | Parameter url should be final. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'back' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter token should be final. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'forward' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter token should be final. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter token should be final. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter token should be final. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getPageSource' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter token should be final. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter token should be final. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'getWindowHandle' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter token should be final. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'selectFrameByIndex' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter token should be final. | 97 |
![]() | Parameter index should be final. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'selectFrameByName' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter token should be final. | 101 |
![]() | Parameter name should be final. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Method 'selectWindow' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter token should be final. | 105 |
![]() | Parameter name should be final. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Method 'selectDefaultContent' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter token should be final. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 113 |
![]() | Method 'selectAlert' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter token should be final. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 117 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter token should be final. | 117 |
![]() | Parameter startFrom should be final. | 117 |
![]() | Parameter locator should be final. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'click' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter token should be final. | 121 |
![]() | Parameter startFrom should be final. | 121 |
![]() | Parameter locator should be final. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Parameter token should be final. | 125 |
![]() | Parameter startFrom should be final. | 125 |
![]() | Parameter locator should be final. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Parameter attribute should be final. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'getCssValue' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter token should be final. | 130 |
![]() | Parameter startFrom should be final. | 130 |
![]() | Parameter locator should be final. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Parameter value should be final. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter token should be final. | 135 |
![]() | Parameter startFrom should be final. | 135 |
![]() | Parameter locator should be final. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter token should be final. | 139 |
![]() | Parameter startFrom should be final. | 139 |
![]() | Parameter locator should be final. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Parameter token should be final. | 143 |
![]() | Parameter startFrom should be final. | 143 |
![]() | Parameter locator should be final. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter token should be final. | 147 |
![]() | Parameter startFrom should be final. | 147 |
![]() | Parameter locator should be final. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Method 'isDisplayed' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter token should be final. | 151 |
![]() | Parameter startFrom should be final. | 151 |
![]() | Parameter locator should be final. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter token should be final. | 155 |
![]() | Parameter startFrom should be final. | 155 |
![]() | Parameter locator should be final. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter token should be final. | 159 |
![]() | Parameter startFrom should be final. | 159 |
![]() | Parameter locator should be final. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Method 'sendKeys' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter token should be final. | 163 |
![]() | Parameter startFrom should be final. | 163 |
![]() | Parameter locator should be final. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Parameter text should be final. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 168 |
![]() | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter token should be final. | 168 |
![]() | Parameter startFrom should be final. | 168 |
![]() | Parameter locator should be final. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line contains a tab character. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Method 'driver' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter token should be final. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Method 'toLocator' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter locator should be final. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter token should be final. | 51 |
![]() | Parameter startFrom should be final. | 51 |
![]() | Parameter locator should be final. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 2 |
![]() | Line contains a tab character. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Method 'driver' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter token should be final. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Method 'toLocator' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter locator should be final. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter token should be final. | 51 |
![]() | Parameter startFrom should be final. | 51 |
![]() | Parameter locator should be final. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line contains a tab character. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Empty statement. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter token should be final. | 27 |
![]() | Parameter parentLocator should be final. | 27 |
![]() | Parameter locator should be final. | 27 |
![]() | '{' is not preceded with whitespace. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | '(' is followed by whitespace. | 28 |
![]() | ')' is preceded with whitespace. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter token should be final. | 32 |
![]() | Parameter parentLocator should be final. | 32 |
![]() | Parameter locator should be final. | 32 |
![]() | '{' is not preceded with whitespace. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | ',' is not followed by whitespace. | 33 |
![]() | ',' is not followed by whitespace. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'deselectByIndex' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter token should be final. | 36 |
![]() | Parameter parentLocator should be final. | 36 |
![]() | Parameter locator should be final. | 36 |
![]() | ',' is not followed by whitespace. | 36 |
![]() | Parameter index should be final. | 36 |
![]() | '{' is not preceded with whitespace. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | ',' is not followed by whitespace. | 37 |
![]() | ',' is not followed by whitespace. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'deselectByValue' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter token should be final. | 40 |
![]() | Parameter parentLocator should be final. | 40 |
![]() | Parameter locator should be final. | 40 |
![]() | ',' is not followed by whitespace. | 40 |
![]() | Parameter value should be final. | 40 |
![]() | '{' is not preceded with whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'deselectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter token should be final. | 44 |
![]() | Parameter parentLocator should be final. | 44 |
![]() | Parameter locator should be final. | 44 |
![]() | Parameter text should be final. | 44 |
![]() | '{' is not preceded with whitespace. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | ',' is not followed by whitespace. | 45 |
![]() | ',' is not followed by whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter token should be final. | 48 |
![]() | Parameter parentLocator should be final. | 48 |
![]() | Parameter locator should be final. | 48 |
![]() | '{' is not preceded with whitespace. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | ',' is not followed by whitespace. | 49 |
![]() | ',' is not followed by whitespace. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Array brackets at illegal position. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | 'for' is not followed by whitespace. | 52 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | ';' is not followed by whitespace. | 52 |
![]() | '<' is not preceded with whitespace. | 52 |
![]() | '<' is not followed by whitespace. | 52 |
![]() | ';' is not followed by whitespace. | 52 |
![]() | '{' is not preceded with whitespace. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'getAllSelectedOptions' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter token should be final. | 59 |
![]() | Parameter parentLocator should be final. | 59 |
![]() | Parameter locator should be final. | 59 |
![]() | '{' is not preceded with whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Array brackets at illegal position. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | 'for' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | ';' is not followed by whitespace. | 63 |
![]() | '<' is not preceded with whitespace. | 63 |
![]() | '<' is not followed by whitespace. | 63 |
![]() | ';' is not followed by whitespace. | 63 |
![]() | '{' is not preceded with whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'getFirstSelectedOption' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter token should be final. | 70 |
![]() | ',' is not followed by whitespace. | 70 |
![]() | Parameter parentLocator should be final. | 70 |
![]() | Parameter locator should be final. | 70 |
![]() | '{' is not preceded with whitespace. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | ',' is not followed by whitespace. | 71 |
![]() | ',' is not followed by whitespace. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'isMultiple' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter token should be final. | 74 |
![]() | Parameter parentLocator should be final. | 74 |
![]() | Parameter locator should be final. | 74 |
![]() | '{' is not preceded with whitespace. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter token should be final. | 78 |
![]() | Parameter parentLocator should be final. | 78 |
![]() | Parameter locator should be final. | 78 |
![]() | ',' is not followed by whitespace. | 78 |
![]() | Parameter index should be final. | 78 |
![]() | '{' is not preceded with whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | ',' is not followed by whitespace. | 79 |
![]() | ',' is not followed by whitespace. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'selectByValue' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter token should be final. | 82 |
![]() | Parameter parentLocator should be final. | 82 |
![]() | Parameter locator should be final. | 82 |
![]() | ',' is not followed by whitespace. | 82 |
![]() | Parameter value should be final. | 82 |
![]() | '{' is not preceded with whitespace. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | ',' is not followed by whitespace. | 83 |
![]() | ',' is not followed by whitespace. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'selectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter token should be final. | 86 |
![]() | Parameter parentLocator should be final. | 86 |
![]() | Parameter locator should be final. | 86 |
![]() | Parameter text should be final. | 86 |
![]() | '{' is not preceded with whitespace. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | ',' is not followed by whitespace. | 87 |
![]() | ',' is not followed by whitespace. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 2 |
![]() | Line contains a tab character. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Empty statement. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter token should be final. | 27 |
![]() | Parameter parentLocator should be final. | 27 |
![]() | Parameter locator should be final. | 27 |
![]() | '{' is not preceded with whitespace. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | '(' is followed by whitespace. | 28 |
![]() | ')' is preceded with whitespace. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter token should be final. | 32 |
![]() | Parameter parentLocator should be final. | 32 |
![]() | Parameter locator should be final. | 32 |
![]() | '{' is not preceded with whitespace. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | ',' is not followed by whitespace. | 33 |
![]() | ',' is not followed by whitespace. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'deselectByIndex' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter token should be final. | 36 |
![]() | Parameter parentLocator should be final. | 36 |
![]() | Parameter locator should be final. | 36 |
![]() | ',' is not followed by whitespace. | 36 |
![]() | Parameter index should be final. | 36 |
![]() | '{' is not preceded with whitespace. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | ',' is not followed by whitespace. | 37 |
![]() | ',' is not followed by whitespace. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'deselectByValue' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter token should be final. | 40 |
![]() | Parameter parentLocator should be final. | 40 |
![]() | Parameter locator should be final. | 40 |
![]() | ',' is not followed by whitespace. | 40 |
![]() | Parameter value should be final. | 40 |
![]() | '{' is not preceded with whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'deselectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter token should be final. | 44 |
![]() | Parameter parentLocator should be final. | 44 |
![]() | Parameter locator should be final. | 44 |
![]() | Parameter text should be final. | 44 |
![]() | '{' is not preceded with whitespace. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | ',' is not followed by whitespace. | 45 |
![]() | ',' is not followed by whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getAllOptions' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter token should be final. | 48 |
![]() | Parameter parentLocator should be final. | 48 |
![]() | Parameter locator should be final. | 48 |
![]() | '{' is not preceded with whitespace. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | ',' is not followed by whitespace. | 49 |
![]() | ',' is not followed by whitespace. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Array brackets at illegal position. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | 'for' is not followed by whitespace. | 52 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | ';' is not followed by whitespace. | 52 |
![]() | '<' is not preceded with whitespace. | 52 |
![]() | '<' is not followed by whitespace. | 52 |
![]() | ';' is not followed by whitespace. | 52 |
![]() | '{' is not preceded with whitespace. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'getAllSelectedOptions' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter token should be final. | 59 |
![]() | Parameter parentLocator should be final. | 59 |
![]() | Parameter locator should be final. | 59 |
![]() | '{' is not preceded with whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Array brackets at illegal position. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | 'for' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | ';' is not followed by whitespace. | 63 |
![]() | '<' is not preceded with whitespace. | 63 |
![]() | '<' is not followed by whitespace. | 63 |
![]() | ';' is not followed by whitespace. | 63 |
![]() | '{' is not preceded with whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'getFirstSelectedOption' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter token should be final. | 70 |
![]() | ',' is not followed by whitespace. | 70 |
![]() | Parameter parentLocator should be final. | 70 |
![]() | Parameter locator should be final. | 70 |
![]() | '{' is not preceded with whitespace. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | ',' is not followed by whitespace. | 71 |
![]() | ',' is not followed by whitespace. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'isMultiple' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter token should be final. | 74 |
![]() | Parameter parentLocator should be final. | 74 |
![]() | Parameter locator should be final. | 74 |
![]() | '{' is not preceded with whitespace. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter token should be final. | 78 |
![]() | Parameter parentLocator should be final. | 78 |
![]() | Parameter locator should be final. | 78 |
![]() | ',' is not followed by whitespace. | 78 |
![]() | Parameter index should be final. | 78 |
![]() | '{' is not preceded with whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | ',' is not followed by whitespace. | 79 |
![]() | ',' is not followed by whitespace. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'selectByValue' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter token should be final. | 82 |
![]() | Parameter parentLocator should be final. | 82 |
![]() | Parameter locator should be final. | 82 |
![]() | ',' is not followed by whitespace. | 82 |
![]() | Parameter value should be final. | 82 |
![]() | '{' is not preceded with whitespace. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | ',' is not followed by whitespace. | 83 |
![]() | ',' is not followed by whitespace. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'selectByVisibleText' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter token should be final. | 86 |
![]() | Parameter parentLocator should be final. | 86 |
![]() | Parameter locator should be final. | 86 |
![]() | Parameter text should be final. | 86 |
![]() | '{' is not preceded with whitespace. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | ',' is not followed by whitespace. | 87 |
![]() | ',' is not followed by whitespace. | 87 |
![]() | Line contains a tab character. | 88 |