Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
20 104 8 157

Rules

Rules Violations Severity
JavadocPackage 3 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
2 Warnings Warning
AnnotationUseStyle 0 Errors Error
MissingDeprecated 0 Errors Error
MissingOverride
  • javaFiveCompatibility: "true"
0 Errors Error
PackageAnnotation 0 Errors Error
JavadocMethod
  • excludeScope: "private"
  • scope: "anoninner"
2 Errors Error
JavadocType
  • scope: "package"
16 Errors Error
JavadocVariable
  • scope: "package"
11 Errors Error
JavadocStyle
  • scope: "package"
2 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 19 Errors Error
MemberName 8 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 6 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
ImportOrder
  • separated: "true"
  • groups: "java,javax,com.atlassian,com,org"
38 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
LineLength
  • max: "120"
6 Warnings Warning
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 2 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 2 Errors Error
ModifierOrder 2 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly
  • option: "nl"
3 Errors Error
NeedBraces 4 Errors Error
RightCurly
  • option: "alone"
2 Errors Error
DeclarationOrder 6 Errors Error
DefaultComesLast 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
ExplicitInitialization 0 Errors Error
FallThrough 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 12 Errors Error
MissingSwitchDefault 0 Errors Error
ParameterAssignment 0 Errors Error
RedundantThrows
  • allowUnchecked: "true"
0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
StringLiteralEquality 0 Errors Error
DesignForExtension 104 Infos Info
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 11 Errors Error
BooleanExpressionComplexity 0 Errors Error
ClassDataAbstractionCoupling 0 Errors Error
ClassFanOutComplexity
  • max: "10"
2 Errors Error
CyclomaticComplexity 0 Errors Error
NPathComplexity
  • max: "20"
0 Errors Error
JavaNCSS 0 Errors Error
ArrayTypeStyle 0 Errors Error
Indentation 0 Errors Error
TodoComment 2 Errors Error
UpperEll 0 Errors Error

Details

it/com/atlassian/gadgets/pages/AddApplicationLinkDialog.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors 'org.openqa.selenium.By' should be separated from previous imports. 6
Errors Wrong order for 'javax.inject.Inject' import. 11
Errors Wrong order for 'java.net.URI' import. 12
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 16
Errors Variable 'driver' must be private and have accessor methods. 17
Errors Missing a Javadoc comment. 19
Errors Variable 'pageBinder' must be private and have accessor methods. 20
Errors Missing a Javadoc comment. 22
Errors Variable 'dialog' must be private and have accessor methods. 23
Errors '{' is not followed by whitespace. 25
Errors '}' is not preceded with whitespace. 25
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 43
Warnings Line is longer than 120 characters. 56

it/com/atlassian/gadgets/pages/AddGadgetDialog.java

Violation Message Line
Errors 'com.google.common.base.Function' should be separated from previous imports. 7
Errors 'org.openqa.selenium.By' should be separated from previous imports. 8
Errors Wrong order for 'java.util.ArrayList' import. 13
Errors 'javax.inject.Inject' should be separated from previous imports. 15
Infos Method 'waitForVisible' is not designed for extension - needs to be abstract, final or empty. 54
Infos Method 'searchFor' is not designed for extension - needs to be abstract, final or empty. 60
Infos Method 'waitFor' is not designed for extension - needs to be abstract, final or empty. 66
Infos Method 'isGadgetVisible' is not designed for extension - needs to be abstract, final or empty. 72
Infos Method 'getVisibleGadgets' is not designed for extension - needs to be abstract, final or empty. 77
Infos Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. 87
Errors ':' should be on a new line. 95
Infos Method 'addGadget' is not designed for extension - needs to be abstract, final or empty. 104
Warnings Line is longer than 120 characters. 106
Errors Missing a Javadoc comment. 110
Infos Method 'addGadgetToDirectory' is not designed for extension - needs to be abstract, final or empty. 118
Infos Method 'finished' is not designed for extension - needs to be abstract, final or empty. 134

