Checkstyle Results
The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
245 | 0 | 0 | 13225 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 142 | Error |
LeftCurly | 242 | Error | |
NeedBraces | 15 | Error | |
RightCurly | 5 | Error | |
coding | EqualsHashCode | 1 | Error |
HiddenField | 192 | Error | |
InnerAssignment | 14 | Error | |
MagicNumber | 873 | Error | |
MissingSwitchDefault | 2 | Error | |
design | DesignForExtension | 476 | Error |
FinalClass | 10 | Error | |
VisibilityModifier | 23 | Error | |
imports | AvoidStarImport | 265 | Error |
javadoc | InvalidJavadocPosition | 3 | Error |
JavadocMethod | 103 | Error | |
JavadocPackage | 40 | Error | |
JavadocStyle | 113 | Error | |
JavadocType | 1 | Error | |
JavadocVariable | 764 | Error | |
MissingJavadocMethod | 445 | Error | |
misc | ArrayTypeStyle | 8 | Error |
FinalParameters | 1177 | Error | |
NewlineAtEndOfFile | 63 | Error | |
modifier | ModifierOrder | 133 | Error |
RedundantModifier | 10 | Error | |
naming | ConstantName | 19 | Error |
MemberName | 1 | Error | |
ParameterName | 2 | Error | |
regexp | RegexpSingleline
|
3408 | Error |
sizes | LineLength
|
3103 | Error |
MethodLength | 13 | Error | |
ParameterNumber | 2 | Error | |
whitespace | NoWhitespaceAfter | 38 | Error |
NoWhitespaceBefore | 75 | Error | |
OperatorWrap | 456 | Error | |
ParenPad | 13 | Error | |
WhitespaceAfter | 201 | Error | |
WhitespaceAround | 774 | Error |
Details
com/jsql/MainApplication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 13 |
Error | design | FinalClass | Class MainApplication should be declared as final. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | naming | ConstantName | Name 'injectionModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter args should be final. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 123 |
Error | coding | MagicNumber | '3840' is a magic number. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 125 |
com/jsql/view/scan/ScanListTerminal.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 2 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
com/jsql/view/scan/interaction/DatabaseIdentified.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Class 'DatabaseIdentified' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatabaseIdentified' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
com/jsql/view/scan/interaction/MarkBlindVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 28 |
Error | design | DesignForExtension | Class 'MarkBlindVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkBlindVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
com/jsql/view/scan/interaction/MarkErrorVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 28 |
Error | design | DesignForExtension | Class 'MarkErrorVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkErrorVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
com/jsql/view/scan/interaction/MarkNormalVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 28 |
Error | design | DesignForExtension | Class 'MarkNormalVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkNormalVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 37 |
com/jsql/view/scan/interaction/MarkStackedVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 28 |
Error | design | DesignForExtension | Class 'MarkStackedVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkStackedVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 37 |
com/jsql/view/scan/interaction/MarkTimeVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 28 |
Error | design | DesignForExtension | Class 'MarkTimeVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkTimeVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
com/jsql/view/scan/interaction/SetVendor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 29 |
Error | design | DesignForExtension | Class 'SetVendor' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SetVendor' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
com/jsql/view/swing/JFrameView.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 26 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | misc | FinalParameters | Parameter event should be final. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 86 |
Error | coding | MagicNumber | '0.75' is a magic number. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | coding | MagicNumber | '0.75' is a magic number. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | misc | FinalParameters | Parameter e should be final. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 106 |
Error | coding | MagicNumber | '100.0' is a magic number. | 106 |
Error | coding | MagicNumber | '100' is a magic number. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 112 |
Error | coding | MagicNumber | '0.01' is a magic number. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 124 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 124 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | coding | MagicNumber | '1024' is a magic number. | 147 |
Error | coding | MagicNumber | '768' is a magic number. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | design | DesignForExtension | Class 'JFrameView' looks like designed for extension (can be subclassed), but the method 'resetInterface' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JFrameView' final or making the method 'resetInterface' static/final/abstract/empty, or adding allowed annotation for the method. | 195 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 205 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | design | DesignForExtension | Class 'JFrameView' looks like designed for extension (can be subclassed), but the method 'getSubscriber' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JFrameView' final or making the method 'getSubscriber' static/final/abstract/empty, or adding allowed annotation for the method. | 238 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 238 |
Error | design | DesignForExtension | Class 'JFrameView' looks like designed for extension (can be subclassed), but the method 'getSplitHorizontalTopBottom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JFrameView' final or making the method 'getSplitHorizontalTopBottom' static/final/abstract/empty, or adding allowed annotation for the method. | 242 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 242 |
com/jsql/view/swing/action/ActionCheckIP.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Class 'ActionCheckIP' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionCheckIP' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
Error | misc | FinalParameters | Parameter e should be final. | 24 |
Error | design | DesignForExtension | Class 'ActionCheckIP' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionCheckIP' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 36 |
com/jsql/view/swing/action/ActionCloseTabResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Class 'ActionCloseTabResult' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionCloseTabResult' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
Error | misc | FinalParameters | Parameter e should be final. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter closeTabNumber should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
com/jsql/view/swing/action/ActionNewWindow.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 40 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 55 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter name should be final. | 58 |
Error | misc | FinalParameters | Parameter commands should be final. | 58 |
Error | coding | HiddenField | 'commands' hides a field. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Class 'ActionNewWindow' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionNewWindow' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
Error | misc | FinalParameters | Parameter event should be final. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
com/jsql/view/swing/action/ActionSaveTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Class 'ActionSaveTab' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionSaveTab' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
Error | misc | FinalParameters | Parameter e should be final. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | misc | FinalParameters | Parameter textarea should be final. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | misc | FinalParameters | Parameter tableResults should be final. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 103 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 109 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 111 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | misc | FinalParameters | Parameter textarea should be final. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 144 |
com/jsql/view/swing/action/AltKeyEventDispatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | DesignForExtension | Class 'AltKeyEventDispatcher' looks like designed for extension (can be subclassed), but the method 'dispatchKeyEvent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AltKeyEventDispatcher' final or making the method 'dispatchKeyEvent' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
Error | misc | FinalParameters | Parameter wasAltPressedAlready should be final. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
com/jsql/view/swing/action/HotkeyUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 16 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | misc | FinalParameters | Parameter tabbedPane should be final. | 60 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tabbedPane'. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 84 |
Error | misc | FinalParameters | Parameter rootPane should be final. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rootPane'. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'valuesTabbedPane'. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | misc | FinalParameters | Parameter e should be final. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | misc | FinalParameters | Parameter e should be final. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 144 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 146 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 147 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | misc | FinalParameters | Parameter e should be final. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 183 |
com/jsql/view/swing/combomenu/ArrowIcon.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter direction should be final. | 26 |
Error | coding | HiddenField | 'direction' hides a field. | 26 |
Error | misc | FinalParameters | Parameter isPressedView should be final. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter iconSize should be final. | 30 |
Error | coding | HiddenField | 'iconSize' hides a field. | 30 |
Error | misc | FinalParameters | Parameter direction should be final. | 30 |
Error | coding | HiddenField | 'direction' hides a field. | 30 |
Error | misc | FinalParameters | Parameter isEnabled should be final. | 30 |
Error | coding | HiddenField | 'isEnabled' hides a field. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Class 'ArrowIcon' looks like designed for extension (can be subclassed), but the method 'paintIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ArrowIcon' final or making the method 'paintIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
Error | misc | FinalParameters | Parameter c should be final. | 40 |
Error | misc | FinalParameters | Parameter g should be final. | 40 |
Error | misc | FinalParameters | Parameter x should be final. | 40 |
Error | misc | FinalParameters | Parameter y should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 45 |
Error | coding | MagicNumber | '3' is a magic number. | 45 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 46 |
Error | design | DesignForExtension | Class 'ArrowIcon' looks like designed for extension (can be subclassed), but the method 'getIconWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ArrowIcon' final or making the method 'getIconWidth' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
Error | design | DesignForExtension | Class 'ArrowIcon' looks like designed for extension (can be subclassed), but the method 'getIconHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ArrowIcon' final or making the method 'getIconHeight' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
com/jsql/view/swing/combomenu/BlankIcon.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | coding | MagicNumber | '11' is a magic number. | 14 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter color should be final. | 17 |
Error | misc | FinalParameters | Parameter size should be final. | 17 |
Error | coding | HiddenField | 'size' hides a field. | 17 |
Error | design | DesignForExtension | Class 'BlankIcon' looks like designed for extension (can be subclassed), but the method 'paintIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BlankIcon' final or making the method 'paintIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
Error | misc | FinalParameters | Parameter c should be final. | 24 |
Error | misc | FinalParameters | Parameter g should be final. | 24 |
Error | misc | FinalParameters | Parameter x should be final. | 24 |
Error | misc | FinalParameters | Parameter y should be final. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 28 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 28 |
Error | design | DesignForExtension | Class 'BlankIcon' looks like designed for extension (can be subclassed), but the method 'getIconWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BlankIcon' final or making the method 'getIconWidth' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
Error | design | DesignForExtension | Class 'BlankIcon' looks like designed for extension (can be subclassed), but the method 'getIconHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BlankIcon' final or making the method 'getIconHeight' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
com/jsql/view/swing/console/AbstractColoredConsole.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 11 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | coding | HiddenField | 'tabName' hides a field. | 36 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 36 |
Error | javadoc | JavadocMethod | Expected @param tag for 'placeholder'. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | misc | FinalParameters | Parameter message should be final. | 62 |
Error | misc | FinalParameters | Parameter attribut should be final. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | coding | MagicNumber | '15' is a magic number. | 71 |
Error | coding | MagicNumber | '15' is a magic number. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 108 |
com/jsql/view/swing/console/JTextPaneAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.logging.log4j.core.*. | 6 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 31 |
Error | design | FinalClass | Class JTextPaneAppender should be declared as final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 67 |
Error | misc | FinalParameters | Parameter name should be final. | 67 |
Error | misc | FinalParameters | Parameter layout should be final. | 67 |
Error | misc | FinalParameters | Parameter filter should be final. | 67 |
Error | misc | FinalParameters | Parameter ignoreExceptions should be final. | 67 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter name should be final. | 74 |
Error | misc | FinalParameters | Parameter ignoreExceptions should be final. | 75 |
Error | misc | FinalParameters | Parameter layout should be final. | 76 |
Error | misc | FinalParameters | Parameter filter should be final. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
Error | misc | FinalParameters | Parameter event should be final. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | misc | FinalParameters | Parameter javaConsole should be final. | 131 |
Error | misc | FinalParameters | Parameter consoleColored should be final. | 139 |
com/jsql/view/swing/console/JavaConsoleAdapter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | misc | FinalParameters | Parameter tabName should be final. | 18 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 18 |
Error | javadoc | JavadocMethod | Expected @param tag for 'placeholder'. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Class 'JavaConsoleAdapter' looks like designed for extension (can be subclassed), but the method 'getColorAttribute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JavaConsoleAdapter' final or making the method 'getColorAttribute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/console/SimpleConsoleAdapter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | misc | FinalParameters | Parameter tabName should be final. | 18 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 18 |
Error | javadoc | JavadocMethod | Expected @param tag for 'placeholder'. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 22 |
Error | coding | MagicNumber | '75' is a magic number. | 22 |
Error | coding | MagicNumber | '143' is a magic number. | 22 |
Error | coding | MagicNumber | '211' is a magic number. | 22 |
Error | design | DesignForExtension | Class 'SimpleConsoleAdapter' looks like designed for extension (can be subclassed), but the method 'getColorAttribute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimpleConsoleAdapter' final or making the method 'getColorAttribute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/dialog/DialogAbout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 22 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 24 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 81 |
Error | misc | FinalParameters | Parameter escapeListener should be final. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | coding | MagicNumber | '5' is a magic number. | 98 |
Error | coding | MagicNumber | '5' is a magic number. | 98 |
Error | coding | MagicNumber | '5' is a magic number. | 98 |
Error | coding | MagicNumber | '5' is a magic number. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | misc | FinalParameters | Parameter escapeListener should be final. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | coding | MagicNumber | '20' is a magic number. | 116 |
Error | coding | MagicNumber | '20' is a magic number. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | coding | MagicNumber | '4' is a magic number. | 121 |
Error | coding | MagicNumber | '8' is a magic number. | 121 |
Error | coding | MagicNumber | '4' is a magic number. | 121 |
Error | coding | MagicNumber | '8' is a magic number. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | coding | MagicNumber | '20' is a magic number. | 133 |
Error | coding | MagicNumber | '20' is a magic number. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | coding | MagicNumber | '4' is a magic number. | 145 |
Error | coding | MagicNumber | '8' is a magic number. | 145 |
Error | coding | MagicNumber | '4' is a magic number. | 145 |
Error | coding | MagicNumber | '8' is a magic number. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | misc | FinalParameters | Parameter e should be final. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | coding | MagicNumber | '5' is a magic number. | 200 |
Error | coding | MagicNumber | '5' is a magic number. | 200 |
Error | coding | MagicNumber | '5' is a magic number. | 200 |
Error | coding | MagicNumber | '5' is a magic number. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 224 |
Error | coding | MagicNumber | '533' is a magic number. | 225 |
Error | coding | MagicNumber | '400' is a magic number. | 225 |
Error | design | DesignForExtension | Class 'DialogAbout' looks like designed for extension (can be subclassed), but the method 'requestButtonFocus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogAbout' final or making the method 'requestButtonFocus' static/final/abstract/empty, or adding allowed annotation for the method. | 231 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 231 |
com/jsql/view/swing/dialog/DialogTranslate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 30 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
Error | coding | MagicNumber | '5' is a magic number. | 82 |
Error | coding | MagicNumber | '5' is a magic number. | 82 |
Error | coding | MagicNumber | '5' is a magic number. | 82 |
Error | coding | MagicNumber | '5' is a magic number. | 82 |
Error | coding | HiddenField | 'language' hides a field. | 98 |
Error | javadoc | JavadocMethod | Expected @param tag for 'language'. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 117 |
Error | coding | MagicNumber | '8' is a magic number. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | coding | MagicNumber | '5' is a magic number. | 148 |
Error | coding | MagicNumber | '5' is a magic number. | 148 |
Error | coding | MagicNumber | '5' is a magic number. | 148 |
Error | coding | MagicNumber | '5' is a magic number. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | coding | MagicNumber | '4' is a magic number. | 151 |
Error | coding | MagicNumber | '8' is a magic number. | 151 |
Error | coding | MagicNumber | '4' is a magic number. | 151 |
Error | coding | MagicNumber | '8' is a magic number. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | misc | FinalParameters | Parameter e should be final. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 224 |
Error | coding | MagicNumber | '5' is a magic number. | 224 |
Error | coding | MagicNumber | '5' is a magic number. | 224 |
Error | coding | MagicNumber | '5' is a magic number. | 224 |
Error | coding | MagicNumber | '5' is a magic number. | 224 |
Error | coding | MagicNumber | '500' is a magic number. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | design | DesignForExtension | Class 'DialogTranslate' looks like designed for extension (can be subclassed), but the method 'getLanguage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogTranslate' final or making the method 'getLanguage' static/final/abstract/empty, or adding allowed annotation for the method. | 234 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 234 |
Error | design | DesignForExtension | Class 'DialogTranslate' looks like designed for extension (can be subclassed), but the method 'setLanguage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogTranslate' final or making the method 'setLanguage' static/final/abstract/empty, or adding allowed annotation for the method. | 238 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 238 |
Error | misc | FinalParameters | Parameter language should be final. | 238 |
Error | coding | HiddenField | 'language' hides a field. | 238 |
Error | design | DesignForExtension | Class 'DialogTranslate' looks like designed for extension (can be subclassed), but the method 'getTextBeforeChange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogTranslate' final or making the method 'getTextBeforeChange' static/final/abstract/empty, or adding allowed annotation for the method. | 242 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 242 |
Error | design | DesignForExtension | Class 'DialogTranslate' looks like designed for extension (can be subclassed), but the method 'setTextBeforeChange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogTranslate' final or making the method 'setTextBeforeChange' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 246 |
Error | misc | FinalParameters | Parameter textBeforeChange should be final. | 246 |
Error | coding | HiddenField | 'textBeforeChange' hides a field. | 246 |
Error | design | DesignForExtension | Class 'DialogTranslate' looks like designed for extension (can be subclassed), but the method 'getButtonSend' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogTranslate' final or making the method 'getButtonSend' static/final/abstract/empty, or adding allowed annotation for the method. | 250 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 250 |
Error | design | DesignForExtension | Class 'DialogTranslate' looks like designed for extension (can be subclassed), but the method 'getLabelTranslation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogTranslate' final or making the method 'getLabelTranslation' static/final/abstract/empty, or adding allowed annotation for the method. | 254 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 254 |
Error | design | DesignForExtension | Class 'DialogTranslate' looks like designed for extension (can be subclassed), but the method 'getTextToTranslate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogTranslate' final or making the method 'getTextToTranslate' static/final/abstract/empty, or adding allowed annotation for the method. | 258 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 258 |
Error | design | DesignForExtension | Class 'DialogTranslate' looks like designed for extension (can be subclassed), but the method 'getProgressBarTranslation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DialogTranslate' final or making the method 'getProgressBarTranslation' static/final/abstract/empty, or adding allowed annotation for the method. | 262 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 262 |
com/jsql/view/swing/dialog/ReplaceFileChooser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter s should be final. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Class 'ReplaceFileChooser' looks like designed for extension (can be subclassed), but the method 'approveSelection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ReplaceFileChooser' final or making the method 'approveSelection' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
com/jsql/view/swing/dialog/translate/Language.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter nameEnglish should be final. | 36 |
Error | coding | HiddenField | 'nameEnglish' hides a field. | 36 |
Error | misc | FinalParameters | Parameter labelLocale should be final. | 36 |
Error | coding | HiddenField | 'labelLocale' hides a field. | 36 |
Error | misc | FinalParameters | Parameter flag should be final. | 36 |
Error | coding | HiddenField | 'flag' hides a field. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
com/jsql/view/swing/dialog/translate/OrderedProperties.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 8 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | misc | FinalParameters | Parameter properties should be final. | 46 |
Error | coding | HiddenField | 'properties' hides a field. | 46 |
Error | misc | FinalParameters | Parameter suppressDate should be final. | 46 |
Error | coding | HiddenField | 'suppressDate' hides a field. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 55 |
Error | misc | FinalParameters | Parameter key should be final. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 55 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 62 |
Error | misc | FinalParameters | Parameter key should be final. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 62 |
Error | misc | FinalParameters | Parameter defaultValue should be final. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'defaultValue'. | 62 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 71 |
Error | misc | FinalParameters | Parameter key should be final. | 71 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 71 |
Error | misc | FinalParameters | Parameter value should be final. | 71 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 81 |
Error | misc | FinalParameters | Parameter key should be final. | 83 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 92 |
Error | misc | FinalParameters | Parameter key should be final. | 92 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 99 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 106 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 113 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 120 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 127 |
Error | misc | FinalParameters | Parameter stream should be final. | 134 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stream'. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | misc | FinalParameters | Parameter reader should be final. | 143 |
Error | javadoc | JavadocMethod | Expected @param tag for 'reader'. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | misc | FinalParameters | Parameter stream should be final. | 152 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stream'. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | misc | FinalParameters | Parameter stream should be final. | 161 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stream'. | 161 |
Error | misc | FinalParameters | Parameter comments should be final. | 161 |
Error | javadoc | JavadocMethod | Expected @param tag for 'comments'. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 166 |
Error | misc | FinalParameters | Parameter writer should be final. | 175 |
Error | javadoc | JavadocMethod | Expected @param tag for 'writer'. | 175 |
Error | misc | FinalParameters | Parameter comments should be final. | 175 |
Error | javadoc | JavadocMethod | Expected @param tag for 'comments'. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 189 |
Error | misc | FinalParameters | Parameter stream should be final. | 189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stream'. | 189 |
Error | misc | FinalParameters | Parameter comment should be final. | 189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'comment'. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 198 |
Error | misc | FinalParameters | Parameter stream should be final. | 198 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stream'. | 198 |
Error | misc | FinalParameters | Parameter comment should be final. | 198 |
Error | javadoc | JavadocMethod | Expected @param tag for 'comment'. | 198 |
Error | misc | FinalParameters | Parameter encoding should be final. | 198 |
Error | javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | misc | FinalParameters | Parameter stream should be final. | 207 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stream'. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | misc | FinalParameters | Parameter writer should be final. | 216 |
Error | javadoc | JavadocMethod | Expected @param tag for 'writer'. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | misc | FinalParameters | Parameter other should be final. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 263 |
Error | misc | FinalParameters | Parameter stream should be final. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 283 |
Error | misc | FinalParameters | Parameter source should be final. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 313 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 322 |
Error | misc | FinalParameters | Parameter comparator should be final. | 322 |
Error | coding | HiddenField | 'comparator' hides a field. | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 334 |
Error | misc | FinalParameters | Parameter suppressDate should be final. | 334 |
Error | coding | HiddenField | 'suppressDate' hides a field. | 334 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 355 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 360 |
Error | misc | FinalParameters | Parameter targetProperties should be final. | 362 |
Error | coding | HiddenField | 'targetProperties' hides a field. | 362 |
Error | misc | FinalParameters | Parameter key should be final. | 367 |
Error | misc | FinalParameters | Parameter key should be final. | 372 |
Error | misc | FinalParameters | Parameter value should be final. | 372 |
Error | misc | FinalParameters | Parameter key should be final. | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 383 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Error | misc | FinalParameters | Parameter o should be final. | 392 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 407 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 409 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 410 |
Error | misc | FinalParameters | Parameter out should be final. | 412 |
Error | misc | FinalParameters | Parameter string should be final. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 421 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 423 |
com/jsql/view/swing/dialog/translate/SwingWorkerGithubLocale.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter dialogTranslate should be final. | 41 |
Error | coding | HiddenField | 'dialogTranslate' hides a field. | 41 |
Error | design | DesignForExtension | Class 'SwingWorkerGithubLocale' looks like designed for extension (can be subclassed), but the method 'doInBackground' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SwingWorkerGithubLocale' final or making the method 'doInBackground' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 89 |
Error | coding | MagicNumber | '100' is a magic number. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 108 |
Error | misc | FinalParameters | Parameter eGithub should be final. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
com/jsql/view/swing/interaction/AbstractGetShellResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 36 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Class 'AbstractGetShellResult' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGetShellResult' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
com/jsql/view/swing/interaction/AddColumns.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 33 |
Error | design | DesignForExtension | Class 'AddColumns' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddColumns' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
com/jsql/view/swing/interaction/AddDatabases.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 33 |
Error | design | DesignForExtension | Class 'AddDatabases' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddDatabases' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
com/jsql/view/swing/interaction/AddTables.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 33 |
Error | design | DesignForExtension | Class 'AddTables' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddTables' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
com/jsql/view/swing/interaction/CreateAdminPageTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 30 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 54 |
Error | design | DesignForExtension | Class 'CreateAdminPageTab' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CreateAdminPageTab' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
Error | sizes | MethodLength | Method execute length is 153 lines (max allowed is 150). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | misc | FinalParameters | Parameter evt should be final. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | misc | FinalParameters | Parameter evt should be final. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 202 |
com/jsql/view/swing/interaction/CreateAnalysisReport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 23 |
Error | design | DesignForExtension | Class 'CreateAnalysisReport' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CreateAnalysisReport' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
com/jsql/view/swing/interaction/CreateFileTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Class 'CreateFileTab' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CreateFileTab' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 48 |
com/jsql/view/swing/interaction/CreateSQLShellTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | coding | MagicNumber | '3' is a magic number. | 40 |
Error | design | DesignForExtension | Class 'CreateSQLShellTab' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CreateSQLShellTab' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 45 |
com/jsql/view/swing/interaction/CreateShellTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Class 'CreateShellTab' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CreateShellTab' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
com/jsql/view/swing/interaction/CreateTabHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 6 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
com/jsql/view/swing/interaction/CreateValuesTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 38 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 44 |
Error | design | DesignForExtension | Class 'CreateValuesTab' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CreateValuesTab' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 49 |
com/jsql/view/swing/interaction/EndAdminSearch.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'EndAdminSearch' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EndAdminSearch' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/interaction/EndFileSearch.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'EndFileSearch' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EndFileSearch' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/interaction/EndIndeterminateProgress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | design | DesignForExtension | Class 'EndIndeterminateProgress' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EndIndeterminateProgress' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
com/jsql/view/swing/interaction/EndPreparation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'EndPreparation' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EndPreparation' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
com/jsql/view/swing/interaction/EndProgress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | design | DesignForExtension | Class 'EndProgress' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EndProgress' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
com/jsql/view/swing/interaction/EndScan.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'EndScan' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EndScan' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/interaction/EndUpload.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'EndUpload' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EndUpload' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/interaction/GetSQLShellResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 18 |
com/jsql/view/swing/interaction/GetWebShellResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 18 |
com/jsql/view/swing/interaction/MarkBlindInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkBlindInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkBlindInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
com/jsql/view/swing/interaction/MarkBlindStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkBlindStrategy' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkBlindStrategy' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
com/jsql/view/swing/interaction/MarkBlindVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkBlindVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkBlindVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
com/jsql/view/swing/interaction/MarkErrorInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Error | design | DesignForExtension | Class 'MarkErrorInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkErrorInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 35 |
com/jsql/view/swing/interaction/MarkErrorStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkErrorStrategy' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkErrorStrategy' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
com/jsql/view/swing/interaction/MarkErrorVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Error | design | DesignForExtension | Class 'MarkErrorVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkErrorVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 35 |
com/jsql/view/swing/interaction/MarkFileSystemInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'MarkFileSystemInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkFileSystemInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/interaction/MarkFileSystemVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'MarkFileSystemVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkFileSystemVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/interaction/MarkMultiInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkMultiInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkMultiInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
com/jsql/view/swing/interaction/MarkMultiStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkMultiStrategy' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkMultiStrategy' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
com/jsql/view/swing/interaction/MarkMultiVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkMultiVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkMultiVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
com/jsql/view/swing/interaction/MarkNormalInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkNormalInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkNormalInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
com/jsql/view/swing/interaction/MarkNormalStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkNormalStrategy' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkNormalStrategy' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
com/jsql/view/swing/interaction/MarkNormalVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkNormalVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkNormalVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
com/jsql/view/swing/interaction/MarkStackedInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkStackedInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkStackedInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
com/jsql/view/swing/interaction/MarkStackedStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkStackedStrategy' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkStackedStrategy' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
com/jsql/view/swing/interaction/MarkStackedVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkStackedVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkStackedVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
com/jsql/view/swing/interaction/MarkTimeInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkTimeInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkTimeInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
com/jsql/view/swing/interaction/MarkTimeStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkTimeStrategy' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkTimeStrategy' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
com/jsql/view/swing/interaction/MarkTimeVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 22 |
Error | design | DesignForExtension | Class 'MarkTimeVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkTimeVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
com/jsql/view/swing/interaction/MessageBinary.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 29 |
Error | design | DesignForExtension | Class 'MessageBinary' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageBinary' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
com/jsql/view/swing/interaction/MessageChunk.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 29 |
Error | design | DesignForExtension | Class 'MessageChunk' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageChunk' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
com/jsql/view/swing/interaction/MessageHeader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
Error | design | DesignForExtension | Class 'MessageHeader' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageHeader' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 84 |
com/jsql/view/swing/interaction/ResetInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'ResetInterface' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResetInterface' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
com/jsql/view/swing/interaction/ResetStrategyLabel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 21 |
Error | design | DesignForExtension | Class 'ResetStrategyLabel' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResetStrategyLabel' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
com/jsql/view/swing/interaction/SetVendor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 28 |
Error | design | DesignForExtension | Class 'SetVendor' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SetVendor' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
com/jsql/view/swing/interaction/StartIndeterminateProgress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | design | DesignForExtension | Class 'StartIndeterminateProgress' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StartIndeterminateProgress' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
com/jsql/view/swing/interaction/StartProgress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | design | DesignForExtension | Class 'StartProgress' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StartProgress' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
com/jsql/view/swing/interaction/UpdateProgress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | misc | FinalParameters | Parameter interactionParams should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
Error | design | DesignForExtension | Class 'UpdateProgress' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateProgress' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
com/jsql/view/swing/list/AbstractListTransfertHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 17 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | VisibilityModifier | Variable 'dragPaths' must be private and have accessor methods. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Class 'AbstractListTransfertHandler' looks like designed for extension (can be subclassed), but the method 'getSourceActions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractListTransfertHandler' final or making the method 'getSourceActions' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
Error | misc | FinalParameters | Parameter c should be final. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | design | DesignForExtension | Class 'AbstractListTransfertHandler' looks like designed for extension (can be subclassed), but the method 'createTransferable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractListTransfertHandler' final or making the method 'createTransferable' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
Error | misc | FinalParameters | Parameter c should be final. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Class 'AbstractListTransfertHandler' looks like designed for extension (can be subclassed), but the method 'exportDone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractListTransfertHandler' final or making the method 'exportDone' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
Error | misc | FinalParameters | Parameter c should be final. | 67 |
Error | misc | FinalParameters | Parameter data should be final. | 67 |
Error | misc | FinalParameters | Parameter action should be final. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | design | DesignForExtension | Class 'AbstractListTransfertHandler' looks like designed for extension (can be subclassed), but the method 'canImport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractListTransfertHandler' final or making the method 'canImport' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
Error | misc | FinalParameters | Parameter support should be final. | 87 |
Error | design | DesignForExtension | Class 'AbstractListTransfertHandler' looks like designed for extension (can be subclassed), but the method 'importData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractListTransfertHandler' final or making the method 'importData' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
Error | misc | FinalParameters | Parameter support should be final. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 118 |
Error | misc | FinalParameters | Parameter support should be final. | 128 |
Error | misc | FinalParameters | Parameter list should be final. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 143 |
Error | misc | FinalParameters | Parameter list should be final. | 143 |
Error | misc | FinalParameters | Parameter listModel should be final. | 143 |
Error | misc | FinalParameters | Parameter transferableFromClipboard should be final. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 172 |
Error | misc | FinalParameters | Parameter list should be final. | 172 |
Error | misc | FinalParameters | Parameter transferableFromClipboard should be final. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 177 |
com/jsql/view/swing/list/BeanInjection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter url should be final. | 20 |
Error | coding | HiddenField | 'url' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 28 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter url should be final. | 28 |
Error | coding | HiddenField | 'url' hides a field. | 28 |
Error | misc | FinalParameters | Parameter request should be final. | 28 |
Error | coding | HiddenField | 'request' hides a field. | 28 |
Error | misc | FinalParameters | Parameter header should be final. | 28 |
Error | coding | HiddenField | 'header' hides a field. | 28 |
Error | misc | FinalParameters | Parameter nameMethod should be final. | 28 |
Error | misc | FinalParameters | Parameter vendor should be final. | 28 |
Error | coding | HiddenField | 'vendor' hides a field. | 28 |
Error | misc | FinalParameters | Parameter requestType should be final. | 28 |
Error | coding | HiddenField | 'requestType' hides a field. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Class 'BeanInjection' looks like designed for extension (can be subclassed), but the method 'getMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BeanInjection' final or making the method 'getMethod' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | design | DesignForExtension | Class 'BeanInjection' looks like designed for extension (can be subclassed), but the method 'getVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BeanInjection' final or making the method 'getVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Class 'BeanInjection' looks like designed for extension (can be subclassed), but the method 'getUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BeanInjection' final or making the method 'getUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
Error | design | DesignForExtension | Class 'BeanInjection' looks like designed for extension (can be subclassed), but the method 'getRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BeanInjection' final or making the method 'getRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
Error | design | DesignForExtension | Class 'BeanInjection' looks like designed for extension (can be subclassed), but the method 'getHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BeanInjection' final or making the method 'getHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | design | DesignForExtension | Class 'BeanInjection' looks like designed for extension (can be subclassed), but the method 'getRequestType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BeanInjection' final or making the method 'getRequestType' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
Error | design | DesignForExtension | Class 'BeanInjection' looks like designed for extension (can be subclassed), but the method 'getMethodInstance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BeanInjection' final or making the method 'getMethodInstance' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
com/jsql/view/swing/list/DnDList.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 21 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | VisibilityModifier | Variable 'listModel' must be private and have accessor methods. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | misc | FinalParameters | Parameter newList should be final. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 114 |
Error | misc | FinalParameters | Parameter e should be final. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 193 |
Error | misc | FinalParameters | Parameter position should be final. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 266 |
Error | misc | FinalParameters | Parameter startPosition should be final. | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 289 |
Error | misc | FinalParameters | Parameter startPosition should be final. | 294 |
Error | misc | FinalParameters | Parameter file should be final. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 320 |
Error | design | DesignForExtension | Class 'DnDList' looks like designed for extension (can be subclassed), but the method 'restore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDList' final or making the method 'restore' static/final/abstract/empty, or adding allowed annotation for the method. | 321 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | design | DesignForExtension | Class 'DnDList' looks like designed for extension (can be subclassed), but the method 'addItem' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDList' final or making the method 'addItem' static/final/abstract/empty, or adding allowed annotation for the method. | 330 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 330 |
Error | misc | FinalParameters | Parameter endPosition should be final. | 330 |
Error | misc | FinalParameters | Parameter line should be final. | 330 |
com/jsql/view/swing/list/DnDListScan.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter newList should be final. | 20 |
Error | design | DesignForExtension | Class 'DnDListScan' looks like designed for extension (can be subclassed), but the method 'addItem' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDListScan' final or making the method 'addItem' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
Error | misc | FinalParameters | Parameter endPosition should be final. | 25 |
Error | misc | FinalParameters | Parameter line should be final. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 26 |
com/jsql/view/swing/list/ItemList.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter newString should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'reset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'reset' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'getInternalString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'getInternalString' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'setInternalString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'setInternalString' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter internalString should be final. | 56 |
Error | coding | HiddenField | 'internalString' hides a field. | 56 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'getIsVulnerable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'getIsVulnerable' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'setIsVulnerable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'setIsVulnerable' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter isVulnerable should be final. | 64 |
Error | coding | HiddenField | 'isVulnerable' hides a field. | 64 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'getIsDatabaseConfirmed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'getIsDatabaseConfirmed' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'setIsDatabaseConfirmed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'setIsDatabaseConfirmed' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter isDatabaseConfirmed should be final. | 72 |
Error | coding | HiddenField | 'isDatabaseConfirmed' hides a field. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'getOriginalString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'getOriginalString' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
Error | design | DesignForExtension | Class 'ItemList' looks like designed for extension (can be subclassed), but the method 'setOriginalString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemList' final or making the method 'setOriginalString' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter originalString should be final. | 80 |
Error | coding | HiddenField | 'originalString' hides a field. | 80 |
com/jsql/view/swing/list/ItemListScan.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter newString should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Class 'ItemListScan' looks like designed for extension (can be subclassed), but the method 'getBeanInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemListScan' final or making the method 'getBeanInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Class 'ItemListScan' looks like designed for extension (can be subclassed), but the method 'getBeanInjectionToJSON' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ItemListScan' final or making the method 'getBeanInjectionToJSON' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
com/jsql/view/swing/list/ListTransfertHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Class 'ListTransfertHandler' looks like designed for extension (can be subclassed), but the method 'initializeTransferable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ListTransfertHandler' final or making the method 'initializeTransferable' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Class 'ListTransfertHandler' looks like designed for extension (can be subclassed), but the method 'parseStringDrop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ListTransfertHandler' final or making the method 'parseStringDrop' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 48 |
Error | misc | FinalParameters | Parameter support should be final. | 48 |
Error | misc | FinalParameters | Parameter list should be final. | 48 |
Error | misc | FinalParameters | Parameter listModel should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 74 |
Error | misc | FinalParameters | Parameter support should be final. | 74 |
Error | misc | FinalParameters | Parameter listModel should be final. | 74 |
Error | misc | FinalParameters | Parameter childIndexFrom should be final. | 74 |
Error | misc | FinalParameters | Parameter listSelectedIndices should be final. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 92 |
Error | misc | FinalParameters | Parameter listModel should be final. | 92 |
Error | misc | FinalParameters | Parameter childIndexFrom should be final. | 92 |
Error | misc | FinalParameters | Parameter listSelectedIndices should be final. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
Error | design | DesignForExtension | Class 'ListTransfertHandler' looks like designed for extension (can be subclassed), but the method 'initializeStringPaste' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ListTransfertHandler' final or making the method 'initializeStringPaste' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 108 |
Error | misc | FinalParameters | Parameter clipboardText should be final. | 108 |
Error | misc | FinalParameters | Parameter selectedIndexFrom should be final. | 108 |
Error | misc | FinalParameters | Parameter listModel should be final. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
com/jsql/view/swing/list/ListTransfertHandlerScan.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Class 'ListTransfertHandlerScan' looks like designed for extension (can be subclassed), but the method 'initializeStringPaste' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ListTransfertHandlerScan' final or making the method 'initializeStringPaste' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 39 |
Error | misc | FinalParameters | Parameter clipboardText should be final. | 39 |
Error | misc | FinalParameters | Parameter selectedIndexFrom should be final. | 39 |
Error | misc | FinalParameters | Parameter listModel should be final. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Class 'ListTransfertHandlerScan' looks like designed for extension (can be subclassed), but the method 'initializeTransferable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ListTransfertHandlerScan' final or making the method 'initializeTransferable' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | coding | MagicNumber | '4' is a magic number. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Class 'ListTransfertHandlerScan' looks like designed for extension (can be subclassed), but the method 'parseStringDrop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ListTransfertHandlerScan' final or making the method 'parseStringDrop' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 76 |
Error | misc | FinalParameters | Parameter support should be final. | 76 |
Error | misc | FinalParameters | Parameter list should be final. | 76 |
Error | misc | FinalParameters | Parameter listModel should be final. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 |
Error | misc | FinalParameters | Parameter clipboardText should be final. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 134 |
Error | misc | FinalParameters | Parameter clipboardText should be final. | 134 |
Error | misc | FinalParameters | Parameter itemsParsed should be final. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 156 |
Error | misc | FinalParameters | Parameter clipboardText should be final. | 156 |
Error | misc | FinalParameters | Parameter itemsParsed should be final. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
com/jsql/view/swing/list/MenuActionExport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | misc | FinalParameters | Parameter myList should be final. | 46 |
Error | coding | HiddenField | 'myList' hides a field. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Class 'MenuActionExport' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MenuActionExport' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 |
com/jsql/view/swing/list/MenuActionNewValue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter myList should be final. | 50 |
Error | coding | HiddenField | 'myList' hides a field. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Class 'MenuActionNewValue' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MenuActionNewValue' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | coding | MagicNumber | '600' is a magic number. | 64 |
Error | coding | MagicNumber | '400' is a magic number. | 64 |
Error | coding | MagicNumber | '600' is a magic number. | 65 |
Error | coding | MagicNumber | '400' is a magic number. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | misc | FinalParameters | Parameter e should be final. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | misc | FinalParameters | Parameter index should be final. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | misc | FinalParameters | Parameter index should be final. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
com/jsql/view/swing/list/MouseAdapterMenuAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 21 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 22 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | misc | FinalParameters | Parameter dndList should be final. | 47 |
Error | coding | HiddenField | 'dndList' hides a field. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | design | DesignForExtension | Class 'MouseAdapterMenuAction' looks like designed for extension (can be subclassed), but the method 'mousePressed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MouseAdapterMenuAction' final or making the method 'mousePressed' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
Error | misc | FinalParameters | Parameter e should be final. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | design | DesignForExtension | Class 'MouseAdapterMenuAction' looks like designed for extension (can be subclassed), but the method 'mouseReleased' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MouseAdapterMenuAction' final or making the method 'mouseReleased' static/final/abstract/empty, or adding allowed annotation for the method. | 247 |
Error | misc | FinalParameters | Parameter e should be final. | 248 |
com/jsql/view/swing/list/RendererComplexCell.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 27 |
Error | naming | ConstantName | Name 'defaultRenderer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | design | DesignForExtension | Class 'RendererComplexCell' looks like designed for extension (can be subclassed), but the method 'getListCellRendererComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RendererComplexCell' final or making the method 'getListCellRendererComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
Error | misc | FinalParameters | Parameter list should be final. | 31 |
Error | misc | FinalParameters | Parameter value should be final. | 32 |
Error | misc | FinalParameters | Parameter index should be final. | 33 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 34 |
Error | misc | FinalParameters | Parameter isFocused should be final. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 81 |
Error | misc | FinalParameters | Parameter comp should be final. | 81 |
Error | misc | FinalParameters | Parameter g should be final. | 81 |
Error | misc | FinalParameters | Parameter x should be final. | 81 |
Error | misc | FinalParameters | Parameter y should be final. | 81 |
Error | misc | FinalParameters | Parameter w should be final. | 81 |
Error | misc | FinalParameters | Parameter h should be final. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
com/jsql/view/swing/manager/AbstractManagerList.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'itemsList' must be private and have accessor methods. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'listFile' must be private and have accessor methods. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'lastLine' must be private and have accessor methods. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | design | VisibilityModifier | Variable 'listPaths' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'run' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'privilege' must be private and have accessor methods. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 68 |
Error | design | VisibilityModifier | Variable 'defaultText' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'loader' must be private and have accessor methods. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | misc | FinalParameters | Parameter nameFile should be final. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 108 |
Error | misc | FinalParameters | Parameter element should be final. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 123 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | design | DesignForExtension | Class 'AbstractManagerList' looks like designed for extension (can be subclassed), but the method 'highlight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractManagerList' final or making the method 'highlight' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 136 |
Error | misc | FinalParameters | Parameter url should be final. | 136 |
Error | misc | FinalParameters | Parameter tag should be final. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 141 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | design | DesignForExtension | Class 'AbstractManagerList' looks like designed for extension (can be subclassed), but the method 'endProcess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractManagerList' final or making the method 'endProcess' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | misc | FinalParameters | Parameter isEnable should be final. | 177 |
Error | misc | FinalParameters | Parameter icon should be final. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | design | DesignForExtension | Class 'AbstractManagerList' looks like designed for extension (can be subclassed), but the method 'getListPaths' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractManagerList' final or making the method 'getListPaths' static/final/abstract/empty, or adding allowed annotation for the method. | 192 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 192 |
com/jsql/view/swing/manager/AbstractManagerShell.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 123 |
Error | coding | MagicNumber | '4' is a magic number. | 127 |
Error | coding | MagicNumber | '8' is a magic number. | 127 |
Error | coding | MagicNumber | '4' is a magic number. | 127 |
Error | coding | MagicNumber | '8' is a magic number. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 136 |
Error | coding | MagicNumber | '5' is a magic number. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | misc | FinalParameters | Parameter evt should be final. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 163 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 197 |
com/jsql/view/swing/manager/ManagerAdminPage.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 26 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | coding | MagicNumber | '26' is a magic number. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | coding | MagicNumber | '5' is a magic number. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | coding | MagicNumber | '4' is a magic number. | 76 |
Error | coding | MagicNumber | '8' is a magic number. | 76 |
Error | coding | MagicNumber | '4' is a magic number. | 76 |
Error | coding | MagicNumber | '8' is a magic number. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 99 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 111 |
Error | misc | FinalParameters | Parameter urlAddressBar should be final. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 133 |
com/jsql/view/swing/manager/ManagerBruteForce.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 24 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | coding | MagicNumber | '26' is a magic number. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | coding | MagicNumber | '4' is a magic number. | 133 |
Error | coding | MagicNumber | '8' is a magic number. | 133 |
Error | coding | MagicNumber | '4' is a magic number. | 133 |
Error | coding | MagicNumber | '8' is a magic number. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | coding | MagicNumber | '5' is a magic number. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | coding | MagicNumber | '6' is a magic number. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 234 |
Error | coding | MagicNumber | '10000' is a magic number. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | coding | MagicNumber | '5' is a magic number. | 244 |
Error | coding | MagicNumber | '10000' is a magic number. | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 249 |
Error | coding | MagicNumber | '38' is a magic number. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 250 |
Error | coding | MagicNumber | '38' is a magic number. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 251 |
Error | coding | MagicNumber | '38' is a magic number. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 252 |
Error | coding | MagicNumber | '38' is a magic number. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 253 |
Error | coding | MagicNumber | '38' is a magic number. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 254 |
Error | coding | MagicNumber | '38' is a magic number. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getRun' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getRun' static/final/abstract/empty, or adding allowed annotation for the method. | 271 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 271 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getHash' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getHash' static/final/abstract/empty, or adding allowed annotation for the method. | 275 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 275 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getHashTypes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getHashTypes' static/final/abstract/empty, or adding allowed annotation for the method. | 279 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 279 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getLowerCaseCharacters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getLowerCaseCharacters' static/final/abstract/empty, or adding allowed annotation for the method. | 283 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 283 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getUpperCaseCharacters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getUpperCaseCharacters' static/final/abstract/empty, or adding allowed annotation for the method. | 287 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 287 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getNumericCharacters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getNumericCharacters' static/final/abstract/empty, or adding allowed annotation for the method. | 291 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 291 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getSpecialCharacters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getSpecialCharacters' static/final/abstract/empty, or adding allowed annotation for the method. | 295 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 295 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getExclude' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getExclude' static/final/abstract/empty, or adding allowed annotation for the method. | 299 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 299 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getMinimumLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getMinimumLength' static/final/abstract/empty, or adding allowed annotation for the method. | 303 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 303 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getMaximumLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getMaximumLength' static/final/abstract/empty, or adding allowed annotation for the method. | 307 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 307 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getResult' static/final/abstract/empty, or adding allowed annotation for the method. | 311 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 311 |
Error | design | DesignForExtension | Class 'ManagerBruteForce' looks like designed for extension (can be subclassed), but the method 'getLoader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerBruteForce' final or making the method 'getLoader' static/final/abstract/empty, or adding allowed annotation for the method. | 315 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 315 |
com/jsql/view/swing/manager/ManagerCoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | misc | FinalParameters | Parameter nameMethod should be final. | 57 |
Error | coding | HiddenField | 'nameMethod' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | misc | FinalParameters | Parameter e should be final. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 81 |
Error | coding | MagicNumber | '500' is a magic number. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
Error | coding | MagicNumber | '0.5' is a magic number. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 183 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 183 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | design | DesignForExtension | Class 'ManagerCoder' looks like designed for extension (can be subclassed), but the method 'getTextInput' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerCoder' final or making the method 'getTextInput' static/final/abstract/empty, or adding allowed annotation for the method. | 207 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 207 |
Error | design | DesignForExtension | Class 'ManagerCoder' looks like designed for extension (can be subclassed), but the method 'getMenuMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerCoder' final or making the method 'getMenuMethod' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 211 |
Error | design | DesignForExtension | Class 'ManagerCoder' looks like designed for extension (can be subclassed), but the method 'getResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerCoder' final or making the method 'getResult' static/final/abstract/empty, or adding allowed annotation for the method. | 215 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 215 |
com/jsql/view/swing/manager/ManagerDatabase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 26 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 32 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | misc | FinalParameters | Parameter e should be final. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | misc | FinalParameters | Parameter event should be final. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | misc | FinalParameters | Parameter e should be final. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 162 |
Error | misc | FinalParameters | Parameter e should be final. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 205 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 210 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | design | DesignForExtension | Class 'ManagerDatabase' looks like designed for extension (can be subclassed), but the method 'getTree' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerDatabase' final or making the method 'getTree' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 223 |
com/jsql/view/swing/manager/ManagerFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 51 |
Error | coding | MagicNumber | '5' is a magic number. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | coding | MagicNumber | '4' is a magic number. | 74 |
Error | coding | MagicNumber | '8' is a magic number. | 74 |
Error | coding | MagicNumber | '4' is a magic number. | 74 |
Error | coding | MagicNumber | '8' is a magic number. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 112 |
com/jsql/view/swing/manager/ManagerScan.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.view.swing.list.*. | 20 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 33 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | coding | MagicNumber | '5' is a magic number. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 158 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | coding | MagicNumber | '4' is a magic number. | 188 |
Error | coding | MagicNumber | '8' is a magic number. | 188 |
Error | coding | MagicNumber | '4' is a magic number. | 188 |
Error | coding | MagicNumber | '8' is a magic number. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 210 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 211 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | misc | FinalParameters | Parameter urlsItemList should be final. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | coding | MagicNumber | '500' is a magic number. | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | coding | MagicNumber | '500' is a magic number. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
com/jsql/view/swing/manager/ManagerSqlShell.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | design | DesignForExtension | Class 'ManagerSqlShell' looks like designed for extension (can be subclassed), but the method 'createPayload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerSqlShell' final or making the method 'createPayload' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
Error | misc | FinalParameters | Parameter shellPath should be final. | 87 |
Error | misc | FinalParameters | Parameter shellURL should be final. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 88 |
com/jsql/view/swing/manager/ManagerUpload.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 28 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | coding | MagicNumber | '4' is a magic number. | 130 |
Error | coding | MagicNumber | '8' is a magic number. | 130 |
Error | coding | MagicNumber | '4' is a magic number. | 130 |
Error | coding | MagicNumber | '8' is a magic number. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 186 |
com/jsql/view/swing/manager/ManagerWebShell.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Class 'ManagerWebShell' looks like designed for extension (can be subclassed), but the method 'createPayload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ManagerWebShell' final or making the method 'createPayload' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
Error | misc | FinalParameters | Parameter pathShell should be final. | 26 |
Error | misc | FinalParameters | Parameter urlShell should be final. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 27 |
com/jsql/view/swing/manager/util/ActionBruteForce.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter bruteForceManager should be final. | 42 |
Error | coding | HiddenField | 'bruteForceManager' hides a field. | 42 |
Error | design | DesignForExtension | Class 'ActionBruteForce' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionBruteForce' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 78 |
Error | design | DesignForExtension | Class 'ActionBruteForce' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionBruteForce' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | coding | MagicNumber | '1000' is a magic number. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 158 |
Error | coding | MagicNumber | '60f' is a magic number. | 158 |
Error | coding | MagicNumber | '60.0f' is a magic number. | 158 |
Error | coding | MagicNumber | '24f' is a magic number. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 159 |
Error | coding | MagicNumber | '60f' is a magic number. | 159 |
Error | coding | MagicNumber | '60f' is a magic number. | 159 |
Error | coding | MagicNumber | '24' is a magic number. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 160 |
Error | coding | MagicNumber | '60f' is a magic number. | 160 |
Error | coding | MagicNumber | '60' is a magic number. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 161 |
Error | coding | MagicNumber | '60' is a magic number. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 170 |
Error | coding | MagicNumber | '100' is a magic number. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | design | DesignForExtension | Class 'ActionBruteForce' looks like designed for extension (can be subclassed), but the method 'append' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionBruteForce' final or making the method 'append' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 246 |
Error | misc | FinalParameters | Parameter textPane should be final. | 246 |
Error | misc | FinalParameters | Parameter text should be final. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 250 |
com/jsql/view/swing/manager/util/CoderListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter coderManager should be final. | 42 |
Error | coding | HiddenField | 'coderManager' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Class 'CoderListener' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CoderListener' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Class 'CoderListener' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CoderListener' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter nameMethod should be final. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Class 'CoderListener' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CoderListener' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | misc | FinalParameters | Parameter labelMethodMenu should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
com/jsql/view/swing/manager/util/ComboMenu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 6 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter label should be final. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Class 'ComboMenu' looks like designed for extension (can be subclassed), but the method 'paintComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComboMenu' final or making the method 'paintComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
Error | misc | FinalParameters | Parameter g should be final. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | coding | MagicNumber | '10' is a magic number. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
com/jsql/view/swing/manager/util/JButtonStateful.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter defaultText should be final. | 16 |
Error | coding | HiddenField | 'defaultText' hides a field. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Class 'JButtonStateful' looks like designed for extension (can be subclassed), but the method 'setState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JButtonStateful' final or making the method 'setState' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter state should be final. | 33 |
Error | coding | HiddenField | 'state' hides a field. | 33 |
Error | design | DesignForExtension | Class 'JButtonStateful' looks like designed for extension (can be subclassed), but the method 'getDefaultText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JButtonStateful' final or making the method 'getDefaultText' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Class 'JButtonStateful' looks like designed for extension (can be subclassed), but the method 'setDefaultText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JButtonStateful' final or making the method 'setDefaultText' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter defaultText should be final. | 41 |
Error | coding | HiddenField | 'defaultText' hides a field. | 41 |
com/jsql/view/swing/manager/util/MenuBarCoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | misc | FinalParameters | Parameter e should be final. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
Error | misc | FinalParameters | Parameter menu should be final. | 23 |
Error | coding | HiddenField | 'menu' hides a field. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter item should be final. | 33 |
Error | misc | FinalParameters | Parameter listener should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 40 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 40 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter label should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Class 'MenuBarCoder' looks like designed for extension (can be subclassed), but the method 'getSelectedItem' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MenuBarCoder' final or making the method 'getSelectedItem' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
com/jsql/view/swing/manager/util/StateButton.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
com/jsql/view/swing/menubar/ActionCheckUpdate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | DesignForExtension | Class 'ActionCheckUpdate' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionCheckUpdate' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 13 |
Error | design | DesignForExtension | Class 'ActionCheckUpdate' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionCheckUpdate' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
Error | misc | FinalParameters | Parameter e should be final. | 17 |
com/jsql/view/swing/menubar/JMenuItemWithMargin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 6 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter valueByKey should be final. | 14 |
Error | misc | FinalParameters | Parameter c should be final. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter valueByKey should be final. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter action should be final. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
com/jsql/view/swing/menubar/Menubar.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 43 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 49 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
Error | sizes | MethodLength | Method initializeMenuWindows length is 179 lines (max allowed is 150). | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 241 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 241 |
Error | misc | FinalParameters | Parameter msm should be final. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 299 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 299 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 338 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 358 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 366 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 367 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 368 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 396 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 401 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 407 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 408 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 414 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 421 |
Error | coding | MagicNumber | '100' is a magic number. | 423 |
Error | coding | MagicNumber | '100' is a magic number. | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 429 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 441 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 443 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 448 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 454 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 457 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 460 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 464 |
Error | sizes | MethodLength | Method initializeMenuTranslation length is 186 lines (max allowed is 150). | 468 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 470 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 472 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 476 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 480 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 487 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 501 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 508 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 510 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 516 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 517 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 523 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 528 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 530 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 531 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 533 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 537 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 544 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 547 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 549 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 551 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 554 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 558 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 563 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 565 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 568 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 572 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 573 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 578 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 583 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 586 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 588 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 590 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 597 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 598 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 604 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 607 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 611 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 612 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 622 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 623 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 625 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 647 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 651 |
Error | sizes | MethodLength | Method initializeMenuI18nContribution length is 152 lines (max allowed is 150). | 655 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 658 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 659 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 662 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 664 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 666 |
Error | misc | FinalParameters | Parameter language should be final. | 667 |
Error | coding | HiddenField | 'language' hides a field. | 667 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 670 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 672 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 673 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 675 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 678 |
Error | coding | MagicNumber | '640' is a magic number. | 679 |
Error | coding | MagicNumber | '460' is a magic number. | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 680 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 681 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 683 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 687 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 688 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 694 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 702 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 706 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 706 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 711 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 715 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 715 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 716 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 716 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 717 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 717 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 718 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 718 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 719 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 720 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 720 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 721 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 722 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 722 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 723 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 723 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 724 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 724 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 725 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 725 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 726 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 731 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 739 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 743 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 743 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 744 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 744 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 745 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 746 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 747 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 748 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 749 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 751 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 777 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 804 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 810 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 811 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 812 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 816 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 831 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 833 |
Error | coding | MagicNumber | '400' is a magic number. | 834 |
Error | coding | MagicNumber | '250' is a magic number. | 834 |
Error | coding | MagicNumber | '400' is a magic number. | 835 |
Error | coding | MagicNumber | '250' is a magic number. | 835 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 836 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 838 |
Error | misc | FinalParameters | Parameter e should be final. | 840 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 841 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 861 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 862 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 865 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 870 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 876 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 878 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 880 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 881 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 882 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 883 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 887 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 888 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 889 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 891 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 892 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 893 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 894 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 895 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 897 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 898 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 905 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 910 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 919 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 921 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 928 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 931 |
Error | design | DesignForExtension | Class 'Menubar' looks like designed for extension (can be subclassed), but the method 'switchLocale' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Menubar' final or making the method 'switchLocale' static/final/abstract/empty, or adding allowed annotation for the method. | 932 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 932 |
Error | misc | FinalParameters | Parameter newLocale should be final. | 932 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 933 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 936 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 937 |
Error | design | DesignForExtension | Class 'Menubar' looks like designed for extension (can be subclassed), but the method 'switchLocale' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Menubar' final or making the method 'switchLocale' static/final/abstract/empty, or adding allowed annotation for the method. | 937 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 937 |
Error | misc | FinalParameters | Parameter oldLocale should be final. | 937 |
Error | misc | FinalParameters | Parameter newLocale should be final. | 937 |
Error | misc | FinalParameters | Parameter isStartup should be final. | 937 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 938 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 939 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 944 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 955 |
Error | misc | FinalParameters | Parameter oldLocale should be final. | 955 |
Error | misc | FinalParameters | Parameter newLocale should be final. | 955 |
Error | misc | FinalParameters | Parameter isStartup should be final. | 955 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 956 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 957 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 959 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 960 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 961 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 962 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 963 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 970 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 973 |
Error | whitespace | OperatorWrap | '-' should be on a new line. | 980 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 985 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 986 |
Error | misc | FinalParameters | Parameter newLocale should be final. | 989 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 990 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 992 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 994 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 998 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1019 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1024 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1025 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1044 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1065 |
Error | misc | FinalParameters | Parameter newLocale should be final. | 1068 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1069 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1070 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1072 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1074 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1082 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1083 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1085 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1086 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1087 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1088 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1089 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1089 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1091 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1093 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1108 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1115 |
Error | design | DesignForExtension | Class 'Menubar' looks like designed for extension (can be subclassed), but the method 'getChunkMenu' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Menubar' final or making the method 'getChunkMenu' static/final/abstract/empty, or adding allowed annotation for the method. | 1118 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1118 |
Error | design | DesignForExtension | Class 'Menubar' looks like designed for extension (can be subclassed), but the method 'getJavaDebugMenu' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Menubar' final or making the method 'getJavaDebugMenu' static/final/abstract/empty, or adding allowed annotation for the method. | 1122 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1122 |
Error | design | DesignForExtension | Class 'Menubar' looks like designed for extension (can be subclassed), but the method 'getMenuView' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Menubar' final or making the method 'getMenuView' static/final/abstract/empty, or adding allowed annotation for the method. | 1126 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1126 |
com/jsql/view/swing/panel/PanelAddressBar.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.view.swing.text.*. | 20 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 26 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 61 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 78 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 91 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 112 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 130 |
Error | coding | MagicNumber | '3' is a magic number. | 130 |
Error | coding | MagicNumber | '3' is a magic number. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
Error | coding | MagicNumber | '6' is a magic number. | 131 |
Error | coding | MagicNumber | '3' is a magic number. | 131 |
Error | coding | MagicNumber | '3' is a magic number. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 132 |
Error | coding | MagicNumber | '6' is a magic number. | 132 |
Error | coding | MagicNumber | '3' is a magic number. | 132 |
Error | coding | MagicNumber | '3' is a magic number. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 137 |
Error | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 145 |
Error | coding | MagicNumber | '4' is a magic number. | 145 |
Error | coding | MagicNumber | '3' is a magic number. | 145 |
Error | coding | MagicNumber | '23' is a magic number. | 148 |
Error | coding | MagicNumber | '23' is a magic number. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 161 |
Error | coding | MagicNumber | '27' is a magic number. | 166 |
Error | coding | MagicNumber | '27' is a magic number. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 176 |
Error | coding | MagicNumber | '17' is a magic number. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 288 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 289 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 290 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 291 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 294 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 294 |
Error | misc | FinalParameters | Parameter request should be final. | 294 |
Error | coding | HiddenField | 'request' hides a field. | 294 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 294 |
Error | coding | HiddenField | 'isSelected' hides a field. | 294 |
Error | misc | FinalParameters | Parameter method should be final. | 294 |
Error | coding | HiddenField | 'method' hides a field. | 294 |
Error | misc | FinalParameters | Parameter i18n should be final. | 294 |
Error | coding | HiddenField | 'i18n' hides a field. | 294 |
Error | misc | FinalParameters | Parameter radio should be final. | 294 |
Error | coding | HiddenField | 'radio' hides a field. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'setMethodInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'setMethodInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 307 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 307 |
Error | misc | FinalParameters | Parameter methodInjection should be final. | 307 |
Error | coding | HiddenField | 'methodInjection' hides a field. | 307 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getTextFieldAddress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getTextFieldAddress' static/final/abstract/empty, or adding allowed annotation for the method. | 311 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 311 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'isAdvanceActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'isAdvanceActivated' static/final/abstract/empty, or adding allowed annotation for the method. | 315 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 315 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getTextFieldRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getTextFieldRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 319 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 319 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getTextFieldHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getTextFieldHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 323 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 323 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getRadioQueryString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getRadioQueryString' static/final/abstract/empty, or adding allowed annotation for the method. | 327 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 327 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getRadioHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getRadioHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 331 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 331 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getRadioRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getRadioRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 335 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 335 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getMethodInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getMethodInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 339 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 339 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getAddressMenuBar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getAddressMenuBar' static/final/abstract/empty, or adding allowed annotation for the method. | 343 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 343 |
Error | design | DesignForExtension | Class 'PanelAddressBar' looks like designed for extension (can be subclassed), but the method 'getRequestPanel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAddressBar' final or making the method 'getRequestPanel' static/final/abstract/empty, or adding allowed annotation for the method. | 347 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 347 |
com/jsql/view/swing/panel/PanelConsoles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 36 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | coding | MagicNumber | '600' is a magic number. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | coding | MagicNumber | '100' is a magic number. | 141 |
Error | coding | MagicNumber | '100' is a magic number. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 172 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 172 |
Error | misc | FinalParameters | Parameter tabIndex should be final. | 172 |
Error | misc | FinalParameters | Parameter metrics should be final. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 173 |
Error | coding | MagicNumber | '80' is a magic number. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | coding | MagicNumber | '26' is a magic number. | 249 |
Error | coding | MagicNumber | '26' is a magic number. | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'reset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'reset' static/final/abstract/empty, or adding allowed annotation for the method. | 261 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 316 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 333 |
Error | misc | FinalParameters | Parameter keyLabel should be final. | 333 |
Error | misc | FinalParameters | Parameter keyTooltip should be final. | 333 |
Error | misc | FinalParameters | Parameter icon should be final. | 333 |
Error | misc | FinalParameters | Parameter manager should be final. | 333 |
Error | misc | FinalParameters | Parameter position should be final. | 333 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 335 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 337 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 341 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | misc | FinalParameters | Parameter event should be final. | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 356 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 365 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'messageChunk' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'messageChunk' static/final/abstract/empty, or adding allowed annotation for the method. | 376 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 376 |
Error | misc | FinalParameters | Parameter text should be final. | 376 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 379 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 387 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'messageBinary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'messageBinary' static/final/abstract/empty, or adding allowed annotation for the method. | 388 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 388 |
Error | misc | FinalParameters | Parameter text should be final. | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 393 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 394 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'getChunkTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'getChunkTab' static/final/abstract/empty, or adding allowed annotation for the method. | 403 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 403 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'getNetworkSplitPane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'getNetworkSplitPane' static/final/abstract/empty, or adding allowed annotation for the method. | 407 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 407 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'getBinaryTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'getBinaryTab' static/final/abstract/empty, or adding allowed annotation for the method. | 411 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 411 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'getDividerLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'getDividerLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 415 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 415 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'setDividerLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'setDividerLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 419 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 419 |
Error | misc | FinalParameters | Parameter location should be final. | 419 |
Error | coding | HiddenField | 'location' hides a field. | 419 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'getButtonShowNorth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'getButtonShowNorth' static/final/abstract/empty, or adding allowed annotation for the method. | 423 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 423 |
Error | design | DesignForExtension | Class 'PanelConsoles' looks like designed for extension (can be subclassed), but the method 'getNetworkTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConsoles' final or making the method 'getNetworkTable' static/final/abstract/empty, or adding allowed annotation for the method. | 427 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 427 |
com/jsql/view/swing/panel/PanelPreferences.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.view.swing.panel.preferences.*. | 4 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 9 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'panelInjection' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | naming | ConstantName | Name 'panelAuth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | naming | ConstantName | Name 'panelProxy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | naming | ConstantName | Name 'panelGeneral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'panelUserAgent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | naming | ConstantName | Name 'panelTampering' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'panelConnection' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | naming | ConstantName | Name 'panelStrategies' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter panel should be final. | 51 |
Error | coding | HiddenField | 'panel' hides a field. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 57 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | coding | MagicNumber | '5' is a magic number. | 69 |
Error | coding | MagicNumber | '5' is a magic number. | 69 |
Error | coding | MagicNumber | '5' is a magic number. | 69 |
Error | coding | MagicNumber | '5' is a magic number. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | coding | MagicNumber | '15' is a magic number. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 143 |
Error | misc | FinalParameters | Parameter borderLayoutPreferences should be final. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 163 |
Error | misc | FinalParameters | Parameter list should be final. | 163 |
Error | misc | FinalParameters | Parameter value should be final. | 163 |
Error | misc | FinalParameters | Parameter index should be final. | 163 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 163 |
Error | misc | FinalParameters | Parameter cellHasFocus should be final. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 177 |
Error | coding | MagicNumber | '3' is a magic number. | 177 |
Error | coding | MagicNumber | '3' is a magic number. | 177 |
Error | coding | MagicNumber | '3' is a magic number. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getPanelAuth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getPanelAuth' static/final/abstract/empty, or adding allowed annotation for the method. | 194 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 194 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getPanelProxy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getPanelProxy' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 198 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getPanelInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getPanelInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 202 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 202 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getPanelTampering' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getPanelTampering' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 206 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getPanelGeneral' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getPanelGeneral' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getPanelUserAgent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getPanelUserAgent' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getPanelConnection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getPanelConnection' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 218 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getPanelStrategies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getPanelStrategies' static/final/abstract/empty, or adding allowed annotation for the method. | 222 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 222 |
Error | design | DesignForExtension | Class 'PanelPreferences' looks like designed for extension (can be subclassed), but the method 'getActionListenerSave' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelPreferences' final or making the method 'getActionListenerSave' static/final/abstract/empty, or adding allowed annotation for the method. | 226 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 226 |
com/jsql/view/swing/panel/address/ActionEnterAddressBar.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
Error | misc | FinalParameters | Parameter panelAddressBar should be final. | 10 |
Error | design | DesignForExtension | Class 'ActionEnterAddressBar' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionEnterAddressBar' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
Error | misc | FinalParameters | Parameter e should be final. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 17 |
com/jsql/view/swing/panel/address/ActionStart.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | design | VisibilityModifier | Variable 'panelAddressBar' must be private and have accessor methods. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter panelAddressBar should be final. | 26 |
Error | coding | HiddenField | 'panelAddressBar' hides a field. | 26 |
Error | design | DesignForExtension | Class 'ActionStart' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionStart' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
Error | misc | FinalParameters | Parameter e should be final. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Class 'ActionStart' looks like designed for extension (can be subclassed), but the method 'startInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionStart' final or making the method 'startInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
com/jsql/view/swing/panel/address/AddressMenuBar.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 20 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter panelAddressBar should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
Error | coding | MagicNumber | '17' is a magic number. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 117 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 149 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | coding | MagicNumber | '5' is a magic number. | 163 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'endPreparation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'endPreparation' static/final/abstract/empty, or adding allowed annotation for the method. | 171 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'initErrorMethods' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'initErrorMethods' static/final/abstract/empty, or adding allowed annotation for the method. | 178 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 178 |
Error | misc | FinalParameters | Parameter vendor should be final. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 193 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'reset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'reset' static/final/abstract/empty, or adding allowed annotation for the method. | 212 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 220 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'setVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'setVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 228 |
Error | misc | FinalParameters | Parameter vendor should be final. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'resetLabelStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'resetLabelStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 234 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 234 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 235 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'markStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'markStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 242 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 242 |
Error | misc | FinalParameters | Parameter strategy should be final. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 246 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'markStrategyInvulnerable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'markStrategyInvulnerable' static/final/abstract/empty, or adding allowed annotation for the method. | 255 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 255 |
Error | misc | FinalParameters | Parameter strategy should be final. | 255 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 256 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'markErrorInvulnerable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'markErrorInvulnerable' static/final/abstract/empty, or adding allowed annotation for the method. | 265 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 265 |
Error | misc | FinalParameters | Parameter indexMethodError should be final. | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 272 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'markError' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'markError' static/final/abstract/empty, or adding allowed annotation for the method. | 284 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 293 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 294 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'markErrorVulnerable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'markErrorVulnerable' static/final/abstract/empty, or adding allowed annotation for the method. | 318 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 318 |
Error | misc | FinalParameters | Parameter indexMethodError should be final. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 320 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 322 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 340 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'markStrategyVulnerable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'markStrategyVulnerable' static/final/abstract/empty, or adding allowed annotation for the method. | 341 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 341 |
Error | misc | FinalParameters | Parameter strategy should be final. | 341 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 342 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 351 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'getLoader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'getLoader' static/final/abstract/empty, or adding allowed annotation for the method. | 354 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 354 |
Error | design | DesignForExtension | Class 'AddressMenuBar' looks like designed for extension (can be subclassed), but the method 'getButtonInUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddressMenuBar' final or making the method 'getButtonInUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 358 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 358 |
com/jsql/view/swing/panel/address/RequestPanel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 12 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter panelAddressBar should be final. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | coding | MagicNumber | '16' is a magic number. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 59 |
Error | misc | FinalParameters | Parameter msm should be final. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
Error | coding | MagicNumber | '6' is a magic number. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | misc | FinalParameters | Parameter e should be final. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 102 |
Error | coding | MagicNumber | '6' is a magic number. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 104 |
Error | coding | MagicNumber | '6' is a magic number. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 119 |
Error | design | DesignForExtension | Class 'RequestPanel' looks like designed for extension (can be subclassed), but the method 'getTypeRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RequestPanel' final or making the method 'getTypeRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
Error | design | DesignForExtension | Class 'RequestPanel' looks like designed for extension (can be subclassed), but the method 'setTypeRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RequestPanel' final or making the method 'setTypeRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter typeRequest should be final. | 129 |
Error | coding | HiddenField | 'typeRequest' hides a field. | 129 |
com/jsql/view/swing/panel/consoles/CenterRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
com/jsql/view/swing/panel/consoles/CenterRendererWithColor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 6 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | design | DesignForExtension | Class 'CenterRendererWithColor' looks like designed for extension (can be subclassed), but the method 'getTableCellRendererComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CenterRendererWithColor' final or making the method 'getTableCellRendererComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 13 |
Error | misc | FinalParameters | Parameter table should be final. | 13 |
Error | misc | FinalParameters | Parameter value should be final. | 13 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 13 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 13 |
Error | misc | FinalParameters | Parameter row should be final. | 13 |
Error | misc | FinalParameters | Parameter column should be final. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | coding | MagicNumber | '32' is a magic number. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 29 |
Error | coding | MagicNumber | '3' is a magic number. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 43 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 43 |
Error | misc | FinalParameters | Parameter callableBoolean should be final. | 43 |
Error | misc | FinalParameters | Parameter component should be final. | 43 |
Error | coding | MagicNumber | '215' is a magic number. | 46 |
Error | coding | MagicNumber | '255' is a magic number. | 46 |
Error | coding | MagicNumber | '215' is a magic number. | 46 |
Error | coding | MagicNumber | '235' is a magic number. | 48 |
Error | coding | MagicNumber | '255' is a magic number. | 48 |
Error | coding | MagicNumber | '235' is a magic number. | 48 |
Error | coding | MagicNumber | '255' is a magic number. | 52 |
Error | coding | MagicNumber | '215' is a magic number. | 52 |
Error | coding | MagicNumber | '215' is a magic number. | 52 |
Error | coding | MagicNumber | '255' is a magic number. | 54 |
Error | coding | MagicNumber | '235' is a magic number. | 54 |
Error | coding | MagicNumber | '235' is a magic number. | 54 |
com/jsql/view/swing/panel/consoles/NetworkTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter tabbedPaneNetworkTab should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | coding | MagicNumber | '4' is a magic number. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | coding | MagicNumber | '20' is a magic number. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | misc | FinalParameters | Parameter e should be final. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | misc | FinalParameters | Parameter index should be final. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
Error | coding | MagicNumber | '3' is a magic number. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 116 |
Error | coding | MagicNumber | '5' is a magic number. | 117 |
Error | coding | MagicNumber | '5' is a magic number. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | coding | MagicNumber | '300' is a magic number. | 125 |
Error | coding | MagicNumber | '20' is a magic number. | 126 |
Error | coding | MagicNumber | '50' is a magic number. | 127 |
Error | coding | MagicNumber | '3' is a magic number. | 128 |
Error | coding | MagicNumber | '50' is a magic number. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | design | DesignForExtension | Class 'NetworkTable' looks like designed for extension (can be subclassed), but the method 'isCellEditable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NetworkTable' final or making the method 'isCellEditable' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
Error | misc | FinalParameters | Parameter row should be final. | 142 |
Error | misc | FinalParameters | Parameter column should be final. | 142 |
Error | design | DesignForExtension | Class 'NetworkTable' looks like designed for extension (can be subclassed), but the method 'getListHttpHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NetworkTable' final or making the method 'getListHttpHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | design | DesignForExtension | Class 'NetworkTable' looks like designed for extension (can be subclassed), but the method 'addHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NetworkTable' final or making the method 'addHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter header should be final. | 150 |
com/jsql/view/swing/panel/consoles/TabbedPaneNetworkTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | design | DesignForExtension | Class 'TabbedPaneNetworkTab' looks like designed for extension (can be subclassed), but the method 'changeTextNetwork' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabbedPaneNetworkTab' final or making the method 'changeTextNetwork' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter networkData should be final. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | design | DesignForExtension | Class 'TabbedPaneNetworkTab' looks like designed for extension (can be subclassed), but the method 'reset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabbedPaneNetworkTab' final or making the method 'reset' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
com/jsql/view/swing/panel/consoles/TooltipCellRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | design | DesignForExtension | Class 'TooltipCellRenderer' looks like designed for extension (can be subclassed), but the method 'getTableCellRendererComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TooltipCellRenderer' final or making the method 'getTableCellRendererComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
Error | misc | FinalParameters | Parameter table should be final. | 13 |
Error | misc | FinalParameters | Parameter value should be final. | 14 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 15 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 16 |
Error | misc | FinalParameters | Parameter row should be final. | 17 |
Error | misc | FinalParameters | Parameter column should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
com/jsql/view/swing/panel/preferences/ActionListenerSave.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter panelPreferences should be final. | 15 |
Error | coding | HiddenField | 'panelPreferences' hides a field. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Class 'ActionListenerSave' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionListenerSave' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
Error | misc | FinalParameters | Parameter e should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
com/jsql/view/swing/panel/preferences/PanelAuth.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 210). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 214). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | MethodLength | Method PanelAuth length is 207 lines (max allowed is 150). | 28 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter panelPreferences should be final. | 28 |
Error | coding | MagicNumber | '10' is a magic number. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | coding | MagicNumber | '400' is a magic number. | 112 |
Error | coding | MagicNumber | '400' is a magic number. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 114 |
Error | coding | MagicNumber | '200' is a magic number. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 115 |
Error | coding | MagicNumber | '200' is a magic number. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | coding | MagicNumber | '15' is a magic number. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | design | DesignForExtension | Class 'PanelAuth' looks like designed for extension (can be subclassed), but the method 'getCheckboxUseDigestAuthentication' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAuth' final or making the method 'getCheckboxUseDigestAuthentication' static/final/abstract/empty, or adding allowed annotation for the method. | 239 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 239 |
Error | design | DesignForExtension | Class 'PanelAuth' looks like designed for extension (can be subclassed), but the method 'getTextDigestAuthenticationUsername' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAuth' final or making the method 'getTextDigestAuthenticationUsername' static/final/abstract/empty, or adding allowed annotation for the method. | 243 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 243 |
Error | design | DesignForExtension | Class 'PanelAuth' looks like designed for extension (can be subclassed), but the method 'getTextDigestAuthenticationPassword' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAuth' final or making the method 'getTextDigestAuthenticationPassword' static/final/abstract/empty, or adding allowed annotation for the method. | 247 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 247 |
Error | design | DesignForExtension | Class 'PanelAuth' looks like designed for extension (can be subclassed), but the method 'getCheckboxUseKerberos' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAuth' final or making the method 'getCheckboxUseKerberos' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 251 |
Error | design | DesignForExtension | Class 'PanelAuth' looks like designed for extension (can be subclassed), but the method 'getTextKerberosKrb5Conf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAuth' final or making the method 'getTextKerberosKrb5Conf' static/final/abstract/empty, or adding allowed annotation for the method. | 255 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 255 |
Error | design | DesignForExtension | Class 'PanelAuth' looks like designed for extension (can be subclassed), but the method 'getTextKerberosLoginConf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelAuth' final or making the method 'getTextKerberosLoginConf' static/final/abstract/empty, or adding allowed annotation for the method. | 259 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 259 |
com/jsql/view/swing/panel/preferences/PanelConnection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 9 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | MethodLength | Method PanelConnection length is 383 lines (max allowed is 150). | 33 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter panelPreferences should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | coding | MagicNumber | '10' is a magic number. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 37 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 60 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 72 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 96 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 127 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 143 |
Error | coding | MagicNumber | '125' is a magic number. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 146 |
Error | coding | MagicNumber | '15' is a magic number. | 148 |
Error | coding | MagicNumber | '30' is a magic number. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 161 |
Error | coding | MagicNumber | '125' is a magic number. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 164 |
Error | coding | MagicNumber | '10' is a magic number. | 166 |
Error | coding | MagicNumber | '100' is a magic number. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 200 |
Error | coding | MagicNumber | '450' is a magic number. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsFollowingRedirection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsFollowingRedirection' static/final/abstract/empty, or adding allowed annotation for the method. | 420 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 423 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsHttp2Disabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsHttp2Disabled' static/final/abstract/empty, or adding allowed annotation for the method. | 424 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 424 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 427 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsUnicodeDecodeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsUnicodeDecodeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 428 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 428 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 431 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsUrlDecodeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsUrlDecodeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 432 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 432 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 435 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsNotTestingConnection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsNotTestingConnection' static/final/abstract/empty, or adding allowed annotation for the method. | 436 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 439 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsNotProcessingCookies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsNotProcessingCookies' static/final/abstract/empty, or adding allowed annotation for the method. | 440 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 443 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxProcessCsrf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxProcessCsrf' static/final/abstract/empty, or adding allowed annotation for the method. | 444 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 444 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 447 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsLimitingThreads' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsLimitingThreads' static/final/abstract/empty, or adding allowed annotation for the method. | 448 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 448 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 451 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getSpinnerLimitingThreads' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getSpinnerLimitingThreads' static/final/abstract/empty, or adding allowed annotation for the method. | 452 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 452 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 455 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsConnectionTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsConnectionTimeout' static/final/abstract/empty, or adding allowed annotation for the method. | 456 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 456 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 459 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getSpinnerConnectionTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getSpinnerConnectionTimeout' static/final/abstract/empty, or adding allowed annotation for the method. | 460 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 460 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 463 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCsrfUserTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getCheckboxIsCsrfUserTag' static/final/abstract/empty, or adding allowed annotation for the method. | 464 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 464 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 467 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getTextfieldCsrfUserTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getTextfieldCsrfUserTag' static/final/abstract/empty, or adding allowed annotation for the method. | 468 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 468 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 471 |
Error | design | DesignForExtension | Class 'PanelConnection' looks like designed for extension (can be subclassed), but the method 'getTextfieldCsrfUserTagOutput' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelConnection' final or making the method 'getTextfieldCsrfUserTagOutput' static/final/abstract/empty, or adding allowed annotation for the method. | 472 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 472 |
com/jsql/view/swing/panel/preferences/PanelGeneral.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
Error | misc | FinalParameters | Parameter panelPreferences should be final. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | coding | MagicNumber | '10' is a magic number. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | design | DesignForExtension | Class 'PanelGeneral' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingUpdate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelGeneral' final or making the method 'getCheckboxIsCheckingUpdate' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 |
Error | design | DesignForExtension | Class 'PanelGeneral' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsReportingBugs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelGeneral' final or making the method 'getCheckboxIsReportingBugs' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
Error | design | DesignForExtension | Class 'PanelGeneral' looks like designed for extension (can be subclassed), but the method 'getCheckboxIs4K' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelGeneral' final or making the method 'getCheckboxIs4K' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
com/jsql/view/swing/panel/preferences/PanelInjection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 8 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | MethodLength | Method PanelInjection length is 564 lines (max allowed is 150). | 41 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter panelPreferences should be final. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | MagicNumber | '10' is a magic number. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 95 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 95 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 96 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 132 |
Error | coding | MagicNumber | '125' is a magic number. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 135 |
Error | coding | MagicNumber | '15' is a magic number. | 137 |
Error | coding | MagicNumber | '30' is a magic number. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 161 |
Error | coding | MagicNumber | '250' is a magic number. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 164 |
Error | coding | MagicNumber | '50' is a magic number. | 166 |
Error | coding | MagicNumber | '200' is a magic number. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 328 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 410 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 451 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 498 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 529 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 560 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 606 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 608 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsNotInjectingMetadata' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsNotInjectingMetadata' static/final/abstract/empty, or adding allowed annotation for the method. | 609 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 609 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 612 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsNotSearchingCharInsertion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsNotSearchingCharInsertion' static/final/abstract/empty, or adding allowed annotation for the method. | 613 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 613 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsNotShowingVulnReport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsNotShowingVulnReport' static/final/abstract/empty, or adding allowed annotation for the method. | 617 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 617 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingAllParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsCheckingAllParam' static/final/abstract/empty, or adding allowed annotation for the method. | 621 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 621 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 624 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingAllURLParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsCheckingAllURLParam' static/final/abstract/empty, or adding allowed annotation for the method. | 625 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 625 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 628 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingAllRequestParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsCheckingAllRequestParam' static/final/abstract/empty, or adding allowed annotation for the method. | 629 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 629 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 632 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingAllHeaderParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsCheckingAllHeaderParam' static/final/abstract/empty, or adding allowed annotation for the method. | 633 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 633 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 636 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingAllBase64Param' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsCheckingAllBase64Param' static/final/abstract/empty, or adding allowed annotation for the method. | 637 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 637 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 640 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingAllJsonParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsCheckingAllJsonParam' static/final/abstract/empty, or adding allowed annotation for the method. | 641 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 641 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 644 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingAllCookieParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsCheckingAllCookieParam' static/final/abstract/empty, or adding allowed annotation for the method. | 645 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 645 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 648 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsCheckingAllSoapParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsCheckingAllSoapParam' static/final/abstract/empty, or adding allowed annotation for the method. | 649 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 649 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 652 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsParsingForm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsParsingForm' static/final/abstract/empty, or adding allowed annotation for the method. | 653 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 653 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsPerfIndexDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsPerfIndexDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 657 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 657 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getRadioIsZipStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getRadioIsZipStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 661 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 661 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 664 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getRadioIsDiosStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getRadioIsDiosStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 665 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 665 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 668 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getRadioIsDefaultStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getRadioIsDefaultStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 669 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 669 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 672 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsUrlEncodingDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsUrlEncodingDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 673 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 673 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 676 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsUrlRandomSuffixDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsUrlRandomSuffixDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 677 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 677 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsLimitingNormalIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsLimitingNormalIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 681 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 681 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 684 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getSpinnerNormalIndexCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getSpinnerNormalIndexCount' static/final/abstract/empty, or adding allowed annotation for the method. | 685 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 685 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 688 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsLimitingSleepTimeStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getCheckboxIsLimitingSleepTimeStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 689 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 689 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 692 |
Error | design | DesignForExtension | Class 'PanelInjection' looks like designed for extension (can be subclassed), but the method 'getSpinnerSleepTimeStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelInjection' final or making the method 'getSpinnerSleepTimeStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 693 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 693 |
com/jsql/view/swing/panel/preferences/PanelProxy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | sizes | MethodLength | Method PanelProxy length is 158 lines (max allowed is 150). | 25 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
Error | misc | FinalParameters | Parameter panelPreferences should be final. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | coding | MagicNumber | '10' is a magic number. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 56 |
Error | coding | MagicNumber | '200' is a magic number. | 60 |
Error | coding | MagicNumber | '200' is a magic number. | 61 |
Error | coding | MagicNumber | '200' is a magic number. | 62 |
Error | coding | MagicNumber | '200' is a magic number. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | coding | MagicNumber | '15' is a magic number. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | design | DesignForExtension | Class 'PanelProxy' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsUsingProxy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelProxy' final or making the method 'getCheckboxIsUsingProxy' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 187 |
Error | design | DesignForExtension | Class 'PanelProxy' looks like designed for extension (can be subclassed), but the method 'getTextProxyAddress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelProxy' final or making the method 'getTextProxyAddress' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 191 |
Error | design | DesignForExtension | Class 'PanelProxy' looks like designed for extension (can be subclassed), but the method 'getTextProxyPort' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelProxy' final or making the method 'getTextProxyPort' static/final/abstract/empty, or adding allowed annotation for the method. | 195 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 195 |
Error | design | DesignForExtension | Class 'PanelProxy' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsUsingProxyHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelProxy' final or making the method 'getCheckboxIsUsingProxyHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 199 |
Error | design | DesignForExtension | Class 'PanelProxy' looks like designed for extension (can be subclassed), but the method 'getTextProxyAddressHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelProxy' final or making the method 'getTextProxyAddressHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 203 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 203 |
Error | design | DesignForExtension | Class 'PanelProxy' looks like designed for extension (can be subclassed), but the method 'getTextProxyPortHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelProxy' final or making the method 'getTextProxyPortHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 207 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 207 |
com/jsql/view/swing/panel/preferences/PanelStrategies.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | sizes | MethodLength | Method PanelStrategies length is 166 lines (max allowed is 150). | 19 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
Error | misc | FinalParameters | Parameter panelPreferences should be final. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | coding | MagicNumber | '10' is a magic number. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | design | DesignForExtension | Class 'PanelStrategies' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsStrategyTimeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStrategies' final or making the method 'getCheckboxIsStrategyTimeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 189 |
Error | design | DesignForExtension | Class 'PanelStrategies' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsStrategyBlindDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStrategies' final or making the method 'getCheckboxIsStrategyBlindDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 193 |
Error | design | DesignForExtension | Class 'PanelStrategies' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsStrategyStackedDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStrategies' final or making the method 'getCheckboxIsStrategyStackedDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 197 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 197 |
Error | design | DesignForExtension | Class 'PanelStrategies' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsStrategyMultibitDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStrategies' final or making the method 'getCheckboxIsStrategyMultibitDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 201 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 201 |
Error | design | DesignForExtension | Class 'PanelStrategies' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsStrategyErrorDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStrategies' final or making the method 'getCheckboxIsStrategyErrorDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 205 |
Error | design | DesignForExtension | Class 'PanelStrategies' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsStrategyNormalDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStrategies' final or making the method 'getCheckboxIsStrategyNormalDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 209 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 209 |
com/jsql/view/swing/panel/preferences/PanelTampering.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 14 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | MethodLength | Method PanelTampering length is 358 lines (max allowed is 150). | 36 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter panelPreferences should be final. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | coding | MagicNumber | '10' is a magic number. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 91 |
Error | coding | MagicNumber | '500' is a magic number. | 92 |
Error | coding | MagicNumber | '400' is a magic number. | 95 |
Error | coding | MagicNumber | '100' is a magic number. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 392 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'clean' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'clean' static/final/abstract/empty, or adding allowed annotation for the method. | 395 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingBase64' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingBase64' static/final/abstract/empty, or adding allowed annotation for the method. | 403 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 406 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingEqualToLike' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingEqualToLike' static/final/abstract/empty, or adding allowed annotation for the method. | 407 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 407 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 410 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingFunctionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingFunctionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 411 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 411 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 414 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingVersionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingVersionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 415 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 415 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 418 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingRandomCase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingRandomCase' static/final/abstract/empty, or adding allowed annotation for the method. | 419 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 419 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 422 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingEval' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingEval' static/final/abstract/empty, or adding allowed annotation for the method. | 423 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 426 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getRadioIsTamperingSpaceToDashComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getRadioIsTamperingSpaceToDashComment' static/final/abstract/empty, or adding allowed annotation for the method. | 427 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 427 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 430 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getRadioIsTamperingSpaceToMultilineComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getRadioIsTamperingSpaceToMultilineComment' static/final/abstract/empty, or adding allowed annotation for the method. | 431 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 431 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getRadioIsTamperingSpaceToSharpComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getRadioIsTamperingSpaceToSharpComment' static/final/abstract/empty, or adding allowed annotation for the method. | 435 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingHexToChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingHexToChar' static/final/abstract/empty, or adding allowed annotation for the method. | 439 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 439 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingQuoteToUtf8' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingQuoteToUtf8' static/final/abstract/empty, or adding allowed annotation for the method. | 443 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 443 |
Error | design | DesignForExtension | Class 'PanelTampering' looks like designed for extension (can be subclassed), but the method 'getCheckboxIsTamperingStringToChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTampering' final or making the method 'getCheckboxIsTamperingStringToChar' static/final/abstract/empty, or adding allowed annotation for the method. | 447 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 447 |
com/jsql/view/swing/panel/preferences/PanelUserAgent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | coding | MagicNumber | '10' is a magic number. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | coding | MagicNumber | '500' is a magic number. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 76 |
Error | coding | MagicNumber | '40000' is a magic number. | 78 |
Error | coding | MagicNumber | '100' is a magic number. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
com/jsql/view/swing/panel/preferences/SpinnerMouseWheelListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | design | DesignForExtension | Class 'SpinnerMouseWheelListener' looks like designed for extension (can be subclassed), but the method 'mouseWheelMoved' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SpinnerMouseWheelListener' final or making the method 'mouseWheelMoved' static/final/abstract/empty, or adding allowed annotation for the method. | 9 |
Error | misc | FinalParameters | Parameter e should be final. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 15 |
com/jsql/view/swing/panel/preferences/TamperingMouseAdapter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 15 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
Error | misc | FinalParameters | Parameter tampering should be final. | 15 |
Error | coding | HiddenField | 'tampering' hides a field. | 15 |
Error | misc | FinalParameters | Parameter textPaneEval should be final. | 15 |
Error | coding | HiddenField | 'textPaneEval' hides a field. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Class 'TamperingMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseEntered' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingMouseAdapter' final or making the method 'mouseEntered' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
Error | misc | FinalParameters | Parameter me should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Class 'TamperingMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseExited' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingMouseAdapter' final or making the method 'mouseExited' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
Error | misc | FinalParameters | Parameter e should be final. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Class 'TamperingMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingMouseAdapter' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
Error | misc | FinalParameters | Parameter e should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
com/jsql/view/swing/panel/split/ActionHideShowConsole.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter panel should be final. | 22 |
Error | coding | HiddenField | 'panel' hides a field. | 22 |
Error | javadoc | JavadocMethod | Expected @param tag for 'panel'. | 22 |
Error | misc | FinalParameters | Parameter e should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 58 |
com/jsql/view/swing/panel/split/ActionHideShowResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | misc | FinalParameters | Parameter e should be final. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 39 |
com/jsql/view/swing/panel/split/SplitHorizontalTopBottom.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 22 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | coding | MagicNumber | '100' is a magic number. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
Error | coding | MagicNumber | '17' is a magic number. | 104 |
Error | coding | MagicNumber | '22' is a magic number. | 104 |
Error | coding | MagicNumber | '17' is a magic number. | 105 |
Error | coding | MagicNumber | '22' is a magic number. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 139 |
Error | design | DesignForExtension | Class 'SplitHorizontalTopBottom' looks like designed for extension (can be subclassed), but the method 'getSplitVerticalLeftRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SplitHorizontalTopBottom' final or making the method 'getSplitVerticalLeftRight' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 143 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 151 |
Error | design | DesignForExtension | Class 'SplitHorizontalTopBottom' looks like designed for extension (can be subclassed), but the method 'getLabelPlaceholderResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SplitHorizontalTopBottom' final or making the method 'getLabelPlaceholderResult' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 155 |
com/jsql/view/swing/panel/util/ButtonAddressBar.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 16 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | coding | MagicNumber | '18' is a magic number. | 34 |
Error | coding | MagicNumber | '16' is a magic number. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
com/jsql/view/swing/panel/util/ButtonExpandText.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 20 |
Error | misc | FinalParameters | Parameter titleFrame should be final. | 34 |
Error | javadoc | JavadocMethod | Expected @param tag for 'titleFrame'. | 34 |
Error | misc | FinalParameters | Parameter textFieldHeader should be final. | 34 |
Error | javadoc | JavadocMethod | Expected @param tag for 'textFieldHeader'. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | coding | MagicNumber | '18' is a magic number. | 36 |
Error | coding | MagicNumber | '16' is a magic number. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 44 |
Error | coding | MagicNumber | '500' is a magic number. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 47 |
Error | coding | MagicNumber | '400' is a magic number. | 50 |
Error | coding | MagicNumber | '300' is a magic number. | 50 |
Error | misc | FinalParameters | Parameter e should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 61 |
Error | misc | FinalParameters | Parameter e should be final. | 74 |
com/jsql/view/swing/panel/util/HTMLEditorKitTextPaneWrap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | design | DesignForExtension | Class 'HTMLEditorKitTextPaneWrap' looks like designed for extension (can be subclassed), but the method 'getViewFactory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HTMLEditorKitTextPaneWrap' final or making the method 'getViewFactory' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
Error | misc | FinalParameters | Parameter e should be final. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter e should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 33 |
Error | misc | FinalParameters | Parameter axis should be final. | 33 |
Error | misc | FinalParameters | Parameter sizeRequirements should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | coding | MagicNumber | '0.5f' is a magic number. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | misc | FinalParameters | Parameter e should be final. | 56 |
Error | misc | FinalParameters | Parameter axis should be final. | 60 |
Error | misc | FinalParameters | Parameter pos should be final. | 60 |
Error | misc | FinalParameters | Parameter len should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
Error | misc | FinalParameters | Parameter axis should be final. | 65 |
Error | misc | FinalParameters | Parameter p0 should be final. | 65 |
Error | misc | FinalParameters | Parameter pos should be final. | 65 |
Error | misc | FinalParameters | Parameter len should be final. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
com/jsql/view/swing/panel/util/RadioMenuItemIconCustom.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | design | DesignForExtension | Class 'RadioMenuItemIconCustom' looks like designed for extension (can be subclassed), but the method 'paintOceanIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioMenuItemIconCustom' final or making the method 'paintOceanIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter c should be final. | 11 |
Error | misc | FinalParameters | Parameter g should be final. | 11 |
Error | misc | FinalParameters | Parameter x should be final. | 11 |
Error | misc | FinalParameters | Parameter y should be final. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | coding | MagicNumber | '9' is a magic number. | 34 |
Error | coding | MagicNumber | '7' is a magic number. | 34 |
Error | coding | MagicNumber | '9' is a magic number. | 34 |
Error | coding | MagicNumber | '9' is a magic number. | 35 |
Error | coding | MagicNumber | '9' is a magic number. | 35 |
Error | coding | MagicNumber | '7' is a magic number. | 35 |
Error | coding | MagicNumber | '8' is a magic number. | 36 |
Error | coding | MagicNumber | '8' is a magic number. | 36 |
Error | coding | MagicNumber | '8' is a magic number. | 36 |
Error | coding | MagicNumber | '8' is a magic number. | 36 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 44 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 44 |
Error | coding | MagicNumber | '6' is a magic number. | 47 |
Error | coding | MagicNumber | '8' is a magic number. | 48 |
Error | coding | MagicNumber | '6' is a magic number. | 48 |
Error | coding | MagicNumber | '8' is a magic number. | 48 |
Error | coding | MagicNumber | '6' is a magic number. | 49 |
Error | coding | MagicNumber | '8' is a magic number. | 50 |
Error | coding | MagicNumber | '8' is a magic number. | 50 |
Error | coding | MagicNumber | '6' is a magic number. | 50 |
Error | coding | MagicNumber | '7' is a magic number. | 52 |
Error | coding | MagicNumber | '7' is a magic number. | 52 |
Error | coding | MagicNumber | '7' is a magic number. | 53 |
Error | coding | MagicNumber | '7' is a magic number. | 53 |
Error | coding | MagicNumber | '7' is a magic number. | 54 |
Error | coding | MagicNumber | '7' is a magic number. | 54 |
Error | coding | MagicNumber | '7' is a magic number. | 54 |
Error | coding | MagicNumber | '7' is a magic number. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 63 |
Error | misc | FinalParameters | Parameter c should be final. | 63 |
Error | misc | FinalParameters | Parameter g should be final. | 63 |
Error | misc | FinalParameters | Parameter model should be final. | 63 |
Error | misc | FinalParameters | Parameter isEnabled should be final. | 63 |
Error | misc | FinalParameters | Parameter isArmed should be final. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | coding | MagicNumber | '3' is a magic number. | 78 |
Error | coding | MagicNumber | '5' is a magic number. | 78 |
Error | coding | MagicNumber | '3' is a magic number. | 79 |
Error | coding | MagicNumber | '6' is a magic number. | 79 |
Error | coding | MagicNumber | '3' is a magic number. | 79 |
Error | coding | MagicNumber | '4' is a magic number. | 80 |
Error | coding | MagicNumber | '6' is a magic number. | 80 |
Error | coding | MagicNumber | '4' is a magic number. | 80 |
Error | coding | MagicNumber | '5' is a magic number. | 81 |
Error | coding | MagicNumber | '6' is a magic number. | 81 |
Error | coding | MagicNumber | '5' is a magic number. | 81 |
Error | coding | MagicNumber | '3' is a magic number. | 82 |
Error | coding | MagicNumber | '6' is a magic number. | 82 |
Error | coding | MagicNumber | '5' is a magic number. | 82 |
Error | coding | MagicNumber | '6' is a magic number. | 82 |
Error | design | DesignForExtension | Class 'RadioMenuItemIconCustom' looks like designed for extension (can be subclassed), but the method 'paintIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioMenuItemIconCustom' final or making the method 'paintIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
Error | misc | FinalParameters | Parameter c should be final. | 86 |
Error | misc | FinalParameters | Parameter g should be final. | 86 |
Error | misc | FinalParameters | Parameter x should be final. | 86 |
Error | misc | FinalParameters | Parameter y should be final. | 86 |
Error | design | DesignForExtension | Class 'RadioMenuItemIconCustom' looks like designed for extension (can be subclassed), but the method 'getIconWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioMenuItemIconCustom' final or making the method 'getIconWidth' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
Error | coding | MagicNumber | '10' is a magic number. | 92 |
Error | coding | MagicNumber | '10' is a magic number. | 92 |
Error | design | DesignForExtension | Class 'RadioMenuItemIconCustom' looks like designed for extension (can be subclassed), but the method 'getIconHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioMenuItemIconCustom' final or making the method 'getIconHeight' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
Error | coding | MagicNumber | '10' is a magic number. | 97 |
Error | coding | MagicNumber | '10' is a magic number. | 97 |
com/jsql/view/swing/popupmenu/JPopupMenuComponent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 22 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | misc | FinalParameters | Parameter component should be final. | 48 |
Error | coding | HiddenField | 'component' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | misc | FinalParameters | Parameter e should be final. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | misc | FinalParameters | Parameter event should be final. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | misc | FinalParameters | Parameter e should be final. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | misc | FinalParameters | Parameter e should be final. | 121 |
com/jsql/view/swing/popupmenu/JPopupMenuTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 17 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter table should be final. | 39 |
Error | coding | HiddenField | 'table' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | misc | FinalParameters | Parameter e should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | misc | FinalParameters | Parameter e should be final. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | misc | FinalParameters | Parameter e should be final. | 80 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter tableValues should be final. | 86 |
Error | misc | FinalParameters | Parameter actionShowSearchTable should be final. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | misc | FinalParameters | Parameter e should be final. | 106 |
Error | misc | FinalParameters | Parameter e should be final. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 124 |
com/jsql/view/swing/popupmenu/JPopupMenuText.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter component should be final. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
com/jsql/view/swing/radio/AbstractRadioLink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | misc | FinalParameters | Parameter string should be final. | 23 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter string should be final. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 46 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | design | DesignForExtension | Class 'AbstractRadioLink' looks like designed for extension (can be subclassed), but the method 'setSelected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractRadioLink' final or making the method 'setSelected' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
com/jsql/view/swing/radio/RadioLinkMethod.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | naming | ConstantName | Name 'groupMethod' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 28 |
Error | misc | FinalParameters | Parameter string should be final. | 28 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 28 |
Error | misc | FinalParameters | Parameter method should be final. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | design | DesignForExtension | Class 'RadioLinkMethod' looks like designed for extension (can be subclassed), but the method 'action' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioLinkMethod' final or making the method 'action' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 47 |
Error | design | DesignForExtension | Class 'RadioLinkMethod' looks like designed for extension (can be subclassed), but the method 'getGroup' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioLinkMethod' final or making the method 'getGroup' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
com/jsql/view/swing/radio/RadioMethodMouseAdapter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Class 'RadioMethodMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioMethodMouseAdapter' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
Error | misc | FinalParameters | Parameter e should be final. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | design | DesignForExtension | Class 'RadioMethodMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseEntered' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioMethodMouseAdapter' final or making the method 'mouseEntered' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
Error | misc | FinalParameters | Parameter e should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
Error | design | DesignForExtension | Class 'RadioMethodMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseExited' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RadioMethodMouseAdapter' final or making the method 'mouseExited' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
Error | misc | FinalParameters | Parameter e should be final. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
com/jsql/view/swing/scrollpane/JScrollIndicator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter scrollPaneConstants should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | misc | FinalParameters | Parameter vsbPolicy should be final. | 79 |
Error | misc | FinalParameters | Parameter hsbPolicy should be final. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | misc | FinalParameters | Parameter e should be final. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 112 |
Error | design | FinalClass | Class ControlPanel should be declared as final. | 116 |
Error | misc | FinalParameters | Parameter scrollPane should be final. | 118 |
Error | coding | HiddenField | 'scrollPane' hides a field. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 135 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
Error | design | VisibilityModifier | Variable 'scrollUI' must be private and have accessor methods. | 143 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 145 |
Error | misc | FinalParameters | Parameter direction should be final. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | coding | MagicNumber | '64' is a magic number. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | misc | FinalParameters | Parameter e should be final. | 159 |
Error | misc | FinalParameters | Parameter e should be final. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 169 |
Error | misc | FinalParameters | Parameter ui should be final. | 173 |
Error | misc | FinalParameters | Parameter g should be final. | 183 |
Error | misc | FinalParameters | Parameter r should be final. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | design | FinalClass | Class MyScrollBarUI should be declared as final. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 207 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 208 |
Error | misc | FinalParameters | Parameter scrollBar should be final. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | misc | FinalParameters | Parameter g should be final. | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | coding | MagicNumber | '100' is a magic number. | 283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 287 |
Error | coding | MagicNumber | '0xFFFFFF' is a magic number. | 287 |
Error | coding | MagicNumber | '100' is a magic number. | 288 |
Error | coding | MagicNumber | '255' is a magic number. | 288 |
Error | coding | MagicNumber | '24' is a magic number. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 293 |
Error | misc | FinalParameters | Parameter alpha should be final. | 293 |
Error | coding | HiddenField | 'alpha' hides a field. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 299 |
com/jsql/view/swing/scrollpane/JScrollPanePixelBorder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 25 |
Error | misc | FinalParameters | Parameter c should be final. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
Error | misc | FinalParameters | Parameter top should be final. | 44 |
Error | misc | FinalParameters | Parameter left should be final. | 44 |
Error | misc | FinalParameters | Parameter bottom should be final. | 44 |
Error | misc | FinalParameters | Parameter right should be final. | 44 |
Error | misc | FinalParameters | Parameter c should be final. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 49 |
com/jsql/view/swing/scrollpane/LightScrollPane.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 8 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | design | VisibilityModifier | Variable 'scrollBarAlpha' must be private and have accessor methods. | 19 |
Error | coding | MagicNumber | '25' is a magic number. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | design | VisibilityModifier | Variable 'scrollBarAlphaRollover' must be private and have accessor methods. | 21 |
Error | coding | MagicNumber | '100' is a magic number. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'colorThumb' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'scrollPane' must be private and have accessor methods. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
Error | misc | FinalParameters | Parameter top should be final. | 44 |
Error | misc | FinalParameters | Parameter left should be final. | 44 |
Error | misc | FinalParameters | Parameter bottom should be final. | 44 |
Error | misc | FinalParameters | Parameter right should be final. | 44 |
Error | misc | FinalParameters | Parameter c should be final. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter component should be final. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | misc | FinalParameters | Parameter parent should be final. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | misc | FinalParameters | Parameter target should be final. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | misc | FinalParameters | Parameter viewPort should be final. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | misc | FinalParameters | Parameter viewPort should be final. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | misc | FinalParameters | Parameter viewPort should be final. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | design | FinalClass | Class MyScrollBarButton should be declared as final. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | misc | FinalParameters | Parameter orientation should be final. | 176 |
Error | misc | FinalParameters | Parameter orientation should be final. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 186 |
Error | misc | FinalParameters | Parameter g should be final. | 186 |
Error | misc | FinalParameters | Parameter c should be final. | 186 |
Error | misc | FinalParameters | Parameter trackBounds should be final. | 186 |
Error | coding | MagicNumber | '24' is a magic number. | 192 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 192 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 196 |
Error | misc | FinalParameters | Parameter g should be final. | 196 |
Error | misc | FinalParameters | Parameter c should be final. | 196 |
Error | misc | FinalParameters | Parameter thumbBounds should be final. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
com/jsql/view/swing/scrollpane/LightScrollPaneShell.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
Error | misc | FinalParameters | Parameter component should be final. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | coding | MagicNumber | '175' is a magic number. | 15 |
Error | coding | MagicNumber | '100' is a magic number. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 18 |
com/jsql/view/swing/shadow/ShadowPopup.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 37 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 133 |
Error | misc | FinalParameters | Parameter owner should be final. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'owner'. | 133 |
Error | misc | FinalParameters | Parameter contents should be final. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'contents'. | 133 |
Error | misc | FinalParameters | Parameter x should be final. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'x'. | 133 |
Error | misc | FinalParameters | Parameter y should be final. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'y'. | 133 |
Error | misc | FinalParameters | Parameter delegate should be final. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delegate'. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | misc | FinalParameters | Parameter popup should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'popup'. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | misc | FinalParameters | Parameter owner should be final. | 238 |
Error | coding | HiddenField | 'owner' hides a field. | 238 |
Error | misc | FinalParameters | Parameter contents should be final. | 238 |
Error | coding | HiddenField | 'contents' hides a field. | 238 |
Error | misc | FinalParameters | Parameter x should be final. | 238 |
Error | coding | HiddenField | 'x' hides a field. | 238 |
Error | misc | FinalParameters | Parameter y should be final. | 238 |
Error | coding | HiddenField | 'y' hides a field. | 238 |
Error | misc | FinalParameters | Parameter popup should be final. | 239 |
Error | coding | HiddenField | 'popup' hides a field. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 254 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 265 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 265 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 350 |
Error | misc | FinalParameters | Parameter width should be final. | 350 |
Error | misc | FinalParameters | Parameter height should be final. | 350 |
Error | misc | FinalParameters | Parameter vShadowBg should be final. | 350 |
Error | misc | FinalParameters | Parameter layeredPane should be final. | 350 |
Error | misc | FinalParameters | Parameter layeredPaneWidth should be final. | 350 |
Error | misc | FinalParameters | Parameter layeredPaneHeight should be final. | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 361 |
Error | misc | FinalParameters | Parameter width should be final. | 361 |
Error | misc | FinalParameters | Parameter height should be final. | 361 |
Error | misc | FinalParameters | Parameter hShadowBg should be final. | 361 |
Error | misc | FinalParameters | Parameter layeredPane should be final. | 361 |
Error | misc | FinalParameters | Parameter layeredPaneWidth should be final. | 361 |
Error | misc | FinalParameters | Parameter layeredPaneHeight should be final. | 361 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 372 |
Error | misc | FinalParameters | Parameter shadowBg should be final. | 372 |
Error | misc | FinalParameters | Parameter layeredPane should be final. | 372 |
Error | misc | FinalParameters | Parameter layeredPaneWidth should be final. | 372 |
Error | misc | FinalParameters | Parameter layeredPaneHeight should be final. | 372 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 381 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 383 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 387 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Error | misc | FinalParameters | Parameter c should be final. | 404 |
Error | misc | FinalParameters | Parameter g should be final. | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 408 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 444 |
com/jsql/view/swing/shadow/ShadowPopupBorder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 38 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | naming | ConstantName | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
Error | naming | ConstantName | Name 'shadow' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 90 |
Error | misc | FinalParameters | Parameter c should be final. | 90 |
Error | misc | FinalParameters | Parameter g should be final. | 90 |
Error | misc | FinalParameters | Parameter x should be final. | 90 |
Error | misc | FinalParameters | Parameter y should be final. | 90 |
Error | misc | FinalParameters | Parameter width should be final. | 90 |
Error | misc | FinalParameters | Parameter height should be final. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | coding | MagicNumber | '5' is a magic number. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | coding | MagicNumber | '5' is a magic number. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 110 |
Error | coding | MagicNumber | '5' is a magic number. | 110 |
Error | coding | MagicNumber | '5' is a magic number. | 110 |
Error | coding | MagicNumber | '10' is a magic number. | 110 |
Error | coding | MagicNumber | '6' is a magic number. | 110 |
Error | coding | MagicNumber | '5' is a magic number. | 110 |
Error | coding | MagicNumber | '11' is a magic number. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 111 |
Error | coding | MagicNumber | '10' is a magic number. | 111 |
Error | coding | MagicNumber | '5' is a magic number. | 111 |
Error | coding | MagicNumber | '5' is a magic number. | 111 |
Error | coding | MagicNumber | '5' is a magic number. | 111 |
Error | coding | MagicNumber | '6' is a magic number. | 111 |
Error | coding | MagicNumber | '6' is a magic number. | 111 |
Error | coding | MagicNumber | '11' is a magic number. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
Error | coding | MagicNumber | '5' is a magic number. | 112 |
Error | coding | MagicNumber | '5' is a magic number. | 112 |
Error | coding | MagicNumber | '10' is a magic number. | 112 |
Error | coding | MagicNumber | '6' is a magic number. | 112 |
Error | coding | MagicNumber | '11' is a magic number. | 112 |
Error | coding | MagicNumber | '5' is a magic number. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 113 |
Error | coding | MagicNumber | '5' is a magic number. | 113 |
Error | coding | MagicNumber | '10' is a magic number. | 113 |
Error | coding | MagicNumber | '5' is a magic number. | 113 |
Error | coding | MagicNumber | '6' is a magic number. | 113 |
Error | coding | MagicNumber | '5' is a magic number. | 113 |
Error | coding | MagicNumber | '11' is a magic number. | 113 |
Error | coding | MagicNumber | '6' is a magic number. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 114 |
Error | coding | MagicNumber | '5' is a magic number. | 114 |
Error | coding | MagicNumber | '5' is a magic number. | 114 |
Error | coding | MagicNumber | '6' is a magic number. | 114 |
Error | coding | MagicNumber | '6' is a magic number. | 114 |
Error | coding | MagicNumber | '11' is a magic number. | 114 |
Error | coding | MagicNumber | '11' is a magic number. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter c should be final. | 126 |
Error | misc | FinalParameters | Parameter c should be final. | 138 |
Error | misc | FinalParameters | Parameter insets should be final. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 140 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 141 |
com/jsql/view/swing/shadow/ShadowPopupFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 35 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter storedFactory should be final. | 89 |
Error | coding | HiddenField | 'storedFactory' hides a field. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | misc | FinalParameters | Parameter owner should be final. | 173 |
Error | misc | FinalParameters | Parameter contents should be final. | 173 |
Error | misc | FinalParameters | Parameter x should be final. | 173 |
Error | misc | FinalParameters | Parameter y should be final. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
com/jsql/view/swing/shell/AbstractShell.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 20 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | VisibilityModifier | Variable 'loginPassword' must be private and have accessor methods. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 88 |
Error | misc | FinalParameters | Parameter uuidShell should be final. | 88 |
Error | coding | HiddenField | 'uuidShell' hides a field. | 88 |
Error | misc | FinalParameters | Parameter urlShell should be final. | 88 |
Error | coding | HiddenField | 'urlShell' hides a field. | 88 |
Error | misc | FinalParameters | Parameter labelShell should be final. | 88 |
Error | coding | HiddenField | 'labelShell' hides a field. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | misc | FinalParameters | Parameter string should be final. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | misc | FinalParameters | Parameter isAddingPrompt should be final. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 158 |
Error | coding | MagicNumber | '50' is a magic number. | 159 |
Error | coding | MagicNumber | '191' is a magic number. | 159 |
Error | coding | MagicNumber | '50' is a magic number. | 159 |
Error | coding | MagicNumber | '191' is a magic number. | 160 |
Error | coding | MagicNumber | '191' is a magic number. | 160 |
Error | coding | MagicNumber | '25' is a magic number. | 160 |
Error | coding | MagicNumber | '50' is a magic number. | 161 |
Error | coding | MagicNumber | '191' is a magic number. | 161 |
Error | coding | MagicNumber | '50' is a magic number. | 161 |
Error | coding | MagicNumber | '191' is a magic number. | 162 |
Error | coding | MagicNumber | '100' is a magic number. | 162 |
Error | coding | MagicNumber | '100' is a magic number. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 172 |
Error | misc | FinalParameters | Parameter string should be final. | 172 |
Error | misc | FinalParameters | Parameter color should be final. | 172 |
Error | misc | FinalParameters | Parameter isAddingPrompt should be final. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 190 |
Error | misc | FinalParameters | Parameter l should be final. | 197 |
Error | misc | FinalParameters | Parameter offset should be final. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | misc | FinalParameters | Parameter line should be final. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | design | DesignForExtension | Class 'AbstractShell' looks like designed for extension (can be subclassed), but the method 'getIsEdited' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractShell' final or making the method 'getIsEdited' static/final/abstract/empty, or adding allowed annotation for the method. | 247 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 247 |
Error | design | DesignForExtension | Class 'AbstractShell' looks like designed for extension (can be subclassed), but the method 'getUuidShell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractShell' final or making the method 'getUuidShell' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 251 |
Error | design | DesignForExtension | Class 'AbstractShell' looks like designed for extension (can be subclassed), but the method 'getUrlShell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractShell' final or making the method 'getUrlShell' static/final/abstract/empty, or adding allowed annotation for the method. | 255 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 255 |
Error | design | DesignForExtension | Class 'AbstractShell' looks like designed for extension (can be subclassed), but the method 'getPrompt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractShell' final or making the method 'getPrompt' static/final/abstract/empty, or adding allowed annotation for the method. | 259 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 259 |
com/jsql/view/swing/shell/BlockCaret.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | coding | MagicNumber | '500' is a magic number. | 36 |
Error | design | DesignForExtension | Class 'BlockCaret' looks like designed for extension (can be subclassed), but the method 'damage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BlockCaret' final or making the method 'damage' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
Error | misc | FinalParameters | Parameter r should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Class 'BlockCaret' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BlockCaret' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
Error | misc | FinalParameters | Parameter g should be final. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | coding | MagicNumber | '255' is a magic number. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
com/jsql/view/swing/shell/EmptyFocus.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter abstractShell should be final. | 13 |
Error | coding | HiddenField | 'abstractShell' hides a field. | 13 |
Error | design | DesignForExtension | Class 'EmptyFocus' looks like designed for extension (can be subclassed), but the method 'mousePressed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EmptyFocus' final or making the method 'mousePressed' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
Error | misc | FinalParameters | Parameter e should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Class 'EmptyFocus' looks like designed for extension (can be subclassed), but the method 'mouseReleased' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EmptyFocus' final or making the method 'mouseReleased' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
Error | misc | FinalParameters | Parameter e should be final. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Class 'EmptyFocus' looks like designed for extension (can be subclassed), but the method 'mouseExited' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EmptyFocus' final or making the method 'mouseExited' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
Error | misc | FinalParameters | Parameter e should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Class 'EmptyFocus' looks like designed for extension (can be subclassed), but the method 'mouseEntered' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EmptyFocus' final or making the method 'mouseEntered' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
Error | misc | FinalParameters | Parameter e should be final. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Class 'EmptyFocus' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EmptyFocus' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
Error | misc | FinalParameters | Parameter e should be final. | 41 |
com/jsql/view/swing/shell/KeyAdapterTerminal.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | misc | FinalParameters | Parameter terminal should be final. | 56 |
Error | coding | HiddenField | 'terminal' hides a field. | 56 |
Error | design | DesignForExtension | Class 'KeyAdapterTerminal' looks like designed for extension (can be subclassed), but the method 'keyPressed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KeyAdapterTerminal' final or making the method 'keyPressed' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 110 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 124 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 124 |
Error | misc | FinalParameters | Parameter lineNumber should be final. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 131 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 131 |
Error | misc | FinalParameters | Parameter lineNumber should be final. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 133 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 141 |
Error | misc | FinalParameters | Parameter lineNumber should be final. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 161 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 166 |
Error | misc | FinalParameters | Parameter lineNumber should be final. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 194 |
Error | misc | FinalParameters | Parameter keyEvent should be final. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
com/jsql/view/swing/shell/ShellSql.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 31 |
Error | misc | FinalParameters | Parameter terminalID should be final. | 31 |
Error | misc | FinalParameters | Parameter urlShell should be final. | 31 |
Error | misc | FinalParameters | Parameter args should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Class 'ShellSql' looks like designed for extension (can be subclassed), but the method 'action' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ShellSql' final or making the method 'action' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 38 |
Error | misc | FinalParameters | Parameter cmd should be final. | 38 |
Error | misc | FinalParameters | Parameter terminalID should be final. | 38 |
Error | misc | FinalParameters | Parameter wbhPath should be final. | 38 |
Error | misc | FinalParameters | Parameter arg should be final. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 39 |
com/jsql/view/swing/shell/ShellWeb.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 30 |
Error | misc | FinalParameters | Parameter terminalID should be final. | 30 |
Error | misc | FinalParameters | Parameter urlShell should be final. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Class 'ShellWeb' looks like designed for extension (can be subclassed), but the method 'action' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ShellWeb' final or making the method 'action' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
Error | misc | FinalParameters | Parameter command should be final. | 38 |
Error | misc | FinalParameters | Parameter terminalID should be final. | 38 |
Error | misc | FinalParameters | Parameter urlShell should be final. | 38 |
Error | misc | FinalParameters | Parameter arg should be final. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 39 |
com/jsql/view/swing/splitpane/JSplitPaneWithZeroSizeDivider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 30 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | coding | MagicNumber | '9' is a magic number. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter orientation should be final. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | design | DesignForExtension | Class 'JSplitPaneWithZeroSizeDivider' looks like designed for extension (can be subclassed), but the method 'disableDragSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JSplitPaneWithZeroSizeDivider' final or making the method 'disableDragSize' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | DesignForExtension | Class 'JSplitPaneWithZeroSizeDivider' looks like designed for extension (can be subclassed), but the method 'enableDragSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JSplitPaneWithZeroSizeDivider' final or making the method 'enableDragSize' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Error | coding | MagicNumber | '9' is a magic number. | 70 |
Error | design | DesignForExtension | Class 'JSplitPaneWithZeroSizeDivider' looks like designed for extension (can be subclassed), but the method 'getDividerDragSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JSplitPaneWithZeroSizeDivider' final or making the method 'getDividerDragSize' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
Error | design | DesignForExtension | Class 'JSplitPaneWithZeroSizeDivider' looks like designed for extension (can be subclassed), but the method 'setDividerDragSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JSplitPaneWithZeroSizeDivider' final or making the method 'setDividerDragSize' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter dividerDragSize should be final. | 77 |
Error | coding | HiddenField | 'dividerDragSize' hides a field. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | design | DesignForExtension | Class 'JSplitPaneWithZeroSizeDivider' looks like designed for extension (can be subclassed), but the method 'getDividerDragOffset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JSplitPaneWithZeroSizeDivider' final or making the method 'getDividerDragOffset' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
Error | design | DesignForExtension | Class 'JSplitPaneWithZeroSizeDivider' looks like designed for extension (can be subclassed), but the method 'setDividerDragOffset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JSplitPaneWithZeroSizeDivider' final or making the method 'setDividerDragOffset' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter dividerDragOffset should be final. | 87 |
Error | coding | HiddenField | 'dividerDragOffset' hides a field. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | design | DesignForExtension | Class 'JSplitPaneWithZeroSizeDivider' looks like designed for extension (can be subclassed), but the method 'doLayout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JSplitPaneWithZeroSizeDivider' final or making the method 'doLayout' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | design | DesignForExtension | Class 'JSplitPaneWithZeroSizeDivider' looks like designed for extension (can be subclassed), but the method 'updateUI' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JSplitPaneWithZeroSizeDivider' final or making the method 'updateUI' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 132 |
Error | misc | FinalParameters | Parameter ui should be final. | 132 |
Error | misc | FinalParameters | Parameter border should be final. | 139 |
Error | misc | FinalParameters | Parameter g should be final. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | misc | FinalParameters | Parameter location should be final. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 172 |
Error | misc | FinalParameters | Parameter location should be final. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 177 |
com/jsql/view/swing/sql/SqlEngine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 20 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | naming | ConstantName | Name 'tabbedPaneError' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | naming | ConstantName | Name 'borderRight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | naming | ConstantName | Name 'textPanesError' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 112 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 178 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 182 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 186 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 190 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 196 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 200 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 208 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 216 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 220 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 224 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 228 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 230 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 236 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 240 |
Error | design | VisibilityModifier | Variable 'text' must be private and have accessor methods. | 240 |
Error | misc | FinalParameters | Parameter text should be final. | 246 |
Error | coding | HiddenField | 'text' hides a field. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 338 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 347 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 364 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 372 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 397 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 405 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 413 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 421 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 422 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 449 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 457 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 463 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 472 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 477 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 489 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 493 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 503 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 510 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 513 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 523 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 525 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 527 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 528 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 537 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 543 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 546 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 549 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 550 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 553 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 555 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 556 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 557 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 558 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 563 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 578 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 579 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 584 |
Error | coding | MagicNumber | '25' is a magic number. | 591 |
Error | coding | MagicNumber | '25' is a magic number. | 592 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 598 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 599 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 605 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 606 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 608 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 613 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 615 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 620 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 623 |
Error | misc | FinalParameters | Parameter msm should be final. | 625 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 626 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 631 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 635 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 641 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 644 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 649 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 652 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 653 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 666 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 671 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 673 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 678 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 679 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 681 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 682 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 683 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 694 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 695 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 699 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 700 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 705 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 709 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 713 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 720 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 726 |
Error | misc | FinalParameters | Parameter textPane should be final. | 731 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 732 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 734 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 738 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 746 |
com/jsql/view/swing/sql/lexer/Colorer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
Error | misc | FinalParameters | Parameter position should be final. | 52 |
Error | coding | HiddenField | 'position' hides a field. | 52 |
Error | misc | FinalParameters | Parameter adjustment should be final. | 52 |
Error | coding | HiddenField | 'adjustment' hides a field. | 52 |
Error | misc | FinalParameters | Parameter position should be final. | 62 |
Error | coding | HiddenField | 'position' hides a field. | 62 |
Error | misc | FinalParameters | Parameter adjustment should be final. | 70 |
Error | coding | HiddenField | 'adjustment' hides a field. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 129 |
Error | misc | FinalParameters | Parameter document should be final. | 129 |
Error | coding | HiddenField | 'document' hides a field. | 129 |
Error | misc | FinalParameters | Parameter position should be final. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'position'. | 140 |
Error | misc | FinalParameters | Parameter adjustment should be final. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'adjustment'. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 202 |
Error | whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 202 |
Error | coding | MagicNumber | '1000' is a magic number. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | coding | MagicNumber | '100' is a magic number. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | sizes | MethodLength | Method processEvent length is 230 lines (max allowed is 150). | 223 |
Error | misc | FinalParameters | Parameter position should be final. | 223 |
Error | misc | FinalParameters | Parameter adjustment should be final. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 341 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 362 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 383 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 384 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 391 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 394 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 396 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 405 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 411 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 431 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 446 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 448 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 453 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 454 |
com/jsql/view/swing/sql/lexer/DocPosition.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 36 |
Error | misc | FinalParameters | Parameter position should be final. | 36 |
Error | coding | HiddenField | 'position' hides a field. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | misc | FinalParameters | Parameter adjustment should be final. | 56 |
Error | misc | FinalParameters | Parameter obj should be final. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
com/jsql/view/swing/sql/lexer/DocPositionComparator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | FinalClass | Class DocPositionComparator should be declared as final. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | naming | ConstantName | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 41 |
Error | misc | FinalParameters | Parameter obj should be final. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 51 |
Error | misc | FinalParameters | Parameter o1 should be final. | 54 |
Error | misc | FinalParameters | Parameter o2 should be final. | 54 |
com/jsql/view/swing/sql/lexer/DocumentReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
Error | misc | FinalParameters | Parameter document should be final. | 66 |
Error | coding | HiddenField | 'document' hides a field. | 66 |
Error | misc | FinalParameters | Parameter position should be final. | 77 |
Error | coding | HiddenField | 'position' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'position'. | 77 |
Error | misc | FinalParameters | Parameter adjustment should be final. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'adjustment'. | 77 |
Error | misc | FinalParameters | Parameter readAheadLimit should be final. | 102 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 145 |
Error | misc | FinalParameters | Parameter cbuf should be final. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 159 |
Error | misc | FinalParameters | Parameter cbuf should be final. | 162 |
Error | misc | FinalParameters | Parameter off should be final. | 162 |
Error | misc | FinalParameters | Parameter len should be final. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 180 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 180 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 180 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 180 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 181 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | misc | FinalParameters | Parameter n should be final. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | misc | FinalParameters | Parameter n should be final. | 249 |
com/jsql/view/swing/sql/lexer/HighlightedDocument.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | misc | FinalParameters | Parameter l should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'l'. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | misc | FinalParameters | Parameter position should be final. | 110 |
Error | misc | FinalParameters | Parameter adjustment should be final. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | design | DesignForExtension | Class 'HighlightedDocument' looks like designed for extension (can be subclassed), but the method 'setGlobalStyle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HighlightedDocument' final or making the method 'setGlobalStyle' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
Error | misc | FinalParameters | Parameter value should be final. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | design | DesignForExtension | Class 'HighlightedDocument' looks like designed for extension (can be subclassed), but the method 'setHighlightStyle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HighlightedDocument' final or making the method 'setHighlightStyle' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter valueSource should be final. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 135 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | design | DesignForExtension | Class 'HighlightedDocument' looks like designed for extension (can be subclassed), but the method 'insertString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HighlightedDocument' final or making the method 'insertString' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 159 |
Error | misc | FinalParameters | Parameter offs should be final. | 159 |
Error | misc | FinalParameters | Parameter str should be final. | 159 |
Error | misc | FinalParameters | Parameter a should be final. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | design | DesignForExtension | Class 'HighlightedDocument' looks like designed for extension (can be subclassed), but the method 'remove' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HighlightedDocument' final or making the method 'remove' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
Error | misc | FinalParameters | Parameter offs should be final. | 170 |
Error | misc | FinalParameters | Parameter len should be final. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | design | DesignForExtension | Class 'HighlightedDocument' looks like designed for extension (can be subclassed), but the method 'getDocumentReader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HighlightedDocument' final or making the method 'getDocumentReader' static/final/abstract/empty, or adding allowed annotation for the method. | 181 |
Error | blocks | LeftCurly | '{' at column 40 should have line break after. | 181 |
Error | design | DesignForExtension | Class 'HighlightedDocument' looks like designed for extension (can be subclassed), but the method 'getDocumentLock' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HighlightedDocument' final or making the method 'getDocumentLock' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
Error | blocks | LeftCurly | '{' at column 30 should have line break after. | 182 |
Error | design | DesignForExtension | Class 'HighlightedDocument' looks like designed for extension (can be subclassed), but the method 'getSyntaxLexer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HighlightedDocument' final or making the method 'getSyntaxLexer' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
Error | blocks | LeftCurly | '{' at column 28 should have line break after. | 183 |
Error | design | DesignForExtension | Class 'HighlightedDocument' looks like designed for extension (can be subclassed), but the method 'getGlobalStyle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HighlightedDocument' final or making the method 'getGlobalStyle' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
Error | blocks | LeftCurly | '{' at column 35 should have line break after. | 184 |
com/jsql/view/swing/sql/lexer/TokenStyles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 25 |
Error | design | FinalClass | Class TokenStyles should be declared as final. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | naming | ConstantName | Name 'styles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | coding | MagicNumber | '0xB03060' is a magic number. | 43 |
Error | coding | MagicNumber | '0x000080' is a magic number. | 44 |
Error | coding | MagicNumber | '0xA020F0' is a magic number. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
Error | misc | FinalParameters | Parameter name should be final. | 68 |
Error | misc | FinalParameters | Parameter bg should be final. | 68 |
Error | misc | FinalParameters | Parameter fg should be final. | 68 |
Error | misc | FinalParameters | Parameter bold should be final. | 68 |
Error | misc | FinalParameters | Parameter italic should be final. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | misc | FinalParameters | Parameter styleName should be final. | 88 |
com/jsql/view/swing/sql/lexer/syntax/JavaScriptLexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 78 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 78 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 79 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 79 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 80 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 80 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 81 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 81 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 82 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 82 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 83 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 83 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 84 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | whitespace | NoWhitespaceAfter | 'char' is followed by whitespace. | 90 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 98 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 98 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 99 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 99 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 100 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 100 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 101 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 101 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 102 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 102 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 103 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 103 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 104 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 104 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 105 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 105 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 106 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 106 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 107 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 107 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 108 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 108 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 109 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 110 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 110 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 111 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 111 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 112 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 112 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 113 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 114 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 114 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 115 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 115 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 116 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 116 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 117 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 117 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 118 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 118 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 119 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 119 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 120 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 121 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 121 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 122 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 122 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 123 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 123 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 126 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 127 |
Error | coding | MagicNumber | '349' is a magic number. | 127 |
Error | misc | FinalParameters | Parameter packed should be final. | 133 |
Error | misc | FinalParameters | Parameter offset should be final. | 133 |
Error | misc | FinalParameters | Parameter result should be final. | 133 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 133 |
Error | blocks | NeedBraces | 'do' construct must use '{}'s. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 149 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 152 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 152 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 153 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 153 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 154 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 154 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 155 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 155 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 156 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 156 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 157 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 157 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 158 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 158 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 159 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 159 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 160 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 160 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 161 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 161 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 162 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 162 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 163 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 163 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 164 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 165 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 165 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 166 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 166 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 167 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 167 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 168 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 168 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 169 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 169 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 170 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 170 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 171 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 171 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 172 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 172 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 173 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 173 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 174 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 174 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 175 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 175 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 176 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 176 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 177 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 177 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 178 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 178 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 179 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 179 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 180 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 180 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 181 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 181 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 182 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 182 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 183 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 183 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 184 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 184 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 185 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 185 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 186 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 186 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 187 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 187 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 188 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 188 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 189 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 189 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 190 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 190 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 191 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 191 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 192 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 192 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 193 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 193 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 194 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 194 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 197 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 198 |
Error | coding | MagicNumber | '349' is a magic number. | 198 |
Error | misc | FinalParameters | Parameter packed should be final. | 204 |
Error | misc | FinalParameters | Parameter offset should be final. | 204 |
Error | misc | FinalParameters | Parameter result should be final. | 204 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 204 |
Error | coding | MagicNumber | '16' is a magic number. | 209 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 215 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 218 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 220 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 221 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 221 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 222 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 222 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 223 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 223 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 224 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 224 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 225 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 225 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 226 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 226 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 227 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 227 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 228 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 228 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 229 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 229 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 230 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 230 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 231 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 231 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 232 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 232 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 233 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 233 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 234 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 234 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 235 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 235 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 236 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 236 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 237 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 237 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 238 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 238 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 239 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 239 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 240 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 240 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 241 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 241 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 242 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 242 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 243 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 243 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 244 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 244 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 245 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 245 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 246 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 246 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 247 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 247 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 248 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 248 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 249 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 249 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 250 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 250 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 251 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 251 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 252 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 252 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 253 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 253 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 254 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 254 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 255 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 255 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 256 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 256 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 257 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 257 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 258 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 258 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 259 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 259 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 260 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 260 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 261 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 261 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 262 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 262 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 263 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 263 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 264 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 264 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 265 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 265 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 266 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 266 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 267 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 267 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 268 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 268 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 269 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 269 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 270 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 270 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 271 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 271 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 272 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 272 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 273 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 273 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 274 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 274 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 275 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 275 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 276 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 276 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 277 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 277 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 278 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 278 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 279 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 279 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 280 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 280 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 281 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 281 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 282 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 282 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 283 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 283 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 284 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 284 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 285 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 285 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 286 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 286 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 287 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 287 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 288 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 288 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 289 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 289 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 290 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 290 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 291 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 291 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 292 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 292 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 293 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 293 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 294 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 294 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 295 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 295 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 296 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 296 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 297 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 297 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 298 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 298 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 299 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 299 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 300 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 300 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 301 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 302 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 302 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 303 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 303 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 304 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 304 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 305 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 305 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 306 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 306 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 307 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 307 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 308 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 309 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 309 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 310 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 310 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 311 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 311 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 312 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 312 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 313 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 313 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 314 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 314 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 315 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 315 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 316 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 316 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 317 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 317 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 318 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 318 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 319 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 319 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 320 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 320 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 321 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 321 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 322 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 322 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 323 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 323 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 324 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 324 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 325 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 325 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 326 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 326 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 327 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 327 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 328 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 328 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 329 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 330 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 331 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 332 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 332 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 333 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 333 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 334 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 334 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 335 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 335 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 336 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 336 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 337 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 337 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 338 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 338 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 339 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 339 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 340 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 340 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 341 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 341 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 342 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 342 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 343 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 343 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 344 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 344 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 345 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 345 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 346 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 346 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 347 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 347 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 348 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 348 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 349 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 349 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 350 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 350 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 351 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 351 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 352 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 352 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 353 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 353 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 354 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 354 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 355 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 355 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 356 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 356 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 357 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 357 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 358 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 358 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 359 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 359 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 360 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 360 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 361 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 361 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 362 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 362 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 363 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 363 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 364 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 364 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 365 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 365 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 366 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 366 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 367 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 367 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 368 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 368 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 369 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 369 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 370 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 370 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 371 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 371 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 372 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 372 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 373 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 374 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 374 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 375 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 376 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 376 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 377 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 377 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 378 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 378 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 379 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 379 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 380 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 380 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 381 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 381 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 382 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 382 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 383 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 383 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 384 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 384 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 385 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 385 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 386 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 386 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 387 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 387 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 388 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 388 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 389 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 389 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 390 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 390 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 391 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 391 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 392 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 392 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 393 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 393 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 394 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 394 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 395 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 395 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 396 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 396 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 397 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 397 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 398 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 398 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 399 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 399 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 400 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 400 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 401 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 401 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 402 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 402 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 403 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 403 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 404 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 404 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 405 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 405 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 406 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 406 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 407 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 407 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 408 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 408 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 409 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 409 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 410 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 410 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 411 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 411 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 412 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 412 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 413 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 413 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 414 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 414 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 415 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 415 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 416 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 416 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 417 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 417 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 418 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 418 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 419 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 419 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 420 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 420 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 421 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 421 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 422 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 422 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 423 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 423 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 424 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 424 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 425 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 425 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 426 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 426 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 427 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 427 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 428 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 428 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 429 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 429 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 430 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 430 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 431 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 431 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 432 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 432 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 433 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 433 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 434 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 434 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 435 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 435 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 436 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 436 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 437 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 437 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 438 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 438 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 439 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 439 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 440 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 440 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 441 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 441 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 442 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 442 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 443 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 443 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 444 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 444 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 445 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 445 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 446 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 446 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 447 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 447 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 448 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 448 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 449 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 449 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 450 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 450 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 451 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 451 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 452 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 452 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 453 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 453 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 454 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 454 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 455 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 455 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 456 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 456 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 457 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 457 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 458 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 458 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 459 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 459 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 460 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 460 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 461 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 461 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 462 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 462 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 463 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 463 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 464 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 464 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 465 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 465 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 466 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 466 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 467 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 467 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 468 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 468 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 469 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 469 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 470 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 470 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 471 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 471 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 472 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 472 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 473 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 473 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 474 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 474 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 475 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 475 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 476 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 476 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 477 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 477 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 478 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 478 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 479 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 479 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 480 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 480 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 481 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 481 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 482 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 482 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 483 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 483 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 484 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 484 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 485 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 485 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 486 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 486 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 487 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 487 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 488 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 488 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 489 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 489 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 490 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 490 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 491 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 491 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 492 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 492 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 493 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 493 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 494 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 494 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 495 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 495 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 496 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 496 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 497 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 497 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 498 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 498 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 499 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 499 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 500 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 500 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 501 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 501 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 502 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 502 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 503 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 503 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 504 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 504 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 505 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 505 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 506 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 506 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 507 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 507 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 508 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 508 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 509 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 509 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 510 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 510 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 511 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 511 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 512 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 512 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 513 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 513 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 514 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 514 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 515 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 515 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 516 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 516 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 517 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 517 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 518 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 518 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 519 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 519 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 520 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 520 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 521 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 521 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 522 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 522 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 523 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 523 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 524 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 524 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 525 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 525 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 526 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 526 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 527 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 527 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 528 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 528 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 529 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 529 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 530 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 530 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 531 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 531 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 532 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 532 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 533 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 533 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 534 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 534 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 535 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 535 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 536 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 536 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 537 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 537 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 538 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 538 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 539 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 539 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 540 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 540 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 541 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 541 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 542 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 542 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 543 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 543 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 544 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 544 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 545 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 545 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 546 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 546 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 547 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 547 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 548 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 548 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 549 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 549 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 550 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 550 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 551 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 551 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 552 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 552 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 553 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 553 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 554 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 554 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 555 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 555 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 556 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 556 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 557 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 557 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 558 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 558 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 559 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 559 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 560 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 560 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 561 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 561 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 562 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 562 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 563 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 563 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 564 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 564 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 565 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 565 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 566 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 566 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 567 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 567 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 568 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 568 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 569 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 569 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 570 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 570 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 571 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 571 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 572 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 572 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 573 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 573 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 574 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 574 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 575 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 575 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 576 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 576 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 577 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 577 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 578 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 578 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 579 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 579 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 580 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 580 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 581 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 581 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 582 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 582 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 585 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 586 |
Error | coding | MagicNumber | '16705' is a magic number. | 586 |
Error | misc | FinalParameters | Parameter packed should be final. | 592 |
Error | misc | FinalParameters | Parameter offset should be final. | 592 |
Error | misc | FinalParameters | Parameter result should be final. | 592 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 592 |
Error | blocks | NeedBraces | 'do' construct must use '{}'s. | 600 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 607 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 608 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 609 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 612 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 612 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 618 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 621 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 623 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 624 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 624 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 625 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 625 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 626 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 626 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 627 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 627 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 628 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 628 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 629 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 629 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 632 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 633 |
Error | coding | MagicNumber | '349' is a magic number. | 633 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 639 |
Error | misc | FinalParameters | Parameter packed should be final. | 639 |
Error | misc | FinalParameters | Parameter offset should be final. | 639 |
Error | misc | FinalParameters | Parameter result should be final. | 639 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 639 |
Error | blocks | NeedBraces | 'do' construct must use '{}'s. | 646 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 651 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 654 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 657 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 660 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 662 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 664 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 667 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 670 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 673 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 677 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 680 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 683 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 695 |
Error | design | VisibilityModifier | Variable 'lastToken' must be private and have accessor methods. | 695 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 697 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 697 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 697 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 698 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 700 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 703 |
Error | misc | FinalParameters | Parameter returnComments should be final. | 703 |
Error | javadoc | JavadocMethod | Expected @param tag for 'returnComments'. | 703 |
Error | misc | FinalParameters | Parameter returnWhiteSpace should be final. | 703 |
Error | javadoc | JavadocMethod | Expected @param tag for 'returnWhiteSpace'. | 703 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 705 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 716 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 725 |
Error | misc | FinalParameters | Parameter reader should be final. | 725 |
Error | misc | FinalParameters | Parameter yyline should be final. | 725 |
Error | coding | HiddenField | 'yyline' hides a field. | 725 |
Error | misc | FinalParameters | Parameter yychar should be final. | 725 |
Error | coding | HiddenField | 'yychar' hides a field. | 725 |
Error | misc | FinalParameters | Parameter yycolumn should be final. | 725 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 732 |
Error | misc | FinalParameters | Parameter in should be final. | 737 |
Error | whitespace | NoWhitespaceAfter | 'char' is followed by whitespace. | 748 |
Error | misc | FinalParameters | Parameter packed should be final. | 748 |
Error | whitespace | NoWhitespaceAfter | 'char' is followed by whitespace. | 749 |
Error | coding | MagicNumber | '0x110000' is a magic number. | 749 |
Error | coding | MagicNumber | '192' is a magic number. | 752 |
Error | blocks | NeedBraces | 'do' construct must use '{}'s. | 755 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 765 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 776 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 776 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 779 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 780 |
Error | whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 781 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 788 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 788 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 788 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 801 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 822 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 830 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 843 |
Error | misc | FinalParameters | Parameter reader should be final. | 847 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 850 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 851 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 853 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 855 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 863 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 868 |
Error | misc | FinalParameters | Parameter newState should be final. | 873 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 881 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 882 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 882 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 882 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 882 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 882 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 889 |
Error | misc | FinalParameters | Parameter pos should be final. | 897 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 898 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 898 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 905 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 906 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 906 |
Error | misc | FinalParameters | Parameter errorCode should be final. | 924 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 928 |
Error | misc | FinalParameters | Parameter number should be final. | 945 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 946 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 946 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 946 |
Error | sizes | MethodLength | Method getNextToken length is 1,014 lines (max allowed is 150). | 960 |
Error | whitespace | NoWhitespaceAfter | 'char' is followed by whitespace. | 969 |
Error | whitespace | NoWhitespaceAfter | 'char' is followed by whitespace. | 970 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 972 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 973 |
Error | whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 974 |
Error | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 979 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 979 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 979 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 986 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1003 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1015 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1017 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1019 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1028 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1031 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1035 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1035 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1036 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1041 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1041 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1048 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1050 |
Error | blocks | RightCurly | '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 1052 |
Error | blocks | RightCurly | '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 1056 |
Error | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 1070 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1072 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1077 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1081 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1081 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1084 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1084 |
Error | coding | MagicNumber | '8' is a magic number. | 1084 |
Error | coding | MagicNumber | '8' is a magic number. | 1084 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1084 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 1095 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1099 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1099 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1099 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1100 |
Error | coding | MagicNumber | '124' is a magic number. | 1103 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1105 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1105 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1106 |
Error | coding | MagicNumber | '125' is a magic number. | 1109 |
Error | coding | MagicNumber | '3' is a magic number. | 1110 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1111 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1129 |
Error | coding | MagicNumber | '126' is a magic number. | 1132 |
Error | coding | MagicNumber | '4' is a magic number. | 1133 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1134 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1134 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1135 |
Error | coding | MagicNumber | '127' is a magic number. | 1138 |
Error | coding | MagicNumber | '5' is a magic number. | 1139 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1140 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1140 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1141 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1141 |
Error | coding | MagicNumber | '128' is a magic number. | 1144 |
Error | coding | MagicNumber | '6' is a magic number. | 1145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1146 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1146 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1146 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1147 |
Error | coding | MagicNumber | '129' is a magic number. | 1150 |
Error | coding | MagicNumber | '7' is a magic number. | 1151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1152 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1152 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1158 |
Error | coding | MagicNumber | '130' is a magic number. | 1161 |
Error | coding | MagicNumber | '8' is a magic number. | 1162 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1163 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1163 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1164 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1164 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1164 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1164 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1164 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1164 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1164 |
Error | coding | MagicNumber | '131' is a magic number. | 1167 |
Error | coding | MagicNumber | '9' is a magic number. | 1168 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1169 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1169 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1170 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1170 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1170 |
Error | coding | MagicNumber | '132' is a magic number. | 1173 |
Error | coding | MagicNumber | '10' is a magic number. | 1174 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1175 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1175 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1176 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1176 |
Error | coding | MagicNumber | '133' is a magic number. | 1179 |
Error | coding | MagicNumber | '11' is a magic number. | 1180 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1181 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1181 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1182 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1182 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1182 |
Error | coding | MagicNumber | '134' is a magic number. | 1185 |
Error | coding | MagicNumber | '12' is a magic number. | 1186 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1187 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1187 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1188 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1188 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1188 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1188 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1188 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1188 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1188 |
Error | coding | MagicNumber | '135' is a magic number. | 1191 |
Error | coding | MagicNumber | '13' is a magic number. | 1192 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1193 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1193 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1194 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1194 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1194 |
Error | coding | MagicNumber | '136' is a magic number. | 1197 |
Error | coding | MagicNumber | '14' is a magic number. | 1198 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1199 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1199 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1200 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1200 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1200 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1200 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1200 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1200 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1200 |
Error | coding | MagicNumber | '137' is a magic number. | 1203 |
Error | coding | MagicNumber | '15' is a magic number. | 1204 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1205 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1205 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1206 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1206 |
Error | coding | MagicNumber | '138' is a magic number. | 1209 |
Error | coding | MagicNumber | '16' is a magic number. | 1210 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1211 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1211 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1212 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1212 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1212 |
Error | coding | MagicNumber | '139' is a magic number. | 1215 |
Error | coding | MagicNumber | '17' is a magic number. | 1216 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1217 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1217 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1218 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1218 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1218 |
Error | coding | MagicNumber | '140' is a magic number. | 1221 |
Error | coding | MagicNumber | '18' is a magic number. | 1222 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1223 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1223 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1224 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1224 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1224 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1224 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1224 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1224 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1224 |
Error | coding | MagicNumber | '141' is a magic number. | 1227 |
Error | coding | MagicNumber | '19' is a magic number. | 1228 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1229 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1229 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1230 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1230 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1230 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1230 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1230 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1230 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1230 |
Error | coding | MagicNumber | '142' is a magic number. | 1233 |
Error | coding | MagicNumber | '20' is a magic number. | 1234 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1235 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1235 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1236 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1236 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1236 |
Error | coding | MagicNumber | '143' is a magic number. | 1239 |
Error | coding | MagicNumber | '21' is a magic number. | 1240 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1241 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1241 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1242 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1242 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1242 |
Error | coding | MagicNumber | '144' is a magic number. | 1245 |
Error | coding | MagicNumber | '22' is a magic number. | 1246 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1247 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1247 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1248 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1248 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1248 |
Error | coding | MagicNumber | '145' is a magic number. | 1251 |
Error | coding | MagicNumber | '23' is a magic number. | 1252 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1253 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1253 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1254 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1254 |
Error | coding | MagicNumber | '146' is a magic number. | 1257 |
Error | coding | MagicNumber | '24' is a magic number. | 1258 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1259 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1259 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1260 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1260 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1260 |
Error | coding | MagicNumber | '147' is a magic number. | 1263 |
Error | coding | MagicNumber | '25' is a magic number. | 1264 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1265 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1265 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1266 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1266 |
Error | coding | MagicNumber | '148' is a magic number. | 1269 |
Error | coding | MagicNumber | '26' is a magic number. | 1270 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1271 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1271 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1272 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1272 |
Error | coding | MagicNumber | '149' is a magic number. | 1275 |
Error | coding | MagicNumber | '27' is a magic number. | 1276 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1277 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1277 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1278 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1278 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1278 |
Error | coding | MagicNumber | '150' is a magic number. | 1281 |
Error | coding | MagicNumber | '28' is a magic number. | 1282 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1283 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1283 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1284 |
Error | coding | MagicNumber | '151' is a magic number. | 1287 |
Error | coding | MagicNumber | '29' is a magic number. | 1288 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1289 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1289 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1290 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1290 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1290 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1290 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1290 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1290 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1290 |
Error | coding | MagicNumber | '152' is a magic number. | 1293 |
Error | coding | MagicNumber | '30' is a magic number. | 1294 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1295 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1295 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1296 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1296 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1296 |
Error | coding | MagicNumber | '153' is a magic number. | 1299 |
Error | coding | MagicNumber | '31' is a magic number. | 1300 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1301 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1301 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1302 |
Error | coding | MagicNumber | '154' is a magic number. | 1305 |
Error | coding | MagicNumber | '32' is a magic number. | 1306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1307 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1307 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1322 |
Error | coding | MagicNumber | '155' is a magic number. | 1325 |
Error | coding | MagicNumber | '33' is a magic number. | 1326 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1327 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1327 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1329 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 1329 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 1329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1331 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 1331 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 1331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1337 |
Error | coding | MagicNumber | '156' is a magic number. | 1340 |
Error | coding | MagicNumber | '34' is a magic number. | 1341 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1342 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1342 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1353 |
Error | coding | MagicNumber | '157' is a magic number. | 1356 |
Error | coding | MagicNumber | '35' is a magic number. | 1357 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1358 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1358 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1364 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1365 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 1365 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 1365 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 1365 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 1365 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 1365 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 1365 |
Error | coding | MagicNumber | '11' is a magic number. | 1365 |
Error | coding | MagicNumber | '11' is a magic number. | 1371 |
Error | coding | MagicNumber | '11' is a magic number. | 1373 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 1376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1382 |
Error | coding | MagicNumber | '158' is a magic number. | 1385 |
Error | coding | MagicNumber | '36' is a magic number. | 1386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1387 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1387 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1391 |
Error | coding | MagicNumber | '159' is a magic number. | 1394 |
Error | coding | MagicNumber | '37' is a magic number. | 1395 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1396 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1396 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1397 |
Error | coding | MagicNumber | '160' is a magic number. | 1400 |
Error | coding | MagicNumber | '38' is a magic number. | 1401 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1402 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1402 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1403 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1403 |
Error | coding | MagicNumber | '161' is a magic number. | 1406 |
Error | coding | MagicNumber | '39' is a magic number. | 1407 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1408 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1408 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1409 |
Error | coding | MagicNumber | '162' is a magic number. | 1412 |
Error | coding | MagicNumber | '40' is a magic number. | 1413 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1414 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1414 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1415 |
Error | coding | MagicNumber | '163' is a magic number. | 1418 |
Error | coding | MagicNumber | '41' is a magic number. | 1419 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1420 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1420 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1421 |
Error | coding | MagicNumber | '164' is a magic number. | 1424 |
Error | coding | MagicNumber | '42' is a magic number. | 1425 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1426 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1426 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1426 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1427 |
Error | coding | MagicNumber | '165' is a magic number. | 1430 |
Error | coding | MagicNumber | '43' is a magic number. | 1431 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1432 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1432 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1433 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1433 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1433 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1433 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1433 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1433 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1433 |
Error | coding | MagicNumber | '166' is a magic number. | 1436 |
Error | coding | MagicNumber | '44' is a magic number. | 1437 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1438 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1438 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1439 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1439 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1439 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1439 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1439 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1439 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1439 |
Error | coding | MagicNumber | '167' is a magic number. | 1442 |
Error | coding | MagicNumber | '45' is a magic number. | 1443 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1444 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1444 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1445 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1445 |
Error | coding | MagicNumber | '168' is a magic number. | 1448 |
Error | coding | MagicNumber | '46' is a magic number. | 1449 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1450 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1450 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1451 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1451 |
Error | coding | MagicNumber | '169' is a magic number. | 1454 |
Error | coding | MagicNumber | '47' is a magic number. | 1455 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1456 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1456 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1457 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1457 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1457 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1457 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1457 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1457 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1457 |
Error | coding | MagicNumber | '170' is a magic number. | 1460 |
Error | coding | MagicNumber | '48' is a magic number. | 1461 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1462 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1462 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1463 |
Error | coding | MagicNumber | '171' is a magic number. | 1466 |
Error | coding | MagicNumber | '49' is a magic number. | 1467 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1468 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1468 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1469 |
Error | coding | MagicNumber | '172' is a magic number. | 1472 |
Error | coding | MagicNumber | '50' is a magic number. | 1473 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1474 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1474 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1475 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1475 |
Error | coding | MagicNumber | '173' is a magic number. | 1478 |
Error | coding | MagicNumber | '51' is a magic number. | 1479 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1480 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1480 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1481 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1481 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1481 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1481 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1481 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1481 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1481 |
Error | coding | MagicNumber | '174' is a magic number. | 1484 |
Error | coding | MagicNumber | '52' is a magic number. | 1485 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1486 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1486 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1487 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1487 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1487 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1487 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1487 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1487 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1487 |
Error | coding | MagicNumber | '175' is a magic number. | 1490 |
Error | coding | MagicNumber | '53' is a magic number. | 1491 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1492 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1492 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1493 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1493 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1493 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1493 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1493 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1493 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1493 |
Error | coding | MagicNumber | '176' is a magic number. | 1496 |
Error | coding | MagicNumber | '54' is a magic number. | 1497 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1498 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1498 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1499 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1499 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1499 |
Error | coding | MagicNumber | '177' is a magic number. | 1502 |
Error | coding | MagicNumber | '55' is a magic number. | 1503 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1504 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1504 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1505 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1505 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1505 |
Error | coding | MagicNumber | '178' is a magic number. | 1508 |
Error | coding | MagicNumber | '56' is a magic number. | 1509 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1510 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1510 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1510 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1511 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1511 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1511 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1511 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1511 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1511 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1511 |
Error | coding | MagicNumber | '179' is a magic number. | 1514 |
Error | coding | MagicNumber | '57' is a magic number. | 1515 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1516 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1516 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1516 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1517 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1517 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1517 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1517 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1517 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1517 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1517 |
Error | coding | MagicNumber | '180' is a magic number. | 1520 |
Error | coding | MagicNumber | '58' is a magic number. | 1521 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1522 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1522 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1523 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1523 |
Error | coding | MagicNumber | '181' is a magic number. | 1526 |
Error | coding | MagicNumber | '59' is a magic number. | 1527 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1528 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1528 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1528 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1529 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1529 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1529 |
Error | coding | MagicNumber | '182' is a magic number. | 1532 |
Error | coding | MagicNumber | '60' is a magic number. | 1533 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1534 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1534 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1534 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1535 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1535 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1535 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1535 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1535 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1535 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1535 |
Error | coding | MagicNumber | '183' is a magic number. | 1538 |
Error | coding | MagicNumber | '61' is a magic number. | 1539 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1540 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1540 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1541 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1541 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1541 |
Error | coding | MagicNumber | '184' is a magic number. | 1544 |
Error | coding | MagicNumber | '62' is a magic number. | 1545 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1546 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1546 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1546 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1547 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1547 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1547 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1547 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1547 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1547 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1547 |
Error | coding | MagicNumber | '185' is a magic number. | 1550 |
Error | coding | MagicNumber | '63' is a magic number. | 1551 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1552 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1552 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1553 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1553 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1553 |
Error | coding | MagicNumber | '186' is a magic number. | 1556 |
Error | coding | MagicNumber | '64' is a magic number. | 1557 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1558 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1558 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1558 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1559 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1559 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1559 |
Error | coding | MagicNumber | '187' is a magic number. | 1562 |
Error | coding | MagicNumber | '65' is a magic number. | 1563 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1564 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1564 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1571 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1572 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 1572 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 1572 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 1572 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 1572 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 1572 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 1572 |
Error | coding | MagicNumber | '23' is a magic number. | 1572 |
Error | coding | MagicNumber | '23' is a magic number. | 1578 |
Error | coding | MagicNumber | '23' is a magic number. | 1580 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1588 |
Error | coding | MagicNumber | '188' is a magic number. | 1591 |
Error | coding | MagicNumber | '66' is a magic number. | 1592 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1593 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1593 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1598 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1599 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 1599 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 1599 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 1599 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 1599 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 1599 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 1599 |
Error | coding | MagicNumber | '8' is a magic number. | 1599 |
Error | coding | MagicNumber | '8' is a magic number. | 1605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1608 |
Error | coding | MagicNumber | '189' is a magic number. | 1611 |
Error | coding | MagicNumber | '67' is a magic number. | 1612 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1613 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1613 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1614 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1614 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1614 |
Error | coding | MagicNumber | '3' is a magic number. | 1614 |
Error | coding | MagicNumber | '190' is a magic number. | 1617 |
Error | coding | MagicNumber | '68' is a magic number. | 1618 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1619 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1619 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1620 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1620 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1620 |
Error | coding | MagicNumber | '3' is a magic number. | 1620 |
Error | coding | MagicNumber | '191' is a magic number. | 1623 |
Error | coding | MagicNumber | '69' is a magic number. | 1624 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1625 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1625 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1625 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1626 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1626 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1626 |
Error | coding | MagicNumber | '3' is a magic number. | 1626 |
Error | coding | MagicNumber | '192' is a magic number. | 1629 |
Error | coding | MagicNumber | '70' is a magic number. | 1630 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1631 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1631 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1632 |
Error | coding | MagicNumber | '193' is a magic number. | 1635 |
Error | coding | MagicNumber | '71' is a magic number. | 1636 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1637 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1637 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1638 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1638 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1638 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1638 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1638 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1638 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1638 |
Error | coding | MagicNumber | '3' is a magic number. | 1638 |
Error | coding | MagicNumber | '194' is a magic number. | 1641 |
Error | coding | MagicNumber | '72' is a magic number. | 1642 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1643 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1643 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1644 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1644 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1644 |
Error | coding | MagicNumber | '3' is a magic number. | 1644 |
Error | coding | MagicNumber | '195' is a magic number. | 1647 |
Error | coding | MagicNumber | '73' is a magic number. | 1648 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1649 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1649 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1649 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1650 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1650 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1650 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1650 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1650 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1650 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1650 |
Error | coding | MagicNumber | '3' is a magic number. | 1650 |
Error | coding | MagicNumber | '196' is a magic number. | 1653 |
Error | coding | MagicNumber | '74' is a magic number. | 1654 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1655 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1655 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1655 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1656 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1656 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1656 |
Error | coding | MagicNumber | '3' is a magic number. | 1656 |
Error | coding | MagicNumber | '197' is a magic number. | 1659 |
Error | coding | MagicNumber | '75' is a magic number. | 1660 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1661 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1661 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1661 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1662 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1662 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1662 |
Error | coding | MagicNumber | '3' is a magic number. | 1662 |
Error | coding | MagicNumber | '198' is a magic number. | 1665 |
Error | coding | MagicNumber | '76' is a magic number. | 1666 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1667 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1667 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1673 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 1674 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 1674 |
Error | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 1674 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 1674 |
Error | coding | MagicNumber | '17' is a magic number. | 1674 |
Error | coding | MagicNumber | '17' is a magic number. | 1680 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1683 |
Error | coding | MagicNumber | '199' is a magic number. | 1686 |
Error | coding | MagicNumber | '77' is a magic number. | 1687 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1688 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1688 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1689 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1689 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1689 |
Error | coding | MagicNumber | '4' is a magic number. | 1689 |
Error | coding | MagicNumber | '200' is a magic number. | 1692 |
Error | coding | MagicNumber | '78' is a magic number. | 1693 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1694 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1694 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1694 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1695 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1695 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1695 |
Error | coding | MagicNumber | '4' is a magic number. | 1695 |
Error | coding | MagicNumber | '201' is a magic number. | 1698 |
Error | coding | MagicNumber | '79' is a magic number. | 1699 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1700 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1700 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1701 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1701 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1701 |
Error | coding | MagicNumber | '4' is a magic number. | 1701 |
Error | coding | MagicNumber | '202' is a magic number. | 1704 |
Error | coding | MagicNumber | '80' is a magic number. | 1705 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1706 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1706 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1706 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1707 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1707 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1707 |
Error | coding | MagicNumber | '4' is a magic number. | 1707 |
Error | coding | MagicNumber | '203' is a magic number. | 1710 |
Error | coding | MagicNumber | '81' is a magic number. | 1711 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1712 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1712 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1713 |
Error | coding | MagicNumber | '204' is a magic number. | 1716 |
Error | coding | MagicNumber | '82' is a magic number. | 1717 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1718 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1718 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1718 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 1719 |
Error | coding | MagicNumber | '205' is a magic number. | 1722 |
Error | coding | MagicNumber | '83' is a magic number. | 1723 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1724 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1724 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1724 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1725 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1725 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1725 |
Error | coding | MagicNumber | '4' is a magic number. | 1725 |
Error | coding | MagicNumber | '206' is a magic number. | 1728 |
Error | coding | MagicNumber | '84' is a magic number. | 1729 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1730 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1730 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1730 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1731 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1731 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1731 |
Error | coding | MagicNumber | '4' is a magic number. | 1731 |
Error | coding | MagicNumber | '207' is a magic number. | 1734 |
Error | coding | MagicNumber | '85' is a magic number. | 1735 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1736 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1736 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1736 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1736 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1737 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1737 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1737 |
Error | coding | MagicNumber | '4' is a magic number. | 1737 |
Error | coding | MagicNumber | '208' is a magic number. | 1740 |
Error | coding | MagicNumber | '86' is a magic number. | 1741 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1742 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1742 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1742 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1743 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1743 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1743 |
Error | coding | MagicNumber | '4' is a magic number. | 1743 |
Error | coding | MagicNumber | '209' is a magic number. | 1746 |
Error | coding | MagicNumber | '87' is a magic number. | 1747 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1748 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1748 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1749 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1749 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1749 |
Error | coding | MagicNumber | '4' is a magic number. | 1749 |
Error | coding | MagicNumber | '210' is a magic number. | 1752 |
Error | coding | MagicNumber | '88' is a magic number. | 1753 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1754 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1754 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1755 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1755 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1755 |
Error | coding | MagicNumber | '4' is a magic number. | 1755 |
Error | coding | MagicNumber | '211' is a magic number. | 1758 |
Error | coding | MagicNumber | '89' is a magic number. | 1759 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1760 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1760 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1760 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1761 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1761 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1761 |
Error | coding | MagicNumber | '4' is a magic number. | 1761 |
Error | coding | MagicNumber | '212' is a magic number. | 1764 |
Error | coding | MagicNumber | '90' is a magic number. | 1765 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1766 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1766 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1766 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1767 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1767 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1767 |
Error | coding | MagicNumber | '4' is a magic number. | 1767 |
Error | coding | MagicNumber | '213' is a magic number. | 1770 |
Error | coding | MagicNumber | '91' is a magic number. | 1771 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1772 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1772 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1772 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1773 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1773 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1773 |
Error | coding | MagicNumber | '5' is a magic number. | 1773 |
Error | coding | MagicNumber | '214' is a magic number. | 1776 |
Error | coding | MagicNumber | '92' is a magic number. | 1777 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1778 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1778 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1778 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1779 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1779 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1779 |
Error | coding | MagicNumber | '5' is a magic number. | 1779 |
Error | coding | MagicNumber | '215' is a magic number. | 1782 |
Error | coding | MagicNumber | '93' is a magic number. | 1783 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1784 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1784 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1784 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1785 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1785 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1785 |
Error | coding | MagicNumber | '5' is a magic number. | 1785 |
Error | coding | MagicNumber | '216' is a magic number. | 1788 |
Error | coding | MagicNumber | '94' is a magic number. | 1789 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1790 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1790 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1790 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1791 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1791 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1791 |
Error | coding | MagicNumber | '5' is a magic number. | 1791 |
Error | coding | MagicNumber | '217' is a magic number. | 1794 |
Error | coding | MagicNumber | '95' is a magic number. | 1795 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1796 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1796 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1796 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1797 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1797 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1797 |
Error | coding | MagicNumber | '5' is a magic number. | 1797 |
Error | coding | MagicNumber | '218' is a magic number. | 1800 |
Error | coding | MagicNumber | '96' is a magic number. | 1801 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1802 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1802 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1802 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1803 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1803 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1803 |
Error | coding | MagicNumber | '5' is a magic number. | 1803 |
Error | coding | MagicNumber | '219' is a magic number. | 1806 |
Error | coding | MagicNumber | '97' is a magic number. | 1807 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1808 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1808 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1808 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1809 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1809 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1809 |
Error | coding | MagicNumber | '5' is a magic number. | 1809 |
Error | coding | MagicNumber | '220' is a magic number. | 1812 |
Error | coding | MagicNumber | '98' is a magic number. | 1813 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1814 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1814 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1815 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1815 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1815 |
Error | coding | MagicNumber | '5' is a magic number. | 1815 |
Error | coding | MagicNumber | '221' is a magic number. | 1818 |
Error | coding | MagicNumber | '99' is a magic number. | 1819 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1820 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1820 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1820 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1821 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1821 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1821 |
Error | coding | MagicNumber | '5' is a magic number. | 1821 |
Error | coding | MagicNumber | '222' is a magic number. | 1824 |
Error | coding | MagicNumber | '100' is a magic number. | 1825 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1826 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1826 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1827 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1827 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1827 |
Error | coding | MagicNumber | '5' is a magic number. | 1827 |
Error | coding | MagicNumber | '223' is a magic number. | 1830 |
Error | coding | MagicNumber | '101' is a magic number. | 1831 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1832 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1832 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1833 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1833 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1833 |
Error | coding | MagicNumber | '9' is a magic number. | 1833 |
Error | coding | MagicNumber | '224' is a magic number. | 1836 |
Error | coding | MagicNumber | '102' is a magic number. | 1837 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1838 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1838 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1838 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1839 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1839 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1839 |
Error | coding | MagicNumber | '6' is a magic number. | 1839 |
Error | coding | MagicNumber | '225' is a magic number. | 1842 |
Error | coding | MagicNumber | '103' is a magic number. | 1843 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1844 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1844 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1844 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1845 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1845 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1845 |
Error | coding | MagicNumber | '6' is a magic number. | 1845 |
Error | coding | MagicNumber | '226' is a magic number. | 1848 |
Error | coding | MagicNumber | '104' is a magic number. | 1849 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1850 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1850 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1851 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1851 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1851 |
Error | coding | MagicNumber | '6' is a magic number. | 1851 |
Error | coding | MagicNumber | '227' is a magic number. | 1854 |
Error | coding | MagicNumber | '105' is a magic number. | 1855 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1856 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1856 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1856 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1857 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1857 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1857 |
Error | coding | MagicNumber | '6' is a magic number. | 1857 |
Error | coding | MagicNumber | '228' is a magic number. | 1860 |
Error | coding | MagicNumber | '106' is a magic number. | 1861 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1862 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1862 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1862 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1863 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1863 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1863 |
Error | coding | MagicNumber | '6' is a magic number. | 1863 |
Error | coding | MagicNumber | '229' is a magic number. | 1866 |
Error | coding | MagicNumber | '107' is a magic number. | 1867 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1868 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1868 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1868 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1869 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1869 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1869 |
Error | coding | MagicNumber | '6' is a magic number. | 1869 |
Error | coding | MagicNumber | '230' is a magic number. | 1872 |
Error | coding | MagicNumber | '108' is a magic number. | 1873 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1874 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1874 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1874 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1875 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1875 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1875 |
Error | coding | MagicNumber | '6' is a magic number. | 1875 |
Error | coding | MagicNumber | '231' is a magic number. | 1878 |
Error | coding | MagicNumber | '109' is a magic number. | 1879 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1880 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1880 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1880 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1881 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1881 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1881 |
Error | coding | MagicNumber | '6' is a magic number. | 1881 |
Error | coding | MagicNumber | '232' is a magic number. | 1884 |
Error | coding | MagicNumber | '110' is a magic number. | 1885 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1886 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1886 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1886 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1887 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1887 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1887 |
Error | coding | MagicNumber | '7' is a magic number. | 1887 |
Error | coding | MagicNumber | '233' is a magic number. | 1890 |
Error | coding | MagicNumber | '111' is a magic number. | 1891 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1892 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1892 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1892 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1893 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1893 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1893 |
Error | coding | MagicNumber | '7' is a magic number. | 1893 |
Error | coding | MagicNumber | '234' is a magic number. | 1896 |
Error | coding | MagicNumber | '112' is a magic number. | 1897 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1898 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1898 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1898 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1899 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1899 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1899 |
Error | coding | MagicNumber | '7' is a magic number. | 1899 |
Error | coding | MagicNumber | '235' is a magic number. | 1902 |
Error | coding | MagicNumber | '113' is a magic number. | 1903 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1904 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1904 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1904 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1905 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1905 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1905 |
Error | coding | MagicNumber | '7' is a magic number. | 1905 |
Error | coding | MagicNumber | '236' is a magic number. | 1908 |
Error | coding | MagicNumber | '114' is a magic number. | 1909 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1910 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1910 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1910 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1911 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1911 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1911 |
Error | coding | MagicNumber | '7' is a magic number. | 1911 |
Error | coding | MagicNumber | '237' is a magic number. | 1914 |
Error | coding | MagicNumber | '115' is a magic number. | 1915 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1916 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1916 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1916 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1917 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1917 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1917 |
Error | coding | MagicNumber | '7' is a magic number. | 1917 |
Error | coding | MagicNumber | '238' is a magic number. | 1920 |
Error | coding | MagicNumber | '116' is a magic number. | 1921 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1922 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1922 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1922 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1923 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1923 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1923 |
Error | coding | MagicNumber | '8' is a magic number. | 1923 |
Error | coding | MagicNumber | '239' is a magic number. | 1926 |
Error | coding | MagicNumber | '117' is a magic number. | 1927 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1928 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1928 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1928 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1929 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1929 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1929 |
Error | coding | MagicNumber | '7' is a magic number. | 1929 |
Error | coding | MagicNumber | '240' is a magic number. | 1932 |
Error | coding | MagicNumber | '118' is a magic number. | 1933 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1934 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1934 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1934 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1935 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1935 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1935 |
Error | coding | MagicNumber | '8' is a magic number. | 1935 |
Error | coding | MagicNumber | '241' is a magic number. | 1938 |
Error | coding | MagicNumber | '119' is a magic number. | 1939 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1940 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1940 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1940 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1941 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1941 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1941 |
Error | coding | MagicNumber | '9' is a magic number. | 1941 |
Error | coding | MagicNumber | '242' is a magic number. | 1944 |
Error | coding | MagicNumber | '120' is a magic number. | 1945 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1946 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1946 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1946 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1947 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1947 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1947 |
Error | coding | MagicNumber | '9' is a magic number. | 1947 |
Error | coding | MagicNumber | '243' is a magic number. | 1950 |
Error | coding | MagicNumber | '121' is a magic number. | 1951 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1952 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1952 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1952 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 1953 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1953 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1953 |
Error | coding | MagicNumber | '10' is a magic number. | 1953 |
Error | coding | MagicNumber | '244' is a magic number. | 1956 |
Error | coding | MagicNumber | '122' is a magic number. | 1957 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1958 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1958 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1958 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 1959 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1959 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1959 |
Error | coding | MagicNumber | '10' is a magic number. | 1959 |
Error | coding | MagicNumber | '245' is a magic number. | 1962 |
Error | coding | MagicNumber | '123' is a magic number. | 1963 |
Error | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1964 |
Error | blocks | LeftCurly | '{' at column 13 should have line break after. | 1964 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1964 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 1965 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1965 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1965 |
Error | coding | MagicNumber | '12' is a magic number. | 1965 |
Error | coding | MagicNumber | '246' is a magic number. | 1968 |
com/jsql/view/swing/sql/lexer/syntax/JavaScriptToken.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 104 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 106 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 107 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 110 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 111 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 112 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 113 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 114 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 115 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 116 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 117 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 118 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 119 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 120 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 121 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 122 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 123 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 124 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 125 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 126 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 127 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 128 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 129 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 130 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 131 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 132 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 132 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 133 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 134 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 135 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 136 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 137 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 138 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 139 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 140 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 141 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 142 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 143 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 144 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 145 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 148 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 149 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 149 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 150 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 152 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 154 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 155 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 156 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 157 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 158 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 159 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 159 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 160 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 161 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 162 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 163 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 164 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 165 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 165 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 166 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 167 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 168 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 168 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 169 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
Error | naming | MemberName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 176 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 189 |
Error | misc | FinalParameters | Parameter ID should be final. | 189 |
Error | coding | HiddenField | 'ID' hides a field. | 189 |
Error | naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | misc | FinalParameters | Parameter contents should be final. | 189 |
Error | coding | HiddenField | 'contents' hides a field. | 189 |
Error | misc | FinalParameters | Parameter lineNumber should be final. | 189 |
Error | coding | HiddenField | 'lineNumber' hides a field. | 189 |
Error | misc | FinalParameters | Parameter charBegin should be final. | 189 |
Error | coding | HiddenField | 'charBegin' hides a field. | 189 |
Error | misc | FinalParameters | Parameter charEnd should be final. | 189 |
Error | coding | HiddenField | 'charEnd' hides a field. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 204 |
Error | misc | FinalParameters | Parameter ID should be final. | 204 |
Error | coding | HiddenField | 'ID' hides a field. | 204 |
Error | naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | misc | FinalParameters | Parameter contents should be final. | 204 |
Error | coding | HiddenField | 'contents' hides a field. | 204 |
Error | misc | FinalParameters | Parameter lineNumber should be final. | 204 |
Error | coding | HiddenField | 'lineNumber' hides a field. | 204 |
Error | misc | FinalParameters | Parameter charBegin should be final. | 204 |
Error | coding | HiddenField | 'charBegin' hides a field. | 204 |
Error | misc | FinalParameters | Parameter charEnd should be final. | 204 |
Error | coding | HiddenField | 'charEnd' hides a field. | 204 |
Error | misc | FinalParameters | Parameter state should be final. | 204 |
Error | coding | HiddenField | 'state' hides a field. | 204 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 278 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 279 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 284 |
Error | coding | MagicNumber | '8' is a magic number. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 289 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 290 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 295 |
Error | coding | MagicNumber | '8' is a magic number. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 300 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 301 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 306 |
Error | coding | MagicNumber | '8' is a magic number. | 306 |
Error | coding | MagicNumber | '0x3' is a magic number. | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 311 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 312 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 317 |
Error | coding | MagicNumber | '8' is a magic number. | 317 |
Error | coding | MagicNumber | '0x4' is a magic number. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 322 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 323 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 328 |
Error | coding | MagicNumber | '8' is a magic number. | 328 |
Error | coding | MagicNumber | '0x5' is a magic number. | 328 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 333 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 338 |
Error | coding | MagicNumber | '8' is a magic number. | 338 |
Error | coding | MagicNumber | '0xD' is a magic number. | 338 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 349 |
Error | coding | MagicNumber | '8' is a magic number. | 349 |
Error | coding | MagicNumber | '0xE' is a magic number. | 349 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 360 |
Error | coding | MagicNumber | '8' is a magic number. | 360 |
Error | coding | MagicNumber | '0xF' is a magic number. | 360 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 373 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 375 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 377 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 379 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 381 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 383 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 385 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 387 |
Error | whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 396 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 449 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 450 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 450 |
com/jsql/view/swing/sql/lexer/syntax/Lexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
com/jsql/view/swing/sql/lexer/syntax/SQLLexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 67 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 100 |
Error | coding | MagicNumber | '963' is a magic number. | 103 |
Error | misc | FinalParameters | Parameter packed should be final. | 109 |
Error | misc | FinalParameters | Parameter offset should be final. | 109 |
Error | misc | FinalParameters | Parameter result should be final. | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 128 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 247 |
Error | coding | MagicNumber | '963' is a magic number. | 250 |
Error | misc | FinalParameters | Parameter packed should be final. | 256 |
Error | misc | FinalParameters | Parameter offset should be final. | 256 |
Error | misc | FinalParameters | Parameter result should be final. | 256 |
Error | coding | MagicNumber | '16' is a magic number. | 261 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 272 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 398 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 426 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 433 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 441 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 457 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 491 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 501 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 503 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 505 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 508 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 510 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 511 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 515 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 516 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 517 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 523 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 525 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 527 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 528 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 529 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 530 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 531 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 533 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 534 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 536 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 537 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 539 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 541 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 543 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 546 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 547 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 549 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 551 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 554 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 555 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 557 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 558 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 563 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 564 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 565 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 568 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 569 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 571 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 573 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 574 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 577 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 578 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 579 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 580 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 582 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 586 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 587 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 588 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 589 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 592 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 594 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 596 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 598 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 599 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 603 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 607 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 611 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 612 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 614 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 622 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 625 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 626 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 633 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 634 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 635 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 641 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 645 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 647 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 648 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 649 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 650 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 653 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 654 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 655 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 661 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 662 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 663 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 665 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 666 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 667 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 670 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 671 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 673 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 674 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 676 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 678 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 680 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 681 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 686 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 687 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 690 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 692 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 693 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 694 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 695 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 696 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 698 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 701 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 702 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 705 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 706 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 707 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 708 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 709 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 710 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 711 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 713 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 714 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 715 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 716 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 717 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 718 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 720 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 722 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 723 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 724 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 725 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 729 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 730 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 731 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 732 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 733 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 734 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 735 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 736 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 737 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 738 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 739 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 741 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 742 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 743 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 744 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 745 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 746 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 747 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 749 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 751 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 753 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 755 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 756 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 757 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 758 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 759 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 760 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 762 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 763 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 764 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 765 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 766 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 767 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 768 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 769 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 770 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 772 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 773 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 774 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 775 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 776 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 777 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 778 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 779 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 780 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 781 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 782 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 783 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 784 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 785 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 786 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 787 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 788 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 789 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 790 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 791 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 792 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 793 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 794 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 795 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 796 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 797 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 799 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 800 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 801 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 802 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 803 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 805 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 806 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 807 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 808 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 810 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 811 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 812 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 813 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 815 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 816 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 817 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 820 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 821 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 822 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 823 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 824 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 825 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 827 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 828 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 829 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 830 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 831 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 833 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 834 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 835 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 836 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 837 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 838 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 839 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 840 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 841 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 842 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 843 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 844 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 845 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 846 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 847 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 848 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 849 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 851 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 852 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 853 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 854 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 855 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 856 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 857 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 858 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 859 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 860 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 861 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 862 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 863 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 864 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 865 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 866 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 867 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 868 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 869 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 870 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 871 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 872 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 873 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 874 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 875 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 876 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 877 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 878 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 879 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 880 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 881 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 882 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 883 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 884 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 885 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 886 |
Error | coding | MagicNumber | '39990' is a magic number. | 889 |
Error | misc | FinalParameters | Parameter packed should be final. | 895 |
Error | misc | FinalParameters | Parameter offset should be final. | 895 |
Error | misc | FinalParameters | Parameter result should be final. | 895 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 911 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 912 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 913 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 916 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 916 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 916 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 916 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 919 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 924 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 924 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 925 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 926 |
Error | coding | MagicNumber | '963' is a magic number. | 929 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 935 |
Error | misc | FinalParameters | Parameter packed should be final. | 935 |
Error | misc | FinalParameters | Parameter offset should be final. | 935 |
Error | misc | FinalParameters | Parameter result should be final. | 935 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 949 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 952 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 955 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 958 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 962 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 964 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 967 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 970 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 973 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 979 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 982 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 985 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 997 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 998 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 999 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1000 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1001 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1002 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 1008 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1008 |
Error | misc | FinalParameters | Parameter returnComments should be final. | 1008 |
Error | javadoc | JavadocMethod | Expected @param tag for 'returnComments'. | 1008 |
Error | misc | FinalParameters | Parameter returnWhiteSpace should be final. | 1008 |
Error | javadoc | JavadocMethod | Expected @param tag for 'returnWhiteSpace'. | 1008 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1010 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1035 |
Error | misc | FinalParameters | Parameter reader should be final. | 1035 |
Error | misc | FinalParameters | Parameter yyline should be final. | 1035 |
Error | coding | HiddenField | 'yyline' hides a field. | 1035 |
Error | misc | FinalParameters | Parameter yychar should be final. | 1035 |
Error | coding | HiddenField | 'yychar' hides a field. | 1035 |
Error | misc | FinalParameters | Parameter yycolumn should be final. | 1035 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1041 |
Error | misc | FinalParameters | Parameter in should be final. | 1047 |
Error | misc | FinalParameters | Parameter packed should be final. | 1058 |
Error | coding | MagicNumber | '0x110000' is a magic number. | 1059 |
Error | coding | MagicNumber | '220' is a magic number. | 1062 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1076 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1086 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1096 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1098 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1099 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1121 |
Error | misc | FinalParameters | Parameter reader should be final. | 1160 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1163 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1164 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1166 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 1176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1180 |
Error | misc | FinalParameters | Parameter newState should be final. | 1186 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 1193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1199 |
Error | misc | FinalParameters | Parameter pos should be final. | 1208 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 1215 |
Error | misc | FinalParameters | Parameter errorCode should be final. | 1233 |
Error | misc | FinalParameters | Parameter number should be final. | 1253 |
Error | sizes | MethodLength | Method getNextToken length is 337 lines (max allowed is 150). | 1269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1294 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1346 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1383 |
Error | coding | MagicNumber | '8' is a magic number. | 1393 |
Error | coding | MagicNumber | '8' is a magic number. | 1393 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 1409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1410 |
Error | coding | MagicNumber | '964' is a magic number. | 1414 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1425 |
Error | coding | MagicNumber | '19' is a magic number. | 1429 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1431 |
Error | coding | MagicNumber | '20' is a magic number. | 1436 |
Error | coding | MagicNumber | '3' is a magic number. | 1438 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1442 |
Error | coding | MagicNumber | '21' is a magic number. | 1446 |
Error | coding | MagicNumber | '4' is a magic number. | 1448 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1452 |
Error | coding | MagicNumber | '22' is a magic number. | 1456 |
Error | coding | MagicNumber | '5' is a magic number. | 1458 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1462 |
Error | coding | MagicNumber | '23' is a magic number. | 1466 |
Error | coding | MagicNumber | '6' is a magic number. | 1468 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1472 |
Error | coding | MagicNumber | '24' is a magic number. | 1476 |
Error | coding | MagicNumber | '7' is a magic number. | 1478 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1482 |
Error | coding | MagicNumber | '25' is a magic number. | 1486 |
Error | coding | MagicNumber | '8' is a magic number. | 1488 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1492 |
Error | coding | MagicNumber | '26' is a magic number. | 1496 |
Error | coding | MagicNumber | '9' is a magic number. | 1498 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 1505 |
Error | coding | MagicNumber | '27' is a magic number. | 1510 |
Error | coding | MagicNumber | '10' is a magic number. | 1512 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1516 |
Error | coding | MagicNumber | '28' is a magic number. | 1520 |
Error | coding | MagicNumber | '11' is a magic number. | 1522 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1526 |
Error | coding | MagicNumber | '29' is a magic number. | 1530 |
Error | coding | MagicNumber | '12' is a magic number. | 1532 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1536 |
Error | coding | MagicNumber | '30' is a magic number. | 1540 |
Error | coding | MagicNumber | '13' is a magic number. | 1542 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1546 |
Error | coding | MagicNumber | '31' is a magic number. | 1550 |
Error | coding | MagicNumber | '14' is a magic number. | 1552 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1552 |
Error | coding | MagicNumber | '32' is a magic number. | 1561 |
Error | coding | MagicNumber | '15' is a magic number. | 1563 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1563 |
Error | coding | MagicNumber | '33' is a magic number. | 1569 |
Error | coding | MagicNumber | '16' is a magic number. | 1571 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1571 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1575 |
Error | coding | MagicNumber | '34' is a magic number. | 1579 |
Error | coding | MagicNumber | '17' is a magic number. | 1581 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1585 |
Error | coding | MagicNumber | '35' is a magic number. | 1589 |
Error | coding | MagicNumber | '18' is a magic number. | 1591 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 1595 |
Error | coding | MagicNumber | '36' is a magic number. | 1599 |
com/jsql/view/swing/sql/lexer/syntax/SQLToken.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 124 |
Error | misc | FinalParameters | Parameter id should be final. | 124 |
Error | coding | HiddenField | 'id' hides a field. | 124 |
Error | misc | FinalParameters | Parameter contents should be final. | 124 |
Error | coding | HiddenField | 'contents' hides a field. | 124 |
Error | misc | FinalParameters | Parameter lineNumber should be final. | 124 |
Error | coding | HiddenField | 'lineNumber' hides a field. | 124 |
Error | misc | FinalParameters | Parameter charBegin should be final. | 124 |
Error | coding | HiddenField | 'charBegin' hides a field. | 124 |
Error | misc | FinalParameters | Parameter charEnd should be final. | 124 |
Error | coding | HiddenField | 'charEnd' hides a field. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 146 |
Error | misc | FinalParameters | Parameter id should be final. | 146 |
Error | coding | HiddenField | 'id' hides a field. | 146 |
Error | misc | FinalParameters | Parameter contents should be final. | 146 |
Error | coding | HiddenField | 'contents' hides a field. | 146 |
Error | misc | FinalParameters | Parameter lineNumber should be final. | 146 |
Error | coding | HiddenField | 'lineNumber' hides a field. | 146 |
Error | misc | FinalParameters | Parameter charBegin should be final. | 146 |
Error | coding | HiddenField | 'charBegin' hides a field. | 146 |
Error | misc | FinalParameters | Parameter charEnd should be final. | 146 |
Error | coding | HiddenField | 'charEnd' hides a field. | 146 |
Error | misc | FinalParameters | Parameter state should be final. | 146 |
Error | coding | HiddenField | 'state' hides a field. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 209 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 222 |
Error | coding | MagicNumber | '8' is a magic number. | 227 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 233 |
Error | coding | MagicNumber | '8' is a magic number. | 238 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 244 |
Error | coding | MagicNumber | '8' is a magic number. | 249 |
Error | coding | MagicNumber | '0x3' is a magic number. | 249 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 255 |
Error | coding | MagicNumber | '8' is a magic number. | 260 |
Error | coding | MagicNumber | '0x4' is a magic number. | 260 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </A>. | 266 |
Error | coding | MagicNumber | '8' is a magic number. | 271 |
Error | coding | MagicNumber | '0x5' is a magic number. | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | coding | MagicNumber | '8' is a magic number. | 281 |
Error | coding | MagicNumber | '0xD' is a magic number. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | coding | MagicNumber | '8' is a magic number. | 292 |
Error | coding | MagicNumber | '0xE' is a magic number. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | coding | MagicNumber | '8' is a magic number. | 303 |
Error | coding | MagicNumber | '0xF' is a magic number. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 337 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 379 |
com/jsql/view/swing/sql/lexer/syntax/Token.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 133 |
com/jsql/view/swing/sql/text/JTextPaneLexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter consumer should be final. | 13 |
Error | misc | FinalParameters | Parameter supplier should be final. | 14 |
Error | design | DesignForExtension | Class 'JTextPaneLexer' looks like designed for extension (can be subclassed), but the method 'setAttribute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JTextPaneLexer' final or making the method 'setAttribute' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Error | design | DesignForExtension | Class 'JTextPaneLexer' looks like designed for extension (can be subclassed), but the method 'getSupplierGetter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JTextPaneLexer' final or making the method 'getSupplierGetter' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
com/jsql/view/swing/sql/text/JTextPaneObjectMethod.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 5 |
com/jsql/view/swing/tab/ButtonClose.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
com/jsql/view/swing/tab/TabConsoles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Class 'TabConsoles' looks like designed for extension (can be subclassed), but the method 'highlightTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabConsoles' final or making the method 'highlightTab' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter label should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
com/jsql/view/swing/tab/TabHeader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 18 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter text should be final. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | misc | FinalParameters | Parameter imageIcon should be final. | 53 |
Error | javadoc | JavadocMethod | Expected @param tag for 'imageIcon'. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter label should be final. | 69 |
Error | misc | FinalParameters | Parameter imageIcon should be final. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter label should be final. | 77 |
Error | misc | FinalParameters | Parameter imageIcon should be final. | 77 |
Error | misc | FinalParameters | Parameter cleanableTab should be final. | 77 |
Error | coding | HiddenField | 'cleanableTab' hides a field. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter label should be final. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | misc | FinalParameters | Parameter e should be final. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | misc | FinalParameters | Parameter e should be final. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | misc | FinalParameters | Parameter e should be final. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | misc | FinalParameters | Parameter e should be final. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | misc | FinalParameters | Parameter e should be final. | 130 |
Error | design | DesignForExtension | Class 'TabHeader' looks like designed for extension (can be subclassed), but the method 'getTabTitleLabel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabHeader' final or making the method 'getTabTitleLabel' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 |
Error | design | DesignForExtension | Class 'TabHeader' looks like designed for extension (can be subclassed), but the method 'getCleanableTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabHeader' final or making the method 'getCleanableTab' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 138 |
com/jsql/view/swing/tab/TabManagers.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 20 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 40 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 40 |
Error | misc | FinalParameters | Parameter tabIndex should be final. | 40 |
Error | misc | FinalParameters | Parameter metrics should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 42 |
Error | coding | MagicNumber | '75' is a magic number. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | coding | MagicNumber | '25' is a magic number. | 48 |
Error | coding | MagicNumber | '25' is a magic number. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | coding | MagicNumber | '100' is a magic number. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 58 |
Error | coding | MagicNumber | '3' is a magic number. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
Error | coding | MagicNumber | '4' is a magic number. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Error | coding | MagicNumber | '5' is a magic number. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 61 |
Error | coding | MagicNumber | '6' is a magic number. | 61 |
Error | coding | MagicNumber | '7' is a magic number. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | coding | MagicNumber | '8' is a magic number. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
Error | misc | FinalParameters | Parameter keyLabel should be final. | 66 |
Error | misc | FinalParameters | Parameter keyTooltip should be final. | 66 |
Error | misc | FinalParameters | Parameter icon should be final. | 66 |
Error | misc | FinalParameters | Parameter index should be final. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 68 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | misc | FinalParameters | Parameter e should be final. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
com/jsql/view/swing/tab/TabManagersProxy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.view.swing.manager.*. | 14 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 44 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 44 |
Error | misc | FinalParameters | Parameter horizRunCount should be final. | 44 |
Error | misc | FinalParameters | Parameter maxTabHeight should be final. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | MagicNumber | '100' is a magic number. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Class 'TabManagersProxy' looks like designed for extension (can be subclassed), but the method 'addToLists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabManagersProxy' final or making the method 'addToLists' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter path should be final. | 76 |
Error | misc | FinalParameters | Parameter name should be final. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Class 'TabManagersProxy' looks like designed for extension (can be subclassed), but the method 'markFileSystemInvulnerable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabManagersProxy' final or making the method 'markFileSystemInvulnerable' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | design | DesignForExtension | Class 'TabManagersProxy' looks like designed for extension (can be subclassed), but the method 'endPreparation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabManagersProxy' final or making the method 'endPreparation' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | design | DesignForExtension | Class 'TabManagersProxy' looks like designed for extension (can be subclassed), but the method 'markFileSystemVulnerable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabManagersProxy' final or making the method 'markFileSystemVulnerable' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | misc | FinalParameters | Parameter keyLabel should be final. | 115 |
Error | misc | FinalParameters | Parameter icon should be final. | 115 |
Error | misc | FinalParameters | Parameter manager should be final. | 115 |
com/jsql/view/swing/tab/TabMouseAdapter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 11 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter tabbedPaneWheeled should be final. | 29 |
Error | coding | HiddenField | 'tabbedPaneWheeled' hides a field. | 29 |
Error | design | DesignForExtension | Class 'TabMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabMouseAdapter' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
Error | misc | FinalParameters | Parameter event should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 46 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 66 |
com/jsql/view/swing/tab/TabResults.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 34 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Class 'TabResults' looks like designed for extension (can be subclassed), but the method 'createFileTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabResults' final or making the method 'createFileTab' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter label should be final. | 65 |
Error | misc | FinalParameters | Parameter content should be final. | 65 |
Error | misc | FinalParameters | Parameter path should be final. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 69 |
Error | coding | MagicNumber | '14' is a magic number. | 69 |
Error | design | DesignForExtension | Class 'TabResults' looks like designed for extension (can be subclassed), but the method 'createReportTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabResults' final or making the method 'createReportTab' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter label should be final. | 76 |
Error | misc | FinalParameters | Parameter content should be final. | 76 |
Error | misc | FinalParameters | Parameter path should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 80 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 99 |
Error | design | DesignForExtension | Class 'TabResults' looks like designed for extension (can be subclassed), but the method 'createTextTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabResults' final or making the method 'createTextTab' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter label should be final. | 99 |
Error | misc | FinalParameters | Parameter path should be final. | 99 |
Error | misc | FinalParameters | Parameter componentText should be final. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | design | DesignForExtension | Class 'TabResults' looks like designed for extension (can be subclassed), but the method 'createShell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabResults' final or making the method 'createShell' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter url should be final. | 117 |
Error | misc | FinalParameters | Parameter path should be final. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 153 |
Error | design | DesignForExtension | Class 'TabResults' looks like designed for extension (can be subclassed), but the method 'createSQLShellTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabResults' final or making the method 'createSQLShellTab' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 153 |
Error | misc | FinalParameters | Parameter url should be final. | 153 |
Error | misc | FinalParameters | Parameter user should be final. | 153 |
Error | misc | FinalParameters | Parameter pass should be final. | 153 |
Error | misc | FinalParameters | Parameter path should be final. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 189 |
Error | design | DesignForExtension | Class 'TabResults' looks like designed for extension (can be subclassed), but the method 'createValuesTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabResults' final or making the method 'createValuesTab' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 189 |
Error | misc | FinalParameters | Parameter data should be final. | 189 |
Error | misc | FinalParameters | Parameter columnNames should be final. | 189 |
Error | misc | FinalParameters | Parameter table should be final. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
com/jsql/view/swing/tab/TabbedPaneMouseWheelListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Class 'TabbedPaneMouseWheelListener' looks like designed for extension (can be subclassed), but the method 'mouseWheelMoved' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabbedPaneMouseWheelListener' final or making the method 'mouseWheelMoved' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
Error | misc | FinalParameters | Parameter event should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
com/jsql/view/swing/tab/TabbedPaneWheeled.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 30 |
Error | misc | FinalParameters | Parameter tabLayoutPolicy should be final. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
com/jsql/view/swing/tab/dnd/DnDTabData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
Error | design | VisibilityModifier | Variable 'tabbedPane' must be private and have accessor methods. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | misc | FinalParameters | Parameter tabbedPane should be final. | 7 |
Error | coding | HiddenField | 'tabbedPane' hides a field. | 7 |
com/jsql/view/swing/tab/dnd/DnDTabbedPane.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | design | VisibilityModifier | Variable 'dragTabIndex' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | misc | FinalParameters | Parameter p should be final. | 33 |
Error | misc | FinalParameters | Parameter index should be final. | 33 |
Error | coding | HiddenField | 'index' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter flag should be final. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | misc | FinalParameters | Parameter actionKey should be final. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | design | DesignForExtension | Class 'DnDTabbedPane' looks like designed for extension (can be subclassed), but the method 'autoScrollTest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDTabbedPane' final or making the method 'autoScrollTest' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter pt should be final. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | design | DesignForExtension | Class 'DnDTabbedPane' looks like designed for extension (can be subclassed), but the method 'dropLocationForPointDnD' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDTabbedPane' final or making the method 'dropLocationForPointDnD' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter p should be final. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 124 |
Error | design | DesignForExtension | Class 'DnDTabbedPane' looks like designed for extension (can be subclassed), but the method 'setDropLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDTabbedPane' final or making the method 'setDropLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter location should be final. | 124 |
Error | misc | FinalParameters | Parameter forDrop should be final. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | design | DesignForExtension | Class 'DnDTabbedPane' looks like designed for extension (can be subclassed), but the method 'exportTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDTabbedPane' final or making the method 'exportTab' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 137 |
Error | misc | FinalParameters | Parameter dragIndex should be final. | 137 |
Error | misc | FinalParameters | Parameter target should be final. | 137 |
Error | misc | FinalParameters | Parameter targetIndex should be final. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | design | DesignForExtension | Class 'DnDTabbedPane' looks like designed for extension (can be subclassed), but the method 'convertTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDTabbedPane' final or making the method 'convertTab' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 158 |
Error | misc | FinalParameters | Parameter prev should be final. | 158 |
Error | misc | FinalParameters | Parameter next should be final. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | design | DesignForExtension | Class 'DnDTabbedPane' looks like designed for extension (can be subclassed), but the method 'getDropLineRect' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDTabbedPane' final or making the method 'getDropLineRect' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | design | DesignForExtension | Class 'DnDTabbedPane' looks like designed for extension (can be subclassed), but the method 'getTabAreaBounds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DnDTabbedPane' final or making the method 'getTabAreaBounds' static/final/abstract/empty, or adding allowed annotation for the method. | 208 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 241 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 248 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | misc | FinalParameters | Parameter e should be final. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | misc | FinalParameters | Parameter e should be final. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | misc | FinalParameters | Parameter e should be final. | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 308 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | misc | FinalParameters | Parameter e should be final. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 330 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 331 |
com/jsql/view/swing/tab/dnd/GhostGlassPane.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | misc | FinalParameters | Parameter tabbedPane should be final. | 10 |
Error | coding | HiddenField | 'tabbedPane' hides a field. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | DesignForExtension | Class 'GhostGlassPane' looks like designed for extension (can be subclassed), but the method 'paintComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GhostGlassPane' final or making the method 'paintComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
Error | misc | FinalParameters | Parameter g should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 24 |
Error | coding | MagicNumber | '.5f' is a magic number. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | DesignForExtension | Class 'GhostGlassPane' looks like designed for extension (can be subclassed), but the method 'setTargetTabbedPane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GhostGlassPane' final or making the method 'setTargetTabbedPane' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter tab should be final. | 31 |
com/jsql/view/swing/tab/dnd/TabDropTargetAdapter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | misc | FinalParameters | Parameter c should be final. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | DesignForExtension | Class 'TabDropTargetAdapter' looks like designed for extension (can be subclassed), but the method 'drop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabDropTargetAdapter' final or making the method 'drop' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
Error | misc | FinalParameters | Parameter dtde should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Class 'TabDropTargetAdapter' looks like designed for extension (can be subclassed), but the method 'dragExit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabDropTargetAdapter' final or making the method 'dragExit' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
Error | misc | FinalParameters | Parameter dte should be final. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Class 'TabDropTargetAdapter' looks like designed for extension (can be subclassed), but the method 'dragEnter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabDropTargetAdapter' final or making the method 'dragEnter' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
Error | misc | FinalParameters | Parameter dtde should be final. | 36 |
com/jsql/view/swing/tab/dnd/TabTransferHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | design | VisibilityModifier | Variable 'localObjectFlavor' must be private and have accessor methods. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 27 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Class 'TabTransferHandler' looks like designed for extension (can be subclassed), but the method 'createTransferable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabTransferHandler' final or making the method 'createTransferable' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
Error | misc | FinalParameters | Parameter c should be final. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | misc | FinalParameters | Parameter flavor should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
Error | misc | FinalParameters | Parameter flavor should be final. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Class 'TabTransferHandler' looks like designed for extension (can be subclassed), but the method 'canImport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabTransferHandler' final or making the method 'canImport' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
Error | misc | FinalParameters | Parameter support should be final. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | misc | FinalParameters | Parameter tabbedPane should be final. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | design | DesignForExtension | Class 'TabTransferHandler' looks like designed for extension (can be subclassed), but the method 'getSourceActions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabTransferHandler' final or making the method 'getSourceActions' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
Error | misc | FinalParameters | Parameter c should be final. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | design | DesignForExtension | Class 'TabTransferHandler' looks like designed for extension (can be subclassed), but the method 'importData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabTransferHandler' final or making the method 'importData' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
Error | misc | FinalParameters | Parameter support should be final. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | design | DesignForExtension | Class 'TabTransferHandler' looks like designed for extension (can be subclassed), but the method 'exportDone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabTransferHandler' final or making the method 'exportDone' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
Error | misc | FinalParameters | Parameter c should be final. | 184 |
Error | misc | FinalParameters | Parameter data should be final. | 184 |
Error | misc | FinalParameters | Parameter action should be final. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
com/jsql/view/swing/table/ActionCloseSearch.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 12 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter textFilter should be final. | 12 |
Error | coding | HiddenField | 'textFilter' hides a field. | 12 |
Error | misc | FinalParameters | Parameter panelSearch should be final. | 12 |
Error | coding | HiddenField | 'panelSearch' hides a field. | 12 |
Error | misc | FinalParameters | Parameter panelTable should be final. | 12 |
Error | coding | HiddenField | 'panelTable' hides a field. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Class 'ActionCloseSearch' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionCloseSearch' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
Error | misc | FinalParameters | Parameter e should be final. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
com/jsql/view/swing/table/ActionShowSearch.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter panelSearch should be final. | 11 |
Error | coding | HiddenField | 'panelSearch' hides a field. | 11 |
Error | misc | FinalParameters | Parameter textFilter should be final. | 11 |
Error | coding | HiddenField | 'textFilter' hides a field. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Class 'ActionShowSearch' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionShowSearch' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
Error | misc | FinalParameters | Parameter e should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
com/jsql/view/swing/table/AdjusterTableColumn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | misc | FinalParameters | Parameter table should be final. | 44 |
Error | javadoc | JavadocMethod | Expected @param tag for 'table'. | 44 |
Error | coding | MagicNumber | '6' is a magic number. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | misc | FinalParameters | Parameter tableAdjust should be final. | 51 |
Error | coding | HiddenField | 'tableAdjust' hides a field. | 51 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tableAdjust'. | 51 |
Error | misc | FinalParameters | Parameter spacing should be final. | 51 |
Error | coding | HiddenField | 'spacing' hides a field. | 51 |
Error | javadoc | JavadocMethod | Expected @param tag for 'spacing'. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | MagicNumber | '230' is a magic number. | 63 |
Error | coding | MagicNumber | '230' is a magic number. | 63 |
Error | coding | MagicNumber | '230' is a magic number. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 84 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | javadoc | JavadocMethod | Expected @param tag for 'column'. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 110 |
Error | misc | FinalParameters | Parameter column should be final. | 110 |
Error | javadoc | JavadocMethod | Expected @param tag for 'column'. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 133 |
Error | misc | FinalParameters | Parameter column should be final. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'column'. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 142 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 144 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 155 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 158 |
Error | misc | FinalParameters | Parameter row should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'row'. | 158 |
Error | misc | FinalParameters | Parameter column should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'column'. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Error | misc | FinalParameters | Parameter column should be final. | 170 |
Error | javadoc | JavadocMethod | Expected @param tag for 'column'. | 170 |
Error | misc | FinalParameters | Parameter width should be final. | 170 |
Error | javadoc | JavadocMethod | Expected @param tag for 'width'. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 183 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 198 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 203 |
Error | misc | FinalParameters | Parameter column should be final. | 206 |
Error | javadoc | JavadocMethod | Expected @param tag for 'column'. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 218 |
Error | misc | FinalParameters | Parameter isColumnHeaderIncluded should be final. | 221 |
Error | coding | HiddenField | 'isColumnHeaderIncluded' hides a field. | 221 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isColumnHeaderIncluded'. | 221 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 225 |
Error | misc | FinalParameters | Parameter isColumnDataIncluded should be final. | 228 |
Error | coding | HiddenField | 'isColumnDataIncluded' hides a field. | 228 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isColumnDataIncluded'. | 228 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 232 |
Error | misc | FinalParameters | Parameter isOnlyAdjustLarger should be final. | 235 |
Error | coding | HiddenField | 'isOnlyAdjustLarger' hides a field. | 235 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isOnlyAdjustLarger'. | 235 |
Error | misc | FinalParameters | Parameter isDynamicAdjustment should be final. | 243 |
Error | coding | HiddenField | 'isDynamicAdjustment' hides a field. | 243 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isDynamicAdjustment'. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | misc | FinalParameters | Parameter e should be final. | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 271 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 280 |
Error | misc | FinalParameters | Parameter e should be final. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 325 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 331 |
Error | misc | FinalParameters | Parameter isSelectedColumn should be final. | 331 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isSelectedColumn'. | 331 |
Error | misc | FinalParameters | Parameter isAdjust should be final. | 331 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isAdjust'. | 331 |
Error | misc | FinalParameters | Parameter key should be final. | 331 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 331 |
Error | misc | FinalParameters | Parameter keyStroke should be final. | 331 |
Error | javadoc | JavadocMethod | Expected @param tag for 'keyStroke'. | 331 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 335 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 343 |
Error | misc | FinalParameters | Parameter isToggleDynamic should be final. | 343 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isToggleDynamic'. | 343 |
Error | misc | FinalParameters | Parameter isToggleLarger should be final. | 343 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isToggleLarger'. | 343 |
Error | misc | FinalParameters | Parameter key should be final. | 343 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 343 |
Error | misc | FinalParameters | Parameter keyStroke should be final. | 343 |
Error | javadoc | JavadocMethod | Expected @param tag for 'keyStroke'. | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 352 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 356 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 357 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 358 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 360 |
Error | misc | FinalParameters | Parameter isSelectedColumn should be final. | 360 |
Error | coding | HiddenField | 'isSelectedColumn' hides a field. | 360 |
Error | misc | FinalParameters | Parameter isAdjust should be final. | 360 |
Error | coding | HiddenField | 'isAdjust' hides a field. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 361 |
Error | misc | FinalParameters | Parameter e should be final. | 367 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 371 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 396 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 397 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 399 |
Error | misc | FinalParameters | Parameter isToggleDynamic should be final. | 399 |
Error | coding | HiddenField | 'isToggleDynamic' hides a field. | 399 |
Error | misc | FinalParameters | Parameter isToggleLarger should be final. | 399 |
Error | coding | HiddenField | 'isToggleLarger' hides a field. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | misc | FinalParameters | Parameter e should be final. | 406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 410 |
com/jsql/view/swing/table/ComparatorColumn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 16 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | misc | FinalParameters | Parameter cellLeft should be final. | 29 |
Error | misc | FinalParameters | Parameter cellRight should be final. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
com/jsql/view/swing/table/FixedColumnTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter fixedColumns should be final. | 40 |
Error | javadoc | JavadocMethod | Expected @param tag for 'fixedColumns'. | 40 |
Error | misc | FinalParameters | Parameter scrollPane should be final. | 40 |
Error | coding | HiddenField | 'scrollPane' hides a field. | 40 |
Error | javadoc | JavadocMethod | Expected @param tag for 'scrollPane'. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | misc | FinalParameters | Parameter row should be final. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | misc | FinalParameters | Parameter column should be final. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | misc | FinalParameters | Parameter row should be final. | 67 |
Error | misc | FinalParameters | Parameter col should be final. | 67 |
Error | misc | FinalParameters | Parameter colNum should be final. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | coding | MagicNumber | '20' is a magic number. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 103 |
Error | misc | FinalParameters | Parameter table should be final. | 103 |
Error | misc | FinalParameters | Parameter value should be final. | 103 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 103 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 103 |
Error | misc | FinalParameters | Parameter row should be final. | 103 |
Error | misc | FinalParameters | Parameter column should be final. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 119 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 128 |
Error | coding | MagicNumber | '38' is a magic number. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 131 |
Error | coding | MagicNumber | '38' is a magic number. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 140 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 140 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 152 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 161 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Error | misc | FinalParameters | Parameter e should be final. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | misc | FinalParameters | Parameter e should be final. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 186 |
com/jsql/view/swing/table/PanelTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 30 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | misc | FinalParameters | Parameter data should be final. | 59 |
Error | misc | FinalParameters | Parameter columnNames should be final. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | misc | FinalParameters | Parameter row should be final. | 65 |
Error | misc | FinalParameters | Parameter column should be final. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 71 |
Error | coding | MagicNumber | '20' is a magic number. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 96 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | misc | FinalParameters | Parameter e should be final. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 149 |
Error | coding | MagicNumber | '5' is a magic number. | 150 |
Error | coding | MagicNumber | '5' is a magic number. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | coding | MagicNumber | '100' is a magic number. | 190 |
Error | coding | MagicNumber | '100' is a magic number. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | misc | FinalParameters | Parameter e should be final. | 235 |
Error | misc | FinalParameters | Parameter e should be final. | 240 |
Error | misc | FinalParameters | Parameter e should be final. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 276 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 303 |
Error | design | DesignForExtension | Class 'PanelTable' looks like designed for extension (can be subclassed), but the method 'getTableValues' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTable' final or making the method 'getTableValues' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 304 |
com/jsql/view/swing/table/RowHeaderRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | coding | MagicNumber | '230' is a magic number. | 12 |
Error | coding | MagicNumber | '230' is a magic number. | 12 |
Error | coding | MagicNumber | '230' is a magic number. | 12 |
Error | design | DesignForExtension | Class 'RowHeaderRenderer' looks like designed for extension (can be subclassed), but the method 'getTableCellRendererComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RowHeaderRenderer' final or making the method 'getTableCellRendererComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 17 |
Error | misc | FinalParameters | Parameter table should be final. | 17 |
Error | misc | FinalParameters | Parameter value should be final. | 17 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 17 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 17 |
Error | misc | FinalParameters | Parameter row should be final. | 17 |
Error | misc | FinalParameters | Parameter column should be final. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
com/jsql/view/swing/text/DecoratorJComponent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
com/jsql/view/swing/text/JPopupComponent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | coding | HiddenField | 'proxy' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | misc | FinalParameters | Parameter e should be final. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 45 |
Error | design | DesignForExtension | Class 'JPopupComponent' looks like designed for extension (can be subclassed), but the method 'getProxy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupComponent' final or making the method 'getProxy' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
com/jsql/view/swing/text/JPopupTextArea.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 36 |
Error | javadoc | JavadocMethod | Expected @param tag for 'placeholder'. | 36 |
Error | misc | FinalParameters | Parameter proxy should be final. | 48 |
Error | javadoc | JavadocMethod | Expected @param tag for 'proxy'. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
com/jsql/view/swing/text/JPopupTextComponent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 64 |
Error | misc | FinalParameters | Parameter evt should be final. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 86 |
Error | misc | FinalParameters | Parameter evt should be final. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
com/jsql/view/swing/text/JPopupTextField.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 22 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 30 |
Error | javadoc | JavadocMethod | Expected @param tag for 'placeholder'. | 30 |
Error | misc | FinalParameters | Parameter value should be final. | 30 |
Error | misc | FinalParameters | Parameter proxy should be final. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
com/jsql/view/swing/text/JPopupTextPane.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 27 |
Error | misc | FinalParameters | Parameter proxy should be final. | 39 |
Error | javadoc | JavadocMethod | Expected @param tag for 'proxy'. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
com/jsql/view/swing/text/JTextAreaPlaceholder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 9 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Class 'JTextAreaPlaceholder' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JTextAreaPlaceholder' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
Error | misc | FinalParameters | Parameter g should be final. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 49 |
com/jsql/view/swing/text/JTextAreaPlaceholderConsole.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 8 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 8 |
com/jsql/view/swing/text/JTextFieldAddressBar.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter c should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
com/jsql/view/swing/text/JTextFieldPlaceholder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 8 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 31 |
Error | misc | FinalParameters | Parameter value should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 41 |
Error | design | DesignForExtension | Class 'JTextFieldPlaceholder' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JTextFieldPlaceholder' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
Error | misc | FinalParameters | Parameter g should be final. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
Error | design | DesignForExtension | Class 'JTextFieldPlaceholder' looks like designed for extension (can be subclassed), but the method 'setPlaceholderText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JTextFieldPlaceholder' final or making the method 'setPlaceholderText' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter placeholderText should be final. | 63 |
Error | coding | HiddenField | 'placeholderText' hides a field. | 63 |
com/jsql/view/swing/text/JTextFieldWithIcon.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 32 |
Error | design | DesignForExtension | Class 'JTextFieldWithIcon' looks like designed for extension (can be subclassed), but the method 'paintComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JTextFieldWithIcon' final or making the method 'paintComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
Error | misc | FinalParameters | Parameter g should be final. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 52 |
Error | coding | MagicNumber | '16' is a magic number. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 63 |
Error | coding | MagicNumber | '16' is a magic number. | 64 |
Error | coding | MagicNumber | '4' is a magic number. | 64 |
Error | coding | MagicNumber | '4' is a magic number. | 65 |
com/jsql/view/swing/text/JTextPanePlaceholder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | DesignForExtension | Class 'JTextPanePlaceholder' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JTextPanePlaceholder' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
Error | misc | FinalParameters | Parameter g should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 52 |
com/jsql/view/swing/text/JTextPanePlaceholderConsole.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 8 |
Error | misc | FinalParameters | Parameter placeholder should be final. | 8 |
com/jsql/view/swing/text/JToolTipI18n.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Error | misc | FinalParameters | Parameter textTooltip should be final. | 13 |
Error | coding | HiddenField | 'textTooltip' hides a field. | 13 |
Error | design | DesignForExtension | Class 'JToolTipI18n' looks like designed for extension (can be subclassed), but the method 'setText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JToolTipI18n' final or making the method 'setText' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
Error | misc | FinalParameters | Parameter textTooltip should be final. | 17 |
Error | coding | HiddenField | 'textTooltip' hides a field. | 17 |
Error | design | DesignForExtension | Class 'JToolTipI18n' looks like designed for extension (can be subclassed), but the method 'getTipText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JToolTipI18n' final or making the method 'getTipText' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
com/jsql/view/swing/text/action/AbstractCharAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter deleteAction should be final. | 27 |
Error | javadoc | JavadocMethod | Expected @param tag for 'deleteAction'. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 31 |
Error | misc | FinalParameters | Parameter event should be final. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
com/jsql/view/swing/text/action/DeleteNextCharAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Class 'DeleteNextCharAction' looks like designed for extension (can be subclassed), but the method 'delete' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DeleteNextCharAction' final or making the method 'delete' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
Error | misc | FinalParameters | Parameter doc should be final. | 21 |
Error | misc | FinalParameters | Parameter dot should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 32 |
com/jsql/view/swing/text/action/DeletePrevCharAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | design | DesignForExtension | Class 'DeletePrevCharAction' looks like designed for extension (can be subclassed), but the method 'delete' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DeletePrevCharAction' final or making the method 'delete' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
Error | misc | FinalParameters | Parameter doc should be final. | 21 |
Error | misc | FinalParameters | Parameter dot should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 32 |
com/jsql/view/swing/text/action/SilentDeleteTextAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter name should be final. | 18 |
Error | misc | FinalParameters | Parameter deleteAction should be final. | 18 |
Error | coding | HiddenField | 'deleteAction' hides a field. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | DesignForExtension | Class 'SilentDeleteTextAction' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SilentDeleteTextAction' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
Error | misc | FinalParameters | Parameter e should be final. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
com/jsql/view/swing/text/listener/DocumentListenerEditing.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | DesignForExtension | Class 'DocumentListenerEditing' looks like designed for extension (can be subclassed), but the method 'changedUpdate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DocumentListenerEditing' final or making the method 'changedUpdate' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
Error | misc | FinalParameters | Parameter e should be final. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Class 'DocumentListenerEditing' looks like designed for extension (can be subclassed), but the method 'removeUpdate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DocumentListenerEditing' final or making the method 'removeUpdate' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
Error | misc | FinalParameters | Parameter e should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Class 'DocumentListenerEditing' looks like designed for extension (can be subclassed), but the method 'insertUpdate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DocumentListenerEditing' final or making the method 'insertUpdate' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
Error | misc | FinalParameters | Parameter e should be final. | 26 |
com/jsql/view/swing/tree/ActionCheckUncheck.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter nodeModel should be final. | 20 |
Error | coding | HiddenField | 'nodeModel' hides a field. | 20 |
Error | misc | FinalParameters | Parameter currentTableNode should be final. | 20 |
Error | coding | HiddenField | 'currentTableNode' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Class 'ActionCheckUncheck' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionCheckUncheck' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | misc | FinalParameters | Parameter actionEvent should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 39 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 55 |
com/jsql/view/swing/tree/ActionLoadStop.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter nodeModel should be final. | 34 |
Error | coding | HiddenField | 'nodeModel' hides a field. | 34 |
Error | misc | FinalParameters | Parameter currentTableNode should be final. | 34 |
Error | coding | HiddenField | 'currentTableNode' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | design | DesignForExtension | Class 'ActionLoadStop' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionLoadStop' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
Error | misc | FinalParameters | Parameter e should be final. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 89 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 94 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
com/jsql/view/swing/tree/ActionPauseUnpause.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter nodeModel should be final. | 27 |
Error | coding | HiddenField | 'nodeModel' hides a field. | 27 |
Error | design | DesignForExtension | Class 'ActionPauseUnpause' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionPauseUnpause' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
Error | misc | FinalParameters | Parameter e should be final. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
com/jsql/view/swing/tree/CellEditorNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | design | DesignForExtension | Class 'CellEditorNode' looks like designed for extension (can be subclassed), but the method 'getTreeCellEditorComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellEditorNode' final or making the method 'getTreeCellEditorComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | misc | FinalParameters | Parameter tree should be final. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | misc | FinalParameters | Parameter nodeRenderer should be final. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | misc | FinalParameters | Parameter selected should be final. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | misc | FinalParameters | Parameter expanded should be final. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | misc | FinalParameters | Parameter leaf should be final. | 66 |
Error | misc | FinalParameters | Parameter row should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | design | DesignForExtension | Class 'CellEditorNode' looks like designed for extension (can be subclassed), but the method 'getCellEditorValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellEditorNode' final or making the method 'getCellEditorValue' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | design | DesignForExtension | Class 'CellEditorNode' looks like designed for extension (can be subclassed), but the method 'valueChanged' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellEditorNode' final or making the method 'valueChanged' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
Error | misc | FinalParameters | Parameter treeSelectionEvent should be final. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 109 |
Error | misc | FinalParameters | Parameter mouseEvent should be final. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | design | DesignForExtension | Class 'CellEditorNode' looks like designed for extension (can be subclassed), but the method 'mousePressed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellEditorNode' final or making the method 'mousePressed' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
Error | misc | FinalParameters | Parameter e should be final. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | design | DesignForExtension | Class 'CellEditorNode' looks like designed for extension (can be subclassed), but the method 'mouseReleased' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellEditorNode' final or making the method 'mouseReleased' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
Error | misc | FinalParameters | Parameter e should be final. | 151 |
Error | misc | FinalParameters | Parameter e should be final. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | misc | FinalParameters | Parameter e should be final. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | misc | FinalParameters | Parameter e should be final. | 166 |
com/jsql/view/swing/tree/CellRendererNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Class 'CellRendererNode' looks like designed for extension (can be subclassed), but the method 'getTreeCellRendererComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellRendererNode' final or making the method 'getTreeCellRendererComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 28 |
Error | misc | FinalParameters | Parameter tree should be final. | 28 |
Error | misc | FinalParameters | Parameter nodeRenderer should be final. | 28 |
Error | misc | FinalParameters | Parameter selected should be final. | 28 |
Error | misc | FinalParameters | Parameter expanded should be final. | 28 |
Error | misc | FinalParameters | Parameter leaf should be final. | 28 |
Error | misc | FinalParameters | Parameter row should be final. | 28 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 35 |
com/jsql/view/swing/tree/CheckBoxMenuItemIconCustom.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 9 |
Error | design | DesignForExtension | Class 'CheckBoxMenuItemIconCustom' looks like designed for extension (can be subclassed), but the method 'paintIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CheckBoxMenuItemIconCustom' final or making the method 'paintIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
Error | misc | FinalParameters | Parameter component should be final. | 12 |
Error | misc | FinalParameters | Parameter graphics should be final. | 12 |
Error | misc | FinalParameters | Parameter x should be final. | 12 |
Error | misc | FinalParameters | Parameter y should be final. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | coding | MagicNumber | '8' is a magic number. | 29 |
Error | coding | MagicNumber | '8' is a magic number. | 30 |
Error | coding | MagicNumber | '8' is a magic number. | 31 |
Error | coding | MagicNumber | '8' is a magic number. | 31 |
Error | coding | MagicNumber | '8' is a magic number. | 31 |
Error | coding | MagicNumber | '8' is a magic number. | 32 |
Error | coding | MagicNumber | '8' is a magic number. | 32 |
Error | coding | MagicNumber | '8' is a magic number. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | coding | MagicNumber | '8' is a magic number. | 39 |
Error | coding | MagicNumber | '8' is a magic number. | 40 |
Error | coding | MagicNumber | '8' is a magic number. | 41 |
Error | coding | MagicNumber | '8' is a magic number. | 41 |
Error | coding | MagicNumber | '8' is a magic number. | 41 |
Error | coding | MagicNumber | '8' is a magic number. | 42 |
Error | coding | MagicNumber | '8' is a magic number. | 42 |
Error | coding | MagicNumber | '8' is a magic number. | 42 |
Error | coding | MagicNumber | '7' is a magic number. | 47 |
Error | coding | MagicNumber | '7' is a magic number. | 48 |
Error | coding | MagicNumber | '9' is a magic number. | 49 |
Error | coding | MagicNumber | '9' is a magic number. | 49 |
Error | coding | MagicNumber | '9' is a magic number. | 49 |
Error | coding | MagicNumber | '9' is a magic number. | 50 |
Error | coding | MagicNumber | '9' is a magic number. | 50 |
Error | coding | MagicNumber | '9' is a magic number. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | coding | MagicNumber | '8' is a magic number. | 55 |
Error | coding | MagicNumber | '8' is a magic number. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 65 |
Error | misc | FinalParameters | Parameter component should be final. | 65 |
Error | misc | FinalParameters | Parameter graphics should be final. | 65 |
Error | misc | FinalParameters | Parameter abstractButton should be final. | 65 |
Error | misc | FinalParameters | Parameter model should be final. | 65 |
Error | misc | FinalParameters | Parameter isEnabled should be final. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 68 |
Error | coding | MagicNumber | '6' is a magic number. | 77 |
Error | coding | MagicNumber | '3' is a magic number. | 78 |
Error | coding | MagicNumber | '3' is a magic number. | 78 |
Error | coding | MagicNumber | '6' is a magic number. | 78 |
Error | coding | MagicNumber | '4' is a magic number. | 79 |
Error | coding | MagicNumber | '4' is a magic number. | 79 |
Error | coding | MagicNumber | '8' is a magic number. | 79 |
Error | coding | MagicNumber | '4' is a magic number. | 80 |
Error | coding | MagicNumber | '5' is a magic number. | 80 |
Error | coding | MagicNumber | '9' is a magic number. | 80 |
Error | design | DesignForExtension | Class 'CheckBoxMenuItemIconCustom' looks like designed for extension (can be subclassed), but the method 'getIconWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CheckBoxMenuItemIconCustom' final or making the method 'getIconWidth' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
Error | coding | MagicNumber | '10' is a magic number. | 85 |
Error | design | DesignForExtension | Class 'CheckBoxMenuItemIconCustom' looks like designed for extension (can be subclassed), but the method 'getIconHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CheckBoxMenuItemIconCustom' final or making the method 'getIconHeight' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
Error | coding | MagicNumber | '10' is a magic number. | 90 |
com/jsql/view/swing/tree/ImageObserverAnimated.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | FinalParameters | Parameter tree should be final. | 33 |
Error | coding | HiddenField | 'tree' hides a field. | 33 |
Error | misc | FinalParameters | Parameter node should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Class 'ImageObserverAnimated' looks like designed for extension (can be subclassed), but the method 'imageUpdate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageObserverAnimated' final or making the method 'imageUpdate' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | misc | FinalParameters | Parameter image should be final. | 42 |
Error | misc | FinalParameters | Parameter flags should be final. | 42 |
Error | misc | FinalParameters | Parameter x should be final. | 42 |
Error | misc | FinalParameters | Parameter y should be final. | 42 |
Error | misc | FinalParameters | Parameter w should be final. | 42 |
Error | misc | FinalParameters | Parameter h should be final. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
com/jsql/view/swing/tree/ImageOverlap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 18 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter main should be final. | 44 |
Error | misc | FinalParameters | Parameter iconPathOverlap should be final. | 44 |
Error | coding | HiddenField | 'iconPathOverlap' hides a field. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
Error | design | DesignForExtension | Class 'ImageOverlap' looks like designed for extension (can be subclassed), but the method 'paintIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageOverlap' final or making the method 'paintIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
Error | misc | FinalParameters | Parameter c should be final. | 51 |
Error | misc | FinalParameters | Parameter g should be final. | 51 |
Error | misc | FinalParameters | Parameter x should be final. | 51 |
Error | misc | FinalParameters | Parameter y should be final. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
com/jsql/view/swing/tree/PanelNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 18 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 21 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | MagicNumber | '20' is a magic number. | 66 |
Error | coding | MagicNumber | '20' is a magic number. | 66 |
Error | coding | MagicNumber | '4' is a magic number. | 69 |
Error | coding | MagicNumber | '3' is a magic number. | 69 |
Error | coding | MagicNumber | '4' is a magic number. | 69 |
Error | coding | MagicNumber | '3' is a magic number. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | misc | FinalParameters | Parameter e should be final. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | misc | FinalParameters | Parameter e should be final. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | misc | FinalParameters | Parameter e should be final. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | misc | FinalParameters | Parameter e should be final. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | misc | FinalParameters | Parameter newIcon should be final. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | misc | FinalParameters | Parameter newIcon should be final. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | design | DesignForExtension | Class 'PanelNode' looks like designed for extension (can be subclassed), but the method 'getProgressBar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelNode' final or making the method 'getProgressBar' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 |
Error | design | DesignForExtension | Class 'PanelNode' looks like designed for extension (can be subclassed), but the method 'getLabel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelNode' final or making the method 'getLabel' static/final/abstract/empty, or adding allowed annotation for the method. | 224 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 224 |
Error | design | DesignForExtension | Class 'PanelNode' looks like designed for extension (can be subclassed), but the method 'getEditable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelNode' final or making the method 'getEditable' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 228 |
com/jsql/view/swing/tree/ProgressBarPausable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Class 'ProgressBarPausable' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProgressBarPausable' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
Error | misc | FinalParameters | Parameter graphics should be final. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 53 |
com/jsql/view/swing/tree/TreeDatabase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 36 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter root should be final. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'reloadNodes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'reloadNodes' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'reset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'reset' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'addColumns' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'addColumns' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter columns should be final. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'addDatabases' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'addDatabases' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter databases should be final. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'addTables' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'addTables' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter tables should be final. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 141 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'createValuesTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'createValuesTab' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 141 |
Error | misc | FinalParameters | Parameter data should be final. | 141 |
Error | misc | FinalParameters | Parameter columnNames should be final. | 141 |
Error | misc | FinalParameters | Parameter table should be final. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 155 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'endIndeterminateProgress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'endIndeterminateProgress' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 155 |
Error | misc | FinalParameters | Parameter dataElementDatabase should be final. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'endProgress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'endProgress' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 172 |
Error | misc | FinalParameters | Parameter dataElementDatabase should be final. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 190 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'startIndeterminateProgress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'startIndeterminateProgress' static/final/abstract/empty, or adding allowed annotation for the method. | 190 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 190 |
Error | misc | FinalParameters | Parameter dataElementDatabase should be final. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'startProgress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'startProgress' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 204 |
Error | misc | FinalParameters | Parameter dataElementDatabase should be final. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 223 |
Error | design | DesignForExtension | Class 'TreeDatabase' looks like designed for extension (can be subclassed), but the method 'updateProgress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TreeDatabase' final or making the method 'updateProgress' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 223 |
Error | misc | FinalParameters | Parameter dataElementDatabase should be final. | 223 |
Error | misc | FinalParameters | Parameter dataCount should be final. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 237 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 237 |
com/jsql/view/swing/tree/model/AbstractNodeModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.view.swing.tree.*. | 19 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 27 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter elementDatabase should be final. | 100 |
Error | coding | HiddenField | 'elementDatabase' hides a field. | 100 |
Error | misc | FinalParameters | Parameter emptyObject should be final. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 144 |
Error | misc | FinalParameters | Parameter currentTableNode should be final. | 144 |
Error | misc | FinalParameters | Parameter path should be final. | 144 |
Error | misc | FinalParameters | Parameter e should be final. | 144 |
Error | javadoc | JavadocMethod | Expected @param tag for 'e'. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 157 |
Error | misc | FinalParameters | Parameter e should be final. | 157 |
Error | misc | FinalParameters | Parameter popupMenu should be final. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 177 |
Error | misc | FinalParameters | Parameter currentTableNode should be final. | 177 |
Error | misc | FinalParameters | Parameter path should be final. | 177 |
Error | misc | FinalParameters | Parameter popupMenu should be final. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | misc | FinalParameters | Parameter currentTableNode should be final. | 214 |
Error | misc | FinalParameters | Parameter popupMenu should be final. | 215 |
Error | misc | FinalParameters | Parameter suspendableTask should be final. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 257 |
Error | misc | FinalParameters | Parameter nodeRenderer should be final. | 259 |
Error | coding | HiddenField | 'isSelected' hides a field. | 260 |
Error | misc | FinalParameters | Parameter isLeaf should be final. | 261 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | misc | FinalParameters | Parameter isLeaf should be final. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | misc | FinalParameters | Parameter currentNode should be final. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 313 |
Error | coding | HiddenField | 'isSelected' hides a field. | 313 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 313 |
Error | misc | FinalParameters | Parameter isEdited should be final. | 313 |
Error | coding | HiddenField | 'isEdited' hides a field. | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 317 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 338 |
Error | misc | FinalParameters | Parameter isEdited should be final. | 342 |
Error | coding | HiddenField | 'isEdited' hides a field. | 342 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 359 |
Error | misc | FinalParameters | Parameter panelNode should be final. | 359 |
Error | coding | HiddenField | 'panelNode' hides a field. | 359 |
Error | misc | FinalParameters | Parameter currentNode should be final. | 359 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 367 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 368 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 373 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 376 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 379 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'getElementDatabase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'getElementDatabase' static/final/abstract/empty, or adding allowed annotation for the method. | 390 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 390 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'getIndexProgress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'getIndexProgress' static/final/abstract/empty, or adding allowed annotation for the method. | 394 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 394 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setIndexProgress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setIndexProgress' static/final/abstract/empty, or adding allowed annotation for the method. | 398 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 398 |
Error | misc | FinalParameters | Parameter indexProgress should be final. | 398 |
Error | coding | HiddenField | 'indexProgress' hides a field. | 398 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'isSelected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'isSelected' static/final/abstract/empty, or adding allowed annotation for the method. | 402 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 402 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setSelected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setSelected' static/final/abstract/empty, or adding allowed annotation for the method. | 406 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 406 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 406 |
Error | coding | HiddenField | 'isSelected' hides a field. | 406 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'isRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 410 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 410 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 414 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 414 |
Error | misc | FinalParameters | Parameter isRunning should be final. | 414 |
Error | coding | HiddenField | 'isRunning' hides a field. | 414 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'isContainingSelection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'isContainingSelection' static/final/abstract/empty, or adding allowed annotation for the method. | 418 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 418 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setContainingSelection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setContainingSelection' static/final/abstract/empty, or adding allowed annotation for the method. | 422 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 422 |
Error | misc | FinalParameters | Parameter isContainingSelection should be final. | 422 |
Error | coding | HiddenField | 'isContainingSelection' hides a field. | 422 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'isLoaded' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'isLoaded' static/final/abstract/empty, or adding allowed annotation for the method. | 426 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 426 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setLoaded' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setLoaded' static/final/abstract/empty, or adding allowed annotation for the method. | 430 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 430 |
Error | misc | FinalParameters | Parameter isLoaded should be final. | 430 |
Error | coding | HiddenField | 'isLoaded' hides a field. | 430 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'isProgressing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'isProgressing' static/final/abstract/empty, or adding allowed annotation for the method. | 434 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 434 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setProgressing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setProgressing' static/final/abstract/empty, or adding allowed annotation for the method. | 438 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 438 |
Error | misc | FinalParameters | Parameter isProgressing should be final. | 438 |
Error | coding | HiddenField | 'isProgressing' hides a field. | 438 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'isLoading' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'isLoading' static/final/abstract/empty, or adding allowed annotation for the method. | 442 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 442 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setLoading' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setLoading' static/final/abstract/empty, or adding allowed annotation for the method. | 446 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 446 |
Error | misc | FinalParameters | Parameter isLoading should be final. | 446 |
Error | coding | HiddenField | 'isLoading' hides a field. | 446 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'getPanel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'getPanel' static/final/abstract/empty, or adding allowed annotation for the method. | 450 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 450 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setIsEdited' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setIsEdited' static/final/abstract/empty, or adding allowed annotation for the method. | 454 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 454 |
Error | misc | FinalParameters | Parameter isEdited should be final. | 454 |
Error | coding | HiddenField | 'isEdited' hides a field. | 454 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 457 |
Error | design | DesignForExtension | Class 'AbstractNodeModel' looks like designed for extension (can be subclassed), but the method 'setText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractNodeModel' final or making the method 'setText' static/final/abstract/empty, or adding allowed annotation for the method. | 458 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 458 |
Error | misc | FinalParameters | Parameter textI18n should be final. | 458 |
com/jsql/view/swing/tree/model/ActionCheckbox.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | misc | FinalParameters | Parameter isCheckboxesSelected should be final. | 20 |
Error | coding | HiddenField | 'isCheckboxesSelected' hides a field. | 20 |
Error | misc | FinalParameters | Parameter path should be final. | 20 |
Error | coding | HiddenField | 'path' hides a field. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Class 'ActionCheckbox' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActionCheckbox' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 34 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
com/jsql/view/swing/tree/model/JPopupMenuCustomExtract.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'getButtonGroupLoadRows' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'getButtonGroupLoadRows' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'setButtonGroupLoadRows' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'setButtonGroupLoadRows' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter buttonGroupLoadRows should be final. | 18 |
Error | coding | HiddenField | 'buttonGroupLoadRows' hides a field. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'getRadioCustomFromRow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'getRadioCustomFromRow' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'setRadioCustomFromRow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'setRadioCustomFromRow' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter radioCustomFromRow should be final. | 26 |
Error | coding | HiddenField | 'radioCustomFromRow' hides a field. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'getRadioCustomToRow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'getRadioCustomToRow' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'setRadioCustomToRow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'setRadioCustomToRow' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter radioCustomToRow should be final. | 34 |
Error | coding | HiddenField | 'radioCustomToRow' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'getRadioCustomFromChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'getRadioCustomFromChar' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'setRadioCustomFromChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'setRadioCustomFromChar' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter radioCustomFromChar should be final. | 42 |
Error | coding | HiddenField | 'radioCustomFromChar' hides a field. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'getRadioCustomToChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'getRadioCustomToChar' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'setRadioCustomToChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'setRadioCustomToChar' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter radioCustomToChar should be final. | 50 |
Error | coding | HiddenField | 'radioCustomToChar' hides a field. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'getMenuItemDump' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'getMenuItemDump' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Class 'JPopupMenuCustomExtract' looks like designed for extension (can be subclassed), but the method 'setMenuItemDump' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JPopupMenuCustomExtract' final or making the method 'setMenuItemDump' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter menuItemDump should be final. | 58 |
Error | coding | HiddenField | 'menuItemDump' hides a field. | 58 |
com/jsql/view/swing/tree/model/NodeModelColumn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 18 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter column should be final. | 31 |
Error | design | DesignForExtension | Class 'NodeModelColumn' looks like designed for extension (can be subclassed), but the method 'getComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelColumn' final or making the method 'getComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 37 |
Error | misc | FinalParameters | Parameter nodeRenderer should be final. | 37 |
Error | misc | FinalParameters | Parameter isLeaf should be final. | 37 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
com/jsql/view/swing/tree/model/NodeModelDatabase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter database should be final. | 38 |
Error | design | DesignForExtension | Class 'NodeModelDatabase' looks like designed for extension (can be subclassed), but the method 'getLeafIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelDatabase' final or making the method 'getLeafIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
Error | misc | FinalParameters | Parameter leaf should be final. | 43 |
Error | design | DesignForExtension | Class 'NodeModelDatabase' looks like designed for extension (can be subclassed), but the method 'runAction' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelDatabase' final or making the method 'runAction' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | design | DesignForExtension | Class 'NodeModelDatabase' looks like designed for extension (can be subclassed), but the method 'isPopupDisplayable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelDatabase' final or making the method 'isPopupDisplayable' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
Error | misc | FinalParameters | Parameter tablePopupMenu should be final. | 87 |
Error | misc | FinalParameters | Parameter path should be final. | 87 |
com/jsql/view/swing/tree/model/NodeModelEmpty.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 16 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter textNode should be final. | 31 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter column should be final. | 35 |
Error | design | DesignForExtension | Class 'NodeModelEmpty' looks like designed for extension (can be subclassed), but the method 'getComponent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelEmpty' final or making the method 'getComponent' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 41 |
Error | misc | FinalParameters | Parameter nodeRenderer should be final. | 41 |
Error | misc | FinalParameters | Parameter isLeaf should be final. | 41 |
Error | misc | FinalParameters | Parameter hasFocus should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Class 'NodeModelEmpty' looks like designed for extension (can be subclassed), but the method 'getLeafIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelEmpty' final or making the method 'getLeafIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
Error | misc | FinalParameters | Parameter leaf should be final. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
Error | misc | FinalParameters | Parameter tablePopupMenu should be final. | 75 |
Error | misc | FinalParameters | Parameter path should be final. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 80 |
Error | misc | FinalParameters | Parameter path should be final. | 80 |
Error | misc | FinalParameters | Parameter e should be final. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Class 'NodeModelEmpty' looks like designed for extension (can be subclassed), but the method 'isPopupDisplayable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelEmpty' final or making the method 'isPopupDisplayable' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
com/jsql/view/swing/tree/model/NodeModelTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter table should be final. | 42 |
Error | design | DesignForExtension | Class 'NodeModelTable' looks like designed for extension (can be subclassed), but the method 'getLeafIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelTable' final or making the method 'getLeafIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
Error | misc | FinalParameters | Parameter leaf should be final. | 47 |
Error | design | DesignForExtension | Class 'NodeModelTable' looks like designed for extension (can be subclassed), but the method 'displayProgress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelTable' final or making the method 'displayProgress' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 56 |
Error | misc | FinalParameters | Parameter panelNode should be final. | 56 |
Error | misc | FinalParameters | Parameter currentNode should be final. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 65 |
Error | design | DesignForExtension | Class 'NodeModelTable' looks like designed for extension (can be subclassed), but the method 'runAction' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelTable' final or making the method 'runAction' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | design | DesignForExtension | Class 'NodeModelTable' looks like designed for extension (can be subclassed), but the method 'buildMenu' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelTable' final or making the method 'buildMenu' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 102 |
Error | misc | FinalParameters | Parameter tablePopupMenu should be final. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | misc | FinalParameters | Parameter tablePopupMenu should be final. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 119 |
Error | coding | MagicNumber | '50' is a magic number. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
Error | coding | MagicNumber | '6' is a magic number. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 140 |
Error | coding | MagicNumber | '6' is a magic number. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 154 |
Error | coding | MagicNumber | '6' is a magic number. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 167 |
Error | coding | MagicNumber | '6' is a magic number. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | misc | FinalParameters | Parameter msm should be final. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | misc | FinalParameters | Parameter msm should be final. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 222 |
Error | misc | FinalParameters | Parameter tablePopupMenu should be final. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | design | DesignForExtension | Class 'NodeModelTable' looks like designed for extension (can be subclassed), but the method 'isPopupDisplayable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NodeModelTable' final or making the method 'isPopupDisplayable' static/final/abstract/empty, or adding allowed annotation for the method. | 244 |
com/jsql/view/swing/ui/BasicColoredSpinnerUI.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 7 |
Error | design | DesignForExtension | Class 'BasicColoredSpinnerUI' looks like designed for extension (can be subclassed), but the method 'createPreviousButton' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BasicColoredSpinnerUI' final or making the method 'createPreviousButton' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | DesignForExtension | Class 'BasicColoredSpinnerUI' looks like designed for extension (can be subclassed), but the method 'createNextButton' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BasicColoredSpinnerUI' final or making the method 'createNextButton' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
com/jsql/view/swing/ui/BorderRoundBlu.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | DesignForExtension | Class 'BorderRoundBlu' looks like designed for extension (can be subclassed), but the method 'paintBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BorderRoundBlu' final or making the method 'paintBorder' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 21 |
Error | misc | FinalParameters | Parameter c should be final. | 21 |
Error | misc | FinalParameters | Parameter g should be final. | 21 |
Error | misc | FinalParameters | Parameter x should be final. | 21 |
Error | misc | FinalParameters | Parameter y should be final. | 21 |
Error | misc | FinalParameters | Parameter width should be final. | 21 |
Error | misc | FinalParameters | Parameter height should be final. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 24 |
Error | coding | MagicNumber | '5' is a magic number. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 27 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Class 'BorderRoundBlu' looks like designed for extension (can be subclassed), but the method 'getBorderInsets' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BorderRoundBlu' final or making the method 'getBorderInsets' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
Error | misc | FinalParameters | Parameter c should be final. | 58 |
Error | coding | MagicNumber | '4' is a magic number. | 59 |
Error | coding | MagicNumber | '8' is a magic number. | 59 |
Error | coding | MagicNumber | '4' is a magic number. | 59 |
Error | coding | MagicNumber | '8' is a magic number. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | design | DesignForExtension | Class 'BorderRoundBlu' looks like designed for extension (can be subclassed), but the method 'getBorderInsets' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BorderRoundBlu' final or making the method 'getBorderInsets' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
Error | misc | FinalParameters | Parameter c should be final. | 63 |
Error | misc | FinalParameters | Parameter insets should be final. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 65 |
Error | coding | MagicNumber | '8' is a magic number. | 65 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 66 |
Error | coding | MagicNumber | '4' is a magic number. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
com/jsql/view/swing/ui/BorderlessTabButtonUI.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 15 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | DesignForExtension | Class 'BorderlessTabButtonUI' looks like designed for extension (can be subclassed), but the method 'createScrollButton' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BorderlessTabButtonUI' final or making the method 'createScrollButton' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
Error | misc | FinalParameters | Parameter direction should be final. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 39 |
Error | misc | FinalParameters | Parameter direction should be final. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | coding | MagicNumber | '122' is a magic number. | 45 |
Error | coding | MagicNumber | '138' is a magic number. | 45 |
Error | coding | MagicNumber | '153' is a magic number. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
com/jsql/view/swing/ui/CheckBoxIcon.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
Error | misc | FinalParameters | Parameter c should be final. | 13 |
Error | misc | FinalParameters | Parameter g should be final. | 13 |
Error | misc | FinalParameters | Parameter x should be final. | 13 |
Error | misc | FinalParameters | Parameter y should be final. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | coding | MagicNumber | '3' is a magic number. | 39 |
Error | coding | MagicNumber | '3' is a magic number. | 39 |
Error | coding | MagicNumber | '5' is a magic number. | 40 |
Error | coding | MagicNumber | '5' is a magic number. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Class 'CheckBoxIcon' looks like designed for extension (can be subclassed), but the method 'drawCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CheckBoxIcon' final or making the method 'drawCheck' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
Error | misc | FinalParameters | Parameter g should be final. | 63 |
Error | misc | FinalParameters | Parameter x should be final. | 63 |
Error | misc | FinalParameters | Parameter y should be final. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | coding | MagicNumber | '3' is a magic number. | 65 |
Error | coding | MagicNumber | '5' is a magic number. | 65 |
Error | coding | MagicNumber | '8' is a magic number. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | coding | MagicNumber | '4' is a magic number. | 66 |
Error | coding | MagicNumber | '3' is a magic number. | 66 |
Error | coding | MagicNumber | '5' is a magic number. | 66 |
Error | coding | MagicNumber | '6' is a magic number. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 67 |
Error | coding | MagicNumber | '4' is a magic number. | 67 |
Error | coding | MagicNumber | '4' is a magic number. | 67 |
Error | coding | MagicNumber | '5' is a magic number. | 67 |
Error | coding | MagicNumber | '5' is a magic number. | 67 |
Error | design | DesignForExtension | Class 'CheckBoxIcon' looks like designed for extension (can be subclassed), but the method 'paintIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CheckBoxIcon' final or making the method 'paintIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
Error | misc | FinalParameters | Parameter c should be final. | 71 |
Error | misc | FinalParameters | Parameter g should be final. | 71 |
Error | misc | FinalParameters | Parameter x should be final. | 71 |
Error | misc | FinalParameters | Parameter y should be final. | 71 |
Error | design | DesignForExtension | Class 'CheckBoxIcon' looks like designed for extension (can be subclassed), but the method 'getIconWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CheckBoxIcon' final or making the method 'getIconWidth' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
Error | design | DesignForExtension | Class 'CheckBoxIcon' looks like designed for extension (can be subclassed), but the method 'getIconHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CheckBoxIcon' final or making the method 'getIconHeight' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
com/jsql/view/swing/ui/ComponentBorder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | coding | MagicNumber | '5' is a magic number. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter component should be final. | 51 |
Error | coding | HiddenField | 'component' hides a field. | 51 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter component should be final. | 55 |
Error | coding | HiddenField | 'component' hides a field. | 55 |
Error | misc | FinalParameters | Parameter addX should be final. | 55 |
Error | coding | HiddenField | 'addX' hides a field. | 55 |
Error | misc | FinalParameters | Parameter addY should be final. | 55 |
Error | coding | HiddenField | 'addY' hides a field. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | misc | FinalParameters | Parameter component should be final. | 68 |
Error | coding | HiddenField | 'component' hides a field. | 68 |
Error | misc | FinalParameters | Parameter edge should be final. | 68 |
Error | coding | HiddenField | 'edge' hides a field. | 68 |
Error | misc | FinalParameters | Parameter component should be final. | 79 |
Error | coding | HiddenField | 'component' hides a field. | 79 |
Error | misc | FinalParameters | Parameter edge should be final. | 79 |
Error | coding | HiddenField | 'edge' hides a field. | 79 |
Error | misc | FinalParameters | Parameter alignment should be final. | 79 |
Error | coding | HiddenField | 'alignment' hides a field. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | design | DesignForExtension | Class 'ComponentBorder' looks like designed for extension (can be subclassed), but the method 'isAdjustInsets' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComponentBorder' final or making the method 'isAdjustInsets' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
Error | design | DesignForExtension | Class 'ComponentBorder' looks like designed for extension (can be subclassed), but the method 'setAdjustInsets' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComponentBorder' final or making the method 'setAdjustInsets' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter adjustInsets should be final. | 92 |
Error | coding | HiddenField | 'adjustInsets' hides a field. | 92 |
Error | misc | FinalParameters | Parameter alignment should be final. | 109 |
Error | coding | HiddenField | 'alignment' hides a field. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | misc | FinalParameters | Parameter edge should be final. | 133 |
Error | coding | HiddenField | 'edge' hides a field. | 133 |
Error | misc | FinalParameters | Parameter gap should be final. | 149 |
Error | coding | HiddenField | 'gap' hides a field. | 149 |
Error | design | DesignForExtension | Class 'ComponentBorder' looks like designed for extension (can be subclassed), but the method 'getBorderInsets' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComponentBorder' final or making the method 'getBorderInsets' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
Error | misc | FinalParameters | Parameter c should be final. | 154 |
Error | design | DesignForExtension | Class 'ComponentBorder' looks like designed for extension (can be subclassed), but the method 'isBorderOpaque' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComponentBorder' final or making the method 'isBorderOpaque' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 168 |
Error | misc | FinalParameters | Parameter c should be final. | 168 |
Error | misc | FinalParameters | Parameter g should be final. | 168 |
Error | misc | FinalParameters | Parameter x should be final. | 168 |
Error | misc | FinalParameters | Parameter y should be final. | 168 |
Error | misc | FinalParameters | Parameter width should be final. | 168 |
Error | misc | FinalParameters | Parameter height should be final. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | misc | FinalParameters | Parameter parent should be final. | 188 |
Error | coding | HiddenField | 'parent' hides a field. | 188 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parent'. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 282 |
com/jsql/view/swing/ui/CustomBasicComboBoxUI.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
com/jsql/view/swing/ui/CustomMetalTabbedPaneUI.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Class 'CustomMetalTabbedPaneUI' looks like designed for extension (can be subclassed), but the method 'calculateMaxTabHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CustomMetalTabbedPaneUI' final or making the method 'calculateMaxTabHeight' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 30 |
Error | coding | MagicNumber | '22' is a magic number. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 35 |
Error | misc | FinalParameters | Parameter g should be final. | 35 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 35 |
Error | misc | FinalParameters | Parameter selectedIndex should be final. | 35 |
Error | misc | FinalParameters | Parameter x should be final. | 35 |
Error | misc | FinalParameters | Parameter y should be final. | 35 |
Error | misc | FinalParameters | Parameter w should be final. | 35 |
Error | misc | FinalParameters | Parameter h should be final. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 40 |
Error | misc | FinalParameters | Parameter g should be final. | 40 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 40 |
Error | misc | FinalParameters | Parameter selectedIndex should be final. | 40 |
Error | misc | FinalParameters | Parameter x should be final. | 40 |
Error | misc | FinalParameters | Parameter y should be final. | 40 |
Error | misc | FinalParameters | Parameter w should be final. | 40 |
Error | misc | FinalParameters | Parameter h should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 45 |
Error | misc | FinalParameters | Parameter g should be final. | 45 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 45 |
Error | misc | FinalParameters | Parameter selectedIndex should be final. | 45 |
Error | misc | FinalParameters | Parameter x should be final. | 45 |
Error | misc | FinalParameters | Parameter y should be final. | 45 |
Error | misc | FinalParameters | Parameter w should be final. | 45 |
Error | misc | FinalParameters | Parameter h should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 50 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 50 |
Error | misc | FinalParameters | Parameter g should be final. | 50 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 50 |
Error | misc | FinalParameters | Parameter tabIndex should be final. | 50 |
Error | misc | FinalParameters | Parameter x should be final. | 50 |
Error | misc | FinalParameters | Parameter y should be final. | 50 |
Error | misc | FinalParameters | Parameter w should be final. | 50 |
Error | misc | FinalParameters | Parameter h should be final. | 50 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 55 |
Error | misc | FinalParameters | Parameter g should be final. | 55 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 55 |
Error | misc | FinalParameters | Parameter rects should be final. | 55 |
Error | misc | FinalParameters | Parameter tabIndex should be final. | 55 |
Error | misc | FinalParameters | Parameter iconRect should be final. | 55 |
Error | misc | FinalParameters | Parameter textRect should be final. | 55 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 60 |
Error | misc | FinalParameters | Parameter g should be final. | 60 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 60 |
Error | misc | FinalParameters | Parameter selectedIndex should be final. | 60 |
Error | misc | FinalParameters | Parameter x should be final. | 60 |
Error | misc | FinalParameters | Parameter y should be final. | 60 |
Error | misc | FinalParameters | Parameter w should be final. | 60 |
Error | misc | FinalParameters | Parameter h should be final. | 60 |
Error | design | DesignForExtension | Class 'CustomMetalTabbedPaneUI' looks like designed for extension (can be subclassed), but the method 'paintTabArea' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CustomMetalTabbedPaneUI' final or making the method 'paintTabArea' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
Error | misc | FinalParameters | Parameter g should be final. | 65 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 65 |
Error | misc | FinalParameters | Parameter selectedIndex should be final. | 65 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 74 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 92 |
Error | design | DesignForExtension | Class 'CustomMetalTabbedPaneUI' looks like designed for extension (can be subclassed), but the method 'paintTabBackground' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CustomMetalTabbedPaneUI' final or making the method 'paintTabBackground' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 97 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 97 |
Error | misc | FinalParameters | Parameter g should be final. | 97 |
Error | misc | FinalParameters | Parameter tabPlacement should be final. | 97 |
Error | misc | FinalParameters | Parameter tabIndex should be final. | 97 |
Error | misc | FinalParameters | Parameter x should be final. | 97 |
Error | misc | FinalParameters | Parameter y should be final. | 97 |
Error | misc | FinalParameters | Parameter w should be final. | 97 |
Error | misc | FinalParameters | Parameter h should be final. | 97 |
Error | misc | FinalParameters | Parameter isSelected should be final. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 100 |
com/jsql/view/swing/ui/FlatButtonMouseAdapter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter buttonFlat should be final. | 18 |
Error | coding | HiddenField | 'buttonFlat' hides a field. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | DesignForExtension | Class 'FlatButtonMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseEntered' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlatButtonMouseAdapter' final or making the method 'mouseEntered' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
Error | misc | FinalParameters | Parameter e should be final. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | DesignForExtension | Class 'FlatButtonMouseAdapter' looks like designed for extension (can be subclassed), but the method 'mouseExited' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlatButtonMouseAdapter' final or making the method 'mouseExited' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
Error | misc | FinalParameters | Parameter e should be final. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
Error | coding | MagicNumber | '4' is a magic number. | 38 |
Error | coding | MagicNumber | '8' is a magic number. | 38 |
Error | coding | MagicNumber | '4' is a magic number. | 38 |
Error | coding | MagicNumber | '8' is a magic number. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | DesignForExtension | Class 'FlatButtonMouseAdapter' looks like designed for extension (can be subclassed), but the method 'setContentVisible' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlatButtonMouseAdapter' final or making the method 'setContentVisible' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter isVisible should be final. | 42 |
Error | coding | HiddenField | 'isVisible' hides a field. | 42 |
com/jsql/view/swing/util/I18nViewUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 5 |
Error | design | FinalClass | Class I18nViewUtil should be declared as final. | 7 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 12 |
Error | naming | ConstantName | Name 'componentsLocalized' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | misc | FinalParameters | Parameter key should be final. | 50 |
Error | misc | FinalParameters | Parameter component should be final. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | misc | FinalParameters | Parameter key should be final. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter key should be final. | 76 |
Error | misc | FinalParameters | Parameter newLocale should be final. | 76 |
com/jsql/view/swing/util/MediatorHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.view.swing.manager.*. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter frame should be final. | 110 |
Error | coding | HiddenField | 'frame' hides a field. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
Error | misc | FinalParameters | Parameter menubar should be final. | 114 |
Error | coding | HiddenField | 'menubar' hides a field. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter panelAddress should be final. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter tabConsoles should be final. | 122 |
Error | coding | HiddenField | 'tabConsoles' hides a field. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter panelConsoles should be final. | 126 |
Error | coding | HiddenField | 'panelConsoles' hides a field. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 |
Error | misc | FinalParameters | Parameter treeDatabase should be final. | 130 |
Error | coding | HiddenField | 'treeDatabase' hides a field. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 |
Error | misc | FinalParameters | Parameter tabResults should be final. | 134 |
Error | coding | HiddenField | 'tabResults' hides a field. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 138 |
Error | misc | FinalParameters | Parameter tabManagers should be final. | 138 |
Error | coding | HiddenField | 'tabManagers' hides a field. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter managerWebshell should be final. | 145 |
Error | coding | HiddenField | 'managerWebshell' hides a field. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 |
Error | misc | FinalParameters | Parameter managerAdminPage should be final. | 149 |
Error | coding | HiddenField | 'managerAdminPage' hides a field. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 153 |
Error | misc | FinalParameters | Parameter managerFile should be final. | 153 |
Error | coding | HiddenField | 'managerFile' hides a field. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter managerUpload should be final. | 157 |
Error | coding | HiddenField | 'managerUpload' hides a field. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter managerSqlshell should be final. | 161 |
Error | coding | HiddenField | 'managerSqlshell' hides a field. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 165 |
Error | misc | FinalParameters | Parameter managerScan should be final. | 165 |
Error | coding | HiddenField | 'managerScan' hides a field. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 169 |
Error | misc | FinalParameters | Parameter managerBruteForce should be final. | 169 |
Error | coding | HiddenField | 'managerBruteForce' hides a field. | 169 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 173 |
Error | misc | FinalParameters | Parameter model should be final. | 173 |
Error | coding | HiddenField | 'model' hides a field. | 173 |
com/jsql/view/swing/util/UiStringUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class UiStringUtil should be declared as final. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter text should be final. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
Error | misc | FinalParameters | Parameter text should be final. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | misc | FinalParameters | Parameter text should be final. | 22 |
Error | misc | FinalParameters | Parameter nowrap should be final. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
com/jsql/view/swing/util/UiUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 33 |
Error | design | FinalClass | Class UiUtil should be declared as final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 104 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 106 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 107 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 109 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 110 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 111 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 112 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 113 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 114 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 115 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 116 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 117 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 118 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 119 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 120 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 121 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 122 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 123 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 124 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 125 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 126 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 128 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 129 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 130 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 131 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 134 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 136 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 137 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 138 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 139 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 142 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 145 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 148 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 150 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 159 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 193 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 194 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 195 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 273 |
Error | coding | MagicNumber | '155' is a magic number. | 277 |
Error | coding | MagicNumber | '193' is a magic number. | 277 |
Error | coding | MagicNumber | '232' is a magic number. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | coding | MagicNumber | '750' is a magic number. | 289 |
Error | coding | MagicNumber | '30000' is a magic number. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 292 |
Error | coding | MagicNumber | '255' is a magic number. | 295 |
Error | coding | MagicNumber | '255' is a magic number. | 295 |
Error | coding | MagicNumber | '225' is a magic number. | 295 |
Error | coding | MagicNumber | '255' is a magic number. | 296 |
Error | coding | MagicNumber | '255' is a magic number. | 296 |
Error | coding | MagicNumber | '225' is a magic number. | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 305 |
Error | coding | MagicNumber | '3' is a magic number. | 310 |
Error | coding | MagicNumber | '3' is a magic number. | 312 |
Error | coding | MagicNumber | '5' is a magic number. | 312 |
Error | coding | MagicNumber | '3' is a magic number. | 312 |
Error | coding | MagicNumber | '190' is a magic number. | 314 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 |
Error | coding | MagicNumber | '198' is a magic number. | 314 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 |
Error | coding | MagicNumber | '205' is a magic number. | 314 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 354 |
Error | misc | FinalParameters | Parameter comp should be final. | 354 |
Error | misc | FinalParameters | Parameter g should be final. | 354 |
Error | misc | FinalParameters | Parameter x should be final. | 354 |
Error | misc | FinalParameters | Parameter y should be final. | 354 |
Error | misc | FinalParameters | Parameter w should be final. | 354 |
Error | misc | FinalParameters | Parameter h should be final. | 354 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 358 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 359 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 377 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 379 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 391 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | coding | MagicNumber | '3' is a magic number. | 402 |
Error | coding | MagicNumber | '4' is a magic number. | 402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 408 |
Error | coding | MagicNumber | '136' is a magic number. | 409 |
Error | coding | MagicNumber | '183' is a magic number. | 409 |
Error | coding | MagicNumber | '104' is a magic number. | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 410 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 418 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 427 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 431 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 435 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 435 |
Error | misc | FinalParameters | Parameter textComponent should be final. | 435 |
Error | misc | FinalParameters | Parameter g should be final. | 435 |
Error | misc | FinalParameters | Parameter placeholderText should be final. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 439 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 439 |
Error | misc | FinalParameters | Parameter textComponent should be final. | 439 |
Error | misc | FinalParameters | Parameter g should be final. | 439 |
Error | misc | FinalParameters | Parameter placeholderText should be final. | 439 |
Error | misc | FinalParameters | Parameter y should be final. | 439 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 443 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 444 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 447 |
Error | coding | MagicNumber | '0xfefefefe' is a magic number. | 450 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 458 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 464 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 465 |
Error | misc | FinalParameters | Parameter component should be final. | 465 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 468 |
Error | misc | FinalParameters | Parameter visible should be final. | 470 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 476 |
Error | misc | FinalParameters | Parameter e should be final. | 480 |
Error | misc | FinalParameters | Parameter e should be final. | 488 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 497 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 499 |
Error | misc | FinalParameters | Parameter textPane should be final. | 504 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 508 |