Checkstyle Results

The following document contains the results of Checkstyle 8.29 with https://maven.avcompris.com/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
25 0 0 45

Rules

Category Rule Violations Severity
blocks EmptyBlock 2  Error
coding DeclarationOrder 2  Error
ExplicitInitialization 3  Error
FinalLocalVariable
  • tokens: "VARIABLE_DEF,PARAMETER_DEF"
1  Error
HiddenField
  • tokens: "VARIABLE_DEF"
1  Error
IllegalCatch 2  Error
misc FinalParameters 1  Error
modifier RedundantModifier 12  Error
naming AbstractClassName
  • format: "^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$"
3  Error
ConstantName
  • format: "logger|^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"
1  Error
StaticVariableName 1  Error
whitespace ParenPad 16  Error

Details

net/avcompris/guixer/core/AbstractCommandLoggerImpl.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Variable access definition in wrong order. 19
 Error whitespace ParenPad '(' is followed by whitespace. 21
 Error whitespace ParenPad '(' is followed by whitespace. 39
 Error whitespace ParenPad '(' is followed by whitespace. 175
 Error modifier RedundantModifier Redundant 'final' modifier. 374
 Error misc FinalParameters Parameter condition should be final. 380
 Error coding FinalLocalVariable Variable 'condition' should be declared final. 380

net/avcompris/guixer/core/AbstractUITest.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Static variable definition in wrong order. 25
 Error naming ConstantName Name 'context' must match pattern 'logger|^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
 Error coding HiddenField 'baseURL' hides a field. 104

net/avcompris/guixer/core/Assertion.java

Severity Category Rule Message Line
 Error coding ExplicitInitialization Variable 'success' explicitly initialized to 'false' (default value for its type). 17
 Error modifier RedundantModifier Redundant 'public' modifier. 19

net/avcompris/guixer/core/CommandConsoleLoggerImpl.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 11
 Error whitespace ParenPad '(' is followed by whitespace. 11
 Error modifier RedundantModifier Redundant 'public' modifier. 20
 Error whitespace ParenPad '(' is followed by whitespace. 20

net/avcompris/guixer/core/CommandDecorator.java

Severity Category Rule Message Line
 Error naming AbstractClassName Name 'CommandDecorator' must match pattern '^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$'. 5

net/avcompris/guixer/core/CommandDumperLoggerImpl.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 16
 Error whitespace ParenPad '(' is followed by whitespace. 16
 Error modifier RedundantModifier Redundant 'public' modifier. 25
 Error whitespace ParenPad '(' is followed by whitespace. 25

net/avcompris/guixer/core/CommandSeleniumImpl.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 33
 Error whitespace ParenPad '(' is followed by whitespace. 33
 Error whitespace ParenPad '(' is followed by whitespace. 143
 Error coding IllegalCatch Catching 'Error' is not allowed. 227
 Error coding IllegalCatch Catching 'RuntimeException' is not allowed. 227

net/avcompris/guixer/core/Context.java

Severity Category Rule Message Line
 Error coding ExplicitInitialization Variable 'dumperLogger' explicitly initialized to 'null' (default value for its type). 27
 Error coding ExplicitInitialization Variable 'consoleLogger' explicitly initialized to 'null' (default value for its type). 28
 Error blocks EmptyBlock Must have at least one statement. 85
 Error blocks EmptyBlock Must have at least one statement. 111
 Error modifier RedundantModifier Redundant 'public' modifier. 193

net/avcompris/guixer/core/DumperLogger.java

Severity Category Rule Message Line
 Error naming StaticVariableName Name 'GUIXER_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29

net/avcompris/guixer/core/MyAbstractUITestCommandImpl.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is followed by whitespace. 30
 Error whitespace ParenPad '(' is followed by whitespace. 31
 Error whitespace ParenPad '(' is followed by whitespace. 32
 Error whitespace ParenPad '(' is followed by whitespace. 44
 Error whitespace ParenPad '(' is followed by whitespace. 45
 Error whitespace ParenPad '(' is followed by whitespace. 46

net/avcompris/guixer/core/Skip.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 16
 Error whitespace ParenPad '(' is followed by whitespace. 16

net/avcompris/guixer/core/SwitchToDecorator.java

Severity Category Rule Message Line
 Error naming AbstractClassName Name 'SwitchToDecorator' must match pattern '^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$'. 5

net/avcompris/guixer/core/SwitchToLoggerImpl.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 12

net/avcompris/guixer/core/SwitchToNullImpl.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 11

net/avcompris/guixer/core/SwitchToSeleniumImpl.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 12

net/avcompris/guixer/core/Validations.java

Severity Category Rule Message Line
 Error naming AbstractClassName Name 'Validations' must match pattern '^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$'. 5