The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 4 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 9124 | Error |
RegexpSingleline
| 951 | Error |
JavadocMethod | 362 | Error |
JavadocType | 43 | Error |
JavadocVariable | 455 | Error |
JavadocStyle | 41 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 18 | Error |
MemberName | 1 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 2 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 1732 | Error |
MethodLength | 2 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 4 | Error |
NoWhitespaceAfter | 5 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 9 | Error |
ParenPad | 25 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 1067 | Error |
WhitespaceAround | 2192 | Error |
ModifierOrder | 47 | Error |
RedundantModifier | 10 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 12 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 3 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 69 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 1 | Error |
MagicNumber | 551 | Error |
MissingSwitchDefault | 5 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 69 | Error |
SimplifyBooleanReturn | 2 | Error |
DesignForExtension | 282 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 38 | Error |
ArrayTypeStyle | 3 | Error |
FinalParameters | 441 | Error |
TodoComment | 0 | Error |
UpperEll | 1 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 31 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'popupMenuWillBecomeVisible' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line contains a tab character. | 45 | |
Parameter e should be final. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
':' is not preceded with whitespace. | 47 | |
':' is not followed by whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Parameter e should be final. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Parameter e should be final. | 57 | |
Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 34 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 39 | |
',' is not followed by whitespace. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter component should be final. | 44 | |
'component' hides a field. | 44 | |
',' is not followed by whitespace. | 44 | |
Parameter commandVariableFilter should be final. | 44 | |
',' is not followed by whitespace. | 44 | |
Parameter index should be final. | 44 | |
'index' hides a field. | 44 | |
Line contains a tab character. | 45 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Line contains a tab character. | 47 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
'public' modifier out of order with the JLS suggestions. | 52 | |
Parameter component should be final. | 52 | |
Line contains a tab character. | 53 | |
',' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
'public' modifier out of order with the JLS suggestions. | 56 | |
Parameter component should be final. | 56 | |
',' is not followed by whitespace. | 56 | |
Parameter commandVariableFilter should be final. | 56 | |
Line contains a tab character. | 57 | |
',' is not followed by whitespace. | 57 | |
',' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
'public' modifier out of order with the JLS suggestions. | 60 | |
Parameter component should be final. | 60 | |
',' is not followed by whitespace. | 60 | |
Parameter commandVariableFilter should be final. | 60 | |
',' is not followed by whitespace. | 60 | |
Parameter index should be final. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
',' is not followed by whitespace. | 61 | |
',' is not followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
'!=' is not preceded with whitespace. | 67 | |
'!=' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
'!=' is not preceded with whitespace. | 70 | |
'!=' is not followed by whitespace. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
'!=' is not preceded with whitespace. | 73 | |
'!=' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'!=' is not preceded with whitespace. | 81 | |
'!=' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'!=' is not preceded with whitespace. | 84 | |
'!=' is not followed by whitespace. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
'!=' is not preceded with whitespace. | 87 | |
'!=' is not followed by whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Line contains a tab character. | 93 | |
Parameter command should be final. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Missing a Javadoc comment. | 97 | |
Line contains a tab character. | 98 | |
'==' is not preceded with whitespace. | 98 | |
'==' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
'==' is not preceded with whitespace. | 106 | |
Expression can be simplified. | 106 | |
'==' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
'==' is not preceded with whitespace. | 110 | |
Expression can be simplified. | 110 | |
'==' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
'==' is not preceded with whitespace. | 114 | |
Expression can be simplified. | 114 | |
'==' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
'!=' is not preceded with whitespace. | 122 | |
'!=' is not followed by whitespace. | 122 | |
'!=' is not preceded with whitespace. | 122 | |
'!=' is not followed by whitespace. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'==' is not preceded with whitespace. | 124 | |
Expression can be simplified. | 124 | |
'==' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Missing a Javadoc comment. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
'!=' is not preceded with whitespace. | 132 | |
'!=' is not followed by whitespace. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
'==' is not preceded with whitespace. | 134 | |
'==' is not followed by whitespace. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Conditional logic can be removed. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Conditional logic can be removed. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Missing a Javadoc comment. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'==' is not preceded with whitespace. | 156 | |
'==' is not followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
'=' is not preceded with whitespace. | 161 | |
'=' is not followed by whitespace. | 161 | |
';' is not followed by whitespace. | 161 | |
'<' is not preceded with whitespace. | 161 | |
'<' is not followed by whitespace. | 161 | |
';' is not followed by whitespace. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter newMode should be final. | 170 | |
Line contains a tab character. | 171 | |
'==' is not preceded with whitespace. | 171 | |
'==' is not followed by whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
'!=' is not preceded with whitespace. | 174 | |
'!=' is not followed by whitespace. | 174 | |
'==' is not preceded with whitespace. | 174 | |
'==' is not followed by whitespace. | 174 | |
'==' is not preceded with whitespace. | 174 | |
'==' is not followed by whitespace. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
'==' is not preceded with whitespace. | 175 | |
'==' is not followed by whitespace. | 175 | |
'>' is not preceded with whitespace. | 175 | |
'>' is not followed by whitespace. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
'==' is not preceded with whitespace. | 178 | |
'==' is not followed by whitespace. | 178 | |
'>' is not preceded with whitespace. | 178 | |
'>' is not followed by whitespace. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
'>' is not preceded with whitespace. | 181 | |
'>' is not followed by whitespace. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
'>' is not preceded with whitespace. | 184 | |
'>' is not followed by whitespace. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
'==' is not preceded with whitespace. | 188 | |
'==' is not followed by whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
':' is not preceded with whitespace. | 191 | |
':' is not followed by whitespace. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 42 | |
Line has trailing spaces. | 44 | |
Utility classes should not have a public or default constructor. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'public' modifier out of order with the JLS suggestions. | 49 | |
Parameter comp should be final. | 49 | |
',' is not followed by whitespace. | 49 | |
Parameter name should be final. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'+' is not preceded with whitespace. | 51 | |
'+' is not followed by whitespace. | 51 | |
'+' is not preceded with whitespace. | 51 | |
'+' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
'public' modifier out of order with the JLS suggestions. | 55 | |
Parameter name should be final. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
'public' modifier out of order with the JLS suggestions. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Parameter e should be final. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
'+' is not preceded with whitespace. | 67 | |
'+' is not followed by whitespace. | 67 | |
'cast' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
'public' modifier out of order with the JLS suggestions. | 74 | |
',' is not followed by whitespace. | 74 | |
Parameter items should be final. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Parameter e should be final. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
'+' is not preceded with whitespace. | 80 | |
'+' is not followed by whitespace. | 80 | |
'cast' is not followed by whitespace. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 86 | |
'public' modifier out of order with the JLS suggestions. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Parameter arg0 should be final. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Parameter arg0 should be final. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Parameter arg0 should be final. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
'public' modifier out of order with the JLS suggestions. | 108 | |
Parameter comp should be final. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 114 | |
'public' modifier out of order with the JLS suggestions. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 117 | |
'public' modifier out of order with the JLS suggestions. | 117 | |
Parameter nameObject should be final. | 117 | |
',' is not followed by whitespace. | 117 | |
Parameter name should be final. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line has trailing spaces. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Missing a Javadoc comment. | 123 | |
'public' modifier out of order with the JLS suggestions. | 123 | |
Parameter name should be final. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
',' is not followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Missing a Javadoc comment. | 132 | |
'public' modifier out of order with the JLS suggestions. | 132 | |
Parameter parent should be final. | 132 | |
',' is not followed by whitespace. | 132 | |
Parameter title should be final. | 132 | |
',' is not followed by whitespace. | 132 | |
Parameter message should be final. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
',' is not followed by whitespace. | 133 | |
',' is not followed by whitespace. | 133 | |
',' is not followed by whitespace. | 133 | |
Line contains a tab character. | 134 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 57 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Variable 'bottomSplitPane' must be private and have accessor methods. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Variable 'bottomLogSplitPane' must be private and have accessor methods. | 69 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Variable 'scopePanel' must be private and have accessor methods. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Variable 'topPanelSerial' must be private and have accessor methods. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
'10' is a magic number. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
',' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Missing a Javadoc comment. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
',' is not followed by whitespace. | 114 | |
',' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'0.7' is a magic number. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
'100' is a magic number. | 118 | |
'350' is a magic number. | 118 | |
Line contains a tab character. | 119 | |
'200' is a magic number. | 119 | |
'150' is a magic number. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line has trailing spaces. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Missing a Javadoc comment. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
'0.4' is a magic number. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'200' is a magic number. | 130 | |
'100' is a magic number. | 130 | |
Line contains a tab character. | 131 | |
'200' is a magic number. | 131 | |
'100' is a magic number. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Missing a Javadoc comment. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
',' is not followed by whitespace. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
':' is not preceded with whitespace. | 142 | |
':' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
',' is not followed by whitespace. | 149 | |
',' is not followed by whitespace. | 149 | |
',' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Missing a Javadoc comment. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Missing a Javadoc comment. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Method 'settingUpdated' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Line contains a tab character. | 165 | |
Parameter key should be final. | 165 | |
Parameter value should be final. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
'==' is not preceded with whitespace. | 167 | |
'==' is not followed by whitespace. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
',' is not followed by whitespace. | 175 | |
',' is not followed by whitespace. | 175 | |
',' is not followed by whitespace. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
'!=' is not preceded with whitespace. | 178 | |
'!=' is not followed by whitespace. | 178 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
'-' is not preceded with whitespace. | 179 | |
'-' is not followed by whitespace. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 52 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Name 'NIMBUS_PRIMARY_COLORS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Name 'NIMBUS_SECONDARY_COLORS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
'100' is a magic number. | 71 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter mainFrame should be final. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'600' is a magic number. | 79 | |
',' is not followed by whitespace. | 79 | |
'400' is a magic number. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'(' is followed by whitespace. | 81 | |
')' is preceded with whitespace. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Method 'createTop' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
':' is not preceded with whitespace. | 96 | |
':' is not followed by whitespace. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
',' is not followed by whitespace. | 99 | |
',' is not followed by whitespace. | 99 | |
'6' is a magic number. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Method 'createCenter' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
':' is not preceded with whitespace. | 107 | |
':' is not followed by whitespace. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
',' is not followed by whitespace. | 108 | |
',' is not followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
',' is not followed by whitespace. | 110 | |
',' is not followed by whitespace. | 110 | |
'6' is a magic number. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter panel should be final. | 114 | |
',' is not followed by whitespace. | 114 | |
Parameter colorName should be final. | 114 | |
',' is not followed by whitespace. | 114 | |
Parameter isPrimary should be final. | 114 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
'=' is not preceded with whitespace. | 117 | |
'=' is not followed by whitespace. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Parameter g should be final. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
'cast' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Parameter e should be final. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
'cast' is not followed by whitespace. | 134 | |
'cast' is not followed by whitespace. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
'cast' is not followed by whitespace. | 136 | |
Line contains a tab character. | 137 | |
'cast' is not followed by whitespace. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
':' is not preceded with whitespace. | 139 | |
':' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
'=' is not preceded with whitespace. | 147 | |
'=' is not followed by whitespace. | 147 | |
Line contains a tab character. | 148 | |
'=' is not preceded with whitespace. | 148 | |
'=' is not followed by whitespace. | 148 | |
';' is not followed by whitespace. | 148 | |
'<' is not preceded with whitespace. | 148 | |
'4' is a magic number. | 148 | |
'<' is not followed by whitespace. | 148 | |
';' is not followed by whitespace. | 148 | |
Line contains a tab character. | 149 | |
',' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
Missing a Javadoc comment. | 155 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Missing a Javadoc comment. | 156 | |
Line contains a tab character. | 157 | |
Missing a Javadoc comment. | 157 | |
Variable 'colorSetting' must be private and have accessor methods. | 157 | |
Line contains a tab character. | 158 | |
Missing a Javadoc comment. | 158 | |
Variable 't' must be private and have accessor methods. | 158 | |
Line contains a tab character. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter colorSetting should be final. | 159 | |
'colorSetting' hides a field. | 159 | |
',' is not followed by whitespace. | 159 | |
Parameter t should be final. | 159 | |
't' hides a field. | 159 | |
Line contains a tab character. | 160 | |
'=' is not preceded with whitespace. | 160 | |
'=' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 | |
'=' is not preceded with whitespace. | 161 | |
'=' is not followed by whitespace. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Missing a Javadoc comment. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
'cast' is not followed by whitespace. | 170 | |
Line contains a tab character. | 171 | |
'==' is not preceded with whitespace. | 171 | |
'254' is a magic number. | 171 | |
'==' is not followed by whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
'cast' is not followed by whitespace. | 180 | |
Line contains a tab character. | 181 | |
'==' is not preceded with whitespace. | 181 | |
'==' is not followed by whitespace. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
'3' is a magic number. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Parameter value should be final. | 201 | |
Line contains a tab character. | 202 | |
'cast' is not followed by whitespace. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
',' is not followed by whitespace. | 207 | |
',' is not followed by whitespace. | 207 | |
',' is not followed by whitespace. | 207 | |
';' is not followed by whitespace. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
',' is not followed by whitespace. | 208 | |
',' is not followed by whitespace. | 208 | |
',' is not followed by whitespace. | 208 | |
';' is not followed by whitespace. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
',' is not followed by whitespace. | 209 | |
',' is not followed by whitespace. | 209 | |
',' is not followed by whitespace. | 209 | |
';' is not followed by whitespace. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
'3' is a magic number. | 210 | |
',' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 210 | |
';' is not followed by whitespace. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line has trailing spaces. | 220 | |
Line contains a tab character. | 220 | |
Missing a Javadoc comment. | 221 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Missing a Javadoc comment. | 222 | |
Variable 'colorName' must be private and have accessor methods. | 222 | |
Line contains a tab character. | 223 | |
Missing a Javadoc comment. | 223 | |
Variable 'preview' must be private and have accessor methods. | 223 | |
Line contains a tab character. | 224 | |
Missing a Javadoc comment. | 224 | |
Variable 'colorModel' must be private and have accessor methods. | 224 | |
Line contains a tab character. | 226 | |
Missing a Javadoc comment. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter c should be final. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
':' is not preceded with whitespace. | 234 | |
':' is not followed by whitespace. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
',' is not followed by whitespace. | 240 | |
',' is not followed by whitespace. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 48 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 53 | |
',' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
'private' modifier out of order with the JLS suggestions. | 59 | |
'255' is a magic number. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
',' is not followed by whitespace. | 67 | |
Line contains a tab character. | 68 | |
'5' is a magic number. | 68 | |
',' is not followed by whitespace. | 68 | |
'5' is a magic number. | 68 | |
',' is not followed by whitespace. | 68 | |
'5' is a magic number. | 68 | |
',' is not followed by whitespace. | 68 | |
'5' is a magic number. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'10' is a magic number. | 74 | |
',' is not followed by whitespace. | 74 | |
'50' is a magic number. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
',' is not followed by whitespace. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
'30' is a magic number. | 85 | |
Line contains a tab character. | 86 | |
'5' is a magic number. | 86 | |
'5' is a magic number. | 86 | |
'5' is a magic number. | 86 | |
'5' is a magic number. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
',' is not followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Parameter e should be final. | 95 | |
Line contains a tab character. | 96 | |
'=' is not preceded with whitespace. | 96 | |
'=' is not followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
',' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
',' is not followed by whitespace. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
',' is not followed by whitespace. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
',' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Method 'deviceDataReceived' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Line contains a tab character. | 111 | |
Parameter data should be final. | 111 | |
Line contains a tab character. | 112 | |
',' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'deviceDataSend' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line contains a tab character. | 116 | |
Parameter data should be final. | 116 | |
Line contains a tab character. | 117 | |
',' is not followed by whitespace. | 117 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter data should be final. | 120 | |
',' is not followed by whitespace. | 120 | |
Parameter prefix should be final. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'>' is not preceded with whitespace. | 130 | |
'>' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'/' is not preceded with whitespace. | 133 | |
'/' is not followed by whitespace. | 133 | |
Line contains a tab character. | 134 | |
'=' is not preceded with whitespace. | 134 | |
'=' is not followed by whitespace. | 134 | |
';' is not followed by whitespace. | 134 | |
'<' is not preceded with whitespace. | 134 | |
'<' is not followed by whitespace. | 134 | |
';' is not followed by whitespace. | 134 | |
Line contains a tab character. | 135 | |
',' is not followed by whitespace. | 135 | |
'+' is not preceded with whitespace. | 135 | |
'+' is not followed by whitespace. | 135 | |
Line contains a tab character. | 136 | |
'==' is not preceded with whitespace. | 136 | |
'==' is not followed by whitespace. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
',' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 150 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Line contains a tab character. | 151 | |
Parameter arg0 should be final. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
',' is not followed by whitespace. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
',' is not followed by whitespace. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 170 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
',' is not followed by whitespace. | 173 | |
Line contains a tab character. | 174 | |
',' is not followed by whitespace. | 174 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Method 'settingUpdated' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter key should be final. | 177 | |
',' is not followed by whitespace. | 177 | |
Parameter value should be final. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'=' is not preceded with whitespace. | 179 | |
'=' is not followed by whitespace. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 46 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 51 | |
',' is not followed by whitespace. | 51 | |
',' is not followed by whitespace. | 51 | |
',' is not followed by whitespace. | 51 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
',' is not followed by whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
'infoPanel' hides a field. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
'+' should be on a new line. | 73 | |
Line contains a tab character. | 74 | |
'+' should be on a new line. | 74 | |
Line contains a tab character. | 75 | |
'+' should be on a new line. | 75 | |
Line contains a tab character. | 76 | |
'+' should be on a new line. | 76 | |
Line contains a tab character. | 77 | |
'+' should be on a new line. | 77 | |
Line contains a tab character. | 78 | |
'+' should be on a new line. | 78 | |
Line contains a tab character. | 79 | |
'+' should be on a new line. | 79 | |
Line contains a tab character. | 80 | |
'+' should be on a new line. | 80 | |
Line contains a tab character. | 81 | |
'+' should be on a new line. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
'200' is a magic number. | 90 | |
Line contains a tab character. | 91 | |
'100' is a magic number. | 91 | |
Line contains a tab character. | 92 | |
'/' is not preceded with whitespace. | 92 | |
'/' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
'/' is not preceded with whitespace. | 93 | |
'/' is not followed by whitespace. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
':' is not preceded with whitespace. | 95 | |
':' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'cast' is not followed by whitespace. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'10' is a magic number. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'=' is not preceded with whitespace. | 121 | |
'=' is not followed by whitespace. | 121 | |
Line contains a tab character. | 122 | |
'=' is not preceded with whitespace. | 122 | |
'=' is not followed by whitespace. | 122 | |
';' is not followed by whitespace. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
';' is not followed by whitespace. | 122 | |
Line contains a tab character. | 123 | |
'=' is not preceded with whitespace. | 123 | |
'=' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 123 | |
'<' is not preceded with whitespace. | 123 | |
'<' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 123 | |
Line contains a tab character. | 124 | |
'>=' is not preceded with whitespace. | 124 | |
'>=' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
',' is not followed by whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Parameter e should be final. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Method 'componentResized' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Line contains a tab character. | 147 | |
Parameter e should be final. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Parameter e should be final. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Parameter e should be final. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 161 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
':' is not preceded with whitespace. | 163 | |
':' is not followed by whitespace. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
'cast' is not followed by whitespace. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 181 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Line contains a tab character. | 182 | |
Parameter command should be final. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Method 'settingUpdated' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Missing a Javadoc comment. | 200 | |
Parameter key should be final. | 200 | |
',' is not followed by whitespace. | 200 | |
Parameter value should be final. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 45 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 50 | |
',' is not followed by whitespace. | 50 | |
',' is not followed by whitespace. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
'5' is a magic number. | 63 | |
',' is not followed by whitespace. | 63 | |
'5' is a magic number. | 63 | |
',' is not followed by whitespace. | 63 | |
'5' is a magic number. | 63 | |
',' is not followed by whitespace. | 63 | |
'5' is a magic number. | 63 | |
Line contains a tab character. | 64 | |
',' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
',' is not followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
',' is not followed by whitespace. | 89 | |
',' is not followed by whitespace. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
',' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
'200' is a magic number. | 100 | |
',' is not followed by whitespace. | 100 | |
'15' is a magic number. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
',' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
'200' is a magic number. | 105 | |
',' is not followed by whitespace. | 105 | |
'15' is a magic number. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
',' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
',' is not followed by whitespace. | 108 | |
'3' is a magic number. | 108 | |
',' is not followed by whitespace. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'autoConnect' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
'==' is not preceded with whitespace. | 118 | |
Expression can be simplified. | 118 | |
'==' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'=' is not preceded with whitespace. | 120 | |
'=' is not followed by whitespace. | 120 | |
';' is not followed by whitespace. | 120 | |
'<' is not preceded with whitespace. | 120 | |
'<' is not followed by whitespace. | 120 | |
';' is not followed by whitespace. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
'cast' is not followed by whitespace. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
',' is not followed by whitespace. | 130 | |
'+' is not preceded with whitespace. | 130 | |
'+' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Line contains a tab character. | 142 | |
Parameter e should be final. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
'!=' is not preceded with whitespace. | 145 | |
'!=' is not followed by whitespace. | 145 | |
'==' is not preceded with whitespace. | 145 | |
Expression can be simplified. | 145 | |
'==' is not followed by whitespace. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'==' is not preceded with whitespace. | 148 | |
'==' is not followed by whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
',' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 156 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
'+' is not preceded with whitespace. | 161 | |
'+' is not followed by whitespace. | 161 | |
'/' is not preceded with whitespace. | 161 | |
'/' is not followed by whitespace. | 161 | |
'10' is a magic number. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
',' is not followed by whitespace. | 162 | |
'+' is not preceded with whitespace. | 162 | |
'+' is not followed by whitespace. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 165 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 175 | |
Method 'deviceDataSend' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Line contains a tab character. | 176 | |
Parameter data should be final. | 176 | |
Line contains a tab character. | 177 | |
'+=' is not preceded with whitespace. | 177 | |
'+=' is not followed by whitespace. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 181 | |
Method 'deviceDataReceived' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Line contains a tab character. | 182 | |
Parameter data should be final. | 182 | |
Line contains a tab character. | 183 | |
'+=' is not preceded with whitespace. | 183 | |
'+=' is not followed by whitespace. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Missing a Javadoc comment. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'>' is not preceded with whitespace. | 194 | |
'1024' is a magic number. | 194 | |
'>' is not followed by whitespace. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
'+' is not preceded with whitespace. | 196 | |
'+' is not followed by whitespace. | 196 | |
'%' is not preceded with whitespace. | 196 | |
'%' is not followed by whitespace. | 196 | |
'1024' is a magic number. | 196 | |
Line contains a tab character. | 197 | |
'/' is not preceded with whitespace. | 197 | |
'/' is not followed by whitespace. | 197 | |
'1024' is a magic number. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
'>' is not preceded with whitespace. | 199 | |
'1024' is a magic number. | 199 | |
'>' is not followed by whitespace. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
'+' is not preceded with whitespace. | 201 | |
'+' is not followed by whitespace. | 201 | |
'%' is not preceded with whitespace. | 201 | |
'%' is not followed by whitespace. | 201 | |
'1024' is a magic number. | 201 | |
Line contains a tab character. | 202 | |
'/' is not preceded with whitespace. | 202 | |
'/' is not followed by whitespace. | 202 | |
'1024' is a magic number. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
'>' is not preceded with whitespace. | 204 | |
'1024' is a magic number. | 204 | |
'>' is not followed by whitespace. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
'+' is not preceded with whitespace. | 206 | |
'+' is not followed by whitespace. | 206 | |
'%' is not preceded with whitespace. | 206 | |
'%' is not followed by whitespace. | 206 | |
'1024' is a magic number. | 206 | |
Line contains a tab character. | 207 | |
'/' is not preceded with whitespace. | 207 | |
'/' is not followed by whitespace. | 207 | |
'1024' is a magic number. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
'>' is not preceded with whitespace. | 209 | |
'1024' is a magic number. | 209 | |
'>' is not followed by whitespace. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
'+' is not preceded with whitespace. | 211 | |
'+' is not followed by whitespace. | 211 | |
'%' is not preceded with whitespace. | 211 | |
'%' is not followed by whitespace. | 211 | |
'1024' is a magic number. | 211 | |
Line contains a tab character. | 212 | |
'/' is not preceded with whitespace. | 212 | |
'/' is not followed by whitespace. | 212 | |
'1024' is a magic number. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'==' is not preceded with whitespace. | 214 | |
'==' is not followed by whitespace. | 214 | |
Line contains a tab character. | 215 | |
'+' is not preceded with whitespace. | 215 | |
'+' is not followed by whitespace. | 215 | |
Line contains a tab character. | 216 | |
'==' is not preceded with whitespace. | 216 | |
'==' is not followed by whitespace. | 216 | |
Line contains a tab character. | 217 | |
'+' is not preceded with whitespace. | 217 | |
'+' is not followed by whitespace. | 217 | |
Line contains a tab character. | 218 | |
'==' is not preceded with whitespace. | 218 | |
'==' is not followed by whitespace. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
'+' is not preceded with whitespace. | 221 | |
'+' is not followed by whitespace. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
'==' is not preceded with whitespace. | 223 | |
'==' is not followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
'+' is not preceded with whitespace. | 224 | |
'+' is not followed by whitespace. | 224 | |
Line contains a tab character. | 225 | |
'==' is not preceded with whitespace. | 225 | |
'==' is not followed by whitespace. | 225 | |
Line contains a tab character. | 226 | |
'+' is not preceded with whitespace. | 226 | |
'+' is not followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
'==' is not preceded with whitespace. | 227 | |
'==' is not followed by whitespace. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
'+' is not preceded with whitespace. | 230 | |
'+' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
'+' is not preceded with whitespace. | 232 | |
'+' is not followed by whitespace. | 232 | |
'+' is not preceded with whitespace. | 232 | |
'+' is not followed by whitespace. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
'+' is not preceded with whitespace. | 234 | |
'+' is not followed by whitespace. | 234 | |
'+' is not preceded with whitespace. | 234 | |
'+' is not followed by whitespace. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 39 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
'5' is a magic number. | 53 | |
',' is not followed by whitespace. | 53 | |
'5' is a magic number. | 53 | |
',' is not followed by whitespace. | 53 | |
'5' is a magic number. | 53 | |
',' is not followed by whitespace. | 53 | |
'5' is a magic number. | 53 | |
Line contains a tab character. | 54 | |
',' is not followed by whitespace. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
',' is not followed by whitespace. | 75 | |
'3' is a magic number. | 75 | |
',' is not followed by whitespace. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line contains a tab character. | 84 | |
Parameter command should be final. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
'100' is a magic number. | 89 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
'=' is not preceded with whitespace. | 91 | |
'=' is not followed by whitespace. | 91 | |
';' is not followed by whitespace. | 91 | |
'>=' is not preceded with whitespace. | 91 | |
'>=' is not followed by whitespace. | 91 | |
';' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
'==' is not preceded with whitespace. | 93 | |
'==' is not followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
'==' is not preceded with whitespace. | 100 | |
'3' is a magic number. | 100 | |
'==' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'==' is not preceded with whitespace. | 102 | |
'==' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'==' is not preceded with whitespace. | 104 | |
'==' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
'==' is not preceded with whitespace. | 109 | |
'8' is a magic number. | 109 | |
'==' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
'100' is a magic number. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'=' is not preceded with whitespace. | 120 | |
'15' is a magic number. | 120 | |
'=' is not followed by whitespace. | 120 | |
';' is not followed by whitespace. | 120 | |
'>=' is not preceded with whitespace. | 120 | |
'>=' is not followed by whitespace. | 120 | |
';' is not followed by whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
'100' is a magic number. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
'=' is not preceded with whitespace. | 131 | |
'15' is a magic number. | 131 | |
'=' is not followed by whitespace. | 131 | |
';' is not followed by whitespace. | 131 | |
'>=' is not preceded with whitespace. | 131 | |
'>=' is not followed by whitespace. | 131 | |
';' is not followed by whitespace. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'==' is not preceded with whitespace. | 133 | |
'==' is not followed by whitespace. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
'private' modifier out of order with the JLS suggestions. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
'private' modifier out of order with the JLS suggestions. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'private' modifier out of order with the JLS suggestions. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
'private' modifier out of order with the JLS suggestions. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
'+' is not preceded with whitespace. | 64 | |
'+' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
'+' is not preceded with whitespace. | 65 | |
'+' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'!=' is not preceded with whitespace. | 68 | |
'!=' is not followed by whitespace. | 68 | |
'==' is not preceded with whitespace. | 68 | |
Expression can be simplified. | 68 | |
'==' is not followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'==' is not preceded with whitespace. | 74 | |
'==' is not followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
'=' is not preceded with whitespace. | 80 | |
'=' is not followed by whitespace. | 80 | |
';' is not followed by whitespace. | 80 | |
'<' is not preceded with whitespace. | 80 | |
'<' is not followed by whitespace. | 80 | |
';' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
'==' is not preceded with whitespace. | 85 | |
'==' is not followed by whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
'=' is not preceded with whitespace. | 91 | |
'=' is not followed by whitespace. | 91 | |
';' is not followed by whitespace. | 91 | |
'<' is not preceded with whitespace. | 91 | |
'<' is not followed by whitespace. | 91 | |
';' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
'+' is not preceded with whitespace. | 92 | |
'+' is not followed by whitespace. | 92 | |
'+' is not preceded with whitespace. | 92 | |
'+' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Method 'format' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Line contains a tab character. | 100 | |
Parameter record should be final. | 100 | |
Line contains a tab character. | 101 | |
'10' is a magic number. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'3' is a magic number. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
'3' is a magic number. | 105 | |
'3' is a magic number. | 105 | |
'!=' is not preceded with whitespace. | 105 | |
'!=' is not followed by whitespace. | 105 | |
Line contains a tab character. | 106 | |
'3' is a magic number. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
'4' is a magic number. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
'5' is a magic number. | 109 | |
Avoid inline conditionals. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
'6' is a magic number. | 110 | |
Avoid inline conditionals. | 110 | |
Line contains a tab character. | 111 | |
'6' is a magic number. | 111 | |
Line contains a tab character. | 112 | |
'6' is a magic number. | 112 | |
Line contains a tab character. | 113 | |
'7' is a magic number. | 113 | |
'6' is a magic number. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
'7' is a magic number. | 115 | |
'6' is a magic number. | 115 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
'8' is a magic number. | 117 | |
'!=' is not preceded with whitespace. | 117 | |
'!=' is not followed by whitespace. | 117 | |
Avoid inline conditionals. | 117 | |
Line contains a tab character. | 118 | |
'9' is a magic number. | 118 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'==' is not preceded with whitespace. | 121 | |
'==' is not followed by whitespace. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter t should be final. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 44 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Line contains a tab character. | 78 | |
'!=' is not preceded with whitespace. | 78 | |
'!=' is not followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'!=' is not preceded with whitespace. | 81 | |
'!=' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'!=' is not preceded with whitespace. | 84 | |
'!=' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line has trailing spaces. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Missing a Javadoc comment. | 173 | |
Line contains a tab character. | 173 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Missing a Javadoc comment. | 175 | |
Line contains a tab character. | 176 | |
Missing a Javadoc comment. | 176 | |
'private' modifier out of order with the JLS suggestions. | 176 | |
Line contains a tab character. | 177 | |
Missing a Javadoc comment. | 177 | |
'private' modifier out of order with the JLS suggestions. | 177 | |
Line contains a tab character. | 178 | |
Missing a Javadoc comment. | 178 | |
'private' modifier out of order with the JLS suggestions. | 178 | |
Line contains a tab character. | 179 | |
Missing a Javadoc comment. | 179 | |
'private' modifier out of order with the JLS suggestions. | 179 | |
Line contains a tab character. | 180 | |
Missing a Javadoc comment. | 180 | |
'private' modifier out of order with the JLS suggestions. | 180 | |
Line contains a tab character. | 181 | |
Missing a Javadoc comment. | 181 | |
'private' modifier out of order with the JLS suggestions. | 181 | |
Line contains a tab character. | 182 | |
Missing a Javadoc comment. | 182 | |
'private' modifier out of order with the JLS suggestions. | 182 | |
'60000' is a magic number. | 182 | |
Line contains a tab character. | 183 | |
Missing a Javadoc comment. | 183 | |
'private' modifier out of order with the JLS suggestions. | 183 | |
Line contains a tab character. | 184 | |
Missing a Javadoc comment. | 184 | |
'private' modifier out of order with the JLS suggestions. | 184 | |
Line contains a tab character. | 185 | |
Missing a Javadoc comment. | 185 | |
'private' modifier out of order with the JLS suggestions. | 185 | |
Line contains a tab character. | 186 | |
Missing a Javadoc comment. | 186 | |
'private' modifier out of order with the JLS suggestions. | 186 | |
Line contains a tab character. | 187 | |
Missing a Javadoc comment. | 187 | |
'private' modifier out of order with the JLS suggestions. | 187 | |
Line contains a tab character. | 188 | |
Missing a Javadoc comment. | 188 | |
'private' modifier out of order with the JLS suggestions. | 188 | |
Line contains a tab character. | 189 | |
Missing a Javadoc comment. | 189 | |
'private' modifier out of order with the JLS suggestions. | 189 | |
Line contains a tab character. | 190 | |
Missing a Javadoc comment. | 190 | |
'private' modifier out of order with the JLS suggestions. | 190 | |
Line contains a tab character. | 191 | |
Missing a Javadoc comment. | 191 | |
'private' modifier out of order with the JLS suggestions. | 191 | |
Line contains a tab character. | 192 | |
Missing a Javadoc comment. | 192 | |
'private' modifier out of order with the JLS suggestions. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter loggerIndexId should be final. | 194 | |
Line contains a tab character. | 195 | |
'=' is not preceded with whitespace. | 195 | |
'=' is not followed by whitespace. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
'+' is not preceded with whitespace. | 200 | |
'+' is not followed by whitespace. | 200 | |
'+' is not preceded with whitespace. | 200 | |
'+' is not followed by whitespace. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
'+' is not preceded with whitespace. | 201 | |
'+' is not followed by whitespace. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
'+' is not preceded with whitespace. | 202 | |
'+' is not followed by whitespace. | 202 | |
',' is not followed by whitespace. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
'+' is not preceded with whitespace. | 203 | |
'+' is not followed by whitespace. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
'+' is not preceded with whitespace. | 204 | |
'+' is not followed by whitespace. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
'+' is not preceded with whitespace. | 205 | |
'+' is not followed by whitespace. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
'+' is not preceded with whitespace. | 206 | |
'+' is not followed by whitespace. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Missing a Javadoc comment. | 211 | |
Line contains a tab character. | 212 | |
'+' is not preceded with whitespace. | 212 | |
'+' is not followed by whitespace. | 212 | |
'+' is not preceded with whitespace. | 212 | |
'+' is not followed by whitespace. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
'+' is not preceded with whitespace. | 213 | |
'+' is not followed by whitespace. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
'+' is not preceded with whitespace. | 214 | |
'+' is not followed by whitespace. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
'+' is not preceded with whitespace. | 215 | |
'+' is not followed by whitespace. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
'+' is not preceded with whitespace. | 216 | |
'+' is not followed by whitespace. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
'+' is not preceded with whitespace. | 217 | |
'+' is not followed by whitespace. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
'+' is not preceded with whitespace. | 218 | |
'+' is not followed by whitespace. | 218 | |
Line contains a tab character. | 219 | |
Line has trailing spaces. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
'<' is not preceded with whitespace. | 221 | |
'1000' is a magic number. | 221 | |
'<' is not followed by whitespace. | 221 | |
Line contains a tab character. | 222 | |
'1000' is a magic number. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line has trailing spaces. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
'==' is not preceded with whitespace. | 230 | |
Expression can be simplified. | 230 | |
'==' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
'500' is a magic number. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
'=' is not preceded with whitespace. | 234 | |
'=' is not followed by whitespace. | 234 | |
Line has trailing spaces. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
'==' is not preceded with whitespace. | 237 | |
'==' is not followed by whitespace. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
'==' is not preceded with whitespace. | 241 | |
Expression can be simplified. | 241 | |
'==' is not followed by whitespace. | 241 | |
Line contains a tab character. | 242 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
'=' is not preceded with whitespace. | 243 | |
'=' is not followed by whitespace. | 243 | |
';' is not followed by whitespace. | 243 | |
'==' is not preceded with whitespace. | 243 | |
Expression can be simplified. | 243 | |
'==' is not followed by whitespace. | 243 | |
'<' is not preceded with whitespace. | 243 | |
'<' is not followed by whitespace. | 243 | |
'/' is not preceded with whitespace. | 243 | |
'/' is not followed by whitespace. | 243 | |
'1000' is a magic number. | 243 | |
';' is not followed by whitespace. | 243 | |
Line contains a tab character. | 244 | |
'1000' is a magic number. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
'=' is not preceded with whitespace. | 247 | |
'=' is not followed by whitespace. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
',' is not followed by whitespace. | 251 | |
',' is not followed by whitespace. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line has trailing spaces. | 254 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Missing a Javadoc comment. | 255 | |
Line contains a tab character. | 256 | |
'==' is not preceded with whitespace. | 256 | |
Expression can be simplified. | 256 | |
'==' is not followed by whitespace. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
'==' is not preceded with whitespace. | 262 | |
'==' is not followed by whitespace. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
'==' is not preceded with whitespace. | 268 | |
'==' is not followed by whitespace. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
'==' is not preceded with whitespace. | 275 | |
Expression can be simplified. | 275 | |
'==' is not followed by whitespace. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
'100' is a magic number. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
',' is not followed by whitespace. | 292 | |
',' is not followed by whitespace. | 292 | |
Line is longer than 80 characters. | 293 | |
Line contains a tab character. | 293 | |
'+' is not preceded with whitespace. | 293 | |
'+' is not followed by whitespace. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line is longer than 80 characters. | 296 | |
Line contains a tab character. | 296 | |
',' is not followed by whitespace. | 296 | |
'+' is not preceded with whitespace. | 296 | |
'+' is not followed by whitespace. | 296 | |
',' is not followed by whitespace. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line has trailing spaces. | 300 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Missing a Javadoc comment. | 301 | |
Parameter writer should be final. | 301 | |
Line contains a tab character. | 302 | |
Line is longer than 80 characters. | 303 | |
Line contains a tab character. | 303 | |
'+' is not preceded with whitespace. | 303 | |
'+' is not followed by whitespace. | 303 | |
'+' is not preceded with whitespace. | 303 | |
'+' is not followed by whitespace. | 303 | |
'+' is not preceded with whitespace. | 303 | |
'+' is not followed by whitespace. | 303 | |
Line contains a tab character. | 304 | |
Should use uppercase 'L'. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line is longer than 80 characters. | 309 | |
Line contains a tab character. | 309 | |
',' is not followed by whitespace. | 309 | |
'+' is not preceded with whitespace. | 309 | |
'+' is not followed by whitespace. | 309 | |
',' is not followed by whitespace. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line has trailing spaces. | 312 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Missing a Javadoc comment. | 313 | |
Parameter out should be final. | 313 | |
Line is longer than 80 characters. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
'=' is not preceded with whitespace. | 325 | |
'=' is not followed by whitespace. | 325 | |
';' is not followed by whitespace. | 325 | |
'<' is not preceded with whitespace. | 325 | |
'<' is not followed by whitespace. | 325 | |
';' is not followed by whitespace. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
'=' is not preceded with whitespace. | 328 | |
'=' is not followed by whitespace. | 328 | |
';' is not followed by whitespace. | 328 | |
'<' is not preceded with whitespace. | 328 | |
'<' is not followed by whitespace. | 328 | |
';' is not followed by whitespace. | 328 | |
Line is longer than 80 characters. | 329 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
'!=' is not preceded with whitespace. | 330 | |
'!=' is not followed by whitespace. | 330 | |
Line contains a tab character. | 331 | |
Line is longer than 80 characters. | 332 | |
Line contains a tab character. | 332 | |
Line is longer than 80 characters. | 333 | |
Line contains a tab character. | 333 | |
'!=' is not preceded with whitespace. | 333 | |
'!=' is not followed by whitespace. | 333 | |
';' is not followed by whitespace. | 333 | |
Line is longer than 80 characters. | 334 | |
Line contains a tab character. | 334 | |
'!=' is not preceded with whitespace. | 334 | |
'!=' is not followed by whitespace. | 334 | |
';' is not followed by whitespace. | 334 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
'!=' is not preceded with whitespace. | 335 | |
'!=' is not followed by whitespace. | 335 | |
';' is not followed by whitespace. | 335 | |
Line is longer than 80 characters. | 336 | |
Line contains a tab character. | 336 | |
'!=' is not preceded with whitespace. | 336 | |
'!=' is not followed by whitespace. | 336 | |
';' is not followed by whitespace. | 336 | |
Line is longer than 80 characters. | 337 | |
Line contains a tab character. | 337 | |
'!=' is not preceded with whitespace. | 337 | |
'!=' is not followed by whitespace. | 337 | |
';' is not followed by whitespace. | 337 | |
Line is longer than 80 characters. | 338 | |
Line contains a tab character. | 338 | |
'!=' is not preceded with whitespace. | 338 | |
'!=' is not followed by whitespace. | 338 | |
';' is not followed by whitespace. | 338 | |
Line is longer than 80 characters. | 339 | |
Line contains a tab character. | 339 | |
'!=' is not preceded with whitespace. | 339 | |
'!=' is not followed by whitespace. | 339 | |
';' is not followed by whitespace. | 339 | |
Line contains a tab character. | 340 | |
Line is longer than 80 characters. | 341 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
'<' is not preceded with whitespace. | 346 | |
'<' is not followed by whitespace. | 346 | |
'-' is not preceded with whitespace. | 346 | |
'-' is not followed by whitespace. | 346 | |
Line contains a tab character. | 347 | |
Line is longer than 80 characters. | 348 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line is longer than 80 characters. | 353 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
'!=' is not preceded with whitespace. | 354 | |
'!=' is not followed by whitespace. | 354 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
'<' is not preceded with whitespace. | 360 | |
'<' is not followed by whitespace. | 360 | |
'-' is not preceded with whitespace. | 360 | |
'-' is not followed by whitespace. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line has trailing spaces. | 371 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Missing a Javadoc comment. | 372 | |
Parameter out should be final. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
'=' is not preceded with whitespace. | 375 | |
'=' is not followed by whitespace. | 375 | |
';' is not followed by whitespace. | 375 | |
'<' is not preceded with whitespace. | 375 | |
'<' is not followed by whitespace. | 375 | |
';' is not followed by whitespace. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
'=' is not preceded with whitespace. | 378 | |
'=' is not followed by whitespace. | 378 | |
';' is not followed by whitespace. | 378 | |
'<' is not preceded with whitespace. | 378 | |
'<' is not followed by whitespace. | 378 | |
';' is not followed by whitespace. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
'<' is not preceded with whitespace. | 381 | |
'<' is not followed by whitespace. | 381 | |
'-' is not preceded with whitespace. | 381 | |
'-' is not followed by whitespace. | 381 | |
Line is longer than 80 characters. | 382 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
'<' is not preceded with whitespace. | 388 | |
'<' is not followed by whitespace. | 388 | |
'-' is not preceded with whitespace. | 388 | |
'-' is not followed by whitespace. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line has trailing spaces. | 395 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Missing a Javadoc comment. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 413 | |
Line is longer than 80 characters. | 414 | |
Line contains a tab character. | 414 | |
Parameter key should be final. | 414 | |
Parameter value should be final. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
'==' is not preceded with whitespace. | 416 | |
Expression can be simplified. | 416 | |
'==' is not followed by whitespace. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
'!=' is not preceded with whitespace. | 419 | |
'!=' is not followed by whitespace. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 43 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
',' is not followed by whitespace. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
',' is not followed by whitespace. | 55 | |
'20' is a magic number. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
',' is not followed by whitespace. | 57 | |
',' is not followed by whitespace. | 57 | |
'1000' is a magic number. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'getKeyFromName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter name should be final. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'!=' is not preceded with whitespace. | 62 | |
'!=' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
'=' is not preceded with whitespace. | 66 | |
'=' is not followed by whitespace. | 66 | |
Line contains a tab character. | 67 | |
',' is not followed by whitespace. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Method 'addTimeDataListener' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter name should be final. | 71 | |
',' is not followed by whitespace. | 71 | |
Parameter listener should be final. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Method 'removeTimeDataListener' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter name should be final. | 76 | |
',' is not followed by whitespace. | 76 | |
Parameter listener should be final. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Method 'getTimeDataSize' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'getTimeDataKeys' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Line contains a tab character. | 86 | |
'10' is a magic number. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Method 'getTimeData' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter name should be final. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'300' is a magic number. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Missing a Javadoc comment. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Missing a Javadoc comment. | 100 | |
Variable 'name' must be private and have accessor methods. | 100 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
Variable 'timeDataLast' must be private and have accessor methods. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Variable 'timeDataListeners' must be private and have accessor methods. | 102 | |
'4' is a magic number. | 102 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Variable 'dataColorIdx' must be private and have accessor methods. | 103 | |
Array brackets at illegal position. | 103 | |
'32' is a magic number. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Variable 'timeDataQueue' must be private and have accessor methods. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
Variable 'receivedTime' must be private and have accessor methods. | 108 | |
Line contains a tab character. | 109 | |
Missing a Javadoc comment. | 109 | |
Variable 'dataPoint' must be private and have accessor methods. | 109 | |
Line contains a tab character. | 110 | |
Missing a Javadoc comment. | 110 | |
Variable 'dataPointIdx' must be private and have accessor methods. | 110 | |
Array brackets at illegal position. | 110 | |
'32' is a magic number. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
':' is not preceded with whitespace. | 120 | |
':' is not followed by whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
'+' is not preceded with whitespace. | 125 | |
'+' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Missing a Javadoc comment. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Missing a Javadoc comment. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
':' is not preceded with whitespace. | 141 | |
':' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'!=' is not preceded with whitespace. | 143 | |
'!=' is not followed by whitespace. | 143 | |
'-' is not preceded with whitespace. | 143 | |
'-' is not followed by whitespace. | 143 | |
'>' is not preceded with whitespace. | 143 | |
'1000' is a magic number. | 143 | |
'>' is not followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
'=' is not preceded with whitespace. | 145 | |
'=' is not followed by whitespace. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
'=' is not preceded with whitespace. | 146 | |
'=' is not followed by whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
'=' is not preceded with whitespace. | 147 | |
'=' is not followed by whitespace. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'>' is not preceded with whitespace. | 151 | |
'>' is not followed by whitespace. | 151 | |
'100' is a magic number. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
':' is not preceded with whitespace. | 154 | |
':' is not followed by whitespace. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Missing a Javadoc comment. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Parameter command should be final. | 164 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
'=' is not preceded with whitespace. | 171 | |
'=' is not followed by whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
'=' is not preceded with whitespace. | 182 | |
'=' is not followed by whitespace. | 182 | |
Line contains a tab character. | 183 | |
'!=' is not preceded with whitespace. | 183 | |
'!=' is not followed by whitespace. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
'=' is not preceded with whitespace. | 184 | |
'=' is not followed by whitespace. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
'=' is not preceded with whitespace. | 195 | |
'=' is not followed by whitespace. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
'=' is not preceded with whitespace. | 197 | |
'=' is not followed by whitespace. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
'>' is not preceded with whitespace. | 200 | |
'>' is not followed by whitespace. | 200 | |
'100' is a magic number. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
'=' is not preceded with whitespace. | 203 | |
'=' is not followed by whitespace. | 203 | |
';' is not followed by whitespace. | 203 | |
'<' is not preceded with whitespace. | 203 | |
'<' is not followed by whitespace. | 203 | |
';' is not followed by whitespace. | 203 | |
Line contains a tab character. | 204 | |
'=' is not preceded with whitespace. | 204 | |
'=' is not followed by whitespace. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line has trailing spaces. | 209 | |
Line contains a tab character. | 209 | |
Missing a Javadoc comment. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Missing a Javadoc comment. | 211 | |
Redundant 'public' modifier. | 211 | |
Line contains a tab character. | 212 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 63 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
'public' modifier out of order with the JLS suggestions. | 80 | |
Parameter args should be final. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Parameter b should be final. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
':' is not preceded with whitespace. | 98 | |
':' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
'+' is not preceded with whitespace. | 104 | |
'+' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
First sentence should end with a period. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Parameter jniCopy should be final. | 113 | |
Expected @param tag for 'jniCopy'. | 113 | |
',' is not followed by whitespace. | 113 | |
Parameter jniCopyOs should be final. | 113 | |
Expected @param tag for 'jniCopyOs'. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'==' is not preceded with whitespace. | 121 | |
Expression can be simplified. | 121 | |
'==' is not followed by whitespace. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
'+' is not preceded with whitespace. | 130 | |
'+' is not followed by whitespace. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
'==' is not preceded with whitespace. | 132 | |
'==' is not followed by whitespace. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
'+' is not preceded with whitespace. | 142 | |
'+' is not followed by whitespace. | 142 | |
'+' is not preceded with whitespace. | 142 | |
'+' is not followed by whitespace. | 142 | |
'+' is not preceded with whitespace. | 142 | |
'+' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'==' is not preceded with whitespace. | 143 | |
Expression can be simplified. | 143 | |
'==' is not followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'4096' is a magic number. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 160 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Missing a Javadoc comment. | 164 | |
Line contains a tab character. | 165 | |
'!=' is not preceded with whitespace. | 165 | |
'!=' is not followed by whitespace. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
'+' is not preceded with whitespace. | 169 | |
'+' is not followed by whitespace. | 169 | |
'+' is not preceded with whitespace. | 169 | |
'+' is not followed by whitespace. | 169 | |
'+' is not preceded with whitespace. | 169 | |
'+' is not followed by whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
'cast' is not followed by whitespace. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line has trailing spaces. | 185 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line has trailing spaces. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
'!=' is not preceded with whitespace. | 202 | |
'!=' is not followed by whitespace. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
'!=' is not preceded with whitespace. | 212 | |
'!=' is not followed by whitespace. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
':' is not preceded with whitespace. | 215 | |
':' is not followed by whitespace. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line has trailing spaces. | 221 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Missing a Javadoc comment. | 222 | |
Parameter args should be final. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
'+' is not preceded with whitespace. | 228 | |
'+' is not followed by whitespace. | 228 | |
'+' is not preceded with whitespace. | 228 | |
'+' is not followed by whitespace. | 228 | |
'+' is not preceded with whitespace. | 228 | |
'+' is not followed by whitespace. | 228 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
':' is not preceded with whitespace. | 232 | |
':' is not followed by whitespace. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
',' is not followed by whitespace. | 244 | |
Line contains a tab character. | 245 | |
Line has trailing spaces. | 246 | |
Line contains a tab character. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
'+' is not preceded with whitespace. | 257 | |
'+' is not followed by whitespace. | 257 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
'+' is not preceded with whitespace. | 259 | |
'+' is not followed by whitespace. | 259 | |
'-' is not preceded with whitespace. | 259 | |
'-' is not followed by whitespace. | 259 | |
'+' is not preceded with whitespace. | 259 | |
'+' is not followed by whitespace. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
'+' is not preceded with whitespace. | 263 | |
'+' is not followed by whitespace. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line has trailing spaces. | 268 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Method 'startup' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Missing a Javadoc comment. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line has trailing spaces. | 273 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line is longer than 80 characters. | 275 | |
Line contains a tab character. | 275 | |
'1024' is a magic number. | 275 | |
'-' is not preceded with whitespace. | 275 | |
'-' is not followed by whitespace. | 275 | |
'64' is a magic number. | 275 | |
',' is not followed by whitespace. | 275 | |
'768' is a magic number. | 275 | |
'-' is not preceded with whitespace. | 275 | |
'-' is not followed by whitespace. | 275 | |
'128' is a magic number. | 275 | |
Line contains a tab character. | 276 | |
Line is longer than 80 characters. | 277 | |
Line contains a tab character. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
Line contains a tab character. | 278 | |
Line has trailing spaces. | 279 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line has trailing spaces. | 281 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line has trailing spaces. | 288 | |
Line contains a tab character. | 288 | |
Line is longer than 80 characters. | 289 | |
Line contains a tab character. | 289 | |
',' is not followed by whitespace. | 289 | |
',' is not followed by whitespace. | 289 | |
Line is longer than 80 characters. | 290 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
'-' is not preceded with whitespace. | 292 | |
'-' is not followed by whitespace. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
'-' is not preceded with whitespace. | 292 | |
'-' is not followed by whitespace. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
'+' is not preceded with whitespace. | 298 | |
'+' is not followed by whitespace. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line has trailing spaces. | 303 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Missing a Javadoc comment. | 304 | |
Line is longer than 80 characters. | 305 | |
Line contains a tab character. | 305 | |
Line is longer than 80 characters. | 306 | |
Line contains a tab character. | 306 | |
Line is longer than 80 characters. | 307 | |
Line contains a tab character. | 307 | |
Line has trailing spaces. | 308 | |
Line contains a tab character. | 308 | |
Line is longer than 80 characters. | 309 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
'==' is not preceded with whitespace. | 311 | |
'==' is not followed by whitespace. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line is longer than 80 characters. | 314 | |
Line contains a tab character. | 314 | |
'+' is not preceded with whitespace. | 314 | |
'+' is not followed by whitespace. | 314 | |
'+' is not preceded with whitespace. | 314 | |
'+' is not followed by whitespace. | 314 | |
Line contains a tab character. | 315 | |
'==' is not preceded with whitespace. | 315 | |
'==' is not followed by whitespace. | 315 | |
Line contains a tab character. | 316 | |
'+' is not preceded with whitespace. | 316 | |
'+' is not followed by whitespace. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
':' is not preceded with whitespace. | 322 | |
':' is not followed by whitespace. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
',' is not followed by whitespace. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line is longer than 80 characters. | 328 | |
Line contains a tab character. | 328 | |
'+' is not preceded with whitespace. | 328 | |
'+' is not followed by whitespace. | 328 | |
'+' is not preceded with whitespace. | 328 | |
'+' is not followed by whitespace. | 328 | |
'+' is not preceded with whitespace. | 328 | |
'+' is not followed by whitespace. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Must have at least one statement. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line has trailing spaces. | 337 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Method 'ready' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line is longer than 80 characters. | 341 | |
Line contains a tab character. | 341 | |
Line is longer than 80 characters. | 342 | |
Line contains a tab character. | 342 | |
'cast' is not followed by whitespace. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 345 | |
Missing a Javadoc comment. | 345 | |
'public' modifier out of order with the JLS suggestions. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line has trailing spaces. | 348 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Method 'getDeviceManagerController' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Missing a Javadoc comment. | 349 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 353 | |
Method 'getEventTimeManager' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Missing a Javadoc comment. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
Line has trailing spaces. | 356 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 357 | |
Method 'getTimeData' is not designed for extension - needs to be abstract, final or empty. | 357 | |
Missing a Javadoc comment. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line has trailing spaces. | 360 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Method 'getDeviceManager' is not designed for extension - needs to be abstract, final or empty. | 361 | |
Missing a Javadoc comment. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
Line has trailing spaces. | 364 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Method 'getDeviceData' is not designed for extension - needs to be abstract, final or empty. | 365 | |
Missing a Javadoc comment. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line has trailing spaces. | 368 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Method 'getSettingsManager' is not designed for extension - needs to be abstract, final or empty. | 369 | |
Missing a Javadoc comment. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
Line has trailing spaces. | 372 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Method 'isWebStart' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Missing a Javadoc comment. | 373 | |
Line contains a tab character. | 374 | |
Line is longer than 80 characters. | 375 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line has trailing spaces. | 378 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line has trailing spaces. | 381 | |
Line contains a tab character. | 381 | |
Missing a Javadoc comment. | 382 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Parameter e should be final. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Parameter event should be final. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line has trailing spaces. | 391 | |
Line contains a tab character. | 391 | |
Line is longer than 80 characters. | 392 | |
Line contains a tab character. | 392 | |
',' is not followed by whitespace. | 392 | |
'cast' is not followed by whitespace. | 392 | |
Line is longer than 80 characters. | 393 | |
Line contains a tab character. | 393 | |
',' is not followed by whitespace. | 393 | |
'cast' is not followed by whitespace. | 393 | |
Line contains a tab character. | 394 | |
Line has trailing spaces. | 395 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Line is longer than 80 characters. | 398 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
'=' is not preceded with whitespace. | 399 | |
'=' is not followed by whitespace. | 399 | |
';' is not followed by whitespace. | 399 | |
'<' is not preceded with whitespace. | 399 | |
'20' is a magic number. | 399 | |
'<' is not followed by whitespace. | 399 | |
';' is not followed by whitespace. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
'100' is a magic number. | 400 | |
Must have at least one statement. | 400 | |
'{' is not followed by whitespace. | 400 | |
'}' is not preceded with whitespace. | 400 | |
Line is longer than 80 characters. | 401 | |
Line contains a tab character. | 401 | |
'==' is not preceded with whitespace. | 401 | |
Expression can be simplified. | 401 | |
'==' is not followed by whitespace. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line is longer than 80 characters. | 406 | |
Line contains a tab character. | 406 | |
'+' is not preceded with whitespace. | 406 | |
'+' is not followed by whitespace. | 406 | |
'-' is not preceded with whitespace. | 406 | |
'-' is not followed by whitespace. | 406 | |
'+' is not preceded with whitespace. | 406 | |
'+' is not followed by whitespace. | 406 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter defaultValue should be final. | 72 | |
'defaultValue' hides a field. | 72 | |
Line contains a tab character. | 73 | |
'==' is not preceded with whitespace. | 73 | |
'==' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'=' is not preceded with whitespace. | 76 | |
'=' is not followed by whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
',' is not followed by whitespace. | 33 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 37 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
'private' modifier out of order with the JLS suggestions. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
',' is not followed by whitespace. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter context should be final. | 50 | |
'context' hides a field. | 50 | |
Line contains a tab character. | 51 | |
'==' is not preceded with whitespace. | 51 | |
'==' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
',' is not followed by whitespace. | 57 | |
'5' is a magic number. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'getSettingString' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter key should be final. | 60 | |
Line contains a tab character. | 61 | |
',' is not followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'setSettingString' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter key should be final. | 64 | |
',' is not followed by whitespace. | 64 | |
Parameter value should be final. | 64 | |
Line contains a tab character. | 65 | |
',' is not followed by whitespace. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'==' is not preceded with whitespace. | 68 | |
'==' is not followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'=' is not preceded with whitespace. | 71 | |
'=' is not followed by whitespace. | 71 | |
';' is not followed by whitespace. | 71 | |
'<' is not preceded with whitespace. | 71 | |
'<' is not followed by whitespace. | 71 | |
';' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Method 'getSettingBoolean' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter key should be final. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'getSettingInteger' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter key should be final. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Method 'setSettingInteger' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter key should be final. | 85 | |
',' is not followed by whitespace. | 85 | |
Parameter value should be final. | 85 | |
Line contains a tab character. | 86 | |
'+' is not preceded with whitespace. | 86 | |
'+' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Method 'saveSettings' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
',' is not followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
'+' is not preceded with whitespace. | 93 | |
'+' is not followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Method 'loadSettings' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
'cast' is not followed by whitespace. | 99 | |
Line contains a tab character. | 100 | |
'!=' is not preceded with whitespace. | 100 | |
'!=' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
'+' is not preceded with whitespace. | 105 | |
'+' is not followed by whitespace. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Method 'addSettingListener' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter key should be final. | 109 | |
',' is not followed by whitespace. | 109 | |
Parameter listener should be final. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
'==' is not preceded with whitespace. | 111 | |
'==' is not followed by whitespace. | 111 | |
Line contains a tab character. | 112 | |
'10' is a magic number. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Method 'removeSettingListener' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter key should be final. | 117 | |
',' is not followed by whitespace. | 117 | |
Parameter listener should be final. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
'==' is not preceded with whitespace. | 119 | |
'==' is not followed by whitespace. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 36 | |
Utility classes should not have a public or default constructor. | 41 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Parameter parent should be final. | 63 | |
Expected @param tag for 'parent'. | 63 | |
Parameter rows should be final. | 63 | |
Parameter cols should be final. | 63 | |
',' is not followed by whitespace. | 63 | |
Parameter initialX should be final. | 63 | |
Parameter initialY should be final. | 63 | |
Parameter xPad should be final. | 63 | |
Parameter yPad should be final. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter row should be final. | 135 | |
Line contains a tab character. | 136 | |
Parameter col should be final. | 136 | |
Parameter parent should be final. | 136 | |
Parameter cols should be final. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter parent should be final. | 143 | |
Parameter rows should be final. | 143 | |
Parameter cols should be final. | 143 | |
Line contains a tab character. | 144 | |
',' is not followed by whitespace. | 144 | |
',' is not followed by whitespace. | 144 | |
',' is not followed by whitespace. | 144 | |
'6' is a magic number. | 144 | |
',' is not followed by whitespace. | 144 | |
'6' is a magic number. | 144 | |
',' is not followed by whitespace. | 144 | |
'6' is a magic number. | 144 | |
',' is not followed by whitespace. | 144 | |
'6' is a magic number. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Parameter parent should be final. | 167 | |
Expected @param tag for 'parent'. | 167 | |
Parameter rows should be final. | 167 | |
Parameter cols should be final. | 167 | |
',' is not followed by whitespace. | 167 | |
Parameter initialX should be final. | 167 | |
Parameter initialY should be final. | 167 | |
Parameter xPad should be final. | 167 | |
Parameter yPad should be final. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 36 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter name should be final. | 46 | |
',' is not followed by whitespace. | 46 | |
Parameter commandName should be final. | 46 | |
Line contains a tab character. | 47 | |
',' is not followed by whitespace. | 47 | |
',' is not followed by whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter name should be final. | 50 | |
',' is not followed by whitespace. | 50 | |
Parameter commandName should be final. | 50 | |
',' is not followed by whitespace. | 50 | |
Parameter index should be final. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
',' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line contains a tab character. | 61 | |
Parameter e should be final. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 43 | |
',' is not followed by whitespace. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
'private' modifier out of order with the JLS suggestions. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter commandName should be final. | 52 | |
Line contains a tab character. | 53 | |
',' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter commandName should be final. | 56 | |
',' is not followed by whitespace. | 56 | |
Parameter bit should be final. | 56 | |
'bit' hides a field. | 56 | |
Line contains a tab character. | 57 | |
',' is not followed by whitespace. | 57 | |
',' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter commandName should be final. | 60 | |
',' is not followed by whitespace. | 60 | |
Parameter bit should be final. | 60 | |
'bit' hides a field. | 60 | |
',' is not followed by whitespace. | 60 | |
Parameter idx should be final. | 60 | |
'idx' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'=' is not preceded with whitespace. | 62 | |
'=' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
'=' is not preceded with whitespace. | 63 | |
'=' is not followed by whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
'!=' is not preceded with whitespace. | 67 | |
'!=' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
',' is not followed by whitespace. | 68 | |
',' is not followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
',' is not followed by whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line contains a tab character. | 76 | |
Parameter e should be final. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
'==' is not preceded with whitespace. | 89 | |
'==' is not followed by whitespace. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'==' is not preceded with whitespace. | 94 | |
'==' is not followed by whitespace. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'==' is not preceded with whitespace. | 99 | |
'==' is not followed by whitespace. | 99 | |
Line contains a tab character. | 100 | |
'+' is not preceded with whitespace. | 100 | |
'+' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
',' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
'==' is not preceded with whitespace. | 107 | |
'==' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
'==' is not preceded with whitespace. | 112 | |
'==' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
'+' is not preceded with whitespace. | 113 | |
'+' is not followed by whitespace. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
'+' is not preceded with whitespace. | 115 | |
'+' is not followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Line contains a tab character. | 122 | |
Parameter command should be final. | 122 | |
'command' hides a field. | 122 | |
Line contains a tab character. | 123 | |
'==' is not preceded with whitespace. | 123 | |
'==' is not followed by whitespace. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
'==' is not preceded with whitespace. | 126 | |
'==' is not followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
'>' is not preceded with whitespace. | 141 | |
'>' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
'==' is not preceded with whitespace. | 146 | |
'==' is not followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
'==' is not preceded with whitespace. | 149 | |
Expression can be simplified. | 149 | |
'==' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
'==' is not preceded with whitespace. | 153 | |
'==' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
'>' is not preceded with whitespace. | 160 | |
'>' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line has trailing spaces. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 43 | |
',' is not followed by whitespace. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter commandName should be final. | 50 | |
Line contains a tab character. | 51 | |
',' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter commandName should be final. | 54 | |
',' is not followed by whitespace. | 54 | |
Parameter bit should be final. | 54 | |
'bit' hides a field. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
',' is not followed by whitespace. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Parameter e should be final. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'==' is not preceded with whitespace. | 71 | |
'==' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
',' is not followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
'==' is not preceded with whitespace. | 76 | |
'==' is not followed by whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'==' is not preceded with whitespace. | 81 | |
'==' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
'+' is not preceded with whitespace. | 82 | |
'+' is not followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'+' is not preceded with whitespace. | 84 | |
'+' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Line contains a tab character. | 91 | |
Parameter command should be final. | 91 | |
'command' hides a field. | 91 | |
Line contains a tab character. | 92 | |
'==' is not preceded with whitespace. | 92 | |
'==' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
'==' is not preceded with whitespace. | 95 | |
'==' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
'==' is not preceded with whitespace. | 101 | |
'==' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'==' is not preceded with whitespace. | 104 | |
Expression can be simplified. | 104 | |
'==' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
'==' is not preceded with whitespace. | 108 | |
'==' is not followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
'>' is not preceded with whitespace. | 113 | |
'>' is not followed by whitespace. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 39 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 44 | |
',' is not followed by whitespace. | 44 | |
',' is not followed by whitespace. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'private' modifier out of order with the JLS suggestions. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter commandName should be final. | 51 | |
Line contains a tab character. | 52 | |
',' is not followed by whitespace. | 52 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter commandName should be final. | 55 | |
',' is not followed by whitespace. | 55 | |
Parameter values should be final. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
',' is not followed by whitespace. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line contains a tab character. | 66 | |
Parameter e should be final. | 66 | |
Line contains a tab character. | 67 | |
'cast' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
'=' is not preceded with whitespace. | 68 | |
'=' is not followed by whitespace. | 68 | |
';' is not followed by whitespace. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
';' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
'==' is not preceded with whitespace. | 71 | |
'==' is not followed by whitespace. | 71 | |
'-' is not preceded with whitespace. | 71 | |
'-' is not followed by whitespace. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
'255' is a magic number. | 72 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'==' is not preceded with whitespace. | 76 | |
Expression can be simplified. | 76 | |
'==' is not followed by whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line contains a tab character. | 84 | |
Parameter command should be final. | 84 | |
'command' hides a field. | 84 | |
Line contains a tab character. | 85 | |
'==' is not preceded with whitespace. | 85 | |
'==' is not followed by whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
':' is not preceded with whitespace. | 90 | |
':' is not followed by whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
'==' is not preceded with whitespace. | 98 | |
'255' is a magic number. | 98 | |
'==' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
'-' is not preceded with whitespace. | 99 | |
'-' is not followed by whitespace. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
'==' is not preceded with whitespace. | 101 | |
Expression can be simplified. | 101 | |
'==' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
'>=' is not preceded with whitespace. | 102 | |
'>=' is not followed by whitespace. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 43 | |
',' is not followed by whitespace. | 43 | |
',' is not followed by whitespace. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
'private' modifier out of order with the JLS suggestions. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter commandName should be final. | 52 | |
Line contains a tab character. | 53 | |
',' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter commandName should be final. | 56 | |
',' is not followed by whitespace. | 56 | |
Parameter idx should be final. | 56 | |
'idx' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
'=' is not preceded with whitespace. | 58 | |
'=' is not followed by whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
'!=' is not preceded with whitespace. | 64 | |
'!=' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
',' is not followed by whitespace. | 65 | |
',' is not followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
',' is not followed by whitespace. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'dialAdjusted' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Line contains a tab character. | 77 | |
'(' is followed by whitespace. | 77 | |
Parameter e should be final. | 77 | |
')' is preceded with whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'+' is not preceded with whitespace. | 79 | |
'+' is not followed by whitespace. | 79 | |
Line contains a tab character. | 80 | |
'!=' is not preceded with whitespace. | 80 | |
'!=' is not followed by whitespace. | 80 | |
Line contains a tab character. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
'==' is not preceded with whitespace. | 83 | |
Expression can be simplified. | 83 | |
'==' is not followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Line contains a tab character. | 89 | |
Parameter command should be final. | 89 | |
'command' hides a field. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
'==' is not preceded with whitespace. | 93 | |
'==' is not followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'==' is not preceded with whitespace. | 102 | |
'==' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'!=' is not preceded with whitespace. | 105 | |
'!=' is not followed by whitespace. | 105 | |
Line contains a tab character. | 106 | |
'==' is not preceded with whitespace. | 106 | |
'==' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
'!=' is not preceded with whitespace. | 110 | |
'!=' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
'==' is not preceded with whitespace. | 125 | |
'==' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Method 'getFireDial' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 62 | |
',' is not followed by whitespace. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter parentFrame should be final. | 81 | |
',' is not followed by whitespace. | 81 | |
Parameter title should be final. | 81 | |
',' is not followed by whitespace. | 81 | |
Parameter text should be final. | 81 | |
',' is not followed by whitespace. | 81 | |
Parameter setting should be final. | 81 | |
'setting' hides a field. | 81 | |
',' is not followed by whitespace. | 81 | |
Parameter commands should be final. | 81 | |
',' is not followed by whitespace. | 81 | |
Parameter defaultSelected should be final. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
'=' is not preceded with whitespace. | 83 | |
'=' is not followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
'=' is not preceded with whitespace. | 84 | |
'=' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
'500' is a magic number. | 95 | |
',' is not followed by whitespace. | 95 | |
'600' is a magic number. | 95 | |
Line contains a tab character. | 96 | |
'550' is a magic number. | 96 | |
',' is not followed by whitespace. | 96 | |
'600' is a magic number. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Parameter we should be final. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'5' is a magic number. | 104 | |
',' is not followed by whitespace. | 104 | |
'5' is a magic number. | 104 | |
',' is not followed by whitespace. | 104 | |
'5' is a magic number. | 104 | |
',' is not followed by whitespace. | 104 | |
'5' is a magic number. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
',' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
',' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
',' is not followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
',' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
',' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter text should be final. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Missing a Javadoc comment. | 125 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'200' is a magic number. | 133 | |
'450' is a magic number. | 133 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Missing a Javadoc comment. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
',' is not followed by whitespace. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
',' is not followed by whitespace. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
',' is not followed by whitespace. | 150 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
',' is not followed by whitespace. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
',' is not followed by whitespace. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
'200' is a magic number. | 161 | |
'200' is a magic number. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Missing a Javadoc comment. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'200' is a magic number. | 176 | |
'450' is a magic number. | 176 | |
Line contains a tab character. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Missing a Javadoc comment. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Method 'clearAndHide' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line has trailing spaces. | 200 | |
Line contains a tab character. | 200 | |
First sentence should end with a period. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
':' is not preceded with whitespace. | 207 | |
':' is not followed by whitespace. | 207 | |
Line contains a tab character. | 208 | |
'==' is not preceded with whitespace. | 208 | |
Expression can be simplified. | 208 | |
'==' is not followed by whitespace. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line has trailing spaces. | 212 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
':' is not preceded with whitespace. | 213 | |
':' is not followed by whitespace. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Missing a Javadoc comment. | 219 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
'=' is not preceded with whitespace. | 222 | |
'=' is not followed by whitespace. | 222 | |
';' is not followed by whitespace. | 222 | |
'<' is not preceded with whitespace. | 222 | |
'<' is not followed by whitespace. | 222 | |
';' is not followed by whitespace. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
'cast' is not followed by whitespace. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
',' is not followed by whitespace. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Parameter o1 should be final. | 229 | |
Parameter o2 should be final. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
':' is not preceded with whitespace. | 233 | |
':' is not followed by whitespace. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line has trailing spaces. | 237 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Parameter e should be final. | 238 | |
Line contains a tab character. | 239 | |
'==' is not preceded with whitespace. | 239 | |
'==' is not followed by whitespace. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
'=' is not preceded with whitespace. | 241 | |
'=' is not followed by whitespace. | 241 | |
';' is not followed by whitespace. | 241 | |
'<' is not preceded with whitespace. | 241 | |
'<' is not followed by whitespace. | 241 | |
';' is not followed by whitespace. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
'cast' is not followed by whitespace. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
'==' is not preceded with whitespace. | 249 | |
'==' is not followed by whitespace. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
'==' is not preceded with whitespace. | 252 | |
'==' is not followed by whitespace. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
'==' is not preceded with whitespace. | 255 | |
'==' is not followed by whitespace. | 255 | |
Line contains a tab character. | 256 | |
':' is not preceded with whitespace. | 256 | |
':' is not followed by whitespace. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
'==' is not preceded with whitespace. | 262 | |
'==' is not followed by whitespace. | 262 | |
Line contains a tab character. | 263 | |
':' is not preceded with whitespace. | 263 | |
':' is not followed by whitespace. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
'==' is not preceded with whitespace. | 271 | |
'==' is not followed by whitespace. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
'>=' is not preceded with whitespace. | 272 | |
'>=' is not followed by whitespace. | 272 | |
'-' is not preceded with whitespace. | 272 | |
'-' is not followed by whitespace. | 272 | |
'>=' is not preceded with whitespace. | 272 | |
'>=' is not followed by whitespace. | 272 | |
Line is longer than 80 characters. | 273 | |
Line contains a tab character. | 273 | |
'-' is not preceded with whitespace. | 273 | |
'-' is not followed by whitespace. | 273 | |
Line is longer than 80 characters. | 274 | |
Line contains a tab character. | 274 | |
'-' is not preceded with whitespace. | 274 | |
'-' is not followed by whitespace. | 274 | |
Line is longer than 80 characters. | 275 | |
Line contains a tab character. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
'-' is not preceded with whitespace. | 276 | |
'-' is not followed by whitespace. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
'==' is not preceded with whitespace. | 278 | |
'==' is not followed by whitespace. | 278 | |
Line is longer than 80 characters. | 279 | |
Line contains a tab character. | 279 | |
'>=' is not preceded with whitespace. | 279 | |
'>=' is not followed by whitespace. | 279 | |
'+' is not preceded with whitespace. | 279 | |
'+' is not followed by whitespace. | 279 | |
'<' is not preceded with whitespace. | 279 | |
'<' is not followed by whitespace. | 279 | |
Line is longer than 80 characters. | 280 | |
Line contains a tab character. | 280 | |
'+' is not preceded with whitespace. | 280 | |
'+' is not followed by whitespace. | 280 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
'+' is not preceded with whitespace. | 281 | |
'+' is not followed by whitespace. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
Line is longer than 80 characters. | 283 | |
Line contains a tab character. | 283 | |
'+' is not preceded with whitespace. | 283 | |
'+' is not followed by whitespace. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line has trailing spaces. | 287 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 289 | |
Method 'keyReleased' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Line contains a tab character. | 290 | |
Parameter keyEvent should be final. | 290 | |
Line contains a tab character. | 291 | |
'==' is not preceded with whitespace. | 291 | |
'==' is not followed by whitespace. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
':' is not preceded with whitespace. | 293 | |
':' is not followed by whitespace. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line is longer than 80 characters. | 299 | |
Line contains a tab character. | 299 | |
':' is not preceded with whitespace. | 299 | |
':' is not followed by whitespace. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Parameter keyEvent should be final. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Parameter keyEvent should be final. | 311 | |
Line contains a tab character. | 312 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 44 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter parentFrame should be final. | 55 | |
',' is not followed by whitespace. | 55 | |
Parameter port should be final. | 55 | |
Line contains a tab character. | 56 | |
',' is not followed by whitespace. | 56 | |
',' is not followed by whitespace. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'100' is a magic number. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'300' is a magic number. | 74 | |
'75' is a magic number. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
'for' is not followed by whitespace. | 87 | |
'=' is not preceded with whitespace. | 87 | |
'=' is not followed by whitespace. | 87 | |
';' is not followed by whitespace. | 87 | |
'<' is not preceded with whitespace. | 87 | |
'200' is a magic number. | 87 | |
'<' is not followed by whitespace. | 87 | |
';' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
'100' is a magic number. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
'{' is not followed by whitespace. | 93 | |
'333' is a magic number. | 93 | |
';' is not followed by whitespace. | 93 | |
'}' is not preceded with whitespace. | 93 | |
Must have at least one statement. | 93 | |
'{' is not followed by whitespace. | 93 | |
'}' is not preceded with whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
'{' is not followed by whitespace. | 103 | |
'100' is a magic number. | 103 | |
';' is not followed by whitespace. | 103 | |
'}' is not preceded with whitespace. | 103 | |
Must have at least one statement. | 103 | |
'{' is not followed by whitespace. | 103 | |
'}' is not preceded with whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'100' is a magic number. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
'{' is not followed by whitespace. | 107 | |
'333' is a magic number. | 107 | |
';' is not followed by whitespace. | 107 | |
'}' is not preceded with whitespace. | 107 | |
Must have at least one statement. | 107 | |
'{' is not followed by whitespace. | 107 | |
'}' is not preceded with whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 118 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Missing a Javadoc comment. | 120 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter port should be final. | 121 | |
'port' hides a field. | 121 | |
Line contains a tab character. | 122 | |
'=' is not preceded with whitespace. | 122 | |
'=' is not followed by whitespace. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Method 'mouseClicked' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line contains a tab character. | 137 | |
Parameter e should be final. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
'333' is a magic number. | 145 | |
Must have at least one statement. | 145 | |
'{' is not followed by whitespace. | 145 | |
'}' is not preceded with whitespace. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Parameter e should be final. | 152 | |
'{' is not followed by whitespace. | 152 | |
'}' is not preceded with whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Parameter e should be final. | 154 | |
'{' is not followed by whitespace. | 154 | |
'}' is not preceded with whitespace. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Parameter e should be final. | 156 | |
'{' is not followed by whitespace. | 156 | |
'}' is not preceded with whitespace. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Parameter e should be final. | 158 | |
'{' is not followed by whitespace. | 158 | |
'}' is not preceded with whitespace. | 158 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 42 | |
Line has trailing spaces. | 44 | |
',' is not followed by whitespace. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Variable 'entered' must be private and have accessor methods. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
'private' modifier out of order with the JLS suggestions. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter title should be final. | 58 | |
'title' hides a field. | 58 | |
',' is not followed by whitespace. | 58 | |
Parameter comp should be final. | 58 | |
'comp' hides a field. | 58 | |
Line contains a tab character. | 59 | |
'10' is a magic number. | 59 | |
Line contains a tab character. | 60 | |
'=' is not preceded with whitespace. | 60 | |
'=' is not followed by whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Method 'getBorderInsets' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter c should be final. | 65 | |
Line contains a tab character. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
'-' is not preceded with whitespace. | 66 | |
'-' is not followed by whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Method 'isBorderOpaque' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Method 'paintBorder' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter c should be final. | 74 | |
Parameter g should be final. | 74 | |
Parameter x should be final. | 74 | |
Parameter y should be final. | 74 | |
Parameter width should be final. | 74 | |
Parameter height should be final. | 74 | |
Line contains a tab character. | 75 | |
'cast' is not followed by whitespace. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'!=' is not preceded with whitespace. | 79 | |
'!=' is not followed by whitespace. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
'==' is not preceded with whitespace. | 86 | |
'==' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
'==' is not preceded with whitespace. | 90 | |
'==' is not followed by whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
'==' is not preceded with whitespace. | 95 | |
'==' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
'*' is not preceded with whitespace. | 98 | |
'*' is not followed by whitespace. | 98 | |
'5' is a magic number. | 98 | |
'/' is not preceded with whitespace. | 98 | |
'/' is not followed by whitespace. | 98 | |
'3' is a magic number. | 98 | |
',' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
'==' is not preceded with whitespace. | 101 | |
'==' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
'==' is not preceded with whitespace. | 103 | |
'==' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
'*' is not preceded with whitespace. | 108 | |
'*' is not followed by whitespace. | 108 | |
'5' is a magic number. | 108 | |
'/' is not preceded with whitespace. | 108 | |
'/' is not followed by whitespace. | 108 | |
'3' is a magic number. | 108 | |
',' is not followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
',' is not followed by whitespace. | 117 | |
'/' is not preceded with whitespace. | 117 | |
'/' is not followed by whitespace. | 117 | |
',' is not followed by whitespace. | 117 | |
'+' is not preceded with whitespace. | 117 | |
'+' is not followed by whitespace. | 117 | |
'/' is not preceded with whitespace. | 117 | |
'/' is not followed by whitespace. | 117 | |
Line contains a tab character. | 118 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 118 | |
'-' is not preceded with whitespace. | 118 | |
'-' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 118 | |
'-' is not preceded with whitespace. | 118 | |
'-' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'==' is not preceded with whitespace. | 120 | |
'==' is not followed by whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
',' is not followed by whitespace. | 127 | |
'+' is not preceded with whitespace. | 127 | |
'+' is not followed by whitespace. | 127 | |
'8' is a magic number. | 127 | |
',' is not followed by whitespace. | 127 | |
'+' is not preceded with whitespace. | 127 | |
'+' is not followed by whitespace. | 127 | |
'-' is not preceded with whitespace. | 127 | |
'-' is not followed by whitespace. | 127 | |
'/' is not preceded with whitespace. | 127 | |
'/' is not followed by whitespace. | 127 | |
'+' is not followed by whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
Method 'getTitleHeight' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter c should be final. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'cast' is not followed by whitespace. | 133 | |
'1.40' is a magic number. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'getGradient' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Parameter e should be final. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Method 'mouseEntered' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Line contains a tab character. | 148 | |
Parameter e should be final. | 148 | |
Line contains a tab character. | 149 | |
'==' is not preceded with whitespace. | 149 | |
Expression can be simplified. | 149 | |
'==' is not followed by whitespace. | 149 | |
'==' is not preceded with whitespace. | 149 | |
'==' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
'!=' is not preceded with whitespace. | 153 | |
'!=' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
'!=' is not preceded with whitespace. | 155 | |
'!=' is not followed by whitespace. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Parameter e should be final. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Parameter e should be final. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Parameter e should be final. | 169 | |
Line contains a tab character. | 170 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter parentHolder should be final. | 46 | |
Line contains a tab character. | 47 | |
'==' is not preceded with whitespace. | 47 | |
'==' is not followed by whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'==' is not preceded with whitespace. | 50 | |
Expression can be simplified. | 50 | |
'==' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
'cast' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter parentBorder should be final. | 57 | |
'parentBorder' hides a field. | 57 | |
Line contains a tab character. | 58 | |
',' is not followed by whitespace. | 58 | |
',' is not followed by whitespace. | 58 | |
',' is not followed by whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter parentBorder should be final. | 61 | |
'parentBorder' hides a field. | 61 | |
',' is not followed by whitespace. | 61 | |
Parameter topBorderSize should be final. | 61 | |
'topBorderSize' hides a field. | 61 | |
',' is not followed by whitespace. | 61 | |
Parameter bottomBorderSize should be final. | 61 | |
'bottomBorderSize' hides a field. | 61 | |
',' is not followed by whitespace. | 61 | |
Parameter leftBorderSize should be final. | 61 | |
'leftBorderSize' hides a field. | 61 | |
Line contains a tab character. | 62 | |
'=' is not preceded with whitespace. | 62 | |
'=' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
'=' is not preceded with whitespace. | 65 | |
'=' is not followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'getBorderInsets' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter c should be final. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Method 'isBorderOpaque' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Method 'paintBorder' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter c should be final. | 76 | |
Parameter g should be final. | 76 | |
Parameter x should be final. | 76 | |
Parameter y should be final. | 76 | |
Parameter width should be final. | 76 | |
Parameter height should be final. | 76 | |
Line contains a tab character. | 77 | |
'cast' is not followed by whitespace. | 77 | |
Line contains a tab character. | 78 | |
'==' is not preceded with whitespace. | 78 | |
'==' is not followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'==' is not preceded with whitespace. | 81 | |
'==' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
',' is not followed by whitespace. | 89 | |
'-' is not preceded with whitespace. | 89 | |
'-' is not followed by whitespace. | 89 | |
',' is not followed by whitespace. | 89 | |
',' is not followed by whitespace. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
',' is not followed by whitespace. | 92 | |
',' is not followed by whitespace. | 92 | |
',' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter name should be final. | 66 | |
'name' hides a field. | 66 | |
Line contains a tab character. | 67 | |
',' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 67 | |
'100' is a magic number. | 67 | |
',' is not followed by whitespace. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter name should be final. | 70 | |
'name' hides a field. | 70 | |
',' is not followed by whitespace. | 70 | |
Parameter minValue should be final. | 70 | |
Parameter maxValue should be final. | 70 | |
Parameter value should be final. | 70 | |
'value' hides a field. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Parameter e should be final. | 79 | |
Line contains a tab character. | 81 | |
'!=' is not preceded with whitespace. | 81 | |
'!=' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
'!=' is not preceded with whitespace. | 90 | |
'!=' is not followed by whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Name 'PopUpPanel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
'80' is a magic number. | 94 | |
',' is not followed by whitespace. | 94 | |
'30' is a magic number. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
',' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
'(' is followed by whitespace. | 97 | |
'cast' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 97 | |
'-' is not preceded with whitespace. | 97 | |
'-' is not followed by whitespace. | 97 | |
'10' is a magic number. | 97 | |
',' is not followed by whitespace. | 97 | |
'-' is not preceded with whitespace. | 97 | |
'-' is not followed by whitespace. | 97 | |
'10' is a magic number. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
',' is not followed by whitespace. | 98 | |
'10' is a magic number. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Parameter e should be final. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
'cast' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Parameter e should be final. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Parameter e should be final. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Parameter arg0 should be final. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Parameter arg0 should be final. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'(' is followed by whitespace. | 133 | |
')' is preceded with whitespace. | 133 | |
Line contains a tab character. | 134 | |
Parameter e should be final. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Method 'spin' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter e should be final. | 140 | |
Line contains a tab character. | 141 | |
'==' is not preceded with whitespace. | 141 | |
Expression can be simplified. | 141 | |
'==' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
'*' is not preceded with whitespace. | 149 | |
'*' is not followed by whitespace. | 149 | |
'-' is not preceded with whitespace. | 149 | |
'-' is not followed by whitespace. | 149 | |
'/' is not preceded with whitespace. | 149 | |
'/' is not followed by whitespace. | 149 | |
'-' is not preceded with whitespace. | 149 | |
'-' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
'value' hides a field. | 150 | |
'=' is not preceded with whitespace. | 150 | |
'=' is not followed by whitespace. | 150 | |
'cast' is not followed by whitespace. | 150 | |
'/' is not preceded with whitespace. | 150 | |
'/' is not followed by whitespace. | 150 | |
'*' is not preceded with whitespace. | 150 | |
'*' is not followed by whitespace. | 150 | |
'*' is not preceded with whitespace. | 150 | |
'*' is not followed by whitespace. | 150 | |
'-' is not preceded with whitespace. | 150 | |
'-' is not followed by whitespace. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
'+' is not preceded with whitespace. | 152 | |
'+' is not followed by whitespace. | 152 | |
'-' is not preceded with whitespace. | 152 | |
'-' is not followed by whitespace. | 152 | |
'/' is not preceded with whitespace. | 152 | |
'/' is not followed by whitespace. | 152 | |
'+' is not preceded with whitespace. | 152 | |
'+' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
'(' is followed by whitespace. | 154 | |
')' is preceded with whitespace. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'(' is followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter g should be final. | 160 | |
Line contains a tab character. | 161 | |
'cast' is not followed by whitespace. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
',' is not followed by whitespace. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
'/' is not preceded with whitespace. | 165 | |
'/' is not followed by whitespace. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
'/' is not preceded with whitespace. | 167 | |
'/' is not followed by whitespace. | 167 | |
Line contains a tab character. | 168 | |
',' is not followed by whitespace. | 168 | |
'/' is not preceded with whitespace. | 168 | |
'/' is not followed by whitespace. | 168 | |
'-' is not preceded with whitespace. | 168 | |
'-' is not followed by whitespace. | 168 | |
Line contains a tab character. | 169 | |
',' is not followed by whitespace. | 169 | |
'-' is not preceded with whitespace. | 169 | |
'-' is not followed by whitespace. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
'*' is not preceded with whitespace. | 171 | |
'*' is not followed by whitespace. | 171 | |
'*' is not preceded with whitespace. | 171 | |
'*' is not followed by whitespace. | 171 | |
'/' is not preceded with whitespace. | 171 | |
'/' is not followed by whitespace. | 171 | |
'-' is not preceded with whitespace. | 171 | |
'-' is not followed by whitespace. | 171 | |
'+' is not preceded with whitespace. | 171 | |
'+' is not followed by whitespace. | 171 | |
'/' is not preceded with whitespace. | 171 | |
'/' is not followed by whitespace. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
'cast' is not followed by whitespace. | 183 | |
'*' is not preceded with whitespace. | 183 | |
'*' is not followed by whitespace. | 183 | |
'/' is not preceded with whitespace. | 183 | |
'/' is not followed by whitespace. | 183 | |
'4' is a magic number. | 183 | |
Line contains a tab character. | 184 | |
'cast' is not followed by whitespace. | 184 | |
'*' is not preceded with whitespace. | 184 | |
'*' is not followed by whitespace. | 184 | |
'/' is not preceded with whitespace. | 184 | |
'/' is not followed by whitespace. | 184 | |
'4' is a magic number. | 184 | |
Line contains a tab character. | 185 | |
'cast' is not followed by whitespace. | 185 | |
'*' is not preceded with whitespace. | 185 | |
'*' is not followed by whitespace. | 185 | |
Line contains a tab character. | 186 | |
'cast' is not followed by whitespace. | 186 | |
'*' is not preceded with whitespace. | 186 | |
'*' is not followed by whitespace. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
'+' is not preceded with whitespace. | 187 | |
'+' is not followed by whitespace. | 187 | |
',' is not followed by whitespace. | 187 | |
'+' is not preceded with whitespace. | 187 | |
'+' is not followed by whitespace. | 187 | |
',' is not followed by whitespace. | 187 | |
'+' is not preceded with whitespace. | 187 | |
'+' is not followed by whitespace. | 187 | |
',' is not followed by whitespace. | 187 | |
'+' is not preceded with whitespace. | 187 | |
'+' is not followed by whitespace. | 187 | |
Line has trailing spaces. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
',' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 210 | |
'*' is not preceded with whitespace. | 210 | |
'*' is not followed by whitespace. | 210 | |
'*' is not preceded with whitespace. | 210 | |
'*' is not followed by whitespace. | 210 | |
'45' is a magic number. | 210 | |
'180' is a magic number. | 210 | |
Line contains a tab character. | 211 | |
',' is not followed by whitespace. | 211 | |
',' is not followed by whitespace. | 211 | |
'*' is not preceded with whitespace. | 211 | |
'*' is not followed by whitespace. | 211 | |
'*' is not preceded with whitespace. | 211 | |
'*' is not followed by whitespace. | 211 | |
'225' is a magic number. | 211 | |
'180' is a magic number. | 211 | |
Line has trailing spaces. | 212 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'-' is not preceded with whitespace. | 214 | |
'-' is not followed by whitespace. | 214 | |
'16' is a magic number. | 214 | |
'-' is not preceded with whitespace. | 214 | |
'-' is not followed by whitespace. | 214 | |
'+' is not preceded with whitespace. | 214 | |
'+' is not followed by whitespace. | 214 | |
'16' is a magic number. | 214 | |
Line has trailing spaces. | 215 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
'4' is a magic number. | 224 | |
'-' is not preceded with whitespace. | 224 | |
'-' is not followed by whitespace. | 224 | |
'4' is a magic number. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
'+' is not preceded with whitespace. | 226 | |
'+' is not followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
'>' is not preceded with whitespace. | 227 | |
'>' is not followed by whitespace. | 227 | |
Line contains a tab character. | 228 | |
'>' is not preceded with whitespace. | 228 | |
'>' is not followed by whitespace. | 228 | |
Line contains a tab character. | 229 | |
'-' is not preceded with whitespace. | 229 | |
'-' is not followed by whitespace. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
',' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
'==' is not preceded with whitespace. | 231 | |
'==' is not followed by whitespace. | 231 | |
Line contains a tab character. | 232 | |
'+' is not preceded with whitespace. | 232 | |
'+' is not followed by whitespace. | 232 | |
Line contains a tab character. | 233 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 234 | |
',' is not followed by whitespace. | 234 | |
'+' is not preceded with whitespace. | 234 | |
'+' is not followed by whitespace. | 234 | |
'+' is not preceded with whitespace. | 234 | |
'+' is not followed by whitespace. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
'+' is not preceded with whitespace. | 236 | |
'+' is not followed by whitespace. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
'4' is a magic number. | 239 | |
'-' is not preceded with whitespace. | 239 | |
'-' is not followed by whitespace. | 239 | |
'4' is a magic number. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
Method 'getPreferredSize' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Missing a Javadoc comment. | 246 | |
Line contains a tab character. | 247 | |
'36' is a magic number. | 247 | |
'36' is a magic number. | 247 | |
'+' is not preceded with whitespace. | 247 | |
'+' is not followed by whitespace. | 247 | |
'20' is a magic number. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 250 | |
Method 'isMouseDialing' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Missing a Javadoc comment. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line has trailing spaces. | 253 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
'(' is followed by whitespace. | 254 | |
Parameter valueSet should be final. | 254 | |
')' is preceded with whitespace. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
'==' is not preceded with whitespace. | 256 | |
'==' is not followed by whitespace. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line has trailing spaces. | 263 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Missing a Javadoc comment. | 264 | |
Line contains a tab character. | 265 | |
'+' is not preceded with whitespace. | 265 | |
'+' is not followed by whitespace. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Method 'setMinimum' is not designed for extension - needs to be abstract, final or empty. | 267 | |
Missing a Javadoc comment. | 267 | |
Parameter minValue should be final. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Method 'getMinimum' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Missing a Javadoc comment. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Method 'setMaximum' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Parameter maxValue should be final. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Method 'getMaximum' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line has trailing spaces. | 279 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Method 'addDialListener' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
Parameter listener should be final. | 280 | |
Line contains a tab character. | 281 | |
'(' is followed by whitespace. | 281 | |
')' is preceded with whitespace. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Method 'removeDialListener' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Missing a Javadoc comment. | 283 | |
Parameter listener should be final. | 283 | |
Line contains a tab character. | 284 | |
'(' is followed by whitespace. | 284 | |
')' is preceded with whitespace. | 284 | |
Line contains a tab character. | 285 | |
Line has trailing spaces. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Method 'fireDialEvent' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Missing a Javadoc comment. | 287 | |
Line is longer than 80 characters. | 288 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
'(' is followed by whitespace. | 289 | |
')' is preceded with whitespace. | 289 | |
Line contains a tab character. | 290 | |
'(' is followed by whitespace. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
'cast' is not followed by whitespace. | 291 | |
'+' is not preceded with whitespace. | 291 | |
'+' is not followed by whitespace. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Missing a Javadoc comment. | 296 | |
Line contains a tab character. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
Missing a Javadoc comment. | 297 | |
Line contains a tab character. | 298 | |
Missing a Javadoc comment. | 298 | |
Variable 'value' must be private and have accessor methods. | 298 | |
Line contains a tab character. | 299 | |
Missing a Javadoc comment. | 299 | |
'(' is followed by whitespace. | 299 | |
Parameter source should be final. | 299 | |
Parameter value should be final. | 299 | |
'value' hides a field. | 299 | |
')' is preceded with whitespace. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Missing a Javadoc comment. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Missing a Javadoc comment. | 307 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Missing a Javadoc comment. | 308 | |
Line contains a tab character. | 309 | |
Line has trailing spaces. | 310 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Method 'getDotIndex' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Method 'setDotIndex' is not designed for extension - needs to be abstract, final or empty. | 321 | |
Parameter dotIndex should be final. | 321 | |
'dotIndex' hides a field. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 40 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter rootFrame should be final. | 50 | |
'rootFrame' hides a field. | 50 | |
Line contains a tab character. | 51 | |
'=' is not preceded with whitespace. | 51 | |
'=' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter e should be final. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
',' is not followed by whitespace. | 61 | |
',' is not followed by whitespace. | 61 | |
Line contains a tab character. | 64 | |
'>' is not preceded with whitespace. | 64 | |
'>' is not followed by whitespace. | 64 | |
'-' is not preceded with whitespace. | 64 | |
'-' is not followed by whitespace. | 64 | |
'40' is a magic number. | 64 | |
'<' is not preceded with whitespace. | 64 | |
'20' is a magic number. | 64 | |
'<' is not followed by whitespace. | 64 | |
Must have at least one statement. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Must have at least one statement. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
',' is not followed by whitespace. | 72 | |
',' is not followed by whitespace. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
',' is not followed by whitespace. | 75 | |
',' is not followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
',' is not followed by whitespace. | 78 | |
',' is not followed by whitespace. | 78 | |
',' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
',' is not followed by whitespace. | 79 | |
',' is not followed by whitespace. | 79 | |
',' is not followed by whitespace. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter g should be final. | 91 | |
Line contains a tab character. | 92 | |
'cast' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
'20' is a magic number. | 96 | |
Line contains a tab character. | 97 | |
'-' is not preceded with whitespace. | 97 | |
'-' is not followed by whitespace. | 97 | |
'160' is a magic number. | 97 | |
',' is not followed by whitespace. | 97 | |
'20' is a magic number. | 97 | |
',' is not followed by whitespace. | 97 | |
'20' is a magic number. | 97 | |
Line contains a tab character. | 98 | |
'-' is not preceded with whitespace. | 98 | |
'-' is not followed by whitespace. | 98 | |
'120' is a magic number. | 98 | |
',' is not followed by whitespace. | 98 | |
'20' is a magic number. | 98 | |
',' is not followed by whitespace. | 98 | |
'20' is a magic number. | 98 | |
Line contains a tab character. | 99 | |
'-' is not preceded with whitespace. | 99 | |
'-' is not followed by whitespace. | 99 | |
'80' is a magic number. | 99 | |
'20' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'20' is a magic number. | 99 | |
Line contains a tab character. | 100 | |
'-' is not preceded with whitespace. | 100 | |
'-' is not followed by whitespace. | 100 | |
'40' is a magic number. | 100 | |
'20' is a magic number. | 100 | |
',' is not followed by whitespace. | 100 | |
'20' is a magic number. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 104 | |
Method 'mouseClicked' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line contains a tab character. | 105 | |
Parameter e should be final. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Method 'mousePressed' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Line contains a tab character. | 110 | |
Parameter e should be final. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Method 'mouseReleased' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Line contains a tab character. | 115 | |
Parameter e should be final. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Method 'mouseEntered' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Line contains a tab character. | 120 | |
Parameter e should be final. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Method 'mouseExited' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Line contains a tab character. | 125 | |
Parameter e should be final. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Name 'PAD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Variable 'PAD' must be private and have accessor methods. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter commandName should be final. | 59 | |
'commandName' hides a field. | 59 | |
Line contains a tab character. | 60 | |
'=' is not preceded with whitespace. | 60 | |
'=' is not followed by whitespace. | 60 | |
Line contains a tab character. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
'440' is a magic number. | 63 | |
',' is not followed by whitespace. | 63 | |
'220' is a magic number. | 63 | |
Line contains a tab character. | 64 | |
'80' is a magic number. | 64 | |
',' is not followed by whitespace. | 64 | |
'40' is a magic number. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Method 'getCommandName' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'randomColor' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter idx should be final. | 73 | |
'{' is not preceded with whitespace. | 73 | |
Line contains a tab character. | 74 | |
'=' is not preceded with whitespace. | 74 | |
'=' is not followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
'>' is not preceded with whitespace. | 75 | |
'16' is a magic number. | 75 | |
'>' is not followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
'/' is not preceded with whitespace. | 76 | |
'/' is not followed by whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'=' is not preceded with whitespace. | 79 | |
'=' is not followed by whitespace. | 79 | |
Line contains a tab character. | 80 | |
'=' is not preceded with whitespace. | 80 | |
'=' is not followed by whitespace. | 80 | |
'*' is not preceded with whitespace. | 80 | |
'*' is not followed by whitespace. | 80 | |
'16' is a magic number. | 80 | |
Line contains a tab character. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'33' is a magic number. | 81 | |
'<' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
'+=' is not preceded with whitespace. | 82 | |
'+=' is not followed by whitespace. | 82 | |
'133' is a magic number. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'=' is not preceded with whitespace. | 84 | |
'=' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
'=' is not preceded with whitespace. | 85 | |
'=' is not followed by whitespace. | 85 | |
'*' is not preceded with whitespace. | 85 | |
'*' is not followed by whitespace. | 85 | |
'16' is a magic number. | 85 | |
Line contains a tab character. | 86 | |
'<' is not preceded with whitespace. | 86 | |
'33' is a magic number. | 86 | |
'<' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
'+=' is not preceded with whitespace. | 87 | |
'+=' is not followed by whitespace. | 87 | |
'166' is a magic number. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
'=' is not preceded with whitespace. | 89 | |
'=' is not followed by whitespace. | 89 | |
Line contains a tab character. | 90 | |
'=' is not preceded with whitespace. | 90 | |
'=' is not followed by whitespace. | 90 | |
'*' is not preceded with whitespace. | 90 | |
'*' is not followed by whitespace. | 90 | |
'16' is a magic number. | 90 | |
Line contains a tab character. | 91 | |
'<' is not preceded with whitespace. | 91 | |
'33' is a magic number. | 91 | |
'<' is not followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
'+=' is not preceded with whitespace. | 92 | |
'+=' is not followed by whitespace. | 92 | |
'199' is a magic number. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method length is 166 lines (max allowed is 150). | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter g should be final. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'cast' is not followed by whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
',' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'100000' is a magic number. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'=' is not preceded with whitespace. | 107 | |
'=' is not followed by whitespace. | 107 | |
';' is not followed by whitespace. | 107 | |
'<' is not preceded with whitespace. | 107 | |
'<' is not followed by whitespace. | 107 | |
';' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
'==' is not preceded with whitespace. | 109 | |
Expression can be simplified. | 109 | |
'==' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
'>' is not preceded with whitespace. | 110 | |
'>' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
'>' is not preceded with whitespace. | 113 | |
'>' is not followed by whitespace. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'<' is not preceded with whitespace. | 116 | |
'<' is not followed by whitespace. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
'=' is not preceded with whitespace. | 120 | |
'=' is not followed by whitespace. | 120 | |
';' is not followed by whitespace. | 120 | |
'<' is not preceded with whitespace. | 120 | |
'<' is not followed by whitespace. | 120 | |
';' is not followed by whitespace. | 120 | |
Line contains a tab character. | 121 | |
'>' is not preceded with whitespace. | 121 | |
'>' is not followed by whitespace. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
'>' is not preceded with whitespace. | 124 | |
'>' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'<' is not preceded with whitespace. | 127 | |
'<' is not followed by whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'100000' is a magic number. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
'==' is not preceded with whitespace. | 139 | |
Expression can be simplified. | 139 | |
'==' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
'*' is not preceded with whitespace. | 140 | |
'*' is not followed by whitespace. | 140 | |
'/' is not preceded with whitespace. | 140 | |
'/' is not followed by whitespace. | 140 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
'*' is not preceded with whitespace. | 142 | |
'*' is not followed by whitespace. | 142 | |
'/' is not preceded with whitespace. | 142 | |
'/' is not followed by whitespace. | 142 | |
'+' is not preceded with whitespace. | 142 | |
'+' is not followed by whitespace. | 142 | |
'10' is a magic number. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
'10' is a magic number. | 144 | |
Line contains a tab character. | 145 | |
'20' is a magic number. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
'=' is not preceded with whitespace. | 147 | |
'=' is not followed by whitespace. | 147 | |
';' is not followed by whitespace. | 147 | |
'<=' is not preceded with whitespace. | 147 | |
'<=' is not followed by whitespace. | 147 | |
';' is not followed by whitespace. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
',' is not followed by whitespace. | 148 | |
'cast' is not followed by whitespace. | 148 | |
'/' is not preceded with whitespace. | 148 | |
'/' is not followed by whitespace. | 148 | |
'*' is not preceded with whitespace. | 148 | |
'*' is not followed by whitespace. | 148 | |
'cast' is not followed by whitespace. | 148 | |
'/' is not preceded with whitespace. | 148 | |
'/' is not followed by whitespace. | 148 | |
'*' is not preceded with whitespace. | 148 | |
'*' is not followed by whitespace. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'=' is not preceded with whitespace. | 150 | |
'=' is not followed by whitespace. | 150 | |
';' is not followed by whitespace. | 150 | |
'<=' is not preceded with whitespace. | 150 | |
'<=' is not followed by whitespace. | 150 | |
';' is not followed by whitespace. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
'cast' is not followed by whitespace. | 151 | |
'/' is not preceded with whitespace. | 151 | |
'/' is not followed by whitespace. | 151 | |
'*' is not preceded with whitespace. | 151 | |
'*' is not followed by whitespace. | 151 | |
'cast' is not followed by whitespace. | 151 | |
'/' is not preceded with whitespace. | 151 | |
'/' is not followed by whitespace. | 151 | |
'*' is not preceded with whitespace. | 151 | |
'*' is not followed by whitespace. | 151 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
'-' is not preceded with whitespace. | 155 | |
'-' is not followed by whitespace. | 155 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
'==' is not preceded with whitespace. | 162 | |
Expression can be simplified. | 162 | |
'==' is not followed by whitespace. | 162 | |
Line contains a tab character. | 163 | |
'=' is not preceded with whitespace. | 163 | |
'=' is not followed by whitespace. | 163 | |
';' is not followed by whitespace. | 163 | |
'<' is not preceded with whitespace. | 163 | |
'<' is not followed by whitespace. | 163 | |
';' is not followed by whitespace. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
'cast' is not followed by whitespace. | 167 | |
'+' is not preceded with whitespace. | 167 | |
'+' is not followed by whitespace. | 167 | |
Line contains a tab character. | 168 | |
'cast' is not followed by whitespace. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
'!=' is not preceded with whitespace. | 170 | |
'!=' is not followed by whitespace. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
'=' is not preceded with whitespace. | 178 | |
'=' is not followed by whitespace. | 178 | |
';' is not followed by whitespace. | 178 | |
'<' is not preceded with whitespace. | 178 | |
'<' is not followed by whitespace. | 178 | |
';' is not followed by whitespace. | 178 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
'==' is not preceded with whitespace. | 180 | |
'==' is not followed by whitespace. | 180 | |
Line contains a tab character. | 181 | |
'=' is not preceded with whitespace. | 181 | |
'=' is not followed by whitespace. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line has trailing spaces. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
'=' is not preceded with whitespace. | 188 | |
'=' is not followed by whitespace. | 188 | |
';' is not followed by whitespace. | 188 | |
'<' is not preceded with whitespace. | 188 | |
'<' is not followed by whitespace. | 188 | |
';' is not followed by whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line has trailing spaces. | 191 | |
Line contains a tab character. | 191 | |
'cast' is not followed by whitespace. | 191 | |
'+' is not preceded with whitespace. | 191 | |
'+' is not followed by whitespace. | 191 | |
Line contains a tab character. | 192 | |
'cast' is not followed by whitespace. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'!=' is not preceded with whitespace. | 194 | |
'!=' is not followed by whitespace. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
'150' is a magic number. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
'150' is a magic number. | 207 | |
'70' is a magic number. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
'-' is not preceded with whitespace. | 210 | |
'-' is not followed by whitespace. | 210 | |
'-' is not preceded with whitespace. | 210 | |
'-' is not followed by whitespace. | 210 | |
Line has trailing spaces. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
'7' is a magic number. | 213 | |
'20' is a magic number. | 213 | |
Line contains a tab character. | 214 | |
'50' is a magic number. | 214 | |
'20' is a magic number. | 214 | |
Line contains a tab character. | 215 | |
'==' is not preceded with whitespace. | 215 | |
Expression can be simplified. | 215 | |
'==' is not followed by whitespace. | 215 | |
Line contains a tab character. | 216 | |
'7' is a magic number. | 216 | |
'35' is a magic number. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
'+' is not preceded with whitespace. | 218 | |
'+' is not followed by whitespace. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'==' is not preceded with whitespace. | 220 | |
'==' is not followed by whitespace. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
'!=' is not preceded with whitespace. | 222 | |
'!=' is not followed by whitespace. | 222 | |
'!=' is not preceded with whitespace. | 222 | |
'!=' is not followed by whitespace. | 222 | |
'==' is not preceded with whitespace. | 222 | |
Expression can be simplified. | 222 | |
'==' is not followed by whitespace. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
'==' is not preceded with whitespace. | 226 | |
'==' is not followed by whitespace. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
'!=' is not preceded with whitespace. | 228 | |
'!=' is not followed by whitespace. | 228 | |
'!=' is not preceded with whitespace. | 228 | |
'!=' is not followed by whitespace. | 228 | |
'==' is not preceded with whitespace. | 228 | |
Expression can be simplified. | 228 | |
'==' is not followed by whitespace. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
'==' is not preceded with whitespace. | 232 | |
'==' is not followed by whitespace. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 233 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 234 | |
'!=' is not preceded with whitespace. | 234 | |
'!=' is not followed by whitespace. | 234 | |
'!=' is not preceded with whitespace. | 234 | |
'!=' is not followed by whitespace. | 234 | |
'==' is not preceded with whitespace. | 234 | |
Expression can be simplified. | 234 | |
'==' is not followed by whitespace. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
'>' is not preceded with whitespace. | 238 | |
'>' is not followed by whitespace. | 238 | |
Line contains a tab character. | 239 | |
'-' is not preceded with whitespace. | 239 | |
'-' is not followed by whitespace. | 239 | |
Line contains a tab character. | 240 | |
'<' is not preceded with whitespace. | 240 | |
'<' is not followed by whitespace. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
',' is not followed by whitespace. | 243 | |
Line contains a tab character. | 244 | |
'<' is not preceded with whitespace. | 244 | |
'<' is not followed by whitespace. | 244 | |
Line has trailing spaces. | 245 | |
Line contains a tab character. | 245 | |
'-' is not preceded with whitespace. | 245 | |
'-' is not followed by whitespace. | 245 | |
Line contains a tab character. | 246 | |
'=' is not preceded with whitespace. | 246 | |
'=' is not followed by whitespace. | 246 | |
';' is not followed by whitespace. | 246 | |
'<' is not preceded with whitespace. | 246 | |
'<' is not followed by whitespace. | 246 | |
';' is not followed by whitespace. | 246 | |
Line has trailing spaces. | 247 | |
Line contains a tab character. | 247 | |
'+' is not preceded with whitespace. | 247 | |
'+' is not followed by whitespace. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
',' is not followed by whitespace. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
'+' is not preceded with whitespace. | 254 | |
'+' is not followed by whitespace. | 254 | |
'+' is not preceded with whitespace. | 254 | |
'+' is not followed by whitespace. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
'50' is a magic number. | 256 | |
'35' is a magic number. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
'7' is a magic number. | 258 | |
'50' is a magic number. | 258 | |
Line contains a tab character. | 259 | |
'+' is not preceded with whitespace. | 259 | |
'+' is not followed by whitespace. | 259 | |
'50' is a magic number. | 259 | |
'50' is a magic number. | 259 | |
Line contains a tab character. | 260 | |
'7' is a magic number. | 260 | |
'65' is a magic number. | 260 | |
Line contains a tab character. | 261 | |
'+' is not preceded with whitespace. | 261 | |
'+' is not followed by whitespace. | 261 | |
'50' is a magic number. | 261 | |
'65' is a magic number. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 264 | |
Method 'updateTimeData' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter commandName should be final. | 75 | |
',' is not followed by whitespace. | 75 | |
Parameter colNameA should be final. | 75 | |
',' is not followed by whitespace. | 75 | |
Parameter colNameB should be final. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
',' is not followed by whitespace. | 77 | |
',' is not followed by whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
'26' is a magic number. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
'50' is a magic number. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'160' is a magic number. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
'90' is a magic number. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
'3' is a magic number. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'90' is a magic number. | 102 | |
Line contains a tab character. | 103 | |
'4' is a magic number. | 103 | |
Line contains a tab character. | 104 | |
'55' is a magic number. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'6' is a magic number. | 107 | |
',' is not followed by whitespace. | 107 | |
'6' is a magic number. | 107 | |
',' is not followed by whitespace. | 107 | |
'6' is a magic number. | 107 | |
',' is not followed by whitespace. | 107 | |
'6' is a magic number. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Missing a Javadoc comment. | 113 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Missing a Javadoc comment. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
',' is not followed by whitespace. | 116 | |
',' is not followed by whitespace. | 116 | |
',' is not followed by whitespace. | 116 | |
',' is not followed by whitespace. | 116 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 117 | |
Line contains a tab character. | 118 | |
Missing a Javadoc comment. | 118 | |
'private' modifier out of order with the JLS suggestions. | 118 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Line contains a tab character. | 120 | |
Missing a Javadoc comment. | 120 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line contains a tab character. | 122 | |
Missing a Javadoc comment. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter variableName should be final. | 124 | |
'variableName' hides a field. | 124 | |
',' is not followed by whitespace. | 124 | |
Parameter colNameA should be final. | 124 | |
'colNameA' hides a field. | 124 | |
',' is not followed by whitespace. | 124 | |
Parameter colNameB should be final. | 124 | |
'colNameB' hides a field. | 124 | |
Line contains a tab character. | 125 | |
'=' is not preceded with whitespace. | 125 | |
'=' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
'=' is not preceded with whitespace. | 126 | |
'=' is not followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
'=' is not preceded with whitespace. | 127 | |
'=' is not followed by whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Missing a Javadoc comment. | 133 | |
Variable 'l' must be private and have accessor methods. | 133 | |
Line contains a tab character. | 134 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter col should be final. | 148 | |
Line contains a tab character. | 149 | |
'==' is not preceded with whitespace. | 149 | |
'==' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
'==' is not preceded with whitespace. | 152 | |
'3' is a magic number. | 152 | |
'==' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Line contains a tab character. | 158 | |
Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Line contains a tab character. | 159 | |
Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter row should be final. | 159 | |
Parameter col should be final. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
',' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 | |
'==' is not preceded with whitespace. | 161 | |
'==' is not followed by whitespace. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
'==' is not preceded with whitespace. | 164 | |
Expression can be simplified. | 164 | |
'==' is not followed by whitespace. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
'==' is not preceded with whitespace. | 167 | |
'==' is not followed by whitespace. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
'==' is not preceded with whitespace. | 170 | |
'==' is not followed by whitespace. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
'==' is not preceded with whitespace. | 173 | |
'==' is not followed by whitespace. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'==' is not preceded with whitespace. | 176 | |
'3' is a magic number. | 176 | |
'==' is not followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'==' is not preceded with whitespace. | 179 | |
'4' is a magic number. | 179 | |
'==' is not followed by whitespace. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Parameter row should be final. | 184 | |
Parameter col should be final. | 184 | |
Line contains a tab character. | 185 | |
'==' is not preceded with whitespace. | 185 | |
Expression can be simplified. | 185 | |
'==' is not followed by whitespace. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
'==' is not preceded with whitespace. | 188 | |
'==' is not followed by whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
'==' is not preceded with whitespace. | 191 | |
'==' is not followed by whitespace. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'cast' is not followed by whitespace. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
'!=' is not preceded with whitespace. | 198 | |
'!=' is not followed by whitespace. | 198 | |
'4' is a magic number. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
':' is not preceded with whitespace. | 202 | |
':' is not followed by whitespace. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Method 'setValueAt' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter value should be final. | 209 | |
Parameter row should be final. | 209 | |
Parameter col should be final. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
',' is not followed by whitespace. | 210 | |
Line contains a tab character. | 211 | |
'==' is not preceded with whitespace. | 211 | |
'==' is not followed by whitespace. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'==' is not preceded with whitespace. | 214 | |
'==' is not followed by whitespace. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
'==' is not preceded with whitespace. | 217 | |
'==' is not followed by whitespace. | 217 | |
Line contains a tab character. | 218 | |
'cast' is not followed by whitespace. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'==' is not preceded with whitespace. | 220 | |
'==' is not followed by whitespace. | 220 | |
Line contains a tab character. | 221 | |
'cast' is not followed by whitespace. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
'==' is not preceded with whitespace. | 223 | |
'3' is a magic number. | 223 | |
'==' is not followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
'cast' is not followed by whitespace. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
'==' is not preceded with whitespace. | 226 | |
'4' is a magic number. | 226 | |
'==' is not followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
'cast' is not followed by whitespace. | 227 | |
Line contains a tab character. | 228 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 235 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Line contains a tab character. | 236 | |
Parameter command should be final. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line has trailing spaces. | 240 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 241 | |
Missing a Javadoc comment. | 241 | |
Line contains a tab character. | 241 | |
',' is not followed by whitespace. | 241 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
Missing a Javadoc comment. | 242 | |
Line contains a tab character. | 243 | |
Missing a Javadoc comment. | 243 | |
Variable 'component' must be private and have accessor methods. | 243 | |
Line contains a tab character. | 244 | |
Missing a Javadoc comment. | 244 | |
Variable 'rowIndex' must be private and have accessor methods. | 244 | |
Line contains a tab character. | 245 | |
Missing a Javadoc comment. | 245 | |
Variable 'colIndex' must be private and have accessor methods. | 245 | |
Line contains a tab character. | 246 | |
Missing a Javadoc comment. | 246 | |
Variable 'formatFactory' must be private and have accessor methods. | 246 | |
Line contains a tab character. | 247 | |
Missing a Javadoc comment. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line has trailing spaces. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line is longer than 80 characters. | 253 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line is longer than 80 characters. | 257 | |
Line contains a tab character. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line has trailing spaces. | 264 | |
Line contains a tab character. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
Method 'getTableCellEditorComponent' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Missing a Javadoc comment. | 265 | |
Parameter table should be final. | 265 | |
Parameter value should be final. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Parameter isSelected should be final. | 266 | |
Parameter rowIndex should be final. | 266 | |
'rowIndex' hides a field. | 266 | |
Parameter colIndex should be final. | 266 | |
'colIndex' hides a field. | 266 | |
Line contains a tab character. | 267 | |
'=' is not preceded with whitespace. | 267 | |
'=' is not followed by whitespace. | 267 | |
Line contains a tab character. | 268 | |
'=' is not preceded with whitespace. | 268 | |
'=' is not followed by whitespace. | 268 | |
Line contains a tab character. | 269 | |
'==' is not preceded with whitespace. | 269 | |
'==' is not followed by whitespace. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
'cast' is not followed by whitespace. | 276 | |
',' is not followed by whitespace. | 276 | |
',' is not followed by whitespace. | 276 | |
'0xFFFF' is a magic number. | 276 | |
',' is not followed by whitespace. | 276 | |
Line is longer than 80 characters. | 277 | |
Line contains a tab character. | 277 | |
Line is longer than 80 characters. | 278 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line has trailing spaces. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Method 'getCellEditorValue' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Missing a Javadoc comment. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 287 | |
Method 'stateChanged' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Line contains a tab character. | 288 | |
Parameter e should be final. | 288 | |
Line is longer than 80 characters. | 289 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Missing a Javadoc comment. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line is longer than 80 characters. | 294 | |
Line contains a tab character. | 294 | |
Parameter fb should be final. | 294 | |
Parameter offset should be final. | 294 | |
Parameter string should be final. | 294 | |
Parameter attr should be final. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 300 | |
Line is longer than 80 characters. | 301 | |
Line contains a tab character. | 301 | |
Parameter fb should be final. | 301 | |
Parameter offset should be final. | 301 | |
Parameter length should be final. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 305 | |
Line is longer than 80 characters. | 306 | |
Line contains a tab character. | 306 | |
Parameter fb should be final. | 306 | |
Parameter offset should be final. | 306 | |
Parameter length should be final. | 306 | |
Parameter text should be final. | 306 | |
Parameter attrs should be final. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 312 | |
Missing a Javadoc comment. | 312 | |
Parameter text should be final. | 312 | |
Line contains a tab character. | 313 | |
'<' is not preceded with whitespace. | 313 | |
'<' is not followed by whitespace. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line has trailing spaces. | 321 | |
Line contains a tab character. | 321 | |
Line is longer than 80 characters. | 322 | |
Missing a Javadoc comment. | 322 | |
Line contains a tab character. | 322 | |
Line is longer than 80 characters. | 323 | |
Line contains a tab character. | 323 | |
Missing a Javadoc comment. | 323 | |
Line contains a tab character. | 325 | |
Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Line contains a tab character. | 326 | |
Parameter table should be final. | 326 | |
Line is longer than 80 characters. | 327 | |
Line contains a tab character. | 327 | |
Parameter value should be final. | 327 | |
Parameter isSelected should be final. | 327 | |
Parameter hasFocus should be final. | 327 | |
Parameter row should be final. | 327 | |
Line contains a tab character. | 328 | |
Parameter column should be final. | 328 | |
Line has trailing spaces. | 329 | |
Line contains a tab character. | 329 | |
Line is longer than 80 characters. | 330 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line is longer than 80 characters. | 333 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Line has trailing spaces. | 339 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
'cast' is not followed by whitespace. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
':' is not preceded with whitespace. | 355 | |
':' is not followed by whitespace. | 355 | |
Line is longer than 80 characters. | 356 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line has trailing spaces. | 363 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line has trailing spaces. | 365 | |
Line contains a tab character. | 365 | |
Line is longer than 80 characters. | 366 | |
Missing a Javadoc comment. | 366 | |
Line contains a tab character. | 366 | |
',' is not followed by whitespace. | 366 | |
',' is not followed by whitespace. | 366 | |
Line is longer than 80 characters. | 367 | |
Line contains a tab character. | 367 | |
Missing a Javadoc comment. | 367 | |
Line contains a tab character. | 368 | |
Missing a Javadoc comment. | 368 | |
Line has trailing spaces. | 369 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Missing a Javadoc comment. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line is longer than 80 characters. | 374 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line has trailing spaces. | 376 | |
Line contains a tab character. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
Method 'getTableCellEditorComponent' is not designed for extension - needs to be abstract, final or empty. | 377 | |
Missing a Javadoc comment. | 377 | |
Parameter table should be final. | 377 | |
Parameter value should be final. | 377 | |
',' is not followed by whitespace. | 377 | |
Parameter isSelected should be final. | 377 | |
Parameter rowIndex should be final. | 377 | |
Parameter vColIndex should be final. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
'=' is not preceded with whitespace. | 384 | |
'=' is not followed by whitespace. | 384 | |
';' is not followed by whitespace. | 384 | |
'<' is not preceded with whitespace. | 384 | |
'<' is not followed by whitespace. | 384 | |
';' is not followed by whitespace. | 384 | |
Line contains a tab character. | 385 | |
'cast' is not followed by whitespace. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line is longer than 80 characters. | 390 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 397 | |
Method 'getCellEditorValue' is not designed for extension - needs to be abstract, final or empty. | 397 | |
Missing a Javadoc comment. | 397 | |
Line contains a tab character. | 398 | |
'==' is not preceded with whitespace. | 398 | |
'==' is not followed by whitespace. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
'==' is not preceded with whitespace. | 401 | |
'==' is not followed by whitespace. | 401 | |
Line contains a tab character. | 402 | |
'+' is not preceded with whitespace. | 402 | |
'+' is not followed by whitespace. | 402 | |
'0xFFFF' is a magic number. | 402 | |
Line contains a tab character. | 403 | |
Line is longer than 80 characters. | 404 | |
Line contains a tab character. | 404 | |
'+' is not preceded with whitespace. | 404 | |
'+' is not followed by whitespace. | 404 | |
Line contains a tab character. | 405 | |
Line has trailing spaces. | 406 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
'50' is a magic number. | 410 | |
Line contains a tab character. | 411 | |
':' is not preceded with whitespace. | 411 | |
':' is not followed by whitespace. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
':' is not preceded with whitespace. | 417 | |
':' is not followed by whitespace. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 422 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 427 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 427 | |
Line contains a tab character. | 428 | |
Parameter e should be final. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line has trailing spaces. | 432 | |
Line contains a tab character. | 432 | |
Line is longer than 80 characters. | 433 | |
Missing a Javadoc comment. | 433 | |
Line contains a tab character. | 433 | |
',' is not followed by whitespace. | 433 | |
Line is longer than 80 characters. | 434 | |
Line contains a tab character. | 434 | |
Missing a Javadoc comment. | 434 | |
Line contains a tab character. | 435 | |
Missing a Javadoc comment. | 435 | |
Line contains a tab character. | 437 | |
Missing a Javadoc comment. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line has trailing spaces. | 441 | |
Line contains a tab character. | 441 | |
Line is longer than 80 characters. | 442 | |
Line contains a tab character. | 442 | |
Method 'getTableCellEditorComponent' is not designed for extension - needs to be abstract, final or empty. | 442 | |
Missing a Javadoc comment. | 442 | |
Parameter table should be final. | 442 | |
Parameter value should be final. | 442 | |
',' is not followed by whitespace. | 442 | |
Parameter isSelected should be final. | 442 | |
Parameter rowIndex should be final. | 442 | |
Parameter vColIndex should be final. | 442 | |
Line has trailing spaces. | 443 | |
Line contains a tab character. | 443 | |
Line has trailing spaces. | 444 | |
Line contains a tab character. | 444 | |
Line is longer than 80 characters. | 445 | |
Line contains a tab character. | 445 | |
'cast' is not followed by whitespace. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 451 | |
':' is not preceded with whitespace. | 451 | |
':' is not followed by whitespace. | 451 | |
Line is longer than 80 characters. | 452 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
'==' is not preceded with whitespace. | 453 | |
Expression can be simplified. | 453 | |
'==' is not followed by whitespace. | 453 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
'=' is not preceded with whitespace. | 457 | |
'=' is not followed by whitespace. | 457 | |
';' is not followed by whitespace. | 457 | |
'<' is not preceded with whitespace. | 457 | |
'<' is not followed by whitespace. | 457 | |
';' is not followed by whitespace. | 457 | |
Line contains a tab character. | 458 | |
'+' is not preceded with whitespace. | 458 | |
'+' is not followed by whitespace. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line is longer than 80 characters. | 461 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line is longer than 80 characters. | 467 | |
Line contains a tab character. | 467 | |
'-' is not preceded with whitespace. | 467 | |
'-' is not followed by whitespace. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 | |
Line contains a tab character. | 476 | |
Method 'getCellEditorValue' is not designed for extension - needs to be abstract, final or empty. | 476 | |
Missing a Javadoc comment. | 476 | |
Line contains a tab character. | 477 | |
'==' is not preceded with whitespace. | 477 | |
'==' is not followed by whitespace. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 483 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 483 | |
Line contains a tab character. | 484 | |
Parameter e should be final. | 484 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 90 | |
Line is longer than 80 characters. | 93 | |
',' is not followed by whitespace. | 93 | |
',' is not followed by whitespace. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Missing a Javadoc comment. | 95 | |
Line contains a tab character. | 96 | |
Missing a Javadoc comment. | 96 | |
Line contains a tab character. | 97 | |
Missing a Javadoc comment. | 97 | |
Line contains a tab character. | 98 | |
Missing a Javadoc comment. | 98 | |
Line contains a tab character. | 99 | |
Missing a Javadoc comment. | 99 | |
Line contains a tab character. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Line contains a tab character. | 105 | |
Missing a Javadoc comment. | 105 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Missing a Javadoc comment. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 110 | |
Missing a Javadoc comment. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Missing a Javadoc comment. | 111 | |
Line contains a tab character. | 112 | |
Missing a Javadoc comment. | 112 | |
Line contains a tab character. | 113 | |
Missing a Javadoc comment. | 113 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 114 | |
Line contains a tab character. | 115 | |
Missing a Javadoc comment. | 115 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 117 | |
Line contains a tab character. | 118 | |
Missing a Javadoc comment. | 118 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Line contains a tab character. | 120 | |
Missing a Javadoc comment. | 120 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line contains a tab character. | 122 | |
Missing a Javadoc comment. | 122 | |
Line contains a tab character. | 123 | |
Missing a Javadoc comment. | 123 | |
Line contains a tab character. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Missing a Javadoc comment. | 125 | |
',' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter aFrame should be final. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
'640' is a magic number. | 135 | |
',' is not followed by whitespace. | 135 | |
'480' is a magic number. | 135 | |
Line contains a tab character. | 136 | |
'999' is a magic number. | 136 | |
',' is not followed by whitespace. | 136 | |
'666' is a magic number. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Parameter we should be final. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
'5' is a magic number. | 144 | |
',' is not followed by whitespace. | 144 | |
'5' is a magic number. | 144 | |
',' is not followed by whitespace. | 144 | |
'5' is a magic number. | 144 | |
',' is not followed by whitespace. | 144 | |
'5' is a magic number. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
',' is not followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
',' is not followed by whitespace. | 147 | |
Line contains a tab character. | 148 | |
',' is not followed by whitespace. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Missing a Javadoc comment. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line has trailing spaces. | 181 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line has trailing spaces. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
',' is not followed by whitespace. | 190 | |
',' is not followed by whitespace. | 190 | |
',' is not followed by whitespace. | 190 | |
',' is not followed by whitespace. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line has trailing spaces. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line has trailing spaces. | 216 | |
Line contains a tab character. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
',' is not followed by whitespace. | 218 | |
',' is not followed by whitespace. | 218 | |
'10' is a magic number. | 218 | |
Line has trailing spaces. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line has trailing spaces. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Missing a Javadoc comment. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
'26' is a magic number. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
'150' is a magic number. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
'130' is a magic number. | 242 | |
Line contains a tab character. | 243 | |
Line is longer than 80 characters. | 244 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line has trailing spaces. | 249 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Missing a Javadoc comment. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line has trailing spaces. | 253 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 268 | |
'!=' is not preceded with whitespace. | 268 | |
'!=' is not followed by whitespace. | 268 | |
'==' is not preceded with whitespace. | 268 | |
Expression can be simplified. | 268 | |
'==' is not followed by whitespace. | 268 | |
'!=' is not preceded with whitespace. | 268 | |
'!=' is not followed by whitespace. | 268 | |
'==' is not preceded with whitespace. | 268 | |
Expression can be simplified. | 268 | |
'==' is not followed by whitespace. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
',' is not followed by whitespace. | 269 | |
',' is not followed by whitespace. | 269 | |
',' is not followed by whitespace. | 269 | |
',' is not followed by whitespace. | 269 | |
Line contains a tab character. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
',' is not followed by whitespace. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
',' is not followed by whitespace. | 280 | |
'6' is a magic number. | 280 | |
',' is not followed by whitespace. | 280 | |
Line contains a tab character. | 281 | |
Line has trailing spaces. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
',' is not followed by whitespace. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
'6' is a magic number. | 285 | |
',' is not followed by whitespace. | 285 | |
',' is not followed by whitespace. | 285 | |
'12' is a magic number. | 285 | |
',' is not followed by whitespace. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line has trailing spaces. | 289 | |
Line contains a tab character. | 289 | |
Line is longer than 80 characters. | 290 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
'10' is a magic number. | 292 | |
',' is not followed by whitespace. | 292 | |
'50' is a magic number. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line has trailing spaces. | 302 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Line has trailing spaces. | 315 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
',' is not followed by whitespace. | 318 | |
Line contains a tab character. | 319 | |
',' is not followed by whitespace. | 319 | |
Line contains a tab character. | 320 | |
',' is not followed by whitespace. | 320 | |
Line contains a tab character. | 321 | |
',' is not followed by whitespace. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line has trailing spaces. | 324 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Missing a Javadoc comment. | 325 | |
Parameter e should be final. | 325 | |
Line contains a tab character. | 326 | |
'==' is not preceded with whitespace. | 326 | |
'==' is not followed by whitespace. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
'==' is not preceded with whitespace. | 330 | |
'==' is not followed by whitespace. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
'+' is not preceded with whitespace. | 335 | |
'+' is not followed by whitespace. | 335 | |
'+' is not preceded with whitespace. | 335 | |
'+' is not followed by whitespace. | 335 | |
Line is longer than 80 characters. | 336 | |
Line contains a tab character. | 336 | |
'cast' is not followed by whitespace. | 336 | |
Line contains a tab character. | 337 | |
Line is longer than 80 characters. | 338 | |
Line contains a tab character. | 338 | |
',' is not followed by whitespace. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
'==' is not preceded with whitespace. | 341 | |
'==' is not followed by whitespace. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Line has trailing spaces. | 345 | |
Line contains a tab character. | 345 | |
Line is longer than 80 characters. | 346 | |
Line contains a tab character. | 346 | |
'+' is not preceded with whitespace. | 346 | |
'+' is not followed by whitespace. | 346 | |
'+' is not preceded with whitespace. | 346 | |
'+' is not followed by whitespace. | 346 | |
Line contains a tab character. | 347 | |
'+' is not preceded with whitespace. | 347 | |
'+' is not followed by whitespace. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line is longer than 80 characters. | 350 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line is longer than 80 characters. | 352 | |
Line contains a tab character. | 352 | |
',' is not followed by whitespace. | 352 | |
',' is not followed by whitespace. | 352 | |
Line is longer than 80 characters. | 353 | |
Line contains a tab character. | 353 | |
'+' is not preceded with whitespace. | 353 | |
'+' is not followed by whitespace. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
Line has trailing spaces. | 356 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
'>' is not preceded with whitespace. | 364 | |
'32' is a magic number. | 364 | |
'>' is not followed by whitespace. | 364 | |
Line has trailing spaces. | 365 | |
Line is longer than 80 characters. | 365 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line is longer than 80 characters. | 368 | |
Line contains a tab character. | 368 | |
Line is longer than 80 characters. | 369 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line is longer than 80 characters. | 374 | |
Line contains a tab character. | 374 | |
'!=' is not preceded with whitespace. | 374 | |
'!=' is not followed by whitespace. | 374 | |
'==' is not preceded with whitespace. | 374 | |
Expression can be simplified. | 374 | |
'==' is not followed by whitespace. | 374 | |
'>' is not preceded with whitespace. | 374 | |
'>' is not followed by whitespace. | 374 | |
Line is longer than 80 characters. | 375 | |
Line contains a tab character. | 375 | |
',' is not followed by whitespace. | 375 | |
'16' is a magic number. | 375 | |
Line contains a tab character. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
'!=' is not preceded with whitespace. | 377 | |
'!=' is not followed by whitespace. | 377 | |
'==' is not preceded with whitespace. | 377 | |
Expression can be simplified. | 377 | |
'==' is not followed by whitespace. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line is longer than 80 characters. | 380 | |
Line contains a tab character. | 380 | |
'!=' is not preceded with whitespace. | 380 | |
'!=' is not followed by whitespace. | 380 | |
'==' is not preceded with whitespace. | 380 | |
Expression can be simplified. | 380 | |
'==' is not followed by whitespace. | 380 | |
Line is longer than 80 characters. | 381 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line is longer than 80 characters. | 383 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
';' is not followed by whitespace. | 384 | |
Line contains a tab character. | 385 | |
';' is not followed by whitespace. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 391 | |
Missing a Javadoc comment. | 391 | |
Parameter burnName should be final. | 391 | |
'burnName' hides a field. | 391 | |
',' is not followed by whitespace. | 391 | |
Parameter file should be final. | 391 | |
Line contains a tab character. | 392 | |
Line is longer than 80 characters. | 393 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
'==' is not preceded with whitespace. | 394 | |
'==' is not followed by whitespace. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line is longer than 80 characters. | 397 | |
Line contains a tab character. | 397 | |
'+' is not preceded with whitespace. | 397 | |
'+' is not followed by whitespace. | 397 | |
'+' is not preceded with whitespace. | 397 | |
'+' is not followed by whitespace. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
'4096' is a magic number. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
',' is not followed by whitespace. | 408 | |
',' is not followed by whitespace. | 408 | |
Line is longer than 80 characters. | 409 | |
Line contains a tab character. | 409 | |
'+' is not preceded with whitespace. | 409 | |
'+' is not followed by whitespace. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
Line has trailing spaces. | 413 | |
Line contains a tab character. | 413 | |
Line has trailing spaces. | 414 | |
Line contains a tab character. | 414 | |
Missing a Javadoc comment. | 414 | |
Parameter data should be final. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line has trailing spaces. | 422 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Method 'flashLogMessage' is not designed for extension - needs to be abstract, final or empty. | 423 | |
Line contains a tab character. | 424 | |
Parameter message should be final. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line has trailing spaces. | 427 | |
Line contains a tab character. | 427 | |
Missing a Javadoc comment. | 428 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line is longer than 80 characters. | 433 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Line is longer than 80 characters. | 436 | |
Line contains a tab character. | 436 | |
',' is not followed by whitespace. | 436 | |
',' is not followed by whitespace. | 436 | |
Line contains a tab character. | 437 | |
Line is longer than 80 characters. | 438 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Missing a Javadoc comment. | 444 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
'!=' is not preceded with whitespace. | 448 | |
'!=' is not followed by whitespace. | 448 | |
Line is longer than 80 characters. | 449 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
'+' is not preceded with whitespace. | 450 | |
'+' is not followed by whitespace. | 450 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
'250' is a magic number. | 453 | |
Line contains a tab character. | 454 | |
Must have at least one statement. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line has trailing spaces. | 468 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 469 | |
Line contains a tab character. | 470 | |
Parameter e should be final. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 | |
'==' is not preceded with whitespace. | 474 | |
'==' is not followed by whitespace. | 474 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line is longer than 80 characters. | 477 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 488 | |
Line contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line has trailing spaces. | 497 | |
Line contains a tab character. | 497 | |
Line has trailing spaces. | 498 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Method 'clearAndHide' is not designed for extension - needs to be abstract, final or empty. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Missing a Javadoc comment. | 504 | |
Line contains a tab character. | 504 | |
Line is longer than 80 characters. | 506 | |
Line contains a tab character. | 506 | |
Missing a Javadoc comment. | 506 | |
Line contains a tab character. | 507 | |
Missing a Javadoc comment. | 507 | |
Line contains a tab character. | 508 | |
Missing a Javadoc comment. | 508 | |
Line has trailing spaces. | 509 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 510 | |
Missing a Javadoc comment. | 510 | |
Line contains a tab character. | 511 | |
'100' is a magic number. | 511 | |
Line contains a tab character. | 512 | |
'100' is a magic number. | 512 | |
Line contains a tab character. | 513 | |
Line is longer than 80 characters. | 514 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Line is longer than 80 characters. | 516 | |
Line contains a tab character. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 519 | |
Line has trailing spaces. | 520 | |
Line contains a tab character. | 520 | |
Line contains a tab character. | 521 | |
Method 'getBuildOptions' is not designed for extension - needs to be abstract, final or empty. | 521 | |
Missing a Javadoc comment. | 521 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line has trailing spaces. | 524 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 525 | |
Method 'refilterData' is not designed for extension - needs to be abstract, final or empty. | 525 | |
Missing a Javadoc comment. | 525 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
':' is not preceded with whitespace. | 527 | |
':' is not followed by whitespace. | 527 | |
Line is longer than 80 characters. | 528 | |
Line contains a tab character. | 528 | |
'if' is not followed by whitespace. | 528 | |
'!=' is not preceded with whitespace. | 528 | |
'!=' is not followed by whitespace. | 528 | |
Line is longer than 80 characters. | 529 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line is longer than 80 characters. | 531 | |
Line contains a tab character. | 531 | |
',' is not followed by whitespace. | 531 | |
'==' is not preceded with whitespace. | 531 | |
Expression can be simplified. | 531 | |
'==' is not followed by whitespace. | 531 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 533 | |
Line is longer than 80 characters. | 534 | |
Line contains a tab character. | 534 | |
',' is not followed by whitespace. | 534 | |
'==' is not preceded with whitespace. | 534 | |
Expression can be simplified. | 534 | |
'==' is not followed by whitespace. | 534 | |
Line contains a tab character. | 535 | |
Line contains a tab character. | 536 | |
Line is longer than 80 characters. | 537 | |
Line contains a tab character. | 537 | |
',' is not followed by whitespace. | 537 | |
'==' is not preceded with whitespace. | 537 | |
Expression can be simplified. | 537 | |
'==' is not followed by whitespace. | 537 | |
Line contains a tab character. | 538 | |
Line contains a tab character. | 539 | |
Line is longer than 80 characters. | 540 | |
Line contains a tab character. | 540 | |
',' is not followed by whitespace. | 540 | |
'==' is not preceded with whitespace. | 540 | |
Expression can be simplified. | 540 | |
'==' is not followed by whitespace. | 540 | |
Line contains a tab character. | 541 | |
Line contains a tab character. | 542 | |
Line is longer than 80 characters. | 543 | |
Line contains a tab character. | 543 | |
',' is not followed by whitespace. | 543 | |
'==' is not preceded with whitespace. | 543 | |
Expression can be simplified. | 543 | |
'==' is not followed by whitespace. | 543 | |
Line contains a tab character. | 544 | |
Line contains a tab character. | 545 | |
Line is longer than 80 characters. | 546 | |
Line contains a tab character. | 546 | |
',' is not followed by whitespace. | 546 | |
'==' is not preceded with whitespace. | 546 | |
Expression can be simplified. | 546 | |
'==' is not followed by whitespace. | 546 | |
Line contains a tab character. | 547 | |
Line contains a tab character. | 548 | |
Line is longer than 80 characters. | 549 | |
Line contains a tab character. | 549 | |
',' is not followed by whitespace. | 549 | |
'==' is not preceded with whitespace. | 549 | |
Expression can be simplified. | 549 | |
'==' is not followed by whitespace. | 549 | |
Line contains a tab character. | 550 | |
Line contains a tab character. | 551 | |
Line is longer than 80 characters. | 552 | |
Line contains a tab character. | 552 | |
',' is not followed by whitespace. | 552 | |
'==' is not preceded with whitespace. | 552 | |
Expression can be simplified. | 552 | |
'==' is not followed by whitespace. | 552 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
'>' is not preceded with whitespace. | 555 | |
'>' is not followed by whitespace. | 555 | |
Line is longer than 80 characters. | 556 | |
Line contains a tab character. | 556 | |
Line is longer than 80 characters. | 557 | |
Line contains a tab character. | 557 | |
'==' is not preceded with whitespace. | 557 | |
Expression can be simplified. | 557 | |
'==' is not followed by whitespace. | 557 | |
Line contains a tab character. | 558 | |
Line contains a tab character. | 559 | |
Line contains a tab character. | 560 | |
Line contains a tab character. | 561 | |
'>' is not preceded with whitespace. | 561 | |
'>' is not followed by whitespace. | 561 | |
Line is longer than 80 characters. | 562 | |
Line contains a tab character. | 562 | |
Line is longer than 80 characters. | 563 | |
Line contains a tab character. | 563 | |
'+' is not preceded with whitespace. | 563 | |
'+' is not followed by whitespace. | 563 | |
Line contains a tab character. | 564 | |
'==' is not preceded with whitespace. | 564 | |
Expression can be simplified. | 564 | |
'==' is not followed by whitespace. | 564 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Line contains a tab character. | 567 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 569 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Line has trailing spaces. | 572 | |
Line contains a tab character. | 572 | |
Line contains a tab character. | 573 | |
Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 573 | |
Line contains a tab character. | 574 | |
Line contains a tab character. | 575 | |
Line contains a tab character. | 576 | |
Line has trailing spaces. | 577 | |
Line contains a tab character. | 577 | |
Line contains a tab character. | 578 | |
Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 578 | |
Line contains a tab character. | 579 | |
Line contains a tab character. | 580 | |
Line contains a tab character. | 581 | |
Line has trailing spaces. | 582 | |
Line contains a tab character. | 582 | |
Line contains a tab character. | 583 | |
Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 583 | |
Missing a Javadoc comment. | 583 | |
Parameter col should be final. | 583 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 585 | |
Line has trailing spaces. | 586 | |
Line contains a tab character. | 586 | |
Line contains a tab character. | 587 | |
Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 587 | |
Line contains a tab character. | 588 | |
Parameter row should be final. | 588 | |
Parameter col should be final. | 588 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 590 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Line contains a tab character. | 593 | |
Line contains a tab character. | 594 | |
',' is not followed by whitespace. | 594 | |
Line is longer than 80 characters. | 595 | |
Line contains a tab character. | 595 | |
'3' is a magic number. | 595 | |
',' is not followed by whitespace. | 595 | |
Line contains a tab character. | 596 | |
'4' is a magic number. | 596 | |
',' is not followed by whitespace. | 596 | |
Line contains a tab character. | 597 | |
'5' is a magic number. | 597 | |
',' is not followed by whitespace. | 597 | |
Line contains a tab character. | 598 | |
'6' is a magic number. | 598 | |
',' is not followed by whitespace. | 598 | |
Line contains a tab character. | 599 | |
'7' is a magic number. | 599 | |
',' is not followed by whitespace. | 599 | |
Line contains a tab character. | 600 | |
'8' is a magic number. | 600 | |
',' is not followed by whitespace. | 600 | |
Line contains a tab character. | 601 | |
'9' is a magic number. | 601 | |
',' is not followed by whitespace. | 601 | |
Line contains a tab character. | 602 | |
'10' is a magic number. | 602 | |
',' is not followed by whitespace. | 602 | |
Line contains a tab character. | 603 | |
'11' is a magic number. | 603 | |
',' is not followed by whitespace. | 603 | |
Line contains a tab character. | 604 | |
'12' is a magic number. | 604 | |
',' is not followed by whitespace. | 604 | |
Line contains a tab character. | 605 | |
'13' is a magic number. | 605 | |
',' is not followed by whitespace. | 605 | |
Line contains a tab character. | 606 | |
'14' is a magic number. | 606 | |
',' is not followed by whitespace. | 606 | |
Line contains a tab character. | 607 | |
'15' is a magic number. | 607 | |
',' is not followed by whitespace. | 607 | |
Line contains a tab character. | 608 | |
'16' is a magic number. | 608 | |
',' is not followed by whitespace. | 608 | |
Line contains a tab character. | 609 | |
'17' is a magic number. | 609 | |
',' is not followed by whitespace. | 609 | |
Line contains a tab character. | 610 | |
'18' is a magic number. | 610 | |
',' is not followed by whitespace. | 610 | |
Line contains a tab character. | 611 | |
'19' is a magic number. | 611 | |
',' is not followed by whitespace. | 611 | |
Line contains a tab character. | 612 | |
'20' is a magic number. | 612 | |
',' is not followed by whitespace. | 612 | |
Line contains a tab character. | 613 | |
'21' is a magic number. | 613 | |
',' is not followed by whitespace. | 613 | |
Line contains a tab character. | 614 | |
Line contains a tab character. | 615 | |
Line has trailing spaces. | 616 | |
Line contains a tab character. | 616 | |
Line contains a tab character. | 617 | |
Missing a Javadoc comment. | 617 | |
Parameter option should be final. | 617 | |
',' is not followed by whitespace. | 617 | |
Parameter checkFlag should be final. | 617 | |
Line contains a tab character. | 618 | |
':' is not preceded with whitespace. | 618 | |
':' is not followed by whitespace. | 618 | |
Line contains a tab character. | 619 | |
Line contains a tab character. | 620 | |
Line contains a tab character. | 621 | |
Line contains a tab character. | 622 | |
Line contains a tab character. | 623 | |
Line contains a tab character. | 624 | |
Line contains a tab character. | 625 | |
Line is longer than 80 characters. | 626 | |
Line contains a tab character. | 626 | |
Line contains a tab character. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
Line contains a tab character. | 630 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 636 | |
Line contains a tab character. | 637 | |
Line contains a tab character. | 638 | |
Line has trailing spaces. | 639 | |
Line contains a tab character. | 639 | |
Missing a Javadoc comment. | 640 | |
Line contains a tab character. | 640 | |
Line contains a tab character. | 641 | |
Missing a Javadoc comment. | 641 | |
Variable 'name' must be private and have accessor methods. | 641 | |
Line contains a tab character. | 642 | |
Missing a Javadoc comment. | 642 | |
Variable 'mcu' must be private and have accessor methods. | 642 | |
Line contains a tab character. | 643 | |
Missing a Javadoc comment. | 643 | |
Variable 'speed' must be private and have accessor methods. | 643 | |
Line contains a tab character. | 644 | |
Missing a Javadoc comment. | 644 | |
Variable 'ispMcu' must be private and have accessor methods. | 644 | |
Line contains a tab character. | 645 | |
Missing a Javadoc comment. | 645 | |
Variable 'ispProg' must be private and have accessor methods. | 645 | |
Line contains a tab character. | 646 | |
Missing a Javadoc comment. | 646 | |
Variable 'flags' must be private and have accessor methods. | 646 | |
'20' is a magic number. | 646 | |
Line contains a tab character. | 647 | |
Missing a Javadoc comment. | 647 | |
Variable 'options' must be private and have accessor methods. | 647 | |
'20' is a magic number. | 647 | |
Line contains a tab character. | 648 | |
Line has trailing spaces. | 649 | |
Line contains a tab character. | 649 | |
Line is longer than 80 characters. | 650 | |
Line contains a tab character. | 650 | |
Method 'readBuildOptionsFile' is not designed for extension - needs to be abstract, final or empty. | 650 | |
Missing a Javadoc comment. | 650 | |
Parameter inputFile should be final. | 650 | |
Line contains a tab character. | 651 | |
Line contains a tab character. | 652 | |
Line has trailing spaces. | 653 | |
Line contains a tab character. | 653 | |
Line is longer than 80 characters. | 654 | |
Line contains a tab character. | 654 | |
Method 'readBuildOptionsResource' is not designed for extension - needs to be abstract, final or empty. | 654 | |
Missing a Javadoc comment. | 654 | |
Parameter inputResource should be final. | 654 | |
Line contains a tab character. | 655 | |
Line contains a tab character. | 656 | |
'==' is not preceded with whitespace. | 656 | |
'==' is not followed by whitespace. | 656 | |
Line contains a tab character. | 657 | |
Line contains a tab character. | 658 | |
Line contains a tab character. | 659 | |
Line contains a tab character. | 660 | |
Line has trailing spaces. | 661 | |
Line contains a tab character. | 661 | |
Line is longer than 80 characters. | 662 | |
Line contains a tab character. | 662 | |
Method 'readBuildOptions' is not designed for extension - needs to be abstract, final or empty. | 662 | |
Missing a Javadoc comment. | 662 | |
Parameter input should be final. | 662 | |
Line contains a tab character. | 663 | |
'==' is not preceded with whitespace. | 663 | |
'==' is not followed by whitespace. | 663 | |
Line is longer than 80 characters. | 664 | |
Line contains a tab character. | 664 | |
Line contains a tab character. | 665 | |
Line is longer than 80 characters. | 666 | |
Line contains a tab character. | 666 | |
',' is not followed by whitespace. | 666 | |
',' is not followed by whitespace. | 666 | |
'100' is a magic number. | 666 | |
Line contains a tab character. | 667 | |
Line contains a tab character. | 668 | |
Line is longer than 80 characters. | 669 | |
Line contains a tab character. | 669 | |
',' is not followed by whitespace. | 669 | |
Line contains a tab character. | 670 | |
Line contains a tab character. | 671 | |
Line contains a tab character. | 672 | |
Line contains a tab character. | 673 | |
Line contains a tab character. | 674 | |
Line contains a tab character. | 675 | |
Line contains a tab character. | 676 | |
Line contains a tab character. | 677 | |
Line contains a tab character. | 678 | |
Line contains a tab character. | 679 | |
'<' is not preceded with whitespace. | 679 | |
'4' is a magic number. | 679 | |
'<' is not followed by whitespace. | 679 | |
Line is longer than 80 characters. | 680 | |
Line contains a tab character. | 680 | |
Line contains a tab character. | 681 | |
Line contains a tab character. | 682 | |
Line contains a tab character. | 683 | |
'-=' is not preceded with whitespace. | 683 | |
'-=' is not followed by whitespace. | 683 | |
'4' is a magic number. | 683 | |
Line contains a tab character. | 684 | |
Line contains a tab character. | 685 | |
'-' is not preceded with whitespace. | 685 | |
'-' is not followed by whitespace. | 685 | |
Line contains a tab character. | 686 | |
'-' is not preceded with whitespace. | 686 | |
'-' is not followed by whitespace. | 686 | |
Line contains a tab character. | 687 | |
'-' is not preceded with whitespace. | 687 | |
'-' is not followed by whitespace. | 687 | |
'3' is a magic number. | 687 | |
Line contains a tab character. | 688 | |
'==' is not preceded with whitespace. | 688 | |
Expression can be simplified. | 688 | |
'==' is not followed by whitespace. | 688 | |
Line contains a tab character. | 689 | |
Line contains a tab character. | 690 | |
Line contains a tab character. | 691 | |
'==' is not preceded with whitespace. | 691 | |
Expression can be simplified. | 691 | |
'==' is not followed by whitespace. | 691 | |
Line contains a tab character. | 692 | |
Line contains a tab character. | 693 | |
Line contains a tab character. | 694 | |
'==' is not preceded with whitespace. | 694 | |
Expression can be simplified. | 694 | |
'==' is not followed by whitespace. | 694 | |
Line contains a tab character. | 695 | |
Line contains a tab character. | 696 | |
Line contains a tab character. | 697 | |
Line contains a tab character. | 698 | |
Line contains a tab character. | 699 | |
Line contains a tab character. | 700 | |
Line contains a tab character. | 701 | |
Line contains a tab character. | 702 | |
'==' is not preceded with whitespace. | 702 | |
'==' is not followed by whitespace. | 702 | |
Line contains a tab character. | 703 | |
Line contains a tab character. | 704 | |
Line contains a tab character. | 705 | |
',' is not followed by whitespace. | 705 | |
Line contains a tab character. | 706 | |
Line has trailing spaces. | 707 | |
Line contains a tab character. | 707 | |
Line contains a tab character. | 708 | |
Line is longer than 80 characters. | 709 | |
Line contains a tab character. | 709 | |
Line contains a tab character. | 710 | |
'<' is not preceded with whitespace. | 710 | |
'<' is not followed by whitespace. | 710 | |
Line contains a tab character. | 711 | |
Line contains a tab character. | 712 | |
Line contains a tab character. | 713 | |
Line contains a tab character. | 714 | |
'=' is not preceded with whitespace. | 714 | |
'=' is not followed by whitespace. | 714 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 716 | |
Line contains a tab character. | 717 | |
Line is longer than 80 characters. | 718 | |
Line contains a tab character. | 718 | |
'=' is not preceded with whitespace. | 718 | |
'=' is not followed by whitespace. | 718 | |
Line contains a tab character. | 719 | |
Line contains a tab character. | 720 | |
Line contains a tab character. | 721 | |
Line contains a tab character. | 722 | |
'=' is not preceded with whitespace. | 722 | |
'=' is not followed by whitespace. | 722 | |
Line contains a tab character. | 723 | |
Line contains a tab character. | 724 | |
Line contains a tab character. | 725 | |
Line contains a tab character. | 726 | |
'=' is not preceded with whitespace. | 726 | |
'=' is not followed by whitespace. | 726 | |
Line contains a tab character. | 727 | |
Line contains a tab character. | 728 | |
Line contains a tab character. | 729 | |
Line contains a tab character. | 730 | |
Line contains a tab character. | 731 | |
Line contains a tab character. | 732 | |
'>' is not preceded with whitespace. | 732 | |
'>' is not followed by whitespace. | 732 | |
Line is longer than 80 characters. | 733 | |
Line contains a tab character. | 733 | |
'+' is not preceded with whitespace. | 733 | |
'+' is not followed by whitespace. | 733 | |
'+' is not preceded with whitespace. | 733 | |
'+' is not followed by whitespace. | 733 | |
Line contains a tab character. | 734 | |
Line is longer than 80 characters. | 735 | |
Line contains a tab character. | 735 | |
Line contains a tab character. | 736 | |
Line contains a tab character. | 737 | |
Line contains a tab character. | 738 | |
Line contains a tab character. | 739 | |
Line contains a tab character. | 740 | |
Line contains a tab character. | 741 | |
Line contains a tab character. | 742 | |
Line contains a tab character. | 743 | |
Line contains a tab character. | 744 | |
'!=' is not preceded with whitespace. | 744 | |
'!=' is not followed by whitespace. | 744 | |
Line contains a tab character. | 745 | |
Line contains a tab character. | 746 | |
Line contains a tab character. | 747 | |
'!=' is not preceded with whitespace. | 747 | |
'!=' is not followed by whitespace. | 747 | |
Line contains a tab character. | 748 | |
Line contains a tab character. | 749 | |
Line contains a tab character. | 750 | |
Line contains a tab character. | 751 | |
'+' is not preceded with whitespace. | 751 | |
'+' is not followed by whitespace. | 751 | |
'+' is not preceded with whitespace. | 751 | |
'+' is not followed by whitespace. | 751 | |
Line contains a tab character. | 752 | |
Line contains a tab character. | 753 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter defval should be final. | 41 | |
Parameter size should be final. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'createDefaultModel' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
'==' is not preceded with whitespace. | 51 | |
Expression can be simplified. | 51 | |
'==' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'==' is not preceded with whitespace. | 54 | |
'==' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
';' is not followed by whitespace. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
';' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'==' is not preceded with whitespace. | 59 | |
Expression can be simplified. | 59 | |
'==' is not followed by whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter offs should be final. | 77 | |
Parameter str should be final. | 77 | |
Parameter a should be final. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'=' is not preceded with whitespace. | 81 | |
'=' is not followed by whitespace. | 81 | |
';' is not followed by whitespace. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'<' is not followed by whitespace. | 81 | |
';' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
'==' is not preceded with whitespace. | 83 | |
Expression can be simplified. | 83 | |
'==' is not followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 71 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
'32' is a magic number. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'26' is a magic number. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Parameter e should be final. | 102 | |
Line contains a tab character. | 103 | |
'==' is not preceded with whitespace. | 103 | |
'==' is not followed by whitespace. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
',' is not followed by whitespace. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
'50' is a magic number. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
'600' is a magic number. | 117 | |
Line contains a tab character. | 118 | |
'500' is a magic number. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'6' is a magic number. | 121 | |
',' is not followed by whitespace. | 121 | |
'6' is a magic number. | 121 | |
',' is not followed by whitespace. | 121 | |
'6' is a magic number. | 121 | |
',' is not followed by whitespace. | 121 | |
'6' is a magic number. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
',' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Missing a Javadoc comment. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Line contains a tab character. | 146 | |
Parameter e should be final. | 146 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
',' is not followed by whitespace. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
'!=' is not preceded with whitespace. | 150 | |
'!=' is not followed by whitespace. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
',' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
'!=' is not preceded with whitespace. | 154 | |
'!=' is not followed by whitespace. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Method 'getMaxOpcodes' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Method 'setMaxOpcodes' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Parameter maxOpcodes should be final. | 175 | |
'maxOpcodes' hides a field. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Expected an @return tag. | 183 | |
Line contains a tab character. | 183 | |
Method 'saveData' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
':' is not preceded with whitespace. | 185 | |
':' is not followed by whitespace. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line has trailing spaces. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Method 'loadData' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Parameter programData should be final. | 195 | |
Expected @param tag for 'programData'. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
'==' is not preceded with whitespace. | 201 | |
Expression can be simplified. | 201 | |
'==' is not followed by whitespace. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line has trailing spaces. | 213 | |
Line contains a tab character. | 213 | |
Missing a Javadoc comment. | 214 | |
Line contains a tab character. | 214 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
Missing a Javadoc comment. | 216 | |
Line contains a tab character. | 217 | |
Missing a Javadoc comment. | 217 | |
Line contains a tab character. | 218 | |
Missing a Javadoc comment. | 218 | |
Line contains a tab character. | 219 | |
Missing a Javadoc comment. | 219 | |
Line has trailing spaces. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Missing a Javadoc comment. | 221 | |
Parameter parentFrame should be final. | 221 | |
',' is not followed by whitespace. | 221 | |
Parameter malCommand should be final. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
'!=' is not preceded with whitespace. | 225 | |
'!=' is not followed by whitespace. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line has trailing spaces. | 243 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
'400' is a magic number. | 245 | |
',' is not followed by whitespace. | 245 | |
'350' is a magic number. | 245 | |
Line contains a tab character. | 246 | |
'450' is a magic number. | 246 | |
',' is not followed by whitespace. | 246 | |
'400' is a magic number. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Parameter we should be final. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line is longer than 80 characters. | 254 | |
Line contains a tab character. | 254 | |
'5' is a magic number. | 254 | |
',' is not followed by whitespace. | 254 | |
'5' is a magic number. | 254 | |
',' is not followed by whitespace. | 254 | |
'5' is a magic number. | 254 | |
',' is not followed by whitespace. | 254 | |
'5' is a magic number. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
',' is not followed by whitespace. | 256 | |
Line contains a tab character. | 257 | |
',' is not followed by whitespace. | 257 | |
Line contains a tab character. | 258 | |
Line has trailing spaces. | 259 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line has trailing spaces. | 263 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Missing a Javadoc comment. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line has trailing spaces. | 267 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Parameter e should be final. | 269 | |
Line contains a tab character. | 270 | |
'==' is not preceded with whitespace. | 270 | |
'==' is not followed by whitespace. | 270 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
'==' is not preceded with whitespace. | 276 | |
'==' is not followed by whitespace. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line has trailing spaces. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Missing a Javadoc comment. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line has trailing spaces. | 295 | |
Line contains a tab character. | 295 | |
Missing a Javadoc comment. | 296 | |
Line contains a tab character. | 296 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
Missing a Javadoc comment. | 298 | |
Line is longer than 80 characters. | 299 | |
Line contains a tab character. | 299 | |
Missing a Javadoc comment. | 299 | |
',' is not followed by whitespace. | 299 | |
',' is not followed by whitespace. | 299 | |
Line has trailing spaces. | 300 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 301 | |
Missing a Javadoc comment. | 301 | |
Parameter col should be final. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line has trailing spaces. | 304 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
'3' is a magic number. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 310 | |
Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line has trailing spaces. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Line contains a tab character. | 316 | |
Parameter row should be final. | 316 | |
Parameter col should be final. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
'<' is not preceded with whitespace. | 320 | |
'<' is not followed by whitespace. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
'==' is not preceded with whitespace. | 323 | |
'==' is not followed by whitespace. | 323 | |
Line is longer than 80 characters. | 324 | |
Line contains a tab character. | 324 | |
'+' is not preceded with whitespace. | 324 | |
'+' is not followed by whitespace. | 324 | |
'*' is not preceded with whitespace. | 324 | |
'*' is not followed by whitespace. | 324 | |
'10' is a magic number. | 324 | |
Line contains a tab character. | 325 | |
'==' is not preceded with whitespace. | 325 | |
'==' is not followed by whitespace. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
'==' is not preceded with whitespace. | 327 | |
'==' is not followed by whitespace. | 327 | |
Line is longer than 80 characters. | 328 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Missing a Javadoc comment. | 333 | |
Line contains a tab character. | 333 | |
Line is longer than 80 characters. | 334 | |
Line contains a tab character. | 334 | |
Missing a Javadoc comment. | 334 | |
Line contains a tab character. | 335 | |
Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Line contains a tab character. | 336 | |
Parameter table should be final. | 336 | |
Line is longer than 80 characters. | 337 | |
Line contains a tab character. | 337 | |
Parameter value should be final. | 337 | |
Parameter isSelected should be final. | 337 | |
Parameter hasFocus should be final. | 337 | |
Parameter row should be final. | 337 | |
Line contains a tab character. | 338 | |
Parameter column should be final. | 338 | |
Line has trailing spaces. | 339 | |
Line contains a tab character. | 339 | |
Line is longer than 80 characters. | 340 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
'cast' is not followed by whitespace. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line has trailing spaces. | 346 | |
Line contains a tab character. | 346 | |
Missing a Javadoc comment. | 347 | |
Line contains a tab character. | 347 | |
Line is longer than 80 characters. | 349 | |
Line contains a tab character. | 349 | |
Missing a Javadoc comment. | 349 | |
Line contains a tab character. | 350 | |
Missing a Javadoc comment. | 350 | |
Line contains a tab character. | 351 | |
Missing a Javadoc comment. | 351 | |
Line contains a tab character. | 352 | |
Missing a Javadoc comment. | 352 | |
Line contains a tab character. | 353 | |
Missing a Javadoc comment. | 353 | |
Line contains a tab character. | 354 | |
Missing a Javadoc comment. | 354 | |
Line contains a tab character. | 355 | |
Missing a Javadoc comment. | 355 | |
Line contains a tab character. | 356 | |
Missing a Javadoc comment. | 356 | |
Line contains a tab character. | 357 | |
Missing a Javadoc comment. | 357 | |
Line contains a tab character. | 358 | |
Missing a Javadoc comment. | 358 | |
Line contains a tab character. | 359 | |
Missing a Javadoc comment. | 359 | |
Line contains a tab character. | 360 | |
Missing a Javadoc comment. | 360 | |
Line contains a tab character. | 361 | |
Missing a Javadoc comment. | 361 | |
Line contains a tab character. | 362 | |
Missing a Javadoc comment. | 362 | |
Line contains a tab character. | 363 | |
Missing a Javadoc comment. | 363 | |
Line contains a tab character. | 364 | |
Missing a Javadoc comment. | 364 | |
Line contains a tab character. | 365 | |
Missing a Javadoc comment. | 365 | |
Line contains a tab character. | 366 | |
Missing a Javadoc comment. | 366 | |
Line contains a tab character. | 367 | |
Missing a Javadoc comment. | 367 | |
Line contains a tab character. | 368 | |
Missing a Javadoc comment. | 368 | |
Line contains a tab character. | 369 | |
Missing a Javadoc comment. | 369 | |
Line contains a tab character. | 370 | |
Missing a Javadoc comment. | 370 | |
Line contains a tab character. | 371 | |
Missing a Javadoc comment. | 371 | |
Line contains a tab character. | 372 | |
Missing a Javadoc comment. | 372 | |
Line has trailing spaces. | 373 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Missing a Javadoc comment. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
'6' is a magic number. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
Line is longer than 80 characters. | 378 | |
Line contains a tab character. | 378 | |
Line is longer than 80 characters. | 379 | |
Line contains a tab character. | 379 | |
Line is longer than 80 characters. | 380 | |
Line contains a tab character. | 380 | |
Line is longer than 80 characters. | 381 | |
Line contains a tab character. | 381 | |
Line is longer than 80 characters. | 382 | |
Line contains a tab character. | 382 | |
Line is longer than 80 characters. | 383 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line has trailing spaces. | 386 | |
Line is longer than 80 characters. | 386 | |
Line contains a tab character. | 386 | |
'-' is not preceded with whitespace. | 386 | |
'-' is not followed by whitespace. | 386 | |
Line has trailing spaces. | 387 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line is longer than 80 characters. | 391 | |
Line contains a tab character. | 391 | |
Line is longer than 80 characters. | 392 | |
Line contains a tab character. | 392 | |
Line is longer than 80 characters. | 393 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line has trailing spaces. | 399 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
'.' is followed by whitespace. | 400 | |
Line contains a tab character. | 401 | |
'.' is followed by whitespace. | 401 | |
Line contains a tab character. | 402 | |
'.' is followed by whitespace. | 402 | |
Line contains a tab character. | 403 | |
'.' is followed by whitespace. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
'.' is followed by whitespace. | 407 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
Line is longer than 80 characters. | 409 | |
Line contains a tab character. | 409 | |
Parameter e should be final. | 409 | |
Line is longer than 80 characters. | 410 | |
Line contains a tab character. | 410 | |
Parameter e should be final. | 410 | |
Line is longer than 80 characters. | 411 | |
Line contains a tab character. | 411 | |
Parameter e should be final. | 411 | |
Line contains a tab character. | 412 | |
Parameter event should be final. | 412 | |
Line contains a tab character. | 413 | |
'!=' is not preceded with whitespace. | 413 | |
'!=' is not followed by whitespace. | 413 | |
Line contains a tab character. | 414 | |
Line is longer than 80 characters. | 415 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line is longer than 80 characters. | 419 | |
Line contains a tab character. | 419 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line has trailing spaces. | 427 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Missing a Javadoc comment. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line has trailing spaces. | 431 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Parameter e should be final. | 433 | |
Line contains a tab character. | 434 | |
'==' is not preceded with whitespace. | 434 | |
Expression can be simplified. | 434 | |
'==' is not followed by whitespace. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line is longer than 80 characters. | 437 | |
Line contains a tab character. | 437 | |
'!=' is not preceded with whitespace. | 437 | |
'!=' is not followed by whitespace. | 437 | |
Line is longer than 80 characters. | 438 | |
Line contains a tab character. | 438 | |
Line is longer than 80 characters. | 439 | |
Line contains a tab character. | 439 | |
'!=' is not preceded with whitespace. | 439 | |
'!=' is not followed by whitespace. | 439 | |
Line is longer than 80 characters. | 440 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line is longer than 80 characters. | 443 | |
Line contains a tab character. | 443 | |
'!=' is not preceded with whitespace. | 443 | |
'!=' is not followed by whitespace. | 443 | |
Line is longer than 80 characters. | 444 | |
Line contains a tab character. | 444 | |
Line is longer than 80 characters. | 445 | |
Line contains a tab character. | 445 | |
'!=' is not preceded with whitespace. | 445 | |
'!=' is not followed by whitespace. | 445 | |
Line is longer than 80 characters. | 446 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line is longer than 80 characters. | 448 | |
Line contains a tab character. | 448 | |
'!=' is not preceded with whitespace. | 448 | |
'!=' is not followed by whitespace. | 448 | |
Line is longer than 80 characters. | 449 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line is longer than 80 characters. | 451 | |
Line contains a tab character. | 451 | |
'!=' is not preceded with whitespace. | 451 | |
'!=' is not followed by whitespace. | 451 | |
Line is longer than 80 characters. | 452 | |
Line contains a tab character. | 452 | |
'cast' is not followed by whitespace. | 452 | |
Line is longer than 80 characters. | 453 | |
Line contains a tab character. | 453 | |
'!=' is not preceded with whitespace. | 453 | |
'!=' is not followed by whitespace. | 453 | |
Line is longer than 80 characters. | 454 | |
Line contains a tab character. | 454 | |
Line is longer than 80 characters. | 455 | |
Line contains a tab character. | 455 | |
'!=' is not preceded with whitespace. | 455 | |
'!=' is not followed by whitespace. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
Line is longer than 80 characters. | 458 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line is longer than 80 characters. | 461 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line has trailing spaces. | 472 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Method length is 167 lines (max allowed is 150). | 473 | |
Missing a Javadoc comment. | 473 | |
Parameter cmd should be final. | 473 | |
Line contains a tab character. | 474 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line is longer than 80 characters. | 477 | |
Line contains a tab character. | 477 | |
'+' is not preceded with whitespace. | 477 | |
'+' is not followed by whitespace. | 477 | |
'+' is not preceded with whitespace. | 477 | |
'+' is not followed by whitespace. | 477 | |
'+' is not preceded with whitespace. | 477 | |
'+' is not followed by whitespace. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
switch without "default" clause. | 483 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
switch without "default" clause. | 485 | |
Line contains a tab character. | 486 | |
Line is longer than 80 characters. | 487 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 488 | |
Line contains a tab character. | 489 | |
Line is longer than 80 characters. | 490 | |
Line contains a tab character. | 490 | |
'+' is not preceded with whitespace. | 490 | |
'+' is not followed by whitespace. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Line is longer than 80 characters. | 495 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line is longer than 80 characters. | 498 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line is longer than 80 characters. | 503 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 505 | |
Line is longer than 80 characters. | 506 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 510 | |
Line is longer than 80 characters. | 511 | |
Line contains a tab character. | 511 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 513 | |
Line is longer than 80 characters. | 514 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Line contains a tab character. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line is longer than 80 characters. | 519 | |
Line contains a tab character. | 519 | |
Line contains a tab character. | 520 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
switch without "default" clause. | 524 | |
Line contains a tab character. | 525 | |
Line is longer than 80 characters. | 526 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
Line is longer than 80 characters. | 529 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 533 | |
':' is not preceded with whitespace. | 533 | |
':' is not followed by whitespace. | 533 | |
Line is longer than 80 characters. | 534 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 535 | |
Line is longer than 80 characters. | 536 | |
Line contains a tab character. | 536 | |
Line contains a tab character. | 537 | |
Line contains a tab character. | 538 | |
Line contains a tab character. | 539 | |
switch without "default" clause. | 539 | |
Line contains a tab character. | 540 | |
Line is longer than 80 characters. | 541 | |
Line contains a tab character. | 541 | |
'+' is not preceded with whitespace. | 541 | |
'+' is not followed by whitespace. | 541 | |
Line contains a tab character. | 542 | |
Line contains a tab character. | 543 | |
Line contains a tab character. | 544 | |
Line contains a tab character. | 545 | |
Line is longer than 80 characters. | 546 | |
Line contains a tab character. | 546 | |
Line contains a tab character. | 547 | |
Line contains a tab character. | 548 | |
Line contains a tab character. | 549 | |
Line contains a tab character. | 550 | |
Line is longer than 80 characters. | 551 | |
Line contains a tab character. | 551 | |
Line contains a tab character. | 552 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
Line is longer than 80 characters. | 556 | |
Line contains a tab character. | 556 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 558 | |
Line contains a tab character. | 559 | |
Line contains a tab character. | 560 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 562 | |
Line contains a tab character. | 563 | |
Line contains a tab character. | 564 | |
Line is longer than 80 characters. | 565 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Line contains a tab character. | 567 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 569 | |
Line is longer than 80 characters. | 570 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Line contains a tab character. | 572 | |
Line contains a tab character. | 573 | |
Line is longer than 80 characters. | 574 | |
Line contains a tab character. | 574 | |
'=' is not preceded with whitespace. | 574 | |
'=' is not followed by whitespace. | 574 | |
';' is not followed by whitespace. | 574 | |
'<' is not preceded with whitespace. | 574 | |
'<' is not followed by whitespace. | 574 | |
';' is not followed by whitespace. | 574 | |
Line is longer than 80 characters. | 575 | |
Line contains a tab character. | 575 | |
'+' is not preceded with whitespace. | 575 | |
'+' is not followed by whitespace. | 575 | |
'+' is not preceded with whitespace. | 575 | |
'+' is not followed by whitespace. | 575 | |
'*' is not preceded with whitespace. | 575 | |
'*' is not followed by whitespace. | 575 | |
'10' is a magic number. | 575 | |
Line contains a tab character. | 576 | |
Line contains a tab character. | 577 | |
Line contains a tab character. | 578 | |
Line contains a tab character. | 579 | |
Line contains a tab character. | 580 | |
Line is longer than 80 characters. | 581 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 582 | |
Line contains a tab character. | 583 | |
Line is longer than 80 characters. | 584 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 585 | |
Line contains a tab character. | 586 | |
Line contains a tab character. | 587 | |
Line contains a tab character. | 588 | |
':' is not preceded with whitespace. | 588 | |
':' is not followed by whitespace. | 588 | |
Line is longer than 80 characters. | 589 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 590 | |
Line is longer than 80 characters. | 591 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Line contains a tab character. | 593 | |
Line contains a tab character. | 594 | |
switch without "default" clause. | 594 | |
Line contains a tab character. | 595 | |
Line is longer than 80 characters. | 596 | |
Line contains a tab character. | 596 | |
'+' is not preceded with whitespace. | 596 | |
'+' is not followed by whitespace. | 596 | |
Line contains a tab character. | 597 | |
Line contains a tab character. | 598 | |
Line contains a tab character. | 599 | |
Line contains a tab character. | 600 | |
Line is longer than 80 characters. | 601 | |
Line contains a tab character. | 601 | |
Line contains a tab character. | 602 | |
Line contains a tab character. | 603 | |
Line contains a tab character. | 604 | |
Line contains a tab character. | 605 | |
Line is longer than 80 characters. | 606 | |
Line contains a tab character. | 606 | |
Line contains a tab character. | 607 | |
Line contains a tab character. | 608 | |
Line contains a tab character. | 609 | |
Line contains a tab character. | 610 | |
Line is longer than 80 characters. | 611 | |
Line contains a tab character. | 611 | |
Line contains a tab character. | 612 | |
Line contains a tab character. | 613 | |
Line contains a tab character. | 614 | |
Line contains a tab character. | 615 | |
Line is longer than 80 characters. | 616 | |
Line contains a tab character. | 616 | |
Line contains a tab character. | 617 | |
Line contains a tab character. | 618 | |
Line contains a tab character. | 619 | |
Line contains a tab character. | 620 | |
Line is longer than 80 characters. | 621 | |
Line contains a tab character. | 621 | |
Line contains a tab character. | 622 | |
Line contains a tab character. | 623 | |
Line contains a tab character. | 624 | |
Line contains a tab character. | 625 | |
Line contains a tab character. | 626 | |
Line contains a tab character. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
Line contains a tab character. | 630 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 636 | |
Line is longer than 80 characters. | 637 | |
Line contains a tab character. | 637 | |
',' is not followed by whitespace. | 637 | |
'/' is not preceded with whitespace. | 637 | |
'/' is not followed by whitespace. | 637 | |
',' is not followed by whitespace. | 637 | |
Line contains a tab character. | 638 | |
Line contains a tab character. | 639 | |
Line contains a tab character. | 640 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 34 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 40 | |
'public' modifier out of order with the JLS suggestions. | 40 | |
',' is not followed by whitespace. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 50 | |
Method 'getTabName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
'+' is not preceded with whitespace. | 51 | |
'+' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'getTabTooltip' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
'+' is not preceded with whitespace. | 55 | |
'+' is not followed by whitespace. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'getTabIcon' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
'+' is not preceded with whitespace. | 59 | |
'+' is not followed by whitespace. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Method 'getJPanel' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'getParentScrollPane' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'setParentScrollPane' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter parentScrollPane should be final. | 71 | |
'parentScrollPane' hides a field. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Redundant 'public' modifier. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 51 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 56 | |
',' is not followed by whitespace. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'6' is a magic number. | 68 | |
',' is not followed by whitespace. | 68 | |
'6' is a magic number. | 68 | |
Line contains a tab character. | 69 | |
'6' is a magic number. | 69 | |
',' is not followed by whitespace. | 69 | |
'6' is a magic number. | 69 | |
',' is not followed by whitespace. | 69 | |
'6' is a magic number. | 69 | |
',' is not followed by whitespace. | 69 | |
'6' is a magic number. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
',' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
',' is not followed by whitespace. | 72 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
',' is not followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
',' is not followed by whitespace. | 82 | |
',' is not followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
',' is not followed by whitespace. | 92 | |
',' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
',' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
',' is not followed by whitespace. | 99 | |
'3' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'4' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'5' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'6' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'7' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'8' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'9' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'10' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'11' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'12' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'13' is a magic number. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
',' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
',' is not followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
',' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
'==' is not preceded with whitespace. | 128 | |
Expression can be simplified. | 128 | |
'==' is not followed by whitespace. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
':' is not preceded with whitespace. | 135 | |
':' is not followed by whitespace. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Missing a Javadoc comment. | 145 | |
Line contains a tab character. | 146 | |
':' is not preceded with whitespace. | 146 | |
':' is not followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
'cast' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
'/' is not preceded with whitespace. | 153 | |
'/' is not followed by whitespace. | 153 | |
'*' is not preceded with whitespace. | 153 | |
'*' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
'!=' is not preceded with whitespace. | 154 | |
'!=' is not followed by whitespace. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
'=' is not preceded with whitespace. | 157 | |
'=' is not followed by whitespace. | 157 | |
';' is not followed by whitespace. | 157 | |
'<' is not preceded with whitespace. | 157 | |
'<' is not followed by whitespace. | 157 | |
';' is not followed by whitespace. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
',' is not followed by whitespace. | 161 | |
'/' is not preceded with whitespace. | 161 | |
'/' is not followed by whitespace. | 161 | |
',' is not followed by whitespace. | 161 | |
Line contains a tab character. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Missing a Javadoc comment. | 164 | |
Line contains a tab character. | 165 | |
':' is not preceded with whitespace. | 165 | |
':' is not followed by whitespace. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
'==' is not preceded with whitespace. | 167 | |
'==' is not followed by whitespace. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
'400' is a magic number. | 168 | |
',' is not followed by whitespace. | 168 | |
'200' is a magic number. | 168 | |
Line contains a tab character. | 169 | |
'==' is not preceded with whitespace. | 169 | |
'==' is not followed by whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
'300' is a magic number. | 170 | |
',' is not followed by whitespace. | 170 | |
'150' is a magic number. | 170 | |
Line contains a tab character. | 171 | |
'==' is not preceded with whitespace. | 171 | |
'==' is not followed by whitespace. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
'200' is a magic number. | 172 | |
',' is not followed by whitespace. | 172 | |
'100' is a magic number. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
':' is not preceded with whitespace. | 181 | |
':' is not followed by whitespace. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
'cast' is not followed by whitespace. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 190 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Line contains a tab character. | 191 | |
Parameter e should be final. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
',' is not followed by whitespace. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
',' is not followed by whitespace. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
',' is not followed by whitespace. | 206 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
',' is not followed by whitespace. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line has trailing spaces. | 224 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Method 'settingUpdated' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
Parameter key should be final. | 225 | |
',' is not followed by whitespace. | 225 | |
Parameter value should be final. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 41 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
',' is not followed by whitespace. | 58 | |
',' is not followed by whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
',' is not followed by whitespace. | 70 | |
'4' is a magic number. | 70 | |
Line contains a tab character. | 71 | |
'=' is not preceded with whitespace. | 71 | |
'=' is not followed by whitespace. | 71 | |
';' is not followed by whitespace. | 71 | |
'<' is not preceded with whitespace. | 71 | |
'16' is a magic number. | 71 | |
'<' is not followed by whitespace. | 71 | |
';' is not followed by whitespace. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
',' is not followed by whitespace. | 72 | |
Line contains a tab character. | 73 | |
'+' is not preceded with whitespace. | 73 | |
'+' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
',' is not followed by whitespace. | 84 | |
',' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
',' is not followed by whitespace. | 94 | |
'4' is a magic number. | 94 | |
Line contains a tab character. | 95 | |
'=' is not preceded with whitespace. | 95 | |
'=' is not followed by whitespace. | 95 | |
';' is not followed by whitespace. | 95 | |
'<' is not preceded with whitespace. | 95 | |
'16' is a magic number. | 95 | |
'<' is not followed by whitespace. | 95 | |
';' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
',' is not followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
'+' is not preceded with whitespace. | 97 | |
'+' is not followed by whitespace. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
',' is not followed by whitespace. | 105 | |
'4' is a magic number. | 105 | |
Line contains a tab character. | 106 | |
'=' is not preceded with whitespace. | 106 | |
'=' is not followed by whitespace. | 106 | |
';' is not followed by whitespace. | 106 | |
'<' is not preceded with whitespace. | 106 | |
'16' is a magic number. | 106 | |
'<' is not followed by whitespace. | 106 | |
';' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
',' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
'+' is not preceded with whitespace. | 108 | |
'+' is not followed by whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
',' is not followed by whitespace. | 116 | |
'4' is a magic number. | 116 | |
Line contains a tab character. | 117 | |
'=' is not preceded with whitespace. | 117 | |
'=' is not followed by whitespace. | 117 | |
';' is not followed by whitespace. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'16' is a magic number. | 117 | |
'<' is not followed by whitespace. | 117 | |
';' is not followed by whitespace. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
',' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
'+' is not preceded with whitespace. | 119 | |
'+' is not followed by whitespace. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Missing a Javadoc comment. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 82 | |
Line has trailing spaces. | 84 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 89 | |
Line contains a tab character. | 90 | |
Missing a Javadoc comment. | 90 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 92 | |
Missing a Javadoc comment. | 92 | |
Line contains a tab character. | 93 | |
Missing a Javadoc comment. | 93 | |
Line contains a tab character. | 94 | |
Missing a Javadoc comment. | 94 | |
Line contains a tab character. | 95 | |
Missing a Javadoc comment. | 95 | |
Line contains a tab character. | 96 | |
Missing a Javadoc comment. | 96 | |
Line contains a tab character. | 97 | |
Missing a Javadoc comment. | 97 | |
Line contains a tab character. | 98 | |
Missing a Javadoc comment. | 98 | |
Line contains a tab character. | 99 | |
Missing a Javadoc comment. | 99 | |
Line contains a tab character. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Line contains a tab character. | 105 | |
Missing a Javadoc comment. | 105 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Missing a Javadoc comment. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 110 | |
Missing a Javadoc comment. | 110 | |
Line contains a tab character. | 111 | |
Missing a Javadoc comment. | 111 | |
Line contains a tab character. | 112 | |
Missing a Javadoc comment. | 112 | |
Line contains a tab character. | 113 | |
Missing a Javadoc comment. | 113 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
'4000' is a magic number. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
',' is not followed by whitespace. | 129 | |
'3' is a magic number. | 129 | |
',' is not followed by whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
',' is not followed by whitespace. | 133 | |
',' is not followed by whitespace. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
',' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
',' is not followed by whitespace. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Missing a Javadoc comment. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
',' is not followed by whitespace. | 164 | |
',' is not followed by whitespace. | 164 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
',' is not followed by whitespace. | 165 | |
',' is not followed by whitespace. | 165 | |
Line contains a tab character. | 167 | |
',' is not followed by whitespace. | 167 | |
Line contains a tab character. | 168 | |
',' is not followed by whitespace. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Missing a Javadoc comment. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line has trailing spaces. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
',' is not followed by whitespace. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line has trailing spaces. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line has trailing spaces. | 216 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line has trailing spaces. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line has trailing spaces. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line has trailing spaces. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
',' is not followed by whitespace. | 226 | |
'3' is a magic number. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 226 | |
'6' is a magic number. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line has trailing spaces. | 230 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Missing a Javadoc comment. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line has trailing spaces. | 234 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
'26' is a magic number. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
'55' is a magic number. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
'160' is a magic number. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
'55' is a magic number. | 247 | |
Line is longer than 80 characters. | 248 | |
Line contains a tab character. | 248 | |
'3' is a magic number. | 248 | |
'55' is a magic number. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
'4' is a magic number. | 249 | |
'55' is a magic number. | 249 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
'5' is a magic number. | 250 | |
'55' is a magic number. | 250 | |
Line has trailing spaces. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Parameter e should be final. | 254 | |
Line contains a tab character. | 255 | |
'==' is not preceded with whitespace. | 255 | |
'==' is not followed by whitespace. | 255 | |
Line is longer than 80 characters. | 256 | |
Line contains a tab character. | 256 | |
Line is longer than 80 characters. | 257 | |
Line contains a tab character. | 257 | |
',' is not followed by whitespace. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line is longer than 80 characters. | 262 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
'450' is a magic number. | 266 | |
',' is not followed by whitespace. | 266 | |
'120' is a magic number. | 266 | |
Line contains a tab character. | 267 | |
',' is not followed by whitespace. | 267 | |
Line has trailing spaces. | 268 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line has trailing spaces. | 274 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line has trailing spaces. | 278 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line has trailing spaces. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
',' is not followed by whitespace. | 286 | |
Line has trailing spaces. | 287 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line has trailing spaces. | 290 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Missing a Javadoc comment. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line has trailing spaces. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line is longer than 80 characters. | 302 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
'26' is a magic number. | 304 | |
Line is longer than 80 characters. | 305 | |
Line contains a tab character. | 305 | |
'220' is a magic number. | 305 | |
Line is longer than 80 characters. | 306 | |
Line contains a tab character. | 306 | |
'80' is a magic number. | 306 | |
Line is longer than 80 characters. | 307 | |
Line contains a tab character. | 307 | |
'80' is a magic number. | 307 | |
Line is longer than 80 characters. | 308 | |
Line contains a tab character. | 308 | |
'3' is a magic number. | 308 | |
'80' is a magic number. | 308 | |
Line is longer than 80 characters. | 310 | |
Line contains a tab character. | 310 | |
Line is longer than 80 characters. | 311 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
'700' is a magic number. | 314 | |
',' is not followed by whitespace. | 314 | |
'500' is a magic number. | 314 | |
Line contains a tab character. | 315 | |
',' is not followed by whitespace. | 315 | |
Line has trailing spaces. | 316 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line has trailing spaces. | 322 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line has trailing spaces. | 326 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line has trailing spaces. | 329 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
',' is not followed by whitespace. | 333 | |
Line has trailing spaces. | 334 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line has trailing spaces. | 337 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Missing a Javadoc comment. | 343 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Missing a Javadoc comment. | 344 | |
Line contains a tab character. | 345 | |
Missing a Javadoc comment. | 345 | |
Line contains a tab character. | 346 | |
Missing a Javadoc comment. | 346 | |
Line contains a tab character. | 347 | |
Missing a Javadoc comment. | 347 | |
Line contains a tab character. | 348 | |
Missing a Javadoc comment. | 348 | |
'10' is a magic number. | 348 | |
Line contains a tab character. | 349 | |
Missing a Javadoc comment. | 349 | |
Line contains a tab character. | 350 | |
Missing a Javadoc comment. | 350 | |
Line contains a tab character. | 351 | |
Missing a Javadoc comment. | 351 | |
'10' is a magic number. | 351 | |
Line has trailing spaces. | 352 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Parameter order should be final. | 362 | |
'order' hides a field. | 362 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Method 'getCommandName' is not designed for extension - needs to be abstract, final or empty. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Method 'setCommandName' is not designed for extension - needs to be abstract, final or empty. | 374 | |
Parameter commandName should be final. | 374 | |
'commandName' hides a field. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Method 'getCommandIndex' is not designed for extension - needs to be abstract, final or empty. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Method 'setCommandIndex' is not designed for extension - needs to be abstract, final or empty. | 386 | |
Parameter commandIndex should be final. | 386 | |
'commandIndex' hides a field. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Method 'getValueStart' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Method 'setValueStart' is not designed for extension - needs to be abstract, final or empty. | 398 | |
Parameter valueStart should be final. | 398 | |
'valueStart' hides a field. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Method 'getValueStop' is not designed for extension - needs to be abstract, final or empty. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Method 'setValueStop' is not designed for extension - needs to be abstract, final or empty. | 410 | |
Parameter valueStop should be final. | 410 | |
'valueStop' hides a field. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Method 'getValueStep' is not designed for extension - needs to be abstract, final or empty. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Method 'setValueStep' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Parameter valueStep should be final. | 422 | |
'valueStep' hides a field. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Method 'getValueCurrent' is not designed for extension - needs to be abstract, final or empty. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
Method 'setValueCurrent' is not designed for extension - needs to be abstract, final or empty. | 434 | |
Parameter valueCurrent should be final. | 434 | |
'valueCurrent' hides a field. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Method 'getRecoveryTime' is not designed for extension - needs to be abstract, final or empty. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Method 'setRecoveryTime' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Parameter recoveryTime should be final. | 446 | |
'recoveryTime' hides a field. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line has trailing spaces. | 449 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Missing a Javadoc comment. | 451 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Missing a Javadoc comment. | 452 | |
Line contains a tab character. | 453 | |
Missing a Javadoc comment. | 453 | |
Line contains a tab character. | 454 | |
Missing a Javadoc comment. | 454 | |
Line contains a tab character. | 455 | |
Missing a Javadoc comment. | 455 | |
Line contains a tab character. | 456 | |
Missing a Javadoc comment. | 456 | |
'10' is a magic number. | 456 | |
Line contains a tab character. | 457 | |
Missing a Javadoc comment. | 457 | |
'10' is a magic number. | 457 | |
Line has trailing spaces. | 458 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 468 | |
Parameter date should be final. | 468 | |
'date' hides a field. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 | |
Method 'getLpmTime' is not designed for extension - needs to be abstract, final or empty. | 474 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Method 'setLpmTime' is not designed for extension - needs to be abstract, final or empty. | 480 | |
Parameter lpmTime should be final. | 480 | |
'lpmTime' hides a field. | 480 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Method 'getLpmResult' is not designed for extension - needs to be abstract, final or empty. | 486 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 488 | |
Line contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Method 'setLpmResult' is not designed for extension - needs to be abstract, final or empty. | 492 | |
Parameter lpmResult should be final. | 492 | |
'lpmResult' hides a field. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Method 'getMmwResult' is not designed for extension - needs to be abstract, final or empty. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Method 'setMmwResult' is not designed for extension - needs to be abstract, final or empty. | 504 | |
Parameter mmwResult should be final. | 504 | |
'mmwResult' hides a field. | 504 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 510 | |
Method 'getStepData' is not designed for extension - needs to be abstract, final or empty. | 510 | |
Line contains a tab character. | 511 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 513 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Line contains a tab character. | 516 | |
Method 'getStepFields' is not designed for extension - needs to be abstract, final or empty. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 519 | |
Line has trailing spaces. | 520 | |
Line contains a tab character. | 520 | |
Missing a Javadoc comment. | 521 | |
Line contains a tab character. | 521 | |
Line is longer than 80 characters. | 523 | |
Line contains a tab character. | 523 | |
Missing a Javadoc comment. | 523 | |
Line is longer than 80 characters. | 524 | |
Line contains a tab character. | 524 | |
Missing a Javadoc comment. | 524 | |
',' is not followed by whitespace. | 524 | |
',' is not followed by whitespace. | 524 | |
',' is not followed by whitespace. | 524 | |
',' is not followed by whitespace. | 524 | |
',' is not followed by whitespace. | 524 | |
Line contains a tab character. | 525 | |
Missing a Javadoc comment. | 525 | |
Line has trailing spaces. | 526 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
Missing a Javadoc comment. | 527 | |
Line contains a tab character. | 528 | |
'100' is a magic number. | 528 | |
Line contains a tab character. | 529 | |
Line has trailing spaces. | 530 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Method 'fireDataReorder' is not designed for extension - needs to be abstract, final or empty. | 531 | |
Missing a Javadoc comment. | 531 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 533 | |
Line is longer than 80 characters. | 534 | |
Line contains a tab character. | 534 | |
Parameter o1 should be final. | 534 | |
Parameter o2 should be final. | 534 | |
Line is longer than 80 characters. | 535 | |
Line contains a tab character. | 535 | |
Line contains a tab character. | 536 | |
Line contains a tab character. | 537 | |
Line contains a tab character. | 538 | |
Line contains a tab character. | 539 | |
Line has trailing spaces. | 540 | |
Line contains a tab character. | 540 | |
Line contains a tab character. | 541 | |
Method 'dataGet' is not designed for extension - needs to be abstract, final or empty. | 541 | |
Missing a Javadoc comment. | 541 | |
Parameter row should be final. | 541 | |
Line contains a tab character. | 542 | |
Line contains a tab character. | 543 | |
Line contains a tab character. | 544 | |
Line contains a tab character. | 545 | |
Line contains a tab character. | 546 | |
Line has trailing spaces. | 547 | |
Line contains a tab character. | 547 | |
Line contains a tab character. | 548 | |
Method 'dataAdd' is not designed for extension - needs to be abstract, final or empty. | 548 | |
Missing a Javadoc comment. | 548 | |
Parameter step should be final. | 548 | |
Line contains a tab character. | 549 | |
Line contains a tab character. | 550 | |
Line contains a tab character. | 551 | |
Line has trailing spaces. | 552 | |
Line contains a tab character. | 552 | |
Line contains a tab character. | 553 | |
Method 'dataRemove' is not designed for extension - needs to be abstract, final or empty. | 553 | |
Missing a Javadoc comment. | 553 | |
Parameter row should be final. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
Line contains a tab character. | 556 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 558 | |
Line has trailing spaces. | 559 | |
Line contains a tab character. | 559 | |
Line contains a tab character. | 560 | |
Method 'dataContains' is not designed for extension - needs to be abstract, final or empty. | 560 | |
Missing a Javadoc comment. | 560 | |
Parameter step should be final. | 560 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 562 | |
Line has trailing spaces. | 563 | |
Line contains a tab character. | 563 | |
Line contains a tab character. | 564 | |
Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 564 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Line contains a tab character. | 567 | |
Line has trailing spaces. | 568 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 569 | |
Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 569 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Line contains a tab character. | 572 | |
Line has trailing spaces. | 573 | |
Line contains a tab character. | 573 | |
Line contains a tab character. | 574 | |
Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 574 | |
Missing a Javadoc comment. | 574 | |
Parameter col should be final. | 574 | |
Line contains a tab character. | 575 | |
Line contains a tab character. | 576 | |
Line has trailing spaces. | 577 | |
Line contains a tab character. | 577 | |
Line contains a tab character. | 578 | |
Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 578 | |
Line contains a tab character. | 579 | |
Parameter row should be final. | 579 | |
Parameter col should be final. | 579 | |
Line contains a tab character. | 580 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 582 | |
Line contains a tab character. | 583 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 585 | |
Line contains a tab character. | 586 | |
'+' is not preceded with whitespace. | 586 | |
'+' is not followed by whitespace. | 586 | |
Line contains a tab character. | 587 | |
'==' is not preceded with whitespace. | 587 | |
'==' is not followed by whitespace. | 587 | |
'+' is not preceded with whitespace. | 587 | |
'+' is not followed by whitespace. | 587 | |
Line contains a tab character. | 588 | |
'+' is not preceded with whitespace. | 588 | |
'+' is not followed by whitespace. | 588 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 590 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Line contains a tab character. | 593 | |
'3' is a magic number. | 593 | |
Line contains a tab character. | 594 | |
'4' is a magic number. | 594 | |
Line contains a tab character. | 595 | |
'5' is a magic number. | 595 | |
Line contains a tab character. | 596 | |
Line contains a tab character. | 597 | |
Line contains a tab character. | 598 | |
Line has trailing spaces. | 599 | |
Line contains a tab character. | 599 | |
Missing a Javadoc comment. | 600 | |
Line contains a tab character. | 600 | |
Line is longer than 80 characters. | 602 | |
Line contains a tab character. | 602 | |
Missing a Javadoc comment. | 602 | |
Line is longer than 80 characters. | 603 | |
Line contains a tab character. | 603 | |
Missing a Javadoc comment. | 603 | |
',' is not followed by whitespace. | 603 | |
',' is not followed by whitespace. | 603 | |
',' is not followed by whitespace. | 603 | |
Line contains a tab character. | 604 | |
Missing a Javadoc comment. | 604 | |
Line has trailing spaces. | 605 | |
Line contains a tab character. | 605 | |
Line contains a tab character. | 606 | |
Missing a Javadoc comment. | 606 | |
Line contains a tab character. | 607 | |
'1000' is a magic number. | 607 | |
Line contains a tab character. | 608 | |
Line has trailing spaces. | 609 | |
Line contains a tab character. | 609 | |
Line contains a tab character. | 610 | |
Method 'dataGet' is not designed for extension - needs to be abstract, final or empty. | 610 | |
Missing a Javadoc comment. | 610 | |
Parameter row should be final. | 610 | |
Line contains a tab character. | 611 | |
Line contains a tab character. | 612 | |
Line contains a tab character. | 613 | |
Line contains a tab character. | 614 | |
Line contains a tab character. | 615 | |
Line has trailing spaces. | 616 | |
Line contains a tab character. | 616 | |
Line contains a tab character. | 617 | |
Method 'dataAdd' is not designed for extension - needs to be abstract, final or empty. | 617 | |
Missing a Javadoc comment. | 617 | |
Parameter result should be final. | 617 | |
Line contains a tab character. | 618 | |
Line contains a tab character. | 619 | |
Line contains a tab character. | 620 | |
Line has trailing spaces. | 621 | |
Line contains a tab character. | 621 | |
Line contains a tab character. | 622 | |
Method 'dataClear' is not designed for extension - needs to be abstract, final or empty. | 622 | |
Missing a Javadoc comment. | 622 | |
Line contains a tab character. | 623 | |
Line contains a tab character. | 624 | |
Line contains a tab character. | 625 | |
Line has trailing spaces. | 626 | |
Line contains a tab character. | 626 | |
Line contains a tab character. | 627 | |
Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
Line contains a tab character. | 630 | |
Line has trailing spaces. | 631 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 632 | |
Line contains a tab character. | 633 | |
Line is longer than 80 characters. | 634 | |
Line contains a tab character. | 634 | |
Line contains a tab character. | 635 | |
Line has trailing spaces. | 636 | |
Line contains a tab character. | 636 | |
Line contains a tab character. | 637 | |
Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 637 | |
Missing a Javadoc comment. | 637 | |
Parameter col should be final. | 637 | |
Line contains a tab character. | 638 | |
Line contains a tab character. | 639 | |
Line is longer than 80 characters. | 640 | |
Line contains a tab character. | 640 | |
'-' is not preceded with whitespace. | 640 | |
'-' is not followed by whitespace. | 640 | |
Line is longer than 80 characters. | 641 | |
Line contains a tab character. | 641 | |
'-' is not preceded with whitespace. | 641 | |
'-' is not followed by whitespace. | 641 | |
Line is longer than 80 characters. | 642 | |
Line contains a tab character. | 642 | |
'-' is not preceded with whitespace. | 642 | |
'-' is not followed by whitespace. | 642 | |
'-' is not preceded with whitespace. | 642 | |
'-' is not followed by whitespace. | 642 | |
'{' is not preceded with whitespace. | 642 | |
Line is longer than 80 characters. | 643 | |
Line contains a tab character. | 643 | |
'-' is not preceded with whitespace. | 643 | |
'-' is not followed by whitespace. | 643 | |
'-' is not preceded with whitespace. | 643 | |
'-' is not followed by whitespace. | 643 | |
Line contains a tab character. | 644 | |
Line contains a tab character. | 645 | |
Line contains a tab character. | 646 | |
Line contains a tab character. | 647 | |
Line has trailing spaces. | 648 | |
Line contains a tab character. | 648 | |
Line contains a tab character. | 649 | |
Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 649 | |
Line contains a tab character. | 650 | |
Parameter row should be final. | 650 | |
Parameter col should be final. | 650 | |
Line contains a tab character. | 651 | |
Line contains a tab character. | 652 | |
Line contains a tab character. | 653 | |
Line contains a tab character. | 654 | |
Line contains a tab character. | 655 | |
Line contains a tab character. | 656 | |
Line contains a tab character. | 657 | |
Line contains a tab character. | 658 | |
'3' is a magic number. | 658 | |
Line contains a tab character. | 659 | |
Line is longer than 80 characters. | 660 | |
Line contains a tab character. | 660 | |
'-' is not preceded with whitespace. | 660 | |
'-' is not followed by whitespace. | 660 | |
Line is longer than 80 characters. | 661 | |
Line contains a tab character. | 661 | |
'-' is not preceded with whitespace. | 661 | |
'-' is not followed by whitespace. | 661 | |
Line is longer than 80 characters. | 662 | |
Line contains a tab character. | 662 | |
'-' is not preceded with whitespace. | 662 | |
'-' is not followed by whitespace. | 662 | |
Line contains a tab character. | 663 | |
Line contains a tab character. | 664 | |
Line contains a tab character. | 665 | |
Line is longer than 80 characters. | 666 | |
Line contains a tab character. | 666 | |
'-' is not preceded with whitespace. | 666 | |
'-' is not followed by whitespace. | 666 | |
'-' is not preceded with whitespace. | 666 | |
'-' is not followed by whitespace. | 666 | |
'{' is not preceded with whitespace. | 666 | |
Line is longer than 80 characters. | 667 | |
Line contains a tab character. | 667 | |
'-' is not preceded with whitespace. | 667 | |
'-' is not followed by whitespace. | 667 | |
'-' is not preceded with whitespace. | 667 | |
'-' is not followed by whitespace. | 667 | |
Line is longer than 80 characters. | 668 | |
Line contains a tab character. | 668 | |
'-' is not preceded with whitespace. | 668 | |
'-' is not followed by whitespace. | 668 | |
'-' is not preceded with whitespace. | 668 | |
'-' is not followed by whitespace. | 668 | |
Line contains a tab character. | 669 | |
Line contains a tab character. | 670 | |
Line contains a tab character. | 671 | |
Line contains a tab character. | 672 | |
Line contains a tab character. | 673 | |
Line contains a tab character. | 674 | |
Line contains a tab character. | 675 | |
Line contains a tab character. | 676 | |
Line has trailing spaces. | 677 | |
Line contains a tab character. | 677 | |
Missing a Javadoc comment. | 678 | |
Line contains a tab character. | 678 | |
Line is longer than 80 characters. | 680 | |
Line contains a tab character. | 680 | |
Missing a Javadoc comment. | 680 | |
Line contains a tab character. | 681 | |
Missing a Javadoc comment. | 681 | |
Line contains a tab character. | 682 | |
Missing a Javadoc comment. | 682 | |
Line contains a tab character. | 683 | |
Missing a Javadoc comment. | 683 | |
Line contains a tab character. | 684 | |
Missing a Javadoc comment. | 684 | |
Line contains a tab character. | 685 | |
Missing a Javadoc comment. | 685 | |
Line contains a tab character. | 686 | |
Missing a Javadoc comment. | 686 | |
Line contains a tab character. | 687 | |
Missing a Javadoc comment. | 687 | |
Line contains a tab character. | 688 | |
Missing a Javadoc comment. | 688 | |
Line contains a tab character. | 689 | |
Missing a Javadoc comment. | 689 | |
Line contains a tab character. | 690 | |
Missing a Javadoc comment. | 690 | |
Line has trailing spaces. | 691 | |
Line contains a tab character. | 691 | |
Line contains a tab character. | 692 | |
Missing a Javadoc comment. | 692 | |
Parameter parentFrame should be final. | 692 | |
',' is not followed by whitespace. | 692 | |
Parameter step should be final. | 692 | |
'step' hides a field. | 692 | |
Line contains a tab character. | 693 | |
Line contains a tab character. | 694 | |
'=' is not preceded with whitespace. | 694 | |
'=' is not followed by whitespace. | 694 | |
Line has trailing spaces. | 695 | |
Line contains a tab character. | 695 | |
Line contains a tab character. | 696 | |
Line contains a tab character. | 697 | |
'300' is a magic number. | 697 | |
',' is not followed by whitespace. | 697 | |
'350' is a magic number. | 697 | |
Line contains a tab character. | 698 | |
'350' is a magic number. | 698 | |
',' is not followed by whitespace. | 698 | |
'350' is a magic number. | 698 | |
Line contains a tab character. | 699 | |
Line contains a tab character. | 700 | |
Line contains a tab character. | 701 | |
Parameter we should be final. | 701 | |
Line contains a tab character. | 702 | |
Line contains a tab character. | 703 | |
Line contains a tab character. | 704 | |
Line contains a tab character. | 705 | |
Line is longer than 80 characters. | 706 | |
Line contains a tab character. | 706 | |
'5' is a magic number. | 706 | |
',' is not followed by whitespace. | 706 | |
'5' is a magic number. | 706 | |
',' is not followed by whitespace. | 706 | |
'5' is a magic number. | 706 | |
',' is not followed by whitespace. | 706 | |
'5' is a magic number. | 706 | |
Line contains a tab character. | 707 | |
Line contains a tab character. | 708 | |
',' is not followed by whitespace. | 708 | |
Line contains a tab character. | 709 | |
',' is not followed by whitespace. | 709 | |
Line contains a tab character. | 710 | |
Line has trailing spaces. | 711 | |
Line contains a tab character. | 711 | |
Line contains a tab character. | 712 | |
Line contains a tab character. | 713 | |
Line contains a tab character. | 714 | |
Line has trailing spaces. | 715 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 716 | |
Missing a Javadoc comment. | 716 | |
Line contains a tab character. | 717 | |
Line contains a tab character. | 718 | |
Line has trailing spaces. | 719 | |
Line contains a tab character. | 719 | |
Line contains a tab character. | 720 | |
Line contains a tab character. | 721 | |
Parameter e should be final. | 721 | |
Line contains a tab character. | 722 | |
'==' is not preceded with whitespace. | 722 | |
'==' is not followed by whitespace. | 722 | |
Line contains a tab character. | 723 | |
Line is longer than 80 characters. | 724 | |
Line contains a tab character. | 724 | |
'cast' is not followed by whitespace. | 724 | |
Line is longer than 80 characters. | 725 | |
Line contains a tab character. | 725 | |
Line contains a tab character. | 726 | |
Line contains a tab character. | 727 | |
Line contains a tab character. | 728 | |
Line is longer than 80 characters. | 729 | |
Line contains a tab character. | 729 | |
Line contains a tab character. | 730 | |
'==' is not preceded with whitespace. | 730 | |
Expression can be simplified. | 730 | |
'==' is not followed by whitespace. | 730 | |
Line contains a tab character. | 731 | |
Line contains a tab character. | 732 | |
Line contains a tab character. | 733 | |
Line contains a tab character. | 734 | |
Line contains a tab character. | 735 | |
Line contains a tab character. | 736 | |
Line contains a tab character. | 737 | |
'==' is not preceded with whitespace. | 737 | |
'==' is not followed by whitespace. | 737 | |
Line contains a tab character. | 738 | |
Line contains a tab character. | 739 | |
Line is longer than 80 characters. | 740 | |
Line contains a tab character. | 740 | |
'!=' is not preceded with whitespace. | 740 | |
'!=' is not followed by whitespace. | 740 | |
Line is longer than 80 characters. | 741 | |
Line contains a tab character. | 741 | |
'cast' is not followed by whitespace. | 741 | |
Line contains a tab character. | 742 | |
Line contains a tab character. | 743 | |
Line contains a tab character. | 744 | |
'=' is not preceded with whitespace. | 744 | |
'=' is not followed by whitespace. | 744 | |
';' is not followed by whitespace. | 744 | |
'<' is not preceded with whitespace. | 744 | |
'<' is not followed by whitespace. | 744 | |
';' is not followed by whitespace. | 744 | |
Line is longer than 80 characters. | 745 | |
Line contains a tab character. | 745 | |
'+' is not preceded with whitespace. | 745 | |
'+' is not followed by whitespace. | 745 | |
Line contains a tab character. | 746 | |
Line contains a tab character. | 747 | |
Line contains a tab character. | 748 | |
Line contains a tab character. | 749 | |
Line contains a tab character. | 750 | |
Line contains a tab character. | 751 | |
Line contains a tab character. | 752 | |
Line has trailing spaces. | 753 | |
Line contains a tab character. | 753 | |
Line contains a tab character. | 754 | |
Missing a Javadoc comment. | 754 | |
Line contains a tab character. | 755 | |
Line contains a tab character. | 756 | |
Line has trailing spaces. | 757 | |
Line contains a tab character. | 757 | |
Line contains a tab character. | 758 | |
Line contains a tab character. | 759 | |
'6' is a magic number. | 759 | |
Line contains a tab character. | 760 | |
Line has trailing spaces. | 761 | |
Line contains a tab character. | 761 | |
Line contains a tab character. | 762 | |
Line contains a tab character. | 763 | |
Line contains a tab character. | 764 | |
'=' is not preceded with whitespace. | 764 | |
'=' is not followed by whitespace. | 764 | |
';' is not followed by whitespace. | 764 | |
'<' is not preceded with whitespace. | 764 | |
'<' is not followed by whitespace. | 764 | |
';' is not followed by whitespace. | 764 | |
Line contains a tab character. | 765 | |
Line is longer than 80 characters. | 766 | |
Line contains a tab character. | 766 | |
'==' is not preceded with whitespace. | 766 | |
Expression can be simplified. | 766 | |
'==' is not followed by whitespace. | 766 | |
Line contains a tab character. | 767 | |
Line contains a tab character. | 768 | |
Line contains a tab character. | 769 | |
Line contains a tab character. | 770 | |
Line contains a tab character. | 771 | |
Line contains a tab character. | 772 | |
Line contains a tab character. | 773 | |
Line has trailing spaces. | 774 | |
Line contains a tab character. | 774 | |
Line contains a tab character. | 775 | |
Line contains a tab character. | 776 | |
Line contains a tab character. | 777 | |
Line contains a tab character. | 778 | |
Line has trailing spaces. | 779 | |
Line contains a tab character. | 779 | |
Line contains a tab character. | 780 | |
Line is longer than 80 characters. | 781 | |
Line contains a tab character. | 781 | |
'6' is a magic number. | 781 | |
Line contains a tab character. | 782 | |
Line has trailing spaces. | 783 | |
Line contains a tab character. | 783 | |
Line contains a tab character. | 784 | |
Line is longer than 80 characters. | 785 | |
Line contains a tab character. | 785 | |
'6' is a magic number. | 785 | |
Line contains a tab character. | 786 | |
Line has trailing spaces. | 787 | |
Line contains a tab character. | 787 | |
Line contains a tab character. | 788 | |
Line is longer than 80 characters. | 789 | |
Line contains a tab character. | 789 | |
'6' is a magic number. | 789 | |
Line contains a tab character. | 790 | |
Line has trailing spaces. | 791 | |
Line contains a tab character. | 791 | |
Line contains a tab character. | 792 | |
Line is longer than 80 characters. | 793 | |
Line contains a tab character. | 793 | |
'6' is a magic number. | 793 | |
Line contains a tab character. | 794 | |
Line has trailing spaces. | 795 | |
Line contains a tab character. | 795 | |
Line contains a tab character. | 796 | |
',' is not followed by whitespace. | 796 | |
'7' is a magic number. | 796 | |
',' is not followed by whitespace. | 796 | |
Line contains a tab character. | 797 | |
Line contains a tab character. | 798 | |
Line has trailing spaces. | 799 | |
Line contains a tab character. | 799 | |
Line contains a tab character. | 800 | |
Missing a Javadoc comment. | 800 | |
Line contains a tab character. | 801 | |
Line contains a tab character. | 802 | |
Line contains a tab character. | 803 | |
Line contains a tab character. | 804 | |
Line contains a tab character. | 805 | |
Line contains a tab character. | 806 | |
Line contains a tab character. | 807 | |
Line contains a tab character. | 808 | |
Line contains a tab character. | 809 | |
Line contains a tab character. | 810 | |
Line contains a tab character. | 811 | |
Line contains a tab character. | 812 | |
Line contains a tab character. | 814 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 814 | |
Line contains a tab character. | 815 | |
Parameter e should be final. | 815 | |
Line is longer than 80 characters. | 816 | |
Line contains a tab character. | 816 | |
'!=' is not preceded with whitespace. | 816 | |
'!=' is not followed by whitespace. | 816 | |
Line is longer than 80 characters. | 817 | |
Line contains a tab character. | 817 | |
Line is longer than 80 characters. | 818 | |
Line contains a tab character. | 818 | |
',' is not followed by whitespace. | 818 | |
Line contains a tab character. | 819 | |
Line contains a tab character. | 820 | |
Line contains a tab character. | 821 | |
Line contains a tab character. | 822 | |
'=' is not preceded with whitespace. | 822 | |
'=' is not followed by whitespace. | 822 | |
';' is not followed by whitespace. | 822 | |
'<' is not preceded with whitespace. | 822 | |
'<' is not followed by whitespace. | 822 | |
';' is not followed by whitespace. | 822 | |
Line contains a tab character. | 823 | |
Line contains a tab character. | 824 | |
Line contains a tab character. | 825 | |
'+' is not preceded with whitespace. | 825 | |
'+' is not followed by whitespace. | 825 | |
'10' is a magic number. | 825 | |
Line contains a tab character. | 826 | |
Line contains a tab character. | 827 | |
Line is longer than 80 characters. | 828 | |
Line contains a tab character. | 828 | |
',' is not followed by whitespace. | 828 | |
Line contains a tab character. | 829 | |
Line is longer than 80 characters. | 830 | |
Line contains a tab character. | 830 | |
'!=' is not preceded with whitespace. | 830 | |
'!=' is not followed by whitespace. | 830 | |
Line is longer than 80 characters. | 831 | |
Line contains a tab character. | 831 | |
Line contains a tab character. | 832 | |
Line contains a tab character. | 833 | |
Line contains a tab character. | 834 | |
Line contains a tab character. | 835 | |
Line contains a tab character. | 836 | |
Line contains a tab character. | 837 | |
Line contains a tab character. | 838 | |
Line contains a tab character. | 839 | |
Line contains a tab character. | 840 | |
Line contains a tab character. | 841 | |
Line contains a tab character. | 842 | |
Line contains a tab character. | 843 | |
Line is longer than 80 characters. | 844 | |
Line contains a tab character. | 844 | |
Line contains a tab character. | 845 | |
Line contains a tab character. | 846 | |
Line contains a tab character. | 847 | |
Line contains a tab character. | 848 | |
Line contains a tab character. | 849 | |
Line contains a tab character. | 850 | |
Line contains a tab character. | 851 | |
Line is longer than 80 characters. | 852 | |
Line contains a tab character. | 852 | |
Line contains a tab character. | 853 | |
Line contains a tab character. | 854 | |
Line contains a tab character. | 855 | |
Line contains a tab character. | 856 | |
Line contains a tab character. | 857 | |
Line has trailing spaces. | 858 | |
Line contains a tab character. | 858 | |
Line contains a tab character. | 859 | |
Line contains a tab character. | 860 | |
Line contains a tab character. | 861 | |
Line contains a tab character. | 862 | |
Line contains a tab character. | 863 | |
Line contains a tab character. | 864 | |
Line contains a tab character. | 865 | |
Line contains a tab character. | 866 | |
Line contains a tab character. | 867 | |
Line contains a tab character. | 868 | |
Line contains a tab character. | 869 | |
Line contains a tab character. | 870 | |
Line contains a tab character. | 871 | |
Line contains a tab character. | 872 | |
Line contains a tab character. | 873 | |
Line contains a tab character. | 874 | |
Line contains a tab character. | 875 | |
Line contains a tab character. | 876 | |
Line contains a tab character. | 877 | |
Line contains a tab character. | 878 | |
Line is longer than 80 characters. | 879 | |
Line contains a tab character. | 879 | |
'100' is a magic number. | 879 | |
Line contains a tab character. | 880 | |
':' is not preceded with whitespace. | 880 | |
':' is not followed by whitespace. | 880 | |
Line contains a tab character. | 881 | |
'==' is not preceded with whitespace. | 881 | |
'==' is not followed by whitespace. | 881 | |
Line contains a tab character. | 882 | |
Line contains a tab character. | 883 | |
Line contains a tab character. | 884 | |
'==' is not preceded with whitespace. | 884 | |
'==' is not followed by whitespace. | 884 | |
Line contains a tab character. | 885 | |
Line contains a tab character. | 886 | |
Line contains a tab character. | 887 | |
Line contains a tab character. | 888 | |
Line is longer than 80 characters. | 889 | |
Line contains a tab character. | 889 | |
Line is longer than 80 characters. | 890 | |
Line contains a tab character. | 890 | |
Line contains a tab character. | 891 | |
Line is longer than 80 characters. | 892 | |
Line contains a tab character. | 892 | |
Line is longer than 80 characters. | 893 | |
Line contains a tab character. | 893 | |
Line contains a tab character. | 894 | |
',' is not followed by whitespace. | 894 | |
Line contains a tab character. | 895 | |
Line contains a tab character. | 896 | |
Line contains a tab character. | 897 | |
Line contains a tab character. | 898 | |
Line contains a tab character. | 899 | |
Line contains a tab character. | 900 | |
Line is longer than 80 characters. | 901 | |
Line contains a tab character. | 901 | |
'cast' is not followed by whitespace. | 901 | |
Line contains a tab character. | 902 | |
Line contains a tab character. | 903 | |
Line contains a tab character. | 904 | |
Line contains a tab character. | 905 | |
Line contains a tab character. | 906 | |
Line contains a tab character. | 907 | |
Line contains a tab character. | 909 | |
Missing a Javadoc comment. | 909 | |
Parameter file should be final. | 909 | |
Line contains a tab character. | 910 | |
Line contains a tab character. | 911 | |
Name 'FIELD_QUOTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 911 | |
Line contains a tab character. | 912 | |
Name 'FIELD_SEPERATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 912 | |
Line contains a tab character. | 913 | |
Name 'FIELD_END' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 913 | |
Line contains a tab character. | 914 | |
Line contains a tab character. | 915 | |
Line is longer than 80 characters. | 916 | |
Line contains a tab character. | 916 | |
',' is not followed by whitespace. | 916 | |
',' is not followed by whitespace. | 916 | |
Line has trailing spaces. | 917 | |
Line contains a tab character. | 917 | |
Line contains a tab character. | 918 | |
Line contains a tab character. | 919 | |
'=' is not preceded with whitespace. | 919 | |
'=' is not followed by whitespace. | 919 | |
';' is not followed by whitespace. | 919 | |
'<' is not preceded with whitespace. | 919 | |
'<' is not followed by whitespace. | 919 | |
';' is not followed by whitespace. | 919 | |
Line contains a tab character. | 920 | |
Line contains a tab character. | 921 | |
'<' is not preceded with whitespace. | 921 | |
'<' is not followed by whitespace. | 921 | |
'-' is not preceded with whitespace. | 921 | |
'-' is not followed by whitespace. | 921 | |
Line contains a tab character. | 922 | |
Line contains a tab character. | 923 | |
Line contains a tab character. | 924 | |
Line contains a tab character. | 925 | |
Line contains a tab character. | 926 | |
'=' is not preceded with whitespace. | 926 | |
'=' is not followed by whitespace. | 926 | |
';' is not followed by whitespace. | 926 | |
'<' is not preceded with whitespace. | 926 | |
'<' is not followed by whitespace. | 926 | |
';' is not followed by whitespace. | 926 | |
Line is longer than 80 characters. | 927 | |
Line contains a tab character. | 927 | |
'=' is not preceded with whitespace. | 927 | |
'=' is not followed by whitespace. | 927 | |
';' is not followed by whitespace. | 927 | |
'<' is not preceded with whitespace. | 927 | |
'<' is not followed by whitespace. | 927 | |
';' is not followed by whitespace. | 927 | |
Line contains a tab character. | 928 | |
Line is longer than 80 characters. | 929 | |
Line contains a tab character. | 929 | |
Line contains a tab character. | 930 | |
Line is longer than 80 characters. | 931 | |
Line contains a tab character. | 931 | |
'<' is not preceded with whitespace. | 931 | |
'<' is not followed by whitespace. | 931 | |
'-' is not preceded with whitespace. | 931 | |
'-' is not followed by whitespace. | 931 | |
Line contains a tab character. | 932 | |
Line contains a tab character. | 933 | |
Line contains a tab character. | 934 | |
Line contains a tab character. | 935 | |
Line contains a tab character. | 936 | |
Line contains a tab character. | 937 | |
Line contains a tab character. | 938 | |
Line contains a tab character. | 939 | |
Line contains a tab character. | 940 | |
Line contains a tab character. | 941 | |
Line contains a tab character. | 942 | |
Line contains a tab character. | 943 | |
'!=' is not preceded with whitespace. | 943 | |
'!=' is not followed by whitespace. | 943 | |
Line contains a tab character. | 944 | |
Line contains a tab character. | 945 | |
Line contains a tab character. | 946 | |
Must have at least one statement. | 946 | |
'{' is not followed by whitespace. | 946 | |
'}' is not preceded with whitespace. | 946 | |
Line contains a tab character. | 947 | |
Line contains a tab character. | 948 | |
Line contains a tab character. | 949 | |
Line has trailing spaces. | 950 | |
Line contains a tab character. | 950 | |
Line contains a tab character. | 951 | |
Method 'tableChanged' is not designed for extension - needs to be abstract, final or empty. | 951 | |
Line contains a tab character. | 952 | |
Parameter e should be final. | 952 | |
Line contains a tab character. | 953 | |
Line contains a tab character. | 954 | |
'>' is not preceded with whitespace. | 954 | |
'>' is not followed by whitespace. | 954 | |
Line contains a tab character. | 955 | |
Line contains a tab character. | 956 | |
Line contains a tab character. | 957 | |
Line contains a tab character. | 958 | |
Line contains a tab character. | 959 | |
Line contains a tab character. | 960 | |
Line contains a tab character. | 961 | |
Line contains a tab character. | 962 | |
Line contains a tab character. | 963 | |
'>' is not preceded with whitespace. | 963 | |
'>' is not followed by whitespace. | 963 | |
Line contains a tab character. | 964 | |
Line contains a tab character. | 965 | |
Line contains a tab character. | 966 | |
Line contains a tab character. | 967 | |
Line has trailing spaces. | 968 | |
Line contains a tab character. | 968 | |
Line contains a tab character. | 969 | |
Line contains a tab character. | 970 | |
Line contains a tab character. | 971 | |
Line contains a tab character. | 973 | |
Missing a Javadoc comment. | 973 | |
Line contains a tab character. | 974 | |
Line contains a tab character. | 975 | |
'=' is not preceded with whitespace. | 975 | |
'=' is not followed by whitespace. | 975 | |
';' is not followed by whitespace. | 975 | |
'<' is not preceded with whitespace. | 975 | |
'<' is not followed by whitespace. | 975 | |
';' is not followed by whitespace. | 975 | |
Line contains a tab character. | 976 | |
Line is longer than 80 characters. | 977 | |
Line contains a tab character. | 977 | |
'-' is not preceded with whitespace. | 977 | |
'-' is not followed by whitespace. | 977 | |
'/' is not preceded with whitespace. | 977 | |
'/' is not followed by whitespace. | 977 | |
Line contains a tab character. | 978 | |
'!=' is not preceded with whitespace. | 978 | |
'!=' is not followed by whitespace. | 978 | |
Line contains a tab character. | 979 | |
Line contains a tab character. | 980 | |
Line contains a tab character. | 981 | |
Line contains a tab character. | 982 | |
Line contains a tab character. | 983 | |
Line has trailing spaces. | 984 | |
Line contains a tab character. | 984 | |
Line contains a tab character. | 985 | |
'+' is not preceded with whitespace. | 985 | |
'+' is not followed by whitespace. | 985 | |
'+' is not preceded with whitespace. | 985 | |
'+' is not followed by whitespace. | 985 | |
Line contains a tab character. | 986 | |
Line has trailing spaces. | 987 | |
Line contains a tab character. | 987 | |
Line contains a tab character. | 988 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 988 | |
Line contains a tab character. | 989 | |
Parameter command should be final. | 989 | |
Line contains a tab character. | 990 | |
Line has trailing spaces. | 991 | |
Line contains a tab character. | 991 | |
Line contains a tab character. | 992 | |
Line contains a tab character. | 993 | |
Line contains a tab character. | 994 | |
Line has trailing spaces. | 995 | |
Line contains a tab character. | 995 | |
Line contains a tab character. | 996 | |
Line contains a tab character. | 997 | |
Line contains a tab character. | 998 | |
Line contains a tab character. | 999 | |
Line contains a tab character. | 1000 | |
Line contains a tab character. | 1001 | |
Line contains a tab character. | 1002 | |
':' is not preceded with whitespace. | 1002 | |
':' is not followed by whitespace. | 1002 | |
Line contains a tab character. | 1003 | |
Line contains a tab character. | 1004 | |
Line contains a tab character. | 1005 | |
'=' is not preceded with whitespace. | 1005 | |
'=' is not followed by whitespace. | 1005 | |
';' is not followed by whitespace. | 1005 | |
'<' is not preceded with whitespace. | 1005 | |
'<' is not followed by whitespace. | 1005 | |
';' is not followed by whitespace. | 1005 | |
Line contains a tab character. | 1006 | |
Line is longer than 80 characters. | 1007 | |
Line contains a tab character. | 1007 | |
Line contains a tab character. | 1008 | |
Line is longer than 80 characters. | 1009 | |
Line contains a tab character. | 1009 | |
Line is longer than 80 characters. | 1010 | |
Line contains a tab character. | 1010 | |
Line contains a tab character. | 1011 | |
Line has trailing spaces. | 1012 | |
Line contains a tab character. | 1012 | |
Line contains a tab character. | 1013 | |
Line contains a tab character. | 1014 | |
Line contains a tab character. | 1015 | |
Line contains a tab character. | 1016 | |
Line contains a tab character. | 1017 | |
Line contains a tab character. | 1018 | |
Line has trailing spaces. | 1019 | |
Line contains a tab character. | 1019 | |
Line contains a tab character. | 1020 | |
Line contains a tab character. | 1021 | |
Line has trailing spaces. | 1022 | |
Line contains a tab character. | 1022 | |
Line contains a tab character. | 1023 | |
Line contains a tab character. | 1024 | |
Line contains a tab character. | 1025 | |
Line contains a tab character. | 1026 | |
Line contains a tab character. | 1027 | |
Line contains a tab character. | 1028 | |
'>' is not preceded with whitespace. | 1028 | |
'>' is not followed by whitespace. | 1028 | |
Line contains a tab character. | 1029 | |
Line contains a tab character. | 1030 | |
Line contains a tab character. | 1031 | |
Line contains a tab character. | 1032 | |
Line contains a tab character. | 1033 | |
Line is longer than 80 characters. | 1034 | |
Line contains a tab character. | 1034 | |
Line contains a tab character. | 1035 | |
Line contains a tab character. | 1036 | |
Line contains a tab character. | 1037 | |
Line contains a tab character. | 1038 | |
Line contains a tab character. | 1039 | |
Line contains a tab character. | 1040 | |
Line contains a tab character. | 1041 | |
Line has trailing spaces. | 1042 | |
Line contains a tab character. | 1042 | |
Line has trailing spaces. | 1043 | |
Line is longer than 80 characters. | 1043 | |
Line contains a tab character. | 1043 | |
'|' is not preceded with whitespace. | 1043 | |
'|' is not followed by whitespace. | 1043 | |
'|' is not preceded with whitespace. | 1043 | |
'|' is not followed by whitespace. | 1043 | |
Line is longer than 80 characters. | 1044 | |
Line contains a tab character. | 1044 | |
Line is longer than 80 characters. | 1045 | |
Line contains a tab character. | 1045 | |
Line contains a tab character. | 1046 | |
'!=' is not preceded with whitespace. | 1046 | |
'!=' is not followed by whitespace. | 1046 | |
'!=' is not preceded with whitespace. | 1046 | |
'!=' is not followed by whitespace. | 1046 | |
Line contains a tab character. | 1047 | |
Line is longer than 80 characters. | 1048 | |
Line contains a tab character. | 1048 | |
Line is longer than 80 characters. | 1049 | |
Line contains a tab character. | 1049 | |
Line contains a tab character. | 1050 | |
'-' is not preceded with whitespace. | 1050 | |
'-' is not followed by whitespace. | 1050 | |
'100' is a magic number. | 1050 | |
Line is longer than 80 characters. | 1051 | |
Line contains a tab character. | 1051 | |
'-' is not preceded with whitespace. | 1051 | |
'-' is not followed by whitespace. | 1051 | |
Line contains a tab character. | 1052 | |
'<' is not preceded with whitespace. | 1052 | |
'<' is not followed by whitespace. | 1052 | |
'>' is not preceded with whitespace. | 1052 | |
'100' is a magic number. | 1052 | |
'>' is not followed by whitespace. | 1052 | |
Line contains a tab character. | 1053 | |
'=' is not preceded with whitespace. | 1053 | |
'=' is not followed by whitespace. | 1053 | |
Line contains a tab character. | 1054 | |
Line contains a tab character. | 1055 | |
Line contains a tab character. | 1056 | |
Line contains a tab character. | 1057 | |
Line contains a tab character. | 1058 | |
Line contains a tab character. | 1060 | |
Method 'settingUpdated' is not designed for extension - needs to be abstract, final or empty. | 1060 | |
Line contains a tab character. | 1061 | |
Parameter key should be final. | 1061 | |
Parameter value should be final. | 1061 | |
Line contains a tab character. | 1062 | |
Line contains a tab character. | 1063 | |
Line contains a tab character. | 1064 | |
Missing a Javadoc comment. | 1066 | |
Line contains a tab character. | 1066 | |
Line contains a tab character. | 1067 | |
Missing a Javadoc comment. | 1067 | |
Variable 'commands' must be private and have accessor methods. | 1067 | |
'10' is a magic number. | 1067 | |
Line contains a tab character. | 1068 | |
Missing a Javadoc comment. | 1068 | |
Variable 'recoveryTime' must be private and have accessor methods. | 1068 | |
Line contains a tab character. | 1069 | |
Line has trailing spaces. | 1070 | |
Line contains a tab character. | 1070 | |
Line contains a tab character. | 1071 | |
Missing a Javadoc comment. | 1071 | |
Line contains a tab character. | 1072 | |
'==' is not preceded with whitespace. | 1072 | |
'==' is not followed by whitespace. | 1072 | |
Line contains a tab character. | 1073 | |
Line contains a tab character. | 1074 | |
Line contains a tab character. | 1075 | |
Line contains a tab character. | 1076 | |
'=' is not preceded with whitespace. | 1076 | |
'=' is not followed by whitespace. | 1076 | |
';' is not followed by whitespace. | 1076 | |
'<' is not preceded with whitespace. | 1076 | |
'<' is not followed by whitespace. | 1076 | |
';' is not followed by whitespace. | 1076 | |
Line contains a tab character. | 1077 | |
Line contains a tab character. | 1078 | |
Line contains a tab character. | 1079 | |
Line contains a tab character. | 1080 | |
Line contains a tab character. | 1081 | |
Line has trailing spaces. | 1082 | |
Line contains a tab character. | 1082 | |
Line contains a tab character. | 1083 | |
Missing a Javadoc comment. | 1083 | |
Parameter stepIndex should be final. | 1083 | |
Line contains a tab character. | 1084 | |
Line contains a tab character. | 1085 | |
Line contains a tab character. | 1086 | |
Line contains a tab character. | 1087 | |
Line is longer than 80 characters. | 1088 | |
Line contains a tab character. | 1088 | |
'=' is not preceded with whitespace. | 1088 | |
'=' is not followed by whitespace. | 1088 | |
';' is not followed by whitespace. | 1088 | |
'<' is not preceded with whitespace. | 1088 | |
'<' is not followed by whitespace. | 1088 | |
'-' is not preceded with whitespace. | 1088 | |
'-' is not followed by whitespace. | 1088 | |
'/' is not preceded with whitespace. | 1088 | |
'/' is not followed by whitespace. | 1088 | |
';' is not followed by whitespace. | 1088 | |
Line is longer than 80 characters. | 1089 | |
Line contains a tab character. | 1089 | |
'+' is not preceded with whitespace. | 1089 | |
'+' is not followed by whitespace. | 1089 | |
'*' is not preceded with whitespace. | 1089 | |
'*' is not followed by whitespace. | 1089 | |
Line contains a tab character. | 1090 | |
'+' is not preceded with whitespace. | 1090 | |
'+' is not followed by whitespace. | 1090 | |
Line contains a tab character. | 1091 | |
'+' is not preceded with whitespace. | 1091 | |
'+' is not followed by whitespace. | 1091 | |
Line contains a tab character. | 1092 | |
Line contains a tab character. | 1093 | |
Line contains a tab character. | 1094 | |
Line contains a tab character. | 1095 | |
Line contains a tab character. | 1096 | |
'=' is not preceded with whitespace. | 1096 | |
'=' is not followed by whitespace. | 1096 | |
';' is not followed by whitespace. | 1096 | |
'<' is not preceded with whitespace. | 1096 | |
'<' is not followed by whitespace. | 1096 | |
';' is not followed by whitespace. | 1096 | |
Line contains a tab character. | 1097 | |
Line contains a tab character. | 1098 | |
Line contains a tab character. | 1099 | |
'+' is not preceded with whitespace. | 1099 | |
'+' is not followed by whitespace. | 1099 | |
Line contains a tab character. | 1100 | |
Line contains a tab character. | 1101 | |
'+' is not preceded with whitespace. | 1101 | |
'+' is not followed by whitespace. | 1101 | |
Line contains a tab character. | 1102 | |
Line contains a tab character. | 1103 | |
Line contains a tab character. | 1104 | |
Line contains a tab character. | 1105 | |
'==' is not preceded with whitespace. | 1105 | |
'==' is not followed by whitespace. | 1105 | |
Line contains a tab character. | 1106 | |
Line contains a tab character. | 1107 | |
Line contains a tab character. | 1108 | |
'=' is not preceded with whitespace. | 1108 | |
'=' is not followed by whitespace. | 1108 | |
Line contains a tab character. | 1109 | |
Line contains a tab character. | 1110 | |
Line contains a tab character. | 1111 | |
Line has trailing spaces. | 1112 | |
Line contains a tab character. | 1112 | |
Line contains a tab character. | 1113 | |
Missing a Javadoc comment. | 1113 | |
Line has trailing spaces. | 1114 | |
Line contains a tab character. | 1114 | |
Line is longer than 80 characters. | 1115 | |
Line contains a tab character. | 1115 | |
Line contains a tab character. | 1116 | |
Line contains a tab character. | 1117 | |
Line contains a tab character. | 1118 | |
Line contains a tab character. | 1119 | |
Line contains a tab character. | 1120 | |
Line contains a tab character. | 1121 | |
Line contains a tab character. | 1122 | |
Line contains a tab character. | 1123 | |
Line contains a tab character. | 1124 | |
Line contains a tab character. | 1125 | |
Line contains a tab character. | 1126 | |
Line has trailing spaces. | 1127 | |
Line contains a tab character. | 1127 | |
Line contains a tab character. | 1128 | |
Line is longer than 80 characters. | 1129 | |
Line contains a tab character. | 1129 | |
Line contains a tab character. | 1130 | |
Line contains a tab character. | 1131 | |
Line contains a tab character. | 1132 | |
Line has trailing spaces. | 1133 | |
Line contains a tab character. | 1133 | |
Missing a Javadoc comment. | 1134 | |
Line contains a tab character. | 1134 | |
Line contains a tab character. | 1135 | |
Line contains a tab character. | 1136 | |
Line contains a tab character. | 1137 | |
Line is longer than 80 characters. | 1138 | |
Line contains a tab character. | 1138 | |
Line is longer than 80 characters. | 1139 | |
Line contains a tab character. | 1139 | |
Line contains a tab character. | 1140 | |
':' is not preceded with whitespace. | 1140 | |
':' is not followed by whitespace. | 1140 | |
Line is longer than 80 characters. | 1141 | |
Line contains a tab character. | 1141 | |
Line contains a tab character. | 1142 | |
Line contains a tab character. | 1143 | |
'*' is not preceded with whitespace. | 1143 | |
'*' is not followed by whitespace. | 1143 | |
'1000' is a magic number. | 1143 | |
Line contains a tab character. | 1144 | |
Line contains a tab character. | 1145 | |
'15000' is a magic number. | 1145 | |
Line contains a tab character. | 1146 | |
Line contains a tab character. | 1147 | |
Line is longer than 80 characters. | 1148 | |
Line contains a tab character. | 1148 | |
Line contains a tab character. | 1149 | |
Line contains a tab character. | 1150 | |
Line contains a tab character. | 1151 | |
Line contains a tab character. | 1152 | |
Line contains a tab character. | 1153 | |
Line has trailing spaces. | 1154 | |
Line contains a tab character. | 1154 | |
Line contains a tab character. | 1155 | |
Line contains a tab character. | 1156 | |
Line has trailing spaces. | 1157 | |
Line contains a tab character. | 1157 | |
Line contains a tab character. | 1158 | |
Missing a Javadoc comment. | 1158 | |
Parameter cn should be final. | 1158 | |
Line contains a tab character. | 1159 | |
Line contains a tab character. | 1160 | |
'200' is a magic number. | 1160 | |
Line contains a tab character. | 1161 | |
Name 'FIELD_SPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1161 | |
Line contains a tab character. | 1162 | |
Name 'FIELD_SEPERATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1162 | |
Line contains a tab character. | 1164 | |
Line contains a tab character. | 1165 | |
'=' is not preceded with whitespace. | 1165 | |
'=' is not followed by whitespace. | 1165 | |
';' is not followed by whitespace. | 1165 | |
'<' is not preceded with whitespace. | 1165 | |
'<' is not followed by whitespace. | 1165 | |
';' is not followed by whitespace. | 1165 | |
Line is longer than 80 characters. | 1166 | |
Line contains a tab character. | 1166 | |
Line contains a tab character. | 1167 | |
'!=' is not preceded with whitespace. | 1167 | |
'!=' is not followed by whitespace. | 1167 | |
Line contains a tab character. | 1168 | |
Line contains a tab character. | 1169 | |
Line is longer than 80 characters. | 1170 | |
Line contains a tab character. | 1170 | |
'!=' is not preceded with whitespace. | 1170 | |
'!=' is not followed by whitespace. | 1170 | |
';' is not followed by whitespace. | 1170 | |
Line is longer than 80 characters. | 1171 | |
Line contains a tab character. | 1171 | |
'!=' is not preceded with whitespace. | 1171 | |
'!=' is not followed by whitespace. | 1171 | |
';' is not followed by whitespace. | 1171 | |
Line is longer than 80 characters. | 1172 | |
Line contains a tab character. | 1172 | |
'!=' is not preceded with whitespace. | 1172 | |
'!=' is not followed by whitespace. | 1172 | |
';' is not followed by whitespace. | 1172 | |
Line is longer than 80 characters. | 1173 | |
Line contains a tab character. | 1173 | |
'!=' is not preceded with whitespace. | 1173 | |
'!=' is not followed by whitespace. | 1173 | |
';' is not followed by whitespace. | 1173 | |
Line is longer than 80 characters. | 1174 | |
Line contains a tab character. | 1174 | |
'!=' is not preceded with whitespace. | 1174 | |
'!=' is not followed by whitespace. | 1174 | |
';' is not followed by whitespace. | 1174 | |
Line is longer than 80 characters. | 1175 | |
Line contains a tab character. | 1175 | |
'!=' is not preceded with whitespace. | 1175 | |
'!=' is not followed by whitespace. | 1175 | |
';' is not followed by whitespace. | 1175 | |
Line is longer than 80 characters. | 1176 | |
Line contains a tab character. | 1176 | |
'!=' is not preceded with whitespace. | 1176 | |
'!=' is not followed by whitespace. | 1176 | |
';' is not followed by whitespace. | 1176 | |
Line contains a tab character. | 1177 | |
Line contains a tab character. | 1178 | |
Line contains a tab character. | 1179 | |
Line contains a tab character. | 1180 | |
Line contains a tab character. | 1181 | |
Line contains a tab character. | 1182 | |
Line contains a tab character. | 1183 | |
'<' is not preceded with whitespace. | 1183 | |
'<' is not followed by whitespace. | 1183 | |
'-' is not preceded with whitespace. | 1183 | |
'-' is not followed by whitespace. | 1183 | |
Line contains a tab character. | 1184 | |
Line contains a tab character. | 1185 | |
Line contains a tab character. | 1186 | |
Line contains a tab character. | 1187 | |
Line contains a tab character. | 1188 | |
Line contains a tab character. | 1189 | |
'!=' is not preceded with whitespace. | 1189 | |
'!=' is not followed by whitespace. | 1189 | |
Line contains a tab character. | 1190 | |
Line contains a tab character. | 1191 | |
Line contains a tab character. | 1192 | |
Line contains a tab character. | 1193 | |
Line contains a tab character. | 1194 | |
Line contains a tab character. | 1195 | |
Line contains a tab character. | 1196 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 48 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
',' is not followed by whitespace. | 68 | |
',' is not followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Missing a Javadoc comment. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
'=' is not preceded with whitespace. | 122 | |
'=' is not followed by whitespace. | 122 | |
';' is not followed by whitespace. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
';' is not followed by whitespace. | 122 | |
Line contains a tab character. | 123 | |
'+' is not preceded with whitespace. | 123 | |
'+' is not followed by whitespace. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line contains a tab character. | 137 | |
Parameter e should be final. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
'>=' is not preceded with whitespace. | 139 | |
'>=' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
':' is not preceded with whitespace. | 147 | |
':' is not followed by whitespace. | 147 | |
Line contains a tab character. | 148 | |
'(' is followed by whitespace. | 148 | |
'0xf0' is a magic number. | 148 | |
'4' is a magic number. | 148 | |
Line contains a tab character. | 149 | |
'0x0f' is a magic number. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
'+' is not preceded with whitespace. | 153 | |
'+' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
'>' is not preceded with whitespace. | 154 | |
'>' is not followed by whitespace. | 154 | |
Line contains a tab character. | 155 | |
'512' is a magic number. | 155 | |
Line contains a tab character. | 156 | |
'=' is not preceded with whitespace. | 156 | |
'=' is not followed by whitespace. | 156 | |
';' is not followed by whitespace. | 156 | |
'<' is not preceded with whitespace. | 156 | |
'<' is not followed by whitespace. | 156 | |
';' is not followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
'255' is a magic number. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter b should be final. | 164 | |
Line contains a tab character. | 165 | |
'0x0f' is a magic number. | 165 | |
Line contains a tab character. | 166 | |
'10' is a magic number. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
'10' is a magic number. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Line contains a tab character. | 173 | |
Parameter command should be final. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
'!=' is not preceded with whitespace. | 175 | |
'!=' is not followed by whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'512' is a magic number. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
'=' is not preceded with whitespace. | 181 | |
'=' is not followed by whitespace. | 181 | |
';' is not followed by whitespace. | 181 | |
'<' is not preceded with whitespace. | 181 | |
'<' is not followed by whitespace. | 181 | |
';' is not followed by whitespace. | 181 | |
'=' is not preceded with whitespace. | 181 | |
'=' is not followed by whitespace. | 181 | |
'+' is not preceded with whitespace. | 181 | |
'+' is not followed by whitespace. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
'+' is not preceded with whitespace. | 183 | |
'+' is not followed by whitespace. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
'cast' is not followed by whitespace. | 184 | |
'+' is not preceded with whitespace. | 184 | |
'+' is not followed by whitespace. | 184 | |
'+' is not preceded with whitespace. | 184 | |
'+' is not followed by whitespace. | 184 | |
'16' is a magic number. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line has trailing spaces. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 37 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
',' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
'3' is a magic number. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
',' is not followed by whitespace. | 74 | |
'4' is a magic number. | 74 | |
',' is not followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
',' is not followed by whitespace. | 99 | |
'5' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
',' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 43 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
',' is not followed by whitespace. | 62 | |
',' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
'(' is preceded with whitespace. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
'(' is preceded with whitespace. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Missing a Javadoc comment. | 96 | |
'(' is preceded with whitespace. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
'(' is preceded with whitespace. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
',' is not followed by whitespace. | 104 | |
',' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Line contains a tab character. | 114 | |
Parameter command should be final. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'100' is a magic number. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
'100' is a magic number. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 43 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
',' is not followed by whitespace. | 63 | |
',' is not followed by whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
',' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
',' is not followed by whitespace. | 71 | |
',' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
',' is not followed by whitespace. | 75 | |
',' is not followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
',' is not followed by whitespace. | 78 | |
'3' is a magic number. | 78 | |
',' is not followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
',' is not followed by whitespace. | 107 | |
',' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
',' is not followed by whitespace. | 108 | |
',' is not followed by whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
',' is not followed by whitespace. | 109 | |
',' is not followed by whitespace. | 109 | |
Line has trailing spaces. | 110 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
',' is not followed by whitespace. | 110 | |
',' is not followed by whitespace. | 110 | |
'3' is a magic number. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Line contains a tab character. | 121 | |
Parameter command should be final. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
'100' is a magic number. | 123 | |
Line contains a tab character. | 124 | |
'=' is not preceded with whitespace. | 124 | |
'=' is not followed by whitespace. | 124 | |
'-' is not preceded with whitespace. | 124 | |
'-' is not followed by whitespace. | 124 | |
';' is not followed by whitespace. | 124 | |
'>=' is not preceded with whitespace. | 124 | |
'>=' is not followed by whitespace. | 124 | |
';' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'!=' is not preceded with whitespace. | 127 | |
'!=' is not followed by whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 138 | |
'100' is a magic number. | 138 | |
Line contains a tab character. | 139 | |
'=' is not preceded with whitespace. | 139 | |
'=' is not followed by whitespace. | 139 | |
'-' is not preceded with whitespace. | 139 | |
'-' is not followed by whitespace. | 139 | |
';' is not followed by whitespace. | 139 | |
'>=' is not preceded with whitespace. | 139 | |
'>=' is not followed by whitespace. | 139 | |
';' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
'!=' is not preceded with whitespace. | 142 | |
'!=' is not followed by whitespace. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 55 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 60 | |
',' is not followed by whitespace. | 60 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
'4' is a magic number. | 69 | |
',' is not followed by whitespace. | 69 | |
'4' is a magic number. | 69 | |
',' is not followed by whitespace. | 69 | |
'4' is a magic number. | 69 | |
',' is not followed by whitespace. | 69 | |
'4' is a magic number. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'16' is a magic number. | 71 | |
Line contains a tab character. | 72 | |
'16' is a magic number. | 72 | |
Line contains a tab character. | 73 | |
'=' is not preceded with whitespace. | 73 | |
'=' is not followed by whitespace. | 73 | |
';' is not followed by whitespace. | 73 | |
'<' is not preceded with whitespace. | 73 | |
'16' is a magic number. | 73 | |
'<' is not followed by whitespace. | 73 | |
';' is not followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
',' is not followed by whitespace. | 83 | |
',' is not followed by whitespace. | 83 | |
',' is not followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
',' is not followed by whitespace. | 84 | |
'6' is a magic number. | 84 | |
',' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
',' is not followed by whitespace. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
',' is not followed by whitespace. | 99 | |
Line contains a tab character. | 100 | |
',' is not followed by whitespace. | 100 | |
',' is not followed by whitespace. | 100 | |
',' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
',' is not followed by whitespace. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
',' is not followed by whitespace. | 110 | |
'16' is a magic number. | 110 | |
',' is not followed by whitespace. | 110 | |
'5' is a magic number. | 110 | |
',' is not followed by whitespace. | 110 | |
'5' is a magic number. | 110 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
',' is not followed by whitespace. | 112 | |
'5' is a magic number. | 112 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
'=' is not preceded with whitespace. | 114 | |
'=' is not followed by whitespace. | 114 | |
';' is not followed by whitespace. | 114 | |
'<' is not preceded with whitespace. | 114 | |
'16' is a magic number. | 114 | |
'<' is not followed by whitespace. | 114 | |
';' is not followed by whitespace. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
'+' is not preceded with whitespace. | 115 | |
'+' is not followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
',' is not followed by whitespace. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
',' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
',' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
',' is not followed by whitespace. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
',' is not followed by whitespace. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
',' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 146 | |
',' is not followed by whitespace. | 146 | |
'3' is a magic number. | 146 | |
',' is not followed by whitespace. | 146 | |
'3' is a magic number. | 146 | |
',' is not followed by whitespace. | 146 | |
',' is not followed by whitespace. | 146 | |
',' is not followed by whitespace. | 146 | |
',' is not followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
',' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
',' is not followed by whitespace. | 155 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
',' is not followed by whitespace. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
',' is not followed by whitespace. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
',' is not followed by whitespace. | 164 | |
',' is not followed by whitespace. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
',' is not followed by whitespace. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line has trailing spaces. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
',' is not followed by whitespace. | 188 | |
',' is not followed by whitespace. | 188 | |
',' is not followed by whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
'5' is a magic number. | 191 | |
',' is not followed by whitespace. | 191 | |
'5' is a magic number. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
',' is not followed by whitespace. | 193 | |
Line contains a tab character. | 194 | |
'=' is not preceded with whitespace. | 194 | |
'=' is not followed by whitespace. | 194 | |
';' is not followed by whitespace. | 194 | |
'<' is not preceded with whitespace. | 194 | |
'16' is a magic number. | 194 | |
'<' is not followed by whitespace. | 194 | |
';' is not followed by whitespace. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
',' is not followed by whitespace. | 195 | |
',' is not followed by whitespace. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
',' is not followed by whitespace. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
'=' is not preceded with whitespace. | 203 | |
'=' is not followed by whitespace. | 203 | |
';' is not followed by whitespace. | 203 | |
'<' is not preceded with whitespace. | 203 | |
'8' is a magic number. | 203 | |
'<' is not followed by whitespace. | 203 | |
';' is not followed by whitespace. | 203 | |
Line contains a tab character. | 204 | |
'20' is a magic number. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
'<=' is not preceded with whitespace. | 206 | |
'9' is a magic number. | 206 | |
'<=' is not followed by whitespace. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
'<=' is not preceded with whitespace. | 212 | |
'9' is a magic number. | 212 | |
'<=' is not followed by whitespace. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
',' is not followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
'=' is not preceded with whitespace. | 224 | |
'=' is not followed by whitespace. | 224 | |
';' is not followed by whitespace. | 224 | |
'<' is not preceded with whitespace. | 224 | |
'16' is a magic number. | 224 | |
'<' is not followed by whitespace. | 224 | |
';' is not followed by whitespace. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
',' is not followed by whitespace. | 225 | |
',' is not followed by whitespace. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
',' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
',' is not followed by whitespace. | 231 | |
Line contains a tab character. | 232 | |
',' is not followed by whitespace. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line has trailing spaces. | 239 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
Line has trailing spaces. | 244 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line is longer than 80 characters. | 255 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line has trailing spaces. | 265 | |
Line contains a tab character. | 265 | |
Line has trailing spaces. | 266 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line has trailing spaces. | 276 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line has trailing spaces. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line has trailing spaces. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line is longer than 80 characters. | 295 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line is longer than 80 characters. | 318 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line is longer than 80 characters. | 322 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line is longer than 80 characters. | 325 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line has trailing spaces. | 329 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line has trailing spaces. | 337 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 343 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Line contains a tab character. | 344 | |
Parameter command should be final. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line has trailing spaces. | 348 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Missing a Javadoc comment. | 349 | |
Parameter steps should be final. | 349 | |
Line is longer than 80 characters. | 350 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
'==' is not preceded with whitespace. | 351 | |
Expression can be simplified. | 351 | |
'==' is not followed by whitespace. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
'=' is not preceded with whitespace. | 355 | |
'=' is not followed by whitespace. | 355 | |
';' is not followed by whitespace. | 355 | |
'<' is not preceded with whitespace. | 355 | |
'16' is a magic number. | 355 | |
'<' is not followed by whitespace. | 355 | |
';' is not followed by whitespace. | 355 | |
Line contains a tab character. | 356 | |
'>=' is not preceded with whitespace. | 356 | |
'>=' is not followed by whitespace. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line has trailing spaces. | 363 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Missing a Javadoc comment. | 364 | |
Line contains a tab character. | 365 | |
Line has trailing spaces. | 366 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
',' is not followed by whitespace. | 368 | |
',' is not followed by whitespace. | 368 | |
Line contains a tab character. | 369 | |
Line has trailing spaces. | 370 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line is longer than 80 characters. | 375 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
',' is not followed by whitespace. | 379 | |
',' is not followed by whitespace. | 379 | |
Line has trailing spaces. | 380 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line is longer than 80 characters. | 385 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
',' is not followed by whitespace. | 387 | |
',' is not followed by whitespace. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line has trailing spaces. | 390 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Missing a Javadoc comment. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
',' is not followed by whitespace. | 395 | |
',' is not followed by whitespace. | 395 | |
Line contains a tab character. | 396 | |
Line has trailing spaces. | 397 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line has trailing spaces. | 406 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
',' is not followed by whitespace. | 407 | |
',' is not followed by whitespace. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line has trailing spaces. | 410 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Missing a Javadoc comment. | 411 | |
Line contains a tab character. | 412 | |
Line has trailing spaces. | 413 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
',' is not followed by whitespace. | 415 | |
',' is not followed by whitespace. | 415 | |
Line contains a tab character. | 416 | |
Line has trailing spaces. | 417 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
',' is not followed by whitespace. | 423 | |
',' is not followed by whitespace. | 423 | |
Line has trailing spaces. | 424 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
',' is not followed by whitespace. | 430 | |
',' is not followed by whitespace. | 430 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Line has trailing spaces. | 434 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Missing a Javadoc comment. | 435 | |
Line is longer than 80 characters. | 436 | |
Line contains a tab character. | 436 | |
Line has trailing spaces. | 437 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
',' is not followed by whitespace. | 439 | |
',' is not followed by whitespace. | 439 | |
Line contains a tab character. | 440 | |
Line has trailing spaces. | 441 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line has trailing spaces. | 448 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line has trailing spaces. | 451 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
Line has trailing spaces. | 454 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line has trailing spaces. | 457 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
',' is not followed by whitespace. | 458 | |
',' is not followed by whitespace. | 458 | |
'4' is a magic number. | 458 | |
Line has trailing spaces. | 459 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
',' is not followed by whitespace. | 465 | |
',' is not followed by whitespace. | 465 | |
Line has trailing spaces. | 466 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 470 | |
Method 'settingUpdated' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Line contains a tab character. | 471 | |
Parameter key should be final. | 471 | |
Parameter value should be final. | 471 | |
Line is longer than 80 characters. | 472 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 71 | |
Line has trailing spaces. | 73 | |
Line is longer than 80 characters. | 76 | |
',' is not followed by whitespace. | 76 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 85 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
',' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
',' is not followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
',' is not followed by whitespace. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Parameter e should be final. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
',' is not followed by whitespace. | 124 | |
'-100' is a magic number. | 124 | |
',' is not followed by whitespace. | 124 | |
'100' is a magic number. | 124 | |
',' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
',' is not followed by whitespace. | 128 | |
'-100' is a magic number. | 128 | |
',' is not followed by whitespace. | 128 | |
'100' is a magic number. | 128 | |
',' is not followed by whitespace. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
',' is not followed by whitespace. | 132 | |
',' is not followed by whitespace. | 132 | |
'32768' is a magic number. | 132 | |
',' is not followed by whitespace. | 132 | |
'32768' is a magic number. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
'=' is not preceded with whitespace. | 138 | |
'=' is not followed by whitespace. | 138 | |
';' is not followed by whitespace. | 138 | |
'<' is not preceded with whitespace. | 138 | |
'3' is a magic number. | 138 | |
'<' is not followed by whitespace. | 138 | |
';' is not followed by whitespace. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
',' is not followed by whitespace. | 140 | |
'-100' is a magic number. | 140 | |
',' is not followed by whitespace. | 140 | |
'100' is a magic number. | 140 | |
',' is not followed by whitespace. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Missing a Javadoc comment. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Missing a Javadoc comment. | 163 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Missing a Javadoc comment. | 167 | |
'15000' is a magic number. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Missing a Javadoc comment. | 168 | |
'15000' is a magic number. | 168 | |
Line contains a tab character. | 169 | |
Missing a Javadoc comment. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Missing a Javadoc comment. | 171 | |
Line contains a tab character. | 172 | |
'44100.0F' is a magic number. | 172 | |
Line contains a tab character. | 173 | |
'16' is a magic number. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 177 | |
Line contains a tab character. | 178 | |
Line has trailing spaces. | 179 | |
Line contains a tab character. | 179 | |
Missing a Javadoc comment. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Missing a Javadoc comment. | 181 | |
Variable 'line' must be private and have accessor methods. | 181 | |
Line contains a tab character. | 182 | |
Missing a Javadoc comment. | 182 | |
Variable 'thread' must be private and have accessor methods. | 182 | |
Line has trailing spaces. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Missing a Javadoc comment. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 191 | |
Missing a Javadoc comment. | 191 | |
Line contains a tab character. | 192 | |
'!=' is not preceded with whitespace. | 192 | |
'!=' is not followed by whitespace. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Missing a Javadoc comment. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Missing a Javadoc comment. | 200 | |
Parameter message should be final. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Missing a Javadoc comment. | 204 | |
Line contains a tab character. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
',' is not followed by whitespace. | 206 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
'+' is not preceded with whitespace. | 208 | |
'+' is not followed by whitespace. | 208 | |
'+' is not preceded with whitespace. | 208 | |
'+' is not followed by whitespace. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line has trailing spaces. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
'+' is not preceded with whitespace. | 215 | |
'+' is not followed by whitespace. | 215 | |
Line contains a tab character. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line has trailing spaces. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
'8' is a magic number. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
'<' is not preceded with whitespace. | 234 | |
'10000' is a magic number. | 234 | |
'<' is not followed by whitespace. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
'100' is a magic number. | 236 | |
Line contains a tab character. | 237 | |
Must have at least one statement. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
'if' is not followed by whitespace. | 241 | |
Inner assignments should be avoided. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line has trailing spaces. | 245 | |
Line contains a tab character. | 245 | |
Line has trailing spaces. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Array brackets at illegal position. | 247 | |
Line is longer than 80 characters. | 248 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line has trailing spaces. | 256 | |
Line contains a tab character. | 256 | |
Line has trailing spaces. | 257 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line has trailing spaces. | 276 | |
Line contains a tab character. | 276 | |
Missing a Javadoc comment. | 277 | |
Line contains a tab character. | 277 | |
Line is longer than 80 characters. | 278 | |
Line contains a tab character. | 278 | |
Missing a Javadoc comment. | 278 | |
Line contains a tab character. | 280 | |
Missing a Javadoc comment. | 280 | |
Line contains a tab character. | 281 | |
'600' is a magic number. | 281 | |
',' is not followed by whitespace. | 281 | |
'300' is a magic number. | 281 | |
Line contains a tab character. | 282 | |
Line has trailing spaces. | 283 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Missing a Javadoc comment. | 284 | |
Parameter g should be final. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
'=' is not preceded with whitespace. | 294 | |
'=' is not followed by whitespace. | 294 | |
';' is not followed by whitespace. | 294 | |
'<' is not preceded with whitespace. | 294 | |
'10' is a magic number. | 294 | |
'<' is not followed by whitespace. | 294 | |
';' is not followed by whitespace. | 294 | |
Line contains a tab character. | 295 | |
'*' is not preceded with whitespace. | 295 | |
'*' is not followed by whitespace. | 295 | |
'/' is not preceded with whitespace. | 295 | |
'/' is not followed by whitespace. | 295 | |
'10' is a magic number. | 295 | |
'*' is not preceded with whitespace. | 295 | |
'*' is not followed by whitespace. | 295 | |
'/' is not preceded with whitespace. | 295 | |
'/' is not followed by whitespace. | 295 | |
'10' is a magic number. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
'=' is not preceded with whitespace. | 298 | |
'=' is not followed by whitespace. | 298 | |
';' is not followed by whitespace. | 298 | |
'<' is not preceded with whitespace. | 298 | |
'10' is a magic number. | 298 | |
'<' is not followed by whitespace. | 298 | |
';' is not followed by whitespace. | 298 | |
Line contains a tab character. | 299 | |
'*' is not preceded with whitespace. | 299 | |
'*' is not followed by whitespace. | 299 | |
'/' is not preceded with whitespace. | 299 | |
'/' is not followed by whitespace. | 299 | |
'10' is a magic number. | 299 | |
',' is not followed by whitespace. | 299 | |
'*' is not preceded with whitespace. | 299 | |
'*' is not followed by whitespace. | 299 | |
'/' is not preceded with whitespace. | 299 | |
'/' is not followed by whitespace. | 299 | |
'10' is a magic number. | 299 | |
',' is not followed by whitespace. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
',' is not followed by whitespace. | 301 | |
'-' is not preceded with whitespace. | 301 | |
'-' is not followed by whitespace. | 301 | |
',' is not followed by whitespace. | 301 | |
'-' is not preceded with whitespace. | 301 | |
'-' is not followed by whitespace. | 301 | |
',' is not followed by whitespace. | 301 | |
'-' is not preceded with whitespace. | 301 | |
'-' is not followed by whitespace. | 301 | |
Line contains a tab character. | 302 | |
'-' is not preceded with whitespace. | 302 | |
'-' is not followed by whitespace. | 302 | |
',' is not followed by whitespace. | 302 | |
',' is not followed by whitespace. | 302 | |
'-' is not preceded with whitespace. | 302 | |
'-' is not followed by whitespace. | 302 | |
',' is not followed by whitespace. | 302 | |
'-' is not preceded with whitespace. | 302 | |
'-' is not followed by whitespace. | 302 | |
Line has trailing spaces. | 303 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line has trailing spaces. | 313 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Missing a Javadoc comment. | 314 | |
Parameter audioBytes should be final. | 314 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
'==' is not preceded with whitespace. | 320 | |
'==' is not followed by whitespace. | 320 | |
Line contains a tab character. | 321 | |
Line is longer than 80 characters. | 322 | |
Line contains a tab character. | 322 | |
'*' is not preceded with whitespace. | 322 | |
'*' is not followed by whitespace. | 322 | |
Line contains a tab character. | 323 | |
Line has trailing spaces. | 324 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line has trailing spaces. | 326 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
'16' is a magic number. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
Line is longer than 80 characters. | 336 | |
Line contains a tab character. | 336 | |
Name 'MSB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 336 | |
'*' is not preceded with whitespace. | 336 | |
'*' is not followed by whitespace. | 336 | |
Line is longer than 80 characters. | 337 | |
Line contains a tab character. | 337 | |
Name 'LSB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 | |
'*' is not preceded with whitespace. | 337 | |
'*' is not followed by whitespace. | 337 | |
'+' is not preceded with whitespace. | 337 | |
'+' is not followed by whitespace. | 337 | |
Line is longer than 80 characters. | 338 | |
Line contains a tab character. | 338 | |
'8' is a magic number. | 338 | |
'255' is a magic number. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line is longer than 80 characters. | 341 | |
Line contains a tab character. | 341 | |
Line is longer than 80 characters. | 342 | |
Line contains a tab character. | 342 | |
Name 'LSB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 | |
'*' is not preceded with whitespace. | 342 | |
'*' is not followed by whitespace. | 342 | |
Line is longer than 80 characters. | 343 | |
Line contains a tab character. | 343 | |
Name 'MSB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
'*' is not preceded with whitespace. | 343 | |
'*' is not followed by whitespace. | 343 | |
'+' is not preceded with whitespace. | 343 | |
'+' is not followed by whitespace. | 343 | |
Line is longer than 80 characters. | 344 | |
Line contains a tab character. | 344 | |
'8' is a magic number. | 344 | |
'255' is a magic number. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
'8' is a magic number. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line is longer than 80 characters. | 350 | |
Line contains a tab character. | 350 | |
Line is longer than 80 characters. | 351 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line is longer than 80 characters. | 355 | |
Line contains a tab character. | 355 | |
Line is longer than 80 characters. | 356 | |
Line contains a tab character. | 356 | |
'128' is a magic number. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
'-' is not preceded with whitespace. | 363 | |
'-' is not followed by whitespace. | 363 | |
'15' is a magic number. | 363 | |
Line is longer than 80 characters. | 364 | |
Line contains a tab character. | 364 | |
Name 'frames_per_pixel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
'/' is not preceded with whitespace. | 364 | |
'/' is not followed by whitespace. | 364 | |
Line contains a tab character. | 365 | |
Name 'my_byte0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 | |
Line contains a tab character. | 366 | |
Name 'my_byte1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
Line contains a tab character. | 367 | |
Name 'y_last0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 | |
Line contains a tab character. | 368 | |
Name 'y_last1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
'==' is not preceded with whitespace. | 371 | |
'==' is not followed by whitespace. | 371 | |
Line is longer than 80 characters. | 372 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
'8' is a magic number. | 373 | |
Line is longer than 80 characters. | 374 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line is longer than 80 characters. | 376 | |
Line contains a tab character. | 376 | |
'128' is a magic number. | 376 | |
'32768' is a magic number. | 376 | |
')' is preceded with whitespace. | 376 | |
Line has trailing spaces. | 377 | |
Line contains a tab character. | 377 | |
Line is longer than 80 characters. | 378 | |
Line contains a tab character. | 378 | |
Name 'y_new' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 378 | |
'128' is a magic number. | 378 | |
'256' is a magic number. | 378 | |
Line contains a tab character. | 379 | |
Line is longer than 80 characters. | 380 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line is longer than 80 characters. | 383 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
'8' is a magic number. | 384 | |
Line is longer than 80 characters. | 385 | |
Line contains a tab character. | 385 | |
Line is longer than 80 characters. | 386 | |
Line contains a tab character. | 386 | |
'+' is not preceded with whitespace. | 386 | |
'+' is not followed by whitespace. | 386 | |
Line contains a tab character. | 387 | |
Line is longer than 80 characters. | 388 | |
Line contains a tab character. | 388 | |
'128' is a magic number. | 388 | |
'32768' is a magic number. | 388 | |
')' is preceded with whitespace. | 388 | |
Line is longer than 80 characters. | 389 | |
Line contains a tab character. | 389 | |
'128' is a magic number. | 389 | |
'+' is not preceded with whitespace. | 389 | |
'+' is not followed by whitespace. | 389 | |
'32768' is a magic number. | 389 | |
')' is preceded with whitespace. | 389 | |
Line has trailing spaces. | 390 | |
Line contains a tab character. | 390 | |
Line is longer than 80 characters. | 391 | |
Line contains a tab character. | 391 | |
Name 'y_new0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 391 | |
'128' is a magic number. | 391 | |
'256' is a magic number. | 391 | |
Line is longer than 80 characters. | 392 | |
Line contains a tab character. | 392 | |
Name 'y_new1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
'128' is a magic number. | 392 | |
'256' is a magic number. | 392 | |
Line has trailing spaces. | 393 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line is longer than 80 characters. | 395 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line has trailing spaces. | 397 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line is longer than 80 characters. | 399 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 407 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 407 | |
Line contains a tab character. | 408 | |
Parameter e should be final. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line has trailing spaces. | 416 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Parameter e should be final. | 420 | |
Line contains a tab character. | 421 | |
Line has trailing spaces. | 422 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Line has trailing spaces. | 424 | |
Line contains a tab character. | 424 | |
Line is longer than 80 characters. | 425 | |
Missing a Javadoc comment. | 425 | |
Line contains a tab character. | 425 | |
Line has trailing spaces. | 426 | |
Line contains a tab character. | 426 | |
Line is longer than 80 characters. | 427 | |
Line contains a tab character. | 427 | |
Missing a Javadoc comment. | 427 | |
Line contains a tab character. | 428 | |
Missing a Javadoc comment. | 428 | |
Line contains a tab character. | 429 | |
Missing a Javadoc comment. | 429 | |
Line has trailing spaces. | 430 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Missing a Javadoc comment. | 431 | |
Parameter aFrame should be final. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Line has trailing spaces. | 434 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Line is longer than 80 characters. | 436 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Line has trailing spaces. | 438 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line is longer than 80 characters. | 446 | |
Line contains a tab character. | 446 | |
Line is longer than 80 characters. | 447 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
'26' is a magic number. | 449 | |
Line is longer than 80 characters. | 450 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 451 | |
'150' is a magic number. | 451 | |
Line is longer than 80 characters. | 452 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
'130' is a magic number. | 453 | |
Line is longer than 80 characters. | 454 | |
Line contains a tab character. | 454 | |
Line is longer than 80 characters. | 455 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
',' is not followed by whitespace. | 458 | |
Line has trailing spaces. | 459 | |
Line contains a tab character. | 459 | |
Line has trailing spaces. | 460 | |
Line contains a tab character. | 460 | |
Line has trailing spaces. | 461 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Parameter we should be final. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Line has trailing spaces. | 469 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Parameter e should be final. | 471 | |
Line has trailing spaces. | 472 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line has trailing spaces. | 474 | |
Line contains a tab character. | 474 | |
Missing a Javadoc comment. | 475 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Missing a Javadoc comment. | 476 | |
Variable 'mixerInfo' must be private and have accessor methods. | 476 | |
Line contains a tab character. | 477 | |
Missing a Javadoc comment. | 477 | |
Variable 'data' must be private and have accessor methods. | 477 | |
'10' is a magic number. | 477 | |
Line contains a tab character. | 478 | |
Line has trailing spaces. | 479 | |
Line contains a tab character. | 479 | |
Missing a Javadoc comment. | 480 | |
Line contains a tab character. | 480 | |
Line is longer than 80 characters. | 482 | |
Line contains a tab character. | 482 | |
Missing a Javadoc comment. | 482 | |
Line contains a tab character. | 483 | |
Missing a Javadoc comment. | 483 | |
Line is longer than 80 characters. | 484 | |
Line contains a tab character. | 484 | |
Missing a Javadoc comment. | 484 | |
',' is not followed by whitespace. | 484 | |
',' is not followed by whitespace. | 484 | |
Line has trailing spaces. | 485 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Missing a Javadoc comment. | 486 | |
Line contains a tab character. | 487 | |
'10' is a magic number. | 487 | |
Line is longer than 80 characters. | 488 | |
Line contains a tab character. | 488 | |
':' is not preceded with whitespace. | 488 | |
':' is not followed by whitespace. | 488 | |
Line is longer than 80 characters. | 489 | |
Line contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
'=' is not preceded with whitespace. | 493 | |
'=' is not followed by whitespace. | 493 | |
Line is longer than 80 characters. | 494 | |
Line contains a tab character. | 494 | |
':' is not preceded with whitespace. | 494 | |
':' is not followed by whitespace. | 494 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 505 | |
Line has trailing spaces. | 506 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 507 | |
Line contains a tab character. | 508 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 510 | |
Line has trailing spaces. | 511 | |
Line contains a tab character. | 511 | |
Line contains a tab character. | 512 | |
Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 512 | |
Line contains a tab character. | 513 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Line has trailing spaces. | 516 | |
Line contains a tab character. | 516 | |
Line contains a tab character. | 517 | |
Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 517 | |
Missing a Javadoc comment. | 517 | |
Parameter col should be final. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 519 | |
Line has trailing spaces. | 520 | |
Line contains a tab character. | 520 | |
Line contains a tab character. | 521 | |
Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 521 | |
Line contains a tab character. | 522 | |
Parameter row should be final. | 522 | |
Parameter col should be final. | 522 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 525 | |
Line contains a tab character. | 526 | |
Line is longer than 80 characters. | 527 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Line has trailing spaces. | 532 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 535 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 53 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
',' is not followed by whitespace. | 73 | |
'3' is a magic number. | 73 | |
',' is not followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
',' is not followed by whitespace. | 77 | |
',' is not followed by whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
',' is not followed by whitespace. | 82 | |
',' is not followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter loggerId should be final. | 90 | |
Line contains a tab character. | 91 | |
'+' is not preceded with whitespace. | 91 | |
'+' is not followed by whitespace. | 91 | |
'+' is not preceded with whitespace. | 91 | |
'+' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
'+' is not preceded with whitespace. | 93 | |
'+' is not followed by whitespace. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
'+' is not preceded with whitespace. | 98 | |
'+' is not followed by whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
'+' is not preceded with whitespace. | 106 | |
'+' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
'+' is not preceded with whitespace. | 112 | |
'+' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Parameter e should be final. | 117 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
'cast' is not followed by whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'+' is not preceded with whitespace. | 124 | |
'+' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
'+' is not preceded with whitespace. | 131 | |
'+' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 131 | |
'+' is not preceded with whitespace. | 131 | |
'+' is not followed by whitespace. | 131 | |
'5' is a magic number. | 131 | |
'*' is not preceded with whitespace. | 131 | |
'*' is not followed by whitespace. | 131 | |
'60' is a magic number. | 131 | |
'*' is not preceded with whitespace. | 131 | |
'*' is not followed by whitespace. | 131 | |
'1000' is a magic number. | 131 | |
',' is not followed by whitespace. | 131 | |
'+' is not preceded with whitespace. | 131 | |
'+' is not followed by whitespace. | 131 | |
'15' is a magic number. | 131 | |
'*' is not preceded with whitespace. | 131 | |
'*' is not followed by whitespace. | 131 | |
'60' is a magic number. | 131 | |
'*' is not preceded with whitespace. | 131 | |
'*' is not followed by whitespace. | 131 | |
'1000' is a magic number. | 131 | |
',' is not followed by whitespace. | 131 | |
'+' is not preceded with whitespace. | 131 | |
'+' is not followed by whitespace. | 131 | |
'30' is a magic number. | 131 | |
'*' is not preceded with whitespace. | 131 | |
'*' is not followed by whitespace. | 131 | |
'60' is a magic number. | 131 | |
'*' is not preceded with whitespace. | 131 | |
'*' is not followed by whitespace. | 131 | |
'1000' is a magic number. | 131 | |
',' is not followed by whitespace. | 131 | |
'+' is not preceded with whitespace. | 131 | |
'+' is not followed by whitespace. | 131 | |
'60' is a magic number. | 131 | |
'*' is not preceded with whitespace. | 131 | |
'*' is not followed by whitespace. | 131 | |
'60' is a magic number. | 131 | |
'*' is not preceded with whitespace. | 131 | |
'*' is not followed by whitespace. | 131 | |
'1000' is a magic number. | 131 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
'+' is not preceded with whitespace. | 137 | |
'+' is not followed by whitespace. | 137 | |
Line contains a tab character. | 138 | |
'+' is not preceded with whitespace. | 138 | |
'+' is not followed by whitespace. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
'+' is not preceded with whitespace. | 139 | |
'+' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Parameter key should be final. | 141 | |
Parameter value should be final. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
'+' is not preceded with whitespace. | 143 | |
'+' is not followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Parameter e should be final. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
'100' is a magic number. | 151 | |
Line contains a tab character. | 152 | |
':' is not preceded with whitespace. | 152 | |
':' is not followed by whitespace. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
'==' is not preceded with whitespace. | 153 | |
'==' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
'==' is not preceded with whitespace. | 156 | |
'==' is not followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
'+' is not preceded with whitespace. | 165 | |
'+' is not followed by whitespace. | 165 | |
Line contains a tab character. | 166 | |
',' is not followed by whitespace. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
',' is not followed by whitespace. | 172 | |
'6' is a magic number. | 172 | |
',' is not followed by whitespace. | 172 | |
'3' is a magic number. | 172 | |
Line has trailing spaces. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Missing a Javadoc comment. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line has trailing spaces. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
',' is not followed by whitespace. | 182 | |
',' is not followed by whitespace. | 182 | |
',' is not followed by whitespace. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Parameter e should be final. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
',' is not followed by whitespace. | 186 | |
',' is not followed by whitespace. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line has trailing spaces. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
',' is not followed by whitespace. | 198 | |
',' is not followed by whitespace. | 198 | |
',' is not followed by whitespace. | 198 | |
',' is not followed by whitespace. | 198 | |
',' is not followed by whitespace. | 198 | |
',' is not followed by whitespace. | 198 | |
',' is not followed by whitespace. | 198 | |
',' is not followed by whitespace. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line has trailing spaces. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
'+' is not preceded with whitespace. | 204 | |
'+' is not followed by whitespace. | 204 | |
'5' is a magic number. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
'60' is a magic number. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
'1000' is a magic number. | 204 | |
',' is not followed by whitespace. | 204 | |
'+' is not preceded with whitespace. | 204 | |
'+' is not followed by whitespace. | 204 | |
'15' is a magic number. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
'60' is a magic number. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
'1000' is a magic number. | 204 | |
',' is not followed by whitespace. | 204 | |
'+' is not preceded with whitespace. | 204 | |
'+' is not followed by whitespace. | 204 | |
'30' is a magic number. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
'60' is a magic number. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
'1000' is a magic number. | 204 | |
',' is not followed by whitespace. | 204 | |
'+' is not preceded with whitespace. | 204 | |
'+' is not followed by whitespace. | 204 | |
'60' is a magic number. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
'60' is a magic number. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
'1000' is a magic number. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
',' is not followed by whitespace. | 206 | |
'6' is a magic number. | 206 | |
',' is not followed by whitespace. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line has trailing spaces. | 209 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Missing a Javadoc comment. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line has trailing spaces. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Parameter e should be final. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line has trailing spaces. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line has trailing spaces. | 234 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Parameter e should be final. | 244 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
'cast' is not followed by whitespace. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line has trailing spaces. | 256 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Parameter e should be final. | 266 | |
Line contains a tab character. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 268 | |
'cast' is not followed by whitespace. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line has trailing spaces. | 278 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
',' is not followed by whitespace. | 279 | |
'3' is a magic number. | 279 | |
',' is not followed by whitespace. | 279 | |
'3' is a magic number. | 279 | |
Line has trailing spaces. | 280 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line has trailing spaces. | 283 | |
Line contains a tab character. | 283 | |
Line has trailing spaces. | 284 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line has trailing spaces. | 289 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 38 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
',' is not followed by whitespace. | 57 | |
'3' is a magic number. | 57 | |
',' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
',' is not followed by whitespace. | 83 | |
',' is not followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
',' is not followed by whitespace. | 89 | |
',' is not followed by whitespace. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Missing a Javadoc comment. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
',' is not followed by whitespace. | 95 | |
',' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Missing a Javadoc comment. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
',' is not followed by whitespace. | 101 | |
',' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 66 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
',' is not followed by whitespace. | 84 | |
',' is not followed by whitespace. | 84 | |
'3' is a magic number. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
',' is not followed by whitespace. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
',' is not followed by whitespace. | 97 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
',' is not followed by whitespace. | 100 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
',' is not followed by whitespace. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
',' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Parameter e should be final. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
'cast' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'cast' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
'+' is not preceded with whitespace. | 121 | |
'+' is not followed by whitespace. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
',' is not followed by whitespace. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Parameter e should be final. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
'cast' is not followed by whitespace. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
'==' is not preceded with whitespace. | 148 | |
Expression can be simplified. | 148 | |
'==' is not followed by whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
'+' is not preceded with whitespace. | 149 | |
'+' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
'+' is not preceded with whitespace. | 156 | |
'+' is not followed by whitespace. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
',' is not followed by whitespace. | 171 | |
'6' is a magic number. | 171 | |
',' is not followed by whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Missing a Javadoc comment. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Missing a Javadoc comment. | 177 | |
'public' modifier out of order with the JLS suggestions. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Missing a Javadoc comment. | 178 | |
'private' modifier out of order with the JLS suggestions. | 178 | |
'+' is not preceded with whitespace. | 178 | |
'+' is not followed by whitespace. | 178 | |
'+' is not preceded with whitespace. | 178 | |
'+' is not followed by whitespace. | 178 | |
Line has trailing spaces. | 179 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line has trailing spaces. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Parameter file should be final. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line has trailing spaces. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Missing a Javadoc comment. | 191 | |
Parameter output should be final. | 191 | |
Line contains a tab character. | 192 | |
Line is longer than 80 characters. | 193 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
',' is not followed by whitespace. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
',' is not followed by whitespace. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
',' is not followed by whitespace. | 199 | |
Line contains a tab character. | 200 | |
':' is not preceded with whitespace. | 200 | |
':' is not followed by whitespace. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
'==' is not preceded with whitespace. | 201 | |
Expression can be simplified. | 201 | |
'==' is not followed by whitespace. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
'=' is not preceded with whitespace. | 205 | |
'=' is not followed by whitespace. | 205 | |
';' is not followed by whitespace. | 205 | |
'<' is not preceded with whitespace. | 205 | |
'<' is not followed by whitespace. | 205 | |
';' is not followed by whitespace. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
',' is not followed by whitespace. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Must have at least one statement. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line has trailing spaces. | 226 | |
Line contains a tab character. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Missing a Javadoc comment. | 227 | |
Parameter writer should be final. | 227 | |
',' is not followed by whitespace. | 227 | |
Parameter cmd should be final. | 227 | |
Line contains a tab character. | 228 | |
'==' is not preceded with whitespace. | 228 | |
'==' is not followed by whitespace. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
',' is not followed by whitespace. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line has trailing spaces. | 236 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Missing a Javadoc comment. | 237 | |
Parameter input should be final. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
'==' is not preceded with whitespace. | 240 | |
Expression can be simplified. | 240 | |
'==' is not followed by whitespace. | 240 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
'+' is not preceded with whitespace. | 241 | |
'+' is not followed by whitespace. | 241 | |
'+' is not preceded with whitespace. | 241 | |
'+' is not followed by whitespace. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
'>' is not preceded with whitespace. | 253 | |
'>' is not followed by whitespace. | 253 | |
Line contains a tab character. | 254 | |
',' is not followed by whitespace. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line has trailing spaces. | 268 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Missing a Javadoc comment. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line has trailing spaces. | 273 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line has trailing spaces. | 276 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line has trailing spaces. | 285 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line has trailing spaces. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
',' is not followed by whitespace. | 293 | |
'7' is a magic number. | 293 | |
',' is not followed by whitespace. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line has trailing spaces. | 297 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Missing a Javadoc comment. | 298 | |
Line contains a tab character. | 299 | |
Line is longer than 80 characters. | 300 | |
Line contains a tab character. | 300 | |
',' is not followed by whitespace. | 300 | |
Line has trailing spaces. | 301 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line is longer than 80 characters. | 304 | |
Line contains a tab character. | 304 | |
Line is longer than 80 characters. | 305 | |
Line contains a tab character. | 305 | |
Line is longer than 80 characters. | 306 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line has trailing spaces. | 308 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line is longer than 80 characters. | 310 | |
Line contains a tab character. | 310 | |
',' is not followed by whitespace. | 310 | |
',' is not followed by whitespace. | 310 | |
Line contains a tab character. | 311 | |
Line has trailing spaces. | 312 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line has trailing spaces. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 316 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 59 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
'4' is a magic number. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'6' is a magic number. | 76 | |
',' is not followed by whitespace. | 76 | |
'6' is a magic number. | 76 | |
',' is not followed by whitespace. | 76 | |
'6' is a magic number. | 76 | |
',' is not followed by whitespace. | 76 | |
'6' is a magic number. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
',' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
',' is not followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
',' is not followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
',' is not followed by whitespace. | 84 | |
',' is not followed by whitespace. | 84 | |
'3' is a magic number. | 84 | |
',' is not followed by whitespace. | 84 | |
',' is not followed by whitespace. | 84 | |
'6' is a magic number. | 84 | |
',' is not followed by whitespace. | 84 | |
'6' is a magic number. | 84 | |
',' is not followed by whitespace. | 84 | |
'6' is a magic number. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
',' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
',' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 92 | |
':' is not preceded with whitespace. | 92 | |
':' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
'-' is not preceded with whitespace. | 109 | |
'-' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Parameter e should be final. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
'cast' is not followed by whitespace. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Parameter e should be final. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'cast' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Parameter e should be final. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
'cast' is not followed by whitespace. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter name should be final. | 142 | |
Parameter type should be final. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
',' is not followed by whitespace. | 144 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'150' is a magic number. | 151 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
'==' is not preceded with whitespace. | 153 | |
'==' is not followed by whitespace. | 153 | |
'==' is not preceded with whitespace. | 153 | |
'==' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
'120' is a magic number. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'180' is a magic number. | 156 | |
Line contains a tab character. | 157 | |
Line has trailing spaces. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Missing a Javadoc comment. | 173 | |
Line contains a tab character. | 173 | |
',' is not followed by whitespace. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Missing a Javadoc comment. | 175 | |
Line contains a tab character. | 176 | |
Missing a Javadoc comment. | 176 | |
',' is not followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
Missing a Javadoc comment. | 177 | |
Line contains a tab character. | 178 | |
Missing a Javadoc comment. | 178 | |
Line has trailing spaces. | 179 | |
Line contains a tab character. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
Missing a Javadoc comment. | 180 | |
Parameter type should be final. | 180 | |
'type' hides a field. | 180 | |
Line contains a tab character. | 181 | |
'=' is not preceded with whitespace. | 181 | |
'=' is not followed by whitespace. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter col should be final. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line has trailing spaces. | 200 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Missing a Javadoc comment. | 201 | |
Parameter type should be final. | 201 | |
'type' hides a field. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
'33' is a magic number. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
'33' is a magic number. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
':' is not preceded with whitespace. | 211 | |
':' is not followed by whitespace. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
':' is not preceded with whitespace. | 215 | |
':' is not followed by whitespace. | 215 | |
Line contains a tab character. | 216 | |
'==' is not preceded with whitespace. | 216 | |
Expression can be simplified. | 216 | |
'==' is not followed by whitespace. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
'==' is not preceded with whitespace. | 220 | |
Expression can be simplified. | 220 | |
'==' is not followed by whitespace. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
'==' is not preceded with whitespace. | 223 | |
Expression can be simplified. | 223 | |
'==' is not followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
'=' is not preceded with whitespace. | 226 | |
'=' is not followed by whitespace. | 226 | |
';' is not followed by whitespace. | 226 | |
'<' is not preceded with whitespace. | 226 | |
'<' is not followed by whitespace. | 226 | |
';' is not followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
'<' is not preceded with whitespace. | 228 | |
'10' is a magic number. | 228 | |
'<' is not followed by whitespace. | 228 | |
Line contains a tab character. | 229 | |
'+' is not preceded with whitespace. | 229 | |
'+' is not followed by whitespace. | 229 | |
'+' is not preceded with whitespace. | 229 | |
'+' is not followed by whitespace. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
'+' is not preceded with whitespace. | 231 | |
'+' is not followed by whitespace. | 231 | |
Line contains a tab character. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 233 | |
',' is not followed by whitespace. | 233 | |
Line contains a tab character. | 234 | |
'!=' is not preceded with whitespace. | 234 | |
'!=' is not followed by whitespace. | 234 | |
Line contains a tab character. | 235 | |
',' is not followed by whitespace. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
'==' is not preceded with whitespace. | 240 | |
'==' is not followed by whitespace. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line has trailing spaces. | 250 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
'33' is a magic number. | 251 | |
Line contains a tab character. | 252 | |
':' is not preceded with whitespace. | 252 | |
':' is not followed by whitespace. | 252 | |
Line contains a tab character. | 253 | |
Line is longer than 80 characters. | 254 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line has trailing spaces. | 259 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Missing a Javadoc comment. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
Parameter row should be final. | 263 | |
Parameter col should be final. | 263 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
'==' is not preceded with whitespace. | 269 | |
'==' is not followed by whitespace. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
'==' is not preceded with whitespace. | 272 | |
'==' is not followed by whitespace. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
'==' is not preceded with whitespace. | 275 | |
'==' is not followed by whitespace. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
Line is longer than 80 characters. | 277 | |
Line contains a tab character. | 277 | |
'50' is a magic number. | 277 | |
Line is longer than 80 characters. | 278 | |
Line contains a tab character. | 278 | |
'!=' is not preceded with whitespace. | 278 | |
'!=' is not followed by whitespace. | 278 | |
';' is not followed by whitespace. | 278 | |
Line is longer than 80 characters. | 279 | |
Line contains a tab character. | 279 | |
'!=' is not preceded with whitespace. | 279 | |
'!=' is not followed by whitespace. | 279 | |
';' is not followed by whitespace. | 279 | |
Line is longer than 80 characters. | 280 | |
Line contains a tab character. | 280 | |
'!=' is not preceded with whitespace. | 280 | |
'!=' is not followed by whitespace. | 280 | |
';' is not followed by whitespace. | 280 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
'!=' is not preceded with whitespace. | 281 | |
'!=' is not followed by whitespace. | 281 | |
';' is not followed by whitespace. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
'!=' is not preceded with whitespace. | 282 | |
'!=' is not followed by whitespace. | 282 | |
';' is not followed by whitespace. | 282 | |
Line is longer than 80 characters. | 283 | |
Line contains a tab character. | 283 | |
'!=' is not preceded with whitespace. | 283 | |
'!=' is not followed by whitespace. | 283 | |
';' is not followed by whitespace. | 283 | |
Line is longer than 80 characters. | 284 | |
Line contains a tab character. | 284 | |
'!=' is not preceded with whitespace. | 284 | |
'!=' is not followed by whitespace. | 284 | |
Line contains a tab character. | 285 | |
Line is longer than 80 characters. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
'==' is not preceded with whitespace. | 291 | |
'==' is not followed by whitespace. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
'==' is not preceded with whitespace. | 293 | |
'==' is not followed by whitespace. | 293 | |
Line is longer than 80 characters. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
'==' is not preceded with whitespace. | 295 | |
'3' is a magic number. | 295 | |
'==' is not followed by whitespace. | 295 | |
Line is longer than 80 characters. | 296 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
'==' is not preceded with whitespace. | 297 | |
'4' is a magic number. | 297 | |
'==' is not followed by whitespace. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 304 | |
Missing a Javadoc comment. | 304 | |
Parameter row should be final. | 304 | |
Parameter col should be final. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Missing a Javadoc comment. | 307 | |
Parameter value should be final. | 307 | |
Parameter row should be final. | 307 | |
Parameter col should be final. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Method 'commandReceived' is not designed for extension - needs to be abstract, final or empty. | 309 | |
Line contains a tab character. | 310 | |
Parameter command should be final. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 35 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
',' is not followed by whitespace. | 50 | |
',' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
',' is not followed by whitespace. | 54 | |
',' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
',' is not followed by whitespace. | 57 | |
',' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'getTabClassName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 29 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
'100' is a magic number. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
'!=' is not preceded with whitespace. | 44 | |
'!=' is not followed by whitespace. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'addRunOnce' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter run should be final. | 58 | |
Line contains a tab character. | 59 | |
',' is not followed by whitespace. | 59 | |
',' is not followed by whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'addEventTimeTrigger' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter eventTimeTrigger should be final. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'removeEventTimeTrigger' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter eventTimeTrigger should be final. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Method 'getEventTimeTriggerByName' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter name should be final. | 72 | |
Line contains a tab character. | 73 | |
':' is not preceded with whitespace. | 73 | |
':' is not followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'getEventExecuteSteps' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
'20' is a magic number. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'=' is not preceded with whitespace. | 84 | |
'=' is not followed by whitespace. | 84 | |
';' is not followed by whitespace. | 84 | |
'<' is not preceded with whitespace. | 84 | |
'<' is not followed by whitespace. | 84 | |
';' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter eventTimeManager should be final. | 41 | |
'eventTimeManager' hides a field. | 41 | |
Line contains a tab character. | 42 | |
'=' is not preceded with whitespace. | 42 | |
'=' is not followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
'100' is a magic number. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
';' is not followed by whitespace. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
';' is not followed by whitespace. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
'+' is not preceded with whitespace. | 57 | |
'+' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
',' is not followed by whitespace. | 61 | |
',' is not followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
'+' is not preceded with whitespace. | 65 | |
'+' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
'!=' is not preceded with whitespace. | 66 | |
'!=' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
'+' is not preceded with whitespace. | 72 | |
'+' is not followed by whitespace. | 72 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
',' is not followed by whitespace. | 74 | |
',' is not followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
'{' is not preceded with whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter name should be final. | 43 | |
',' is not followed by whitespace. | 43 | |
Parameter runnable should be final. | 43 | |
'runnable' hides a field. | 43 | |
',' is not followed by whitespace. | 43 | |
Parameter timeStep should be final. | 43 | |
'timeStep' hides a field. | 43 | |
Line contains a tab character. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Line contains a tab character. | 45 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Method 'getTimeLastTime' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'setTimeLastTime' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter timeLastTime should be final. | 52 | |
'timeLastTime' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'getTimeNextRun' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'setTimeNextRun' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter timeNextRun should be final. | 58 | |
'timeNextRun' hides a field. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'getRunnable' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'setRunnable' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter runnable should be final. | 64 | |
'runnable' hides a field. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'getTimeStep' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Method 'setTimeStep' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter timeStep should be final. | 70 | |
'timeStep' hides a field. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'getRunCounter' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'setRunCounter' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter runCounter should be final. | 76 | |
'runCounter' hides a field. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Method 'getRunStartTime' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'setRunStartTime' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter runStartTime should be final. | 82 | |
'runStartTime' hides a field. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'getRunStopTime' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'setRunStopTime' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter runStopTime should be final. | 88 | |
'runStopTime' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Method 'getTimeRuns' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Method 'setTimeRuns' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter timeRuns should be final. | 94 | |
'timeRuns' hides a field. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Method 'getTriggerName' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Method 'setTriggerName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter triggerName should be final. | 102 | |
'triggerName' hides a field. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 38 | |
',' is not followed by whitespace. | 38 | |
',' is not followed by whitespace. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
'public' modifier out of order with the JLS suggestions. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
'==' is not preceded with whitespace. | 52 | |
Expression can be simplified. | 52 | |
'==' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
',' is not followed by whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'deviceConnect' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Method 'deviceDisconnect' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Method 'isRunPause' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Method 'setRunPause' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Parameter runPause should be final. | 86 | |
'runPause' hides a field. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Method 'settingUpdated' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Line contains a tab character. | 91 | |
Parameter key should be final. | 91 | |
Parameter value should be final. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
'!=' is not preceded with whitespace. | 93 | |
'!=' is not followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
'+' is not preceded with whitespace. | 95 | |
'+' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 |