it/com/atlassian/gadgets/pages/ConfigurableAJSGadget.java

Violation Message Line
Errors Wrong order for 'org.openqa.selenium.By' import. 10
Errors Wrong order for 'java.util.List' import. 13
Errors First sentence should end with a period. 15
Errors Comment matches to-do format 'TODO:'. 16
Infos Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. 27
Infos Method 'getConfigTriggerCss' is not designed for extension - needs to be abstract, final or empty. 33
Infos Method 'getFieldWithName' is not designed for extension - needs to be abstract, final or empty. 38
Errors Name '$fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Errors Name '$container' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65

it/com/atlassian/gadgets/pages/ConfigurableGadget.java

Violation Message Line
Errors Wrong order for 'org.openqa.selenium.By' import. 8
Errors Wrong order for 'java.util.ArrayList' import. 11
Errors Missing a Javadoc comment. 14
Infos Method 'configure' is not designed for extension - needs to be abstract, final or empty. 22
Infos Method 'submit' is not designed for extension - needs to be abstract, final or empty. 30
Infos Method 'getConfigTriggerCss' is not designed for extension - needs to be abstract, final or empty. 37
Infos Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. 42
Infos Method 'getFields' is not designed for extension - needs to be abstract, final or empty. 48
Errors Name '$inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Errors Name '$fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Errors Name '$input' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Infos Method 'getFieldWithName' is not designed for extension - needs to be abstract, final or empty. 66
Errors Name '$fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Errors Name '$container' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89

it/com/atlassian/gadgets/pages/ConfigureAppLinksPage.java

Violation Message Line
Errors 'com.google.common.base.Function' should be separated from previous imports. 6
Errors 'org.openqa.selenium.By' should be separated from previous imports. 7
Errors Wrong order for 'javax.inject.Inject' import. 12
Errors Wrong order for 'java.util.List' import. 13
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 23
Errors Variable access definition in wrong order. 23
Errors Variable 'addDialogLink' must be private and have accessor methods. 24
Infos Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 26
Infos Method 'openAddApplicationLinkDialog' is not designed for extension - needs to be abstract, final or empty. 31
Infos Method 'deleteAppLink' is not designed for extension - needs to be abstract, final or empty. 37
Errors Missing a Javadoc comment. 44
Warnings Line is longer than 120 characters. 46
Warnings Line is longer than 120 characters. 47

it/com/atlassian/gadgets/pages/DashboardChrome.java

Violation Message Line
Errors 'org.apache.commons.lang.math.RandomUtils' should be separated from previous imports. 9
Errors Wrong order for 'javax.inject.Inject' import. 11
Errors Wrong order for 'java.util.Locale' import. 12
Errors Missing a Javadoc comment. 14
Errors Static variable definition in wrong order. 23
Errors 'private' modifier out of order with the JLS suggestions. 23
Errors Static variable definition in wrong order. 24
Errors 'private' modifier out of order with the JLS suggestions. 24
Infos Method 'logout' is not designed for extension - needs to be abstract, final or empty. 26
Infos Method 'login' is not designed for extension - needs to be abstract, final or empty. 33
Infos Method 'getDashboard' is not designed for extension - needs to be abstract, final or empty. 39
Errors '50000' is a magic number. 41
Warnings Line is longer than 120 characters. 44
Infos Method 'getDashboard' is not designed for extension - needs to be abstract, final or empty. 44
Infos Method 'getBlankDashboard' is not designed for extension - needs to be abstract, final or empty. 50
Errors '998' is a magic number. 52
Infos Method 'getReadWriteDashboard' is not designed for extension - needs to be abstract, final or empty. 55
Infos Method 'getReadOnlyDashboard' is not designed for extension - needs to be abstract, final or empty. 60
Errors '998' is a magic number. 62
Infos Method 'getUsersOnlyDashboard' is not designed for extension - needs to be abstract, final or empty. 65
Errors '998' is a magic number. 67
Infos Method 'getBlankDashboard' is not designed for extension - needs to be abstract, final or empty. 70
Errors '998' is a magic number. 72
Infos Method 'switchTo' is not designed for extension - needs to be abstract, final or empty. 75
Infos Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 81

