Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
500549

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
0Errors Error
NewlineAtEndOfFile1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
220Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
24Errors Error
JavadocMethod43Errors Error
JavadocType0Errors Error
JavadocVariable7Errors Error
JavadocStyle0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName6Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports3Errors Error
LineLength27Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad2Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter31Errors Error
WhitespaceAround24Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension42Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier7Errors Error
ArrayTypeStyle2Errors Error
FinalParameters108Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

main/java/org/sirius/server/web/DriverMap.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsUtility classes should not have a public or default constructor.14
ErrorsLine is longer than 80 characters.16
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsVariable 'drivers' must be private and have accessor methods.16

main/java/org/sirius/server/web/WebCore.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsUnused import - java.util.HashMap.6
ErrorsUnused import - org.openqa.selenium.By.10
ErrorsUnused import - org.openqa.selenium.WebElement.14
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsName 'IE' must match pattern '^[a-z][a-zA-Z0-9]*$'.27
ErrorsVariable 'IE' must be private and have accessor methods.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsName 'FIREFOX' must match pattern '^[a-z][a-zA-Z0-9]*$'.28
ErrorsVariable 'FIREFOX' must be private and have accessor methods.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsName 'FIREFOX_UNSECURED' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
ErrorsVariable 'FIREFOX_UNSECURED' must be private and have accessor methods.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsName 'CHROME' must match pattern '^[a-z][a-zA-Z0-9]*$'.30
ErrorsVariable 'CHROME' must be private and have accessor methods.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsName 'OPERA' must match pattern '^[a-z][a-zA-Z0-9]*$'.31
ErrorsVariable 'OPERA' must be private and have accessor methods.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsName 'HTMLUNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
ErrorsVariable 'HTMLUNIT' must be private and have accessor methods.32
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter browser should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.60
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter token should be final.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.65
ErrorsMethod 'open' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter token should be final.65
ErrorsParameter url should be final.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsMethod 'back' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsParameter token should be final.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsMethod 'forward' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter token should be final.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsMethod 'refresh' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
ErrorsParameter token should be final.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsMethod 'getURL' is not designed for extension - needs to be abstract, final or empty.81
ErrorsMissing a Javadoc comment.81
ErrorsParameter token should be final.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
ErrorsMethod 'getPageSource' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
ErrorsParameter token should be final.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.89
ErrorsMethod 'getTitle' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsParameter token should be final.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsMethod 'getWindowHandle' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsParameter token should be final.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsMethod 'selectFrameByIndex' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsParameter token should be final.97
ErrorsParameter index should be final.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsMethod 'selectFrameByName' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsParameter token should be final.101
ErrorsParameter name should be final.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsMethod 'selectWindow' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsParameter token should be final.105
ErrorsParameter name should be final.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsMethod 'selectDefaultContent' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsParameter token should be final.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsMethod 'selectAlert' is not designed for extension - needs to be abstract, final or empty.113
ErrorsMissing a Javadoc comment.113
ErrorsParameter token should be final.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.117
ErrorsMethod 'clear' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMissing a Javadoc comment.117
ErrorsParameter token should be final.117
ErrorsParameter startFrom should be final.117
ErrorsParameter locator should be final.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.121
ErrorsMethod 'click' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
ErrorsParameter token should be final.121
ErrorsParameter startFrom should be final.121
ErrorsParameter locator should be final.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsMethod 'getAttribute' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMissing a Javadoc comment.125
ErrorsParameter token should be final.125
ErrorsParameter startFrom should be final.125
ErrorsParameter locator should be final.125
ErrorsLine contains a tab character.126
ErrorsParameter attribute should be final.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsMethod 'getCssValue' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsParameter token should be final.130
ErrorsParameter startFrom should be final.130
ErrorsParameter locator should be final.130
ErrorsLine contains a tab character.131
ErrorsParameter value should be final.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsParameter token should be final.135
ErrorsParameter startFrom should be final.135
ErrorsParameter locator should be final.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsMethod 'getSize' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsParameter token should be final.139
ErrorsParameter startFrom should be final.139
ErrorsParameter locator should be final.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsMethod 'getTagName' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
ErrorsParameter token should be final.143
ErrorsParameter startFrom should be final.143
ErrorsParameter locator should be final.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.147
ErrorsMethod 'getText' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMissing a Javadoc comment.147
ErrorsParameter token should be final.147
ErrorsParameter startFrom should be final.147
ErrorsParameter locator should be final.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsMethod 'isDisplayed' is not designed for extension - needs to be abstract, final or empty.151
ErrorsMissing a Javadoc comment.151
ErrorsParameter token should be final.151
ErrorsParameter startFrom should be final.151
ErrorsParameter locator should be final.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.155
ErrorsLine contains a tab character.155
ErrorsMethod 'isEnabled' is not designed for extension - needs to be abstract, final or empty.155
ErrorsMissing a Javadoc comment.155
ErrorsParameter token should be final.155
ErrorsParameter startFrom should be final.155
ErrorsParameter locator should be final.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsMethod 'isSelected' is not designed for extension - needs to be abstract, final or empty.159
ErrorsMissing a Javadoc comment.159
ErrorsParameter token should be final.159
ErrorsParameter startFrom should be final.159
ErrorsParameter locator should be final.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.163
ErrorsMethod 'sendKeys' is not designed for extension - needs to be abstract, final or empty.163
ErrorsMissing a Javadoc comment.163
ErrorsParameter token should be final.163
ErrorsParameter startFrom should be final.163
ErrorsParameter locator should be final.163
ErrorsLine contains a tab character.164
ErrorsParameter text should be final.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.168
ErrorsMethod 'submit' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
ErrorsParameter token should be final.168
ErrorsParameter startFrom should be final.168
ErrorsParameter locator should be final.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170