it/com/atlassian/gadgets/pages/DashboardToolsMenu.java

Violation Message Line
Errors 'org.openqa.selenium.By' should be separated from previous imports. 5
Errors Wrong order for 'java.util.ArrayList' import. 9
Errors 'javax.inject.Inject' should be separated from previous imports. 11
Infos Method 'getToolLinkNames' is not designed for extension - needs to be abstract, final or empty. 24
Infos Method 'open' is not designed for extension - needs to be abstract, final or empty. 34

it/com/atlassian/gadgets/pages/EditLayoutDialog.java

Violation Message Line
Errors 'org.openqa.selenium.By' should be separated from previous imports. 4
Errors Wrong order for 'javax.inject.Inject' import. 6
Errors Missing a Javadoc comment. 8
Infos Method 'setLayout' is not designed for extension - needs to be abstract, final or empty. 14

it/com/atlassian/gadgets/pages/Gadget.java

Violation Message Line
Errors 'org.openqa.selenium.By' should be separated from previous imports. 10
Errors Wrong order for 'javax.inject.Inject' import. 14
Errors Wrong order for 'java.util.List' import. 15
Errors Class Fan-Out Complexity is 13 (max allowed is 10). 28
Errors Missing a Javadoc comment. 30
Errors Variable 'driver' must be private and have accessor methods. 31
Errors Missing a Javadoc comment. 33
Errors Variable 'pageBinder' must be private and have accessor methods. 34
Errors Missing a Javadoc comment. 36
Errors Variable 'finder' must be private and have accessor methods. 37
Errors Missing a Javadoc comment. 39
Errors Variable 'actions' must be private and have accessor methods. 40
Infos Method 'getChrome' is not designed for extension - needs to be abstract, final or empty. 49
Infos Method 'getChromeWebElement' is not designed for extension - needs to be abstract, final or empty. 55
Infos Method 'getMain' is not designed for extension - needs to be abstract, final or empty. 61
Infos Method 'getMainWebElement' is not designed for extension - needs to be abstract, final or empty. 67
Infos Method 'getId' is not designed for extension - needs to be abstract, final or empty. 73
Infos Method 'getTitleBar' is not designed for extension - needs to be abstract, final or empty. 78
Infos Method 'getTitleBarWebElement' is not designed for extension - needs to be abstract, final or empty. 83
Infos Method 'minimize' is not designed for extension - needs to be abstract, final or empty. 88
Infos Method 'openMenu' is not designed for extension - needs to be abstract, final or empty. 94
Infos Method 'getHtml' is not designed for extension - needs to be abstract, final or empty. 100
Infos Method 'getText' is not designed for extension - needs to be abstract, final or empty. 108
Infos Method 'maximize' is not designed for extension - needs to be abstract, final or empty. 114
Infos Method 'dragTo' is not designed for extension - needs to be abstract, final or empty. 120
Infos Method 'dragTo' is not designed for extension - needs to be abstract, final or empty. 125
Infos Method 'dragTo' is not designed for extension - needs to be abstract, final or empty. 130
Errors '100' is a magic number. 135
Errors '100' is a magic number. 135
Infos Method 'isMinimized' is not designed for extension - needs to be abstract, final or empty. 141
Infos Method 'getMainText' is not designed for extension - needs to be abstract, final or empty. 146
Infos Method 'changeColor' is not designed for extension - needs to be abstract, final or empty. 151
Infos Method 'getErrorMsgText' is not designed for extension - needs to be abstract, final or empty. 157
Infos Method 'getColor' is not designed for extension - needs to be abstract, final or empty. 163
Infos Method 'switchToIframe' is not designed for extension - needs to be abstract, final or empty. 168
Errors First sentence should end with a period. 175
Infos Method 'switchTo' is not designed for extension - needs to be abstract, final or empty. 180
Infos Method 'switchTo' is not designed for extension - needs to be abstract, final or empty. 187
Infos Method 'switchBack' is not designed for extension - needs to be abstract, final or empty. 197
Infos Method 'delete' is not designed for extension - needs to be abstract, final or empty. 202
Infos Method 'find' is not designed for extension - needs to be abstract, final or empty. 210
Infos Method 'find' is not designed for extension - needs to be abstract, final or empty. 216
Infos Method 'findAll' is not designed for extension - needs to be abstract, final or empty. 222
Infos Method 'findAll' is not designed for extension - needs to be abstract, final or empty. 228
Infos Method 'find' is not designed for extension - needs to be abstract, final or empty. 234
Infos Method 'find' is not designed for extension - needs to be abstract, final or empty. 240
Infos Method 'findAll' is not designed for extension - needs to be abstract, final or empty. 246
Infos Method 'findAll' is not designed for extension - needs to be abstract, final or empty. 252