main/java/org/sirius/server/web/WebHelper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.23
ErrorsMethod 'driver' is not designed for extension - needs to be abstract, final or empty.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter token should be final.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMethod 'toLocator' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter locator should be final.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getElement' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsParameter token should be final.51
ErrorsParameter startFrom should be final.51
ErrorsParameter locator should be final.51
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57

main/java/org/sirius/server/web/WebSelect.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsEmpty statement.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsParameter token should be final.27
ErrorsParameter parentLocator should be final.27
ErrorsParameter locator should be final.27
Errors'{' is not preceded with whitespace.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
Errors'(' is followed by whitespace.28
Errors')' is preceded with whitespace.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsMethod 'deselectAll' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter token should be final.32
ErrorsParameter parentLocator should be final.32
ErrorsParameter locator should be final.32
Errors'{' is not preceded with whitespace.32
ErrorsLine contains a tab character.33
Errors',' is not followed by whitespace.33
Errors',' is not followed by whitespace.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsMethod 'deselectByIndex' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter token should be final.36
ErrorsParameter parentLocator should be final.36
ErrorsParameter locator should be final.36
Errors',' is not followed by whitespace.36
ErrorsParameter index should be final.36
Errors'{' is not preceded with whitespace.36
ErrorsLine contains a tab character.37
Errors',' is not followed by whitespace.37
Errors',' is not followed by whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsMethod 'deselectByValue' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter token should be final.40
ErrorsParameter parentLocator should be final.40
ErrorsParameter locator should be final.40
Errors',' is not followed by whitespace.40
ErrorsParameter value should be final.40
Errors'{' is not preceded with whitespace.40
ErrorsLine contains a tab character.41
Errors',' is not followed by whitespace.41
Errors',' is not followed by whitespace.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsMethod 'deselectByVisibleText' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter token should be final.44
ErrorsParameter parentLocator should be final.44
ErrorsParameter locator should be final.44
ErrorsParameter text should be final.44
Errors'{' is not preceded with whitespace.44
ErrorsLine contains a tab character.45
Errors',' is not followed by whitespace.45
Errors',' is not followed by whitespace.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMethod 'getAllOptions' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsParameter token should be final.48
ErrorsParameter parentLocator should be final.48
ErrorsParameter locator should be final.48
Errors'{' is not preceded with whitespace.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
Errors',' is not followed by whitespace.49
Errors',' is not followed by whitespace.49
ErrorsLine contains a tab character.50
ErrorsArray brackets at illegal position.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
Errors'for' is not followed by whitespace.52
Errors'=' is not preceded with whitespace.52
Errors'=' is not followed by whitespace.52
Errors';' is not followed by whitespace.52
Errors'<' is not preceded with whitespace.52
Errors'<' is not followed by whitespace.52
Errors';' is not followed by whitespace.52
Errors'{' is not preceded with whitespace.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsMethod 'getAllSelectedOptions' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter token should be final.59
ErrorsParameter parentLocator should be final.59
ErrorsParameter locator should be final.59
Errors'{' is not preceded with whitespace.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
Errors',' is not followed by whitespace.60
Errors',' is not followed by whitespace.60
ErrorsLine contains a tab character.61
ErrorsArray brackets at illegal position.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
Errors'for' is not followed by whitespace.63
Errors'=' is not preceded with whitespace.63
Errors'=' is not followed by whitespace.63
Errors';' is not followed by whitespace.63
Errors'<' is not preceded with whitespace.63
Errors'<' is not followed by whitespace.63
Errors';' is not followed by whitespace.63
Errors'{' is not preceded with whitespace.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsMethod 'getFirstSelectedOption' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter token should be final.70
Errors',' is not followed by whitespace.70
ErrorsParameter parentLocator should be final.70
ErrorsParameter locator should be final.70
Errors'{' is not preceded with whitespace.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
Errors',' is not followed by whitespace.71
Errors',' is not followed by whitespace.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsMethod 'isMultiple' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsParameter token should be final.74
ErrorsParameter parentLocator should be final.74
ErrorsParameter locator should be final.74
Errors'{' is not preceded with whitespace.74
ErrorsLine contains a tab character.75
Errors',' is not followed by whitespace.75
Errors',' is not followed by whitespace.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsMethod 'selectByIndex' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsParameter token should be final.78
ErrorsParameter parentLocator should be final.78
ErrorsParameter locator should be final.78
Errors',' is not followed by whitespace.78
ErrorsParameter index should be final.78
Errors'{' is not preceded with whitespace.78
ErrorsLine contains a tab character.79
Errors',' is not followed by whitespace.79
Errors',' is not followed by whitespace.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsMethod 'selectByValue' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter token should be final.82
ErrorsParameter parentLocator should be final.82
ErrorsParameter locator should be final.82
Errors',' is not followed by whitespace.82
ErrorsParameter value should be final.82
Errors'{' is not preceded with whitespace.82
ErrorsLine contains a tab character.83
Errors',' is not followed by whitespace.83
Errors',' is not followed by whitespace.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsMethod 'selectByVisibleText' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
ErrorsParameter token should be final.86
ErrorsParameter parentLocator should be final.86
ErrorsParameter locator should be final.86
ErrorsParameter text should be final.86
Errors'{' is not preceded with whitespace.86
ErrorsLine contains a tab character.87
Errors',' is not followed by whitespace.87
Errors',' is not followed by whitespace.87
ErrorsLine contains a tab character.88

main/java/org/sirius/server/web/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2