it/com/atlassian/gadgets/pages/GadgetMenu.java

Violation Message Line
Errors Unused import - com.atlassian.webdriver.utils.by.ByJquery. 4
Errors 'org.openqa.selenium.By' should be separated from previous imports. 5
Errors Wrong order for 'javax.inject.Inject' import. 9
Errors Missing a Javadoc comment. 11
Infos Method 'getGadgetMenu' is not designed for extension - needs to be abstract, final or empty. 24
Infos Method 'getMenuTrigger' is not designed for extension - needs to be abstract, final or empty. 29
Infos Method 'getTitleBar' is not designed for extension - needs to be abstract, final or empty. 34
Infos Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. 39
Warnings Line has trailing spaces. 43
Infos Method 'open' is not designed for extension - needs to be abstract, final or empty. 44
Errors '-10' is a magic number. 48
Errors '-10' is a magic number. 48
Errors '10' is a magic number. 49
Errors '10' is a magic number. 49
Infos Method 'get' is not designed for extension - needs to be abstract, final or empty. 57
Infos Method 'selectByClassName' is not designed for extension - needs to be abstract, final or empty. 62
Infos Method 'selectByCSSSelector' is not designed for extension - needs to be abstract, final or empty. 68

it/com/atlassian/gadgets/pages/GadgetsDashboardPage.java

Violation Message Line
Errors 'it.com.atlassian.gadgets.pages.util.DashboardGadgets' should be separated from previous imports. 9
Errors Wrong order for 'org.openqa.selenium.By' import. 10
Errors Wrong order for 'javax.inject.Inject' import. 14
Errors Wrong order for 'java.util.ArrayList' import. 15
Errors Missing a Javadoc comment. 19
Errors Class Fan-Out Complexity is 13 (max allowed is 10). 19
Errors Missing a Javadoc comment. 25
Errors Variable access definition in wrong order. 25
Errors Variable 'atlassianWebDriver' must be private and have accessor methods. 26
Errors Missing a Javadoc comment. 28
Errors Variable access definition in wrong order. 28
Errors Variable 'pageBinder' must be private and have accessor methods. 29
Errors Comment matches to-do format 'TODO:'. 34
Errors Missing a Javadoc comment. 35
Errors Variable access definition in wrong order. 35
Errors Variable 'dashboardPageElement' must be private and have accessor methods. 36
Errors '50000' is a magic number. 53
Infos Method 'getColumn' is not designed for extension - needs to be abstract, final or empty. 56
Errors '{' should be on a new line. 60
Errors '}' should be alone on a line. 62
Errors '{' should be on a new line. 62
Errors '}' should be alone on a line. 64
Errors '{' should be on a new line. 64
Infos Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 71
Infos Method 'getGadgetsForColumn' is not designed for extension - needs to be abstract, final or empty. 77
Errors Name '$gadgets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Errors Name '$gadget' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Infos Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 91
Warnings Line is longer than 120 characters. 93
Errors '+' should be on a new line. 93
Infos Method 'getId' is not designed for extension - needs to be abstract, final or empty. 97
Infos Method 'openToolsMenu' is not designed for extension - needs to be abstract, final or empty. 102
Infos Method 'waitUntilDashboardRendered' is not designed for extension - needs to be abstract, final or empty. 107
Infos Method 'openAddGadgetDialog' is not designed for extension - needs to be abstract, final or empty. 113
Infos Method 'openEditLayoutDialog' is not designed for extension - needs to be abstract, final or empty. 119
Infos Method 'getGadgetWithTitle' is not designed for extension - needs to be abstract, final or empty. 125
Infos Method 'getLayout' is not designed for extension - needs to be abstract, final or empty. 130
Infos Method 'getGadgetWithTitle' is not designed for extension - needs to be abstract, final or empty. 137
Infos Method 'canAddGadget' is not designed for extension - needs to be abstract, final or empty. 142
Warnings Line has trailing spaces. 146
Infos Method 'canEditLayout' is not designed for extension - needs to be abstract, final or empty. 147
Infos Method 'getGadget' is not designed for extension - needs to be abstract, final or empty. 153

it/com/atlassian/gadgets/pages/fields/BoolPref.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Wrong order for 'java.util.ArrayList' import. 5
Errors Missing a Javadoc comment. 10
Errors Name '$fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Infos Method 'set' is not designed for extension - needs to be abstract, final or empty. 26
Errors Name '$checkbox' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Errors 'if' construct must use '{}'s. 34
Infos Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 45
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49

it/com/atlassian/gadgets/pages/fields/EnumPref.java

Violation Message Line
Errors Wrong order for 'java.util.List' import. 6
Errors Missing a Javadoc comment. 9
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Infos Method 'set' is not designed for extension - needs to be abstract, final or empty. 19
Errors Name '$options' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Errors Name '$option' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Errors 'if' construct must use '{}'s. 27
Infos Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 37

it/com/atlassian/gadgets/pages/fields/ListPref.java

Violation Message Line
Errors Wrong order for 'java.util.List' import. 6
Errors Missing a Javadoc comment. 9
Errors Name '$container' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Errors Name '$inputField' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Errors Name '$submit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Errors Name '$container' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Infos Method 'clear' is not designed for extension - needs to be abstract, final or empty. 24
Errors Name '$removeButtons' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Infos Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 37
Infos Method 'set' is not designed for extension - needs to be abstract, final or empty. 42

it/com/atlassian/gadgets/pages/fields/MultiSelect.java

Violation Message Line
Errors Wrong order for 'java.util.Arrays' import. 6
Errors Missing a Javadoc comment. 10
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Infos Method 'set' is not designed for extension - needs to be abstract, final or empty. 21
Errors 'if' construct must use '{}'s. 29
Infos Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 40
Errors Name '$option' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44

it/com/atlassian/gadgets/pages/fields/RadioInput.java

Violation Message Line
Errors Wrong order for 'java.util.Arrays' import. 5
Errors Missing a Javadoc comment. 8
Errors Name '$inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
Errors Name '$inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Infos Method 'set' is not designed for extension - needs to be abstract, final or empty. 17
Errors Name '$radio' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Errors 'if' construct must use '{}'s. 25
Infos Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 32
Errors Name '$radio' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36

it/com/atlassian/gadgets/pages/fields/StringPref.java

Violation Message Line
Errors Missing a Javadoc comment. 6
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
Errors Name '$field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Infos Method 'set' is not designed for extension - needs to be abstract, final or empty. 16
Infos Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 23

it/com/atlassian/gadgets/pages/fields/UserPrefField.java

Violation Message Line
Errors Missing a Javadoc comment. 4
Errors Redundant 'public' modifier. 7
Errors Redundant 'public' modifier. 9

it/com/atlassian/gadgets/pages/util/DashboardGadgets.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors 'org.openqa.selenium.By' should be separated from previous imports. 4

it/com/atlassian/gadgets/pages/util/LogoutHelper.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 9