The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 1474 | Error |
RegexpSingleline
| 142 | Error |
JavadocMethod | 75 | Error |
JavadocType | 6 | Error |
JavadocVariable | 303 | Error |
JavadocStyle | 2 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 5 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 271 | Error |
MethodLength | 1 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 2 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 145 | Error |
WhitespaceAround | 294 | Error |
ModifierOrder | 25 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 3 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 23 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 45 | Error |
MissingSwitchDefault | 7 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 5 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 41 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 11 | Error |
ArrayTypeStyle | 2 | Error |
FinalParameters | 52 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | 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 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'public' modifier out of order with the JLS suggestions. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
'public' modifier out of order with the JLS suggestions. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'public' modifier out of order with the JLS suggestions. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
'public' modifier out of order with the JLS suggestions. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 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 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 | |
Parameter commandName should be final. | 50 | |
'commandName' 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 | |
Missing a Javadoc comment. | 53 | |
Parameter variable should be final. | 53 | |
',' is not followed by whitespace. | 53 | |
Parameter arg0 should be final. | 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 'getCommandName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'setCommandName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter commandName should be final. | 61 | |
'commandName' hides a field. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter commandType should be final. | 67 | |
'commandType' hides a field. | 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 | |
Method 'getArgu0' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'setArgu0' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter argu0 should be final. | 73 | |
'argu0' hides a field. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'getArgu1' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Method 'setArgu1' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter argu1 should be final. | 79 | |
'argu1' hides a field. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'getArgu2' 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 | |
Line contains a tab character. | 85 | |
Method 'setArgu2' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter argu2 should be final. | 85 | |
'argu2' hides a field. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'getArgu3' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Method 'setArgu3' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter argu3 should be final. | 91 | |
'argu3' hides a field. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Method 'getArgu4' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Method 'setArgu4' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter argu4 should be final. | 97 | |
'argu4' hides a field. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Method 'getArgu5' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Method 'setArgu5' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter argu5 should be final. | 103 | |
'argu5' hides a field. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Method 'getArgu6' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'setArgu6' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter argu6 should be final. | 109 | |
'argu6' hides a field. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Method 'getArgu7' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Method 'setArgu7' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter argu7 should be final. | 115 | |
'argu7' hides a field. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Method 'getLineRaw' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Method 'setLineRaw' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter lineRaw should be final. | 121 | |
'lineRaw' hides a field. | 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 is longer than 80 characters. | 30 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
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 | |
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 is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
',' is not followed by whitespace. | 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 | |
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 is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
',' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
',' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
',' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
',' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
',' is not followed by whitespace. | 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 is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
',' is not followed by whitespace. | 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 | |
',' is not followed by whitespace. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
',' is not followed by whitespace. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
',' is not followed by whitespace. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
',' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
',' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
',' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
',' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
',' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
',' is not followed by whitespace. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
',' is not followed by whitespace. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
',' is not followed by whitespace. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
',' is not followed by whitespace. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
',' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
',' is not followed by whitespace. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 77 | |
',' is not followed by whitespace. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
',' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
',' is not followed by whitespace. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
',' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
',' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
',' is not followed by whitespace. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Missing a Javadoc comment. | 83 | |
',' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
',' is not followed by whitespace. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 85 | |
',' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 86 | |
',' is not followed by whitespace. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
',' is not followed by whitespace. | 87 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 89 | |
',' is not followed by whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Missing a Javadoc comment. | 90 | |
',' is not followed by whitespace. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 91 | |
',' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Missing a Javadoc comment. | 92 | |
',' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 94 | |
',' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Missing a Javadoc comment. | 95 | |
',' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Missing a Javadoc comment. | 96 | |
',' is not followed by whitespace. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Missing a Javadoc comment. | 97 | |
',' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 99 | |
',' is not followed by whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Missing a Javadoc comment. | 100 | |
',' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
',' is not followed by whitespace. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
',' is not followed by whitespace. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
',' is not followed by whitespace. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
',' is not followed by whitespace. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
',' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Missing a Javadoc comment. | 107 | |
',' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
',' is not followed by whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Missing a Javadoc comment. | 109 | |
',' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 111 | |
',' is not followed by whitespace. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Missing a Javadoc comment. | 112 | |
',' is not followed by whitespace. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Missing a Javadoc comment. | 113 | |
',' is not followed by whitespace. | 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 | |
',' is not followed by whitespace. | 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 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 117 | |
',' is not followed by whitespace. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Missing a Javadoc comment. | 118 | |
',' is not followed by whitespace. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
',' is not followed by whitespace. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Missing a Javadoc comment. | 120 | |
',' is not followed by whitespace. | 120 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Missing a Javadoc comment. | 122 | |
',' is not followed by whitespace. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Missing a Javadoc comment. | 123 | |
',' is not followed by whitespace. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Missing a Javadoc comment. | 125 | |
',' is not followed by whitespace. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Missing a Javadoc comment. | 126 | |
',' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Missing a Javadoc comment. | 127 | |
',' is not followed by whitespace. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Missing a Javadoc comment. | 129 | |
',' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Missing a Javadoc comment. | 130 | |
',' is not followed by whitespace. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Missing a Javadoc comment. | 131 | |
',' is not followed by whitespace. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Missing a Javadoc comment. | 132 | |
',' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 134 | |
',' is not followed by whitespace. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Missing a Javadoc comment. | 135 | |
',' is not followed by whitespace. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Missing a Javadoc comment. | 136 | |
',' is not followed by whitespace. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Missing a Javadoc comment. | 137 | |
',' is not followed by whitespace. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Missing a Javadoc comment. | 139 | |
',' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Missing a Javadoc comment. | 140 | |
',' is not followed by whitespace. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Missing a Javadoc comment. | 141 | |
',' is not followed by whitespace. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Missing a Javadoc comment. | 142 | |
',' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Missing a Javadoc comment. | 143 | |
',' is not followed by whitespace. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Missing a Javadoc comment. | 145 | |
',' is not followed by whitespace. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Missing a Javadoc comment. | 147 | |
',' is not followed by whitespace. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Missing a Javadoc comment. | 148 | |
',' is not followed by whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Missing a Javadoc comment. | 149 | |
',' is not followed by whitespace. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Missing a Javadoc comment. | 150 | |
',' is not followed by whitespace. | 150 | |
Line is longer than 80 characters. | 152 | |
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 contains a tab character. | 155 | |
Missing a Javadoc comment. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 | |
Missing a Javadoc comment. | 157 | |
Line contains a tab character. | 158 | |
Missing a Javadoc comment. | 158 | |
Line contains a tab character. | 159 | |
Missing a Javadoc comment. | 159 | |
Line contains a tab character. | 160 | |
Missing a Javadoc comment. | 160 | |
Line contains a tab character. | 161 | |
Missing a Javadoc comment. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Missing a Javadoc comment. | 163 | |
Line contains a tab character. | 164 | |
Missing a Javadoc comment. | 164 | |
Line contains a tab character. | 165 | |
Missing a Javadoc comment. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Missing a Javadoc comment. | 167 | |
Line contains a tab character. | 168 | |
Missing a Javadoc comment. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Missing a Javadoc comment. | 170 | |
Line contains a tab character. | 171 | |
Missing a Javadoc comment. | 171 | |
Line contains a tab character. | 172 | |
Missing a Javadoc comment. | 172 | |
Line has trailing spaces. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Missing a Javadoc comment. | 174 | |
Line contains a tab character. | 175 | |
Missing a Javadoc comment. | 175 | |
Line contains a tab character. | 176 | |
Missing a Javadoc comment. | 176 | |
Line contains a tab character. | 177 | |
Missing a Javadoc comment. | 177 | |
Line contains a tab character. | 178 | |
Missing a Javadoc comment. | 178 | |
Line contains a tab character. | 179 | |
Missing a Javadoc comment. | 179 | |
Line has trailing spaces. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Missing a Javadoc comment. | 181 | |
Line contains a tab character. | 182 | |
Missing a Javadoc comment. | 182 | |
Line contains a tab character. | 183 | |
Missing a Javadoc comment. | 183 | |
Line contains a tab character. | 184 | |
Missing a Javadoc comment. | 184 | |
Line contains a tab character. | 185 | |
Missing a Javadoc comment. | 185 | |
Line contains a tab character. | 186 | |
Missing a Javadoc comment. | 186 | |
Line contains a tab character. | 187 | |
Missing a Javadoc comment. | 187 | |
Line contains a tab character. | 188 | |
Missing a Javadoc comment. | 188 | |
Line contains a tab character. | 189 | |
Missing a Javadoc comment. | 189 | |
Line contains a tab character. | 190 | |
Missing a Javadoc comment. | 190 | |
Line contains a tab character. | 191 | |
Missing a Javadoc comment. | 191 | |
Line has trailing spaces. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Missing a Javadoc comment. | 193 | |
Line contains a tab character. | 194 | |
Missing a Javadoc comment. | 194 | |
Line contains a tab character. | 195 | |
Missing a Javadoc comment. | 195 | |
Line contains a tab character. | 196 | |
Missing a Javadoc comment. | 196 | |
Line has trailing spaces. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Missing a Javadoc comment. | 198 | |
Line contains a tab character. | 199 | |
Missing a Javadoc comment. | 199 | |
Line contains a tab character. | 200 | |
Missing a Javadoc comment. | 200 | |
Line contains a tab character. | 201 | |
Missing a Javadoc comment. | 201 | |
Line contains a tab character. | 202 | |
Missing a Javadoc comment. | 202 | |
Line contains a tab character. | 203 | |
Missing a Javadoc comment. | 203 | |
Line has trailing spaces. | 204 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Missing a Javadoc comment. | 205 | |
Line contains a tab character. | 206 | |
Missing a Javadoc comment. | 206 | |
Line contains a tab character. | 207 | |
Missing a Javadoc comment. | 207 | |
Line contains a tab character. | 208 | |
Missing a Javadoc comment. | 208 | |
Line contains a tab character. | 209 | |
Missing a Javadoc comment. | 209 | |
Line contains a tab character. | 210 | |
Missing a Javadoc comment. | 210 | |
Line contains a tab character. | 211 | |
Missing a Javadoc comment. | 211 | |
Line contains a tab character. | 212 | |
Missing a Javadoc comment. | 212 | |
Line has trailing spaces. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Missing a Javadoc comment. | 214 | |
Line contains a tab character. | 215 | |
Missing a Javadoc comment. | 215 | |
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 has trailing spaces. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Missing a Javadoc comment. | 220 | |
Line contains a tab character. | 221 | |
Missing a Javadoc comment. | 221 | |
Line contains a tab character. | 222 | |
Missing a Javadoc comment. | 222 | |
Line contains a tab character. | 223 | |
Missing a Javadoc comment. | 223 | |
Line contains a tab character. | 224 | |
Missing a Javadoc comment. | 224 | |
Line contains a tab character. | 225 | |
Missing a Javadoc comment. | 225 | |
Line contains a tab character. | 226 | |
Missing a Javadoc comment. | 226 | |
Line contains a tab character. | 227 | |
Missing a Javadoc comment. | 227 | |
Line contains a tab character. | 228 | |
Missing a Javadoc comment. | 228 | |
Line contains a tab character. | 229 | |
Missing a Javadoc comment. | 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. | 233 | |
Missing a Javadoc comment. | 233 | |
Line contains a tab character. | 234 | |
Missing a Javadoc comment. | 234 | |
Line has trailing spaces. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Missing a Javadoc comment. | 236 | |
Line contains a tab character. | 237 | |
Missing a Javadoc comment. | 237 | |
Line contains a tab character. | 238 | |
Missing a Javadoc comment. | 238 | |
Line contains a tab character. | 239 | |
Missing a Javadoc comment. | 239 | |
Line contains a tab character. | 240 | |
Missing a Javadoc comment. | 240 | |
Line has trailing spaces. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Missing a Javadoc comment. | 242 | |
Line contains a tab character. | 243 | |
Missing a Javadoc comment. | 243 | |
Line contains a tab character. | 244 | |
Missing a Javadoc comment. | 244 | |
Line has trailing spaces. | 245 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Missing a Javadoc comment. | 246 | |
Line contains a tab character. | 247 | |
Missing a Javadoc comment. | 247 | |
Line contains a tab character. | 248 | |
Missing a Javadoc comment. | 248 | |
Line contains a tab character. | 249 | |
Missing a Javadoc comment. | 249 | |
Line has trailing spaces. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Missing a Javadoc comment. | 252 | |
Line contains a tab character. | 253 | |
Missing a Javadoc comment. | 253 | |
Line contains a tab character. | 254 | |
Missing a Javadoc comment. | 254 | |
Line contains a tab character. | 255 | |
Missing a Javadoc comment. | 255 | |
Line contains a tab character. | 256 | |
Missing a Javadoc comment. | 256 | |
Line contains a tab character. | 257 | |
Missing a Javadoc comment. | 257 | |
Line has trailing spaces. | 258 | |
Line contains a tab character. | 258 | |
Line has trailing spaces. | 259 | |
Line contains a tab character. | 259 | |
Line has trailing spaces. | 260 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Missing a Javadoc comment. | 261 | |
Line contains a tab character. | 262 | |
Missing a Javadoc comment. | 262 | |
Variable 'chipFlagDependency' must be private and have accessor methods. | 262 | |
Line contains a tab character. | 263 | |
Missing a Javadoc comment. | 263 | |
Variable 'maxValue' must be private and have accessor methods. | 263 | |
'65535' is a magic number. | 263 | |
Line contains a tab character. | 264 | |
Missing a Javadoc comment. | 264 | |
Variable 'maxIndexA' must be private and have accessor methods. | 264 | |
Line contains a tab character. | 265 | |
Missing a Javadoc comment. | 265 | |
Variable 'maxIndexB' must be private and have accessor methods. | 265 | |
Line contains a tab character. | 266 | |
Missing a Javadoc comment. | 266 | |
Variable 'mapIndex' must be private and have accessor methods. | 266 | |
Line contains a tab character. | 267 | |
Missing a Javadoc comment. | 267 | |
Variable 'mapIndexTrigger' must be private and have accessor methods. | 267 | |
Line contains a tab character. | 268 | |
Missing a Javadoc comment. | 268 | |
Variable 'disabled' must be private and have accessor methods. | 268 | |
Line contains a tab character. | 269 | |
Missing a Javadoc comment. | 269 | |
Variable 'listValues' must be private and have accessor methods. | 269 | |
Line contains a tab character. | 270 | |
Missing a Javadoc comment. | 270 | |
Variable 'magicTopListValue' must be private and have accessor methods. | 270 | |
Line contains a tab character. | 271 | |
Missing a Javadoc comment. | 271 | |
Variable 'aliasName' must be private and have accessor methods. | 271 | |
Line contains a tab character. | 272 | |
Missing a Javadoc comment. | 272 | |
Variable 'pulseModeDependency' must be private and have accessor methods. | 272 | |
Line has trailing spaces. | 273 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Missing a Javadoc comment. | 274 | |
Parameter type should be final. | 274 | |
'type' hides a field. | 274 | |
Line contains a tab character. | 275 | |
',' is not followed by whitespace. | 275 | |
Line contains a tab character. | 276 | |
Line is longer than 80 characters. | 277 | |
Line contains a tab character. | 277 | |
Missing a Javadoc comment. | 277 | |
Parameter type should be final. | 277 | |
'type' hides a field. | 277 | |
',' is not followed by whitespace. | 277 | |
Parameter chipFlagDependency should be final. | 277 | |
'chipFlagDependency' hides a field. | 277 | |
Line contains a tab character. | 278 | |
'=' is not preceded with whitespace. | 278 | |
'=' is not followed by whitespace. | 278 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 281 | |
Line has trailing spaces. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Missing a Javadoc comment. | 283 | |
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 contains a tab character. | 287 | |
Missing a Javadoc comment. | 287 | |
Line contains a tab character. | 288 | |
'!=' is not preceded with whitespace. | 288 | |
'!=' is not followed by whitespace. | 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 contains a tab character. | 292 | |
'!=' is not preceded with whitespace. | 292 | |
'!=' is not followed by whitespace. | 292 | |
Line contains a tab character. | 293 | |
Line has trailing spaces. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Missing a Javadoc comment. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line has trailing spaces. | 298 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Missing a Javadoc comment. | 299 | |
Line contains a tab character. | 300 | |
'==' is not preceded with whitespace. | 300 | |
'==' is not followed by whitespace. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
'==' is not preceded with whitespace. | 303 | |
'==' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line has trailing spaces. | 311 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 320 | |
Missing a Javadoc comment. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 324 | |
Missing a Javadoc comment. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 328 | |
Missing a Javadoc comment. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 332 | |
Missing a Javadoc comment. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line has trailing spaces. | 335 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line has trailing spaces. | 343 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Missing a Javadoc comment. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line has trailing spaces. | 347 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Missing a Javadoc comment. | 348 | |
Line contains a tab character. | 349 | |
'!=' is not preceded with whitespace. | 349 | |
'!=' is not followed by whitespace. | 349 | |
Line contains a tab character. | 350 | |
Line has trailing spaces. | 351 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Missing a Javadoc comment. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line has trailing spaces. | 355 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Missing a Javadoc comment. | 356 | |
'public' modifier out of order with the JLS suggestions. | 356 | |
Parameter mapIdx should be final. | 356 | |
Line contains a tab character. | 357 | |
':' is not preceded with whitespace. | 357 | |
':' is not followed by whitespace. | 357 | |
Line contains a tab character. | 358 | |
'==' is not preceded with whitespace. | 358 | |
'==' is not followed by whitespace. | 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 has trailing spaces. | 364 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Missing a Javadoc comment. | 365 | |
'public' modifier out of order with the JLS suggestions. | 365 | |
Line contains a tab character. | 366 | |
'50' is a magic number. | 366 | |
Line contains a tab character. | 367 | |
':' is not preceded with whitespace. | 367 | |
':' is not followed by whitespace. | 367 | |
Line contains a tab character. | 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 has trailing spaces. | 374 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Missing a Javadoc comment. | 375 | |
'public' modifier out of order with the JLS suggestions. | 375 | |
Parameter setting should be final. | 375 | |
Line contains a tab character. | 376 | |
'50' is a magic number. | 376 | |
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 | |
':' is not preceded with whitespace. | 379 | |
':' is not followed by whitespace. | 379 | |
Line contains a tab character. | 380 | |
Line is longer than 80 characters. | 381 | |
Line contains a tab character. | 381 | |
',' is not followed by whitespace. | 381 | |
'-' is not preceded with whitespace. | 381 | |
'-' is not followed by whitespace. | 381 | |
Line contains a tab character. | 382 | |
':' is not preceded with whitespace. | 382 | |
':' is not followed by whitespace. | 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 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. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Must have at least one statement. | 392 | |
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 contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line has trailing spaces. | 401 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Missing a Javadoc comment. | 402 | |
'public' modifier out of order with the JLS suggestions. | 402 | |
Parameter commands should be final. | 402 | |
Line contains a tab character. | 403 | |
'100' is a magic number. | 403 | |
Line contains a tab character. | 404 | |
'=' is not preceded with whitespace. | 404 | |
'=' is not followed by whitespace. | 404 | |
';' is not followed by whitespace. | 404 | |
'<' is not preceded with whitespace. | 404 | |
'<' is not followed by whitespace. | 404 | |
';' is not followed by whitespace. | 404 | |
Line contains a tab character. | 405 | |
'cast' is not followed by whitespace. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
'<' is not preceded with whitespace. | 407 | |
'<' is not followed by whitespace. | 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. | 412 |
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 | |
Utility classes should not have a public or default constructor. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'public' modifier out of order with the JLS suggestions. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'public' modifier out of order with the JLS suggestions. | 35 | |
Parameter version should be final. | 35 | |
',' is not followed by whitespace. | 35 | |
Parameter commandName should be final. | 35 | |
',' is not followed by whitespace. | 35 | |
Parameter value should be final. | 35 | |
Line contains a tab character. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
'public' modifier out of order with the JLS suggestions. | 38 | |
Parameter version should be final. | 38 | |
',' is not followed by whitespace. | 38 | |
Parameter commandName should be final. | 38 | |
',' is not followed by whitespace. | 38 | |
Parameter value should be final. | 38 | |
Line contains a tab character. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
'public' modifier out of order with the JLS suggestions. | 41 | |
Parameter version should be final. | 41 | |
',' is not followed by whitespace. | 41 | |
Parameter commandName should be final. | 41 | |
',' is not followed by whitespace. | 41 | |
Parameter value should be final. | 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 is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
'public' modifier out of order with the JLS suggestions. | 44 | |
Parameter version should be final. | 44 | |
',' is not followed by whitespace. | 44 | |
Parameter commandName should be final. | 44 | |
',' is not followed by whitespace. | 44 | |
Parameter value should be final. | 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 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
'public' modifier out of order with the JLS suggestions. | 47 | |
Parameter version should be final. | 47 | |
',' is not followed by whitespace. | 47 | |
Parameter commandName should be final. | 47 | |
',' is not followed by whitespace. | 47 | |
Parameter value should be final. | 47 | |
Line contains a tab character. | 48 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
'public' modifier out of order with the JLS suggestions. | 51 | |
Parameter version should be final. | 51 | |
Line contains a tab character. | 52 | |
'==' is not preceded with whitespace. | 52 | |
'==' is not followed by whitespace. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
'==' is not preceded with whitespace. | 55 | |
'9' is a magic number. | 55 | |
'==' is not followed by whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
'==' is not preceded with whitespace. | 58 | |
'8' is a magic number. | 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 has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method length is 200 lines (max allowed is 150). | 64 | |
Missing a Javadoc comment. | 64 | |
'private' modifier out of order with the JLS suggestions. | 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 contains a tab character. | 67 | |
':' is not preceded with whitespace. | 67 | |
':' is not followed by whitespace. | 67 | |
Line contains a tab character. | 68 | |
'65535' is a magic number. | 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 contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 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 is longer than 80 characters. | 83 | |
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 is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
',' is not followed by whitespace. | 85 | |
',' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
',' is not followed by whitespace. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 87 | |
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 | |
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 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 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 | |
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 is longer than 80 characters. | 110 | |
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 is longer than 80 characters. | 115 | |
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 is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
'{' is followed by whitespace. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
'{' is followed by whitespace. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 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 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
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 is longer than 80 characters. | 131 | |
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 is longer than 80 characters. | 142 | |
Line contains a tab character. | 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 | |
',' is not followed by whitespace. | 145 | |
',' is not followed by whitespace. | 145 | |
',' is not followed by whitespace. | 145 | |
',' is not followed by whitespace. | 145 | |
',' is not followed by whitespace. | 145 | |
',' is not followed by whitespace. | 145 | |
',' 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 | |
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 has trailing spaces. | 152 | |
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. | 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 is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line has trailing spaces. | 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 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 | |
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 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 has trailing spaces. | 207 | |
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 | |
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 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 | |
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 | |
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 | |
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 | |
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 has trailing spaces. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
'=' is not preceded with whitespace. | 252 | |
'16' is a magic number. | 252 | |
'=' is not followed by whitespace. | 252 | |
Line contains a tab character. | 253 | |
'=' is not preceded with whitespace. | 253 | |
'3' is a magic number. | 253 | |
'=' is not followed by whitespace. | 253 | |
Line contains a tab character. | 254 | |
'=' is not preceded with whitespace. | 254 | |
'3' is a magic number. | 254 | |
'=' is not followed by whitespace. | 254 | |
Line has trailing spaces. | 255 | |
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 | |
'=' is not preceded with whitespace. | 257 | |
'=' is not followed by whitespace. | 257 | |
Line contains a tab character. | 258 | |
'=' is not preceded with whitespace. | 258 | |
'=' is not followed by whitespace. | 258 | |
Line contains a tab character. | 259 | |
'=' is not preceded with whitespace. | 259 | |
'=' is not followed by whitespace. | 259 | |
Line contains a tab character. | 260 | |
'=' is not preceded with whitespace. | 260 | |
'=' is not followed by whitespace. | 260 | |
Line contains a tab character. | 261 | |
'=' is not preceded with whitespace. | 261 | |
'=' is not followed by whitespace. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 265 | |
Missing a Javadoc comment. | 265 | |
'private' modifier out of order with the JLS suggestions. | 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 has trailing spaces. | 269 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
':' is not preceded with whitespace. | 270 | |
':' is not followed by whitespace. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
'!=' is not preceded with whitespace. | 271 | |
'!=' is not followed by whitespace. | 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 | |
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 preceded with whitespace. | 280 | |
'=' is not followed by whitespace. | 280 | |
Line contains a tab character. | 281 | |
'=' is not preceded with whitespace. | 281 | |
'=' is not followed by whitespace. | 281 | |
Line contains a tab character. | 282 | |
'=' is not preceded with whitespace. | 282 | |
'=' is not followed by whitespace. | 282 | |
Line contains a tab character. | 283 | |
'=' is not preceded with whitespace. | 283 | |
'=' is not followed by whitespace. | 283 | |
Line contains a tab character. | 284 | |
'=' is not preceded with whitespace. | 284 | |
'=' is not followed by whitespace. | 284 | |
Line contains a tab character. | 285 | |
'=' is not preceded with whitespace. | 285 | |
'=' is not followed by whitespace. | 285 | |
Line contains a tab character. | 286 | |
'=' is not preceded with whitespace. | 286 | |
'=' is not followed by whitespace. | 286 | |
Line contains a tab character. | 287 | |
'=' is not preceded with whitespace. | 287 | |
'=' is not followed by whitespace. | 287 | |
Line contains a tab character. | 288 | |
'=' is not preceded with whitespace. | 288 | |
'=' is not followed by whitespace. | 288 | |
Line contains a tab character. | 289 | |
'=' is not preceded with whitespace. | 289 | |
'=' is not followed by whitespace. | 289 | |
Line contains a tab character. | 290 | |
'=' is not preceded with whitespace. | 290 | |
'=' is not followed by whitespace. | 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 | |
'=' is not preceded with whitespace. | 292 | |
'=' is not followed by whitespace. | 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 | |
'=' is not preceded with 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 | |
Line contains a tab character. | 296 | |
'=' is not preceded with whitespace. | 296 | |
'=' is not followed by whitespace. | 296 | |
Line contains a tab character. | 297 | |
'=' is not preceded with whitespace. | 297 | |
'=' is not followed by whitespace. | 297 | |
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 has trailing spaces. | 301 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Missing a Javadoc comment. | 302 | |
'private' modifier out of order with the JLS suggestions. | 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. | 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 | |
'=' is not preceded with whitespace. | 316 | |
'=' is not followed by whitespace. | 316 | |
Line contains a tab character. | 317 | |
'=' is not preceded with whitespace. | 317 | |
'=' is not followed by whitespace. | 317 | |
Line contains a tab character. | 318 | |
'=' is not preceded with whitespace. | 318 | |
'=' is not followed by whitespace. | 318 | |
Line contains a tab character. | 319 | |
'=' is not preceded with whitespace. | 319 | |
'=' is not followed by whitespace. | 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 | |
'=' is not preceded with whitespace. | 321 | |
'=' is not followed by whitespace. | 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 | |
'=' is not preceded with whitespace. | 323 | |
'=' is not followed by whitespace. | 323 | |
Line has trailing spaces. | 324 | |
Line contains a tab character. | 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 | |
'=' is not preceded with whitespace. | 326 | |
'=' is not followed by whitespace. | 326 | |
Line contains a tab character. | 327 | |
'=' is not preceded with whitespace. | 327 | |
'=' is not followed by whitespace. | 327 | |
Line contains a tab character. | 328 | |
'=' is not preceded with whitespace. | 328 | |
'=' is not followed by whitespace. | 328 | |
Line contains a tab character. | 329 | |
'=' is not preceded with whitespace. | 329 | |
'=' is not followed by whitespace. | 329 | |
Line contains a tab character. | 330 | |
'=' is not preceded with whitespace. | 330 | |
'=' is not followed by whitespace. | 330 | |
Line has trailing spaces. | 331 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
'=' is not preceded with whitespace. | 332 | |
'=' is not followed by whitespace. | 332 | |
Line contains a tab character. | 333 | |
'=' is not preceded with whitespace. | 333 | |
'=' is not followed by whitespace. | 333 | |
Line contains a tab character. | 334 | |
'=' is not preceded with whitespace. | 334 | |
'=' is not followed by whitespace. | 334 | |
Line contains a tab character. | 335 | |
'=' is not preceded with whitespace. | 335 | |
'=' is not followed by whitespace. | 335 | |
Line has trailing spaces. | 336 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
'=' is not preceded with whitespace. | 337 | |
'=' is not followed by whitespace. | 337 | |
Line contains a tab character. | 338 | |
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 | |
'=' is not preceded with whitespace. | 343 | |
'=' is not followed by whitespace. | 343 | |
Line contains a tab character. | 344 | |
'=' is not preceded with whitespace. | 344 | |
'=' is not followed by whitespace. | 344 | |
Line contains a tab character. | 345 | |
'=' is not preceded with whitespace. | 345 | |
'=' is not followed by whitespace. | 345 | |
Line has trailing spaces. | 346 | |
Line contains a tab character. | 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 | |
'=' is not preceded with whitespace. | 349 | |
'=' is not followed by whitespace. | 349 | |
Line contains a tab character. | 350 | |
'=' is not preceded with whitespace. | 350 | |
'=' is not followed by whitespace. | 350 | |
Line contains a tab character. | 351 | |
Line has trailing spaces. | 352 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 |
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 has trailing spaces. | 41 | |
Line contains a tab character. | 41 |
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. | 27 | |
Line has trailing spaces. | 29 | |
Utility classes should not have a public or default constructor. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'public' modifier out of order with the JLS suggestions. | 35 | |
Parameter lineRaw should be final. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Array brackets at illegal position. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Array brackets at illegal position. | 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 is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
',' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 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 | |
'-' is not preceded with whitespace. | 63 | |
'-' is not followed by whitespace. | 63 | |
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 contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
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 | |
',' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
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 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 | |
'==' is not preceded with whitespace. | 86 | |
'==' is not followed by whitespace. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
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 | |
'+' 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 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 | |
'+' is not preceded with whitespace. | 93 | |
'+' is not followed by whitespace. | 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 is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
'==' is not preceded with whitespace. | 98 | |
'==' is not followed by whitespace. | 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 | |
'>' is not preceded with whitespace. | 101 | |
'7' is a magic number. | 101 | |
'>' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
'7' is a magic number. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'>' is not preceded with whitespace. | 104 | |
'6' is a magic number. | 104 | |
'>' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
'6' is a magic number. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'>' is not preceded with whitespace. | 107 | |
'5' is a magic number. | 107 | |
'>' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
'5' is a magic number. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
'>' is not preceded with whitespace. | 110 | |
'4' is a magic number. | 110 | |
'>' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
'4' is a magic number. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
'>' is not preceded with whitespace. | 113 | |
'3' is a magic number. | 113 | |
'>' is not followed by whitespace. | 113 | |
Line contains a tab character. | 114 | |
'3' is a magic number. | 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 | |
'>' 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 | |
'>' is not preceded with whitespace. | 122 | |
'>' is not followed by whitespace. | 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 | |
'public' modifier out of order with the JLS suggestions. | 129 | |
Parameter command should be final. | 129 | |
Line contains a tab character. | 130 | |
',' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Missing a Javadoc comment. | 133 | |
'public' modifier out of order with the JLS suggestions. | 133 | |
Parameter command should be final. | 133 | |
',' is not followed by whitespace. | 133 | |
Parameter mapName should be final. | 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 | |
'!=' is not preceded with whitespace. | 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 | |
'!=' is not preceded with whitespace. | 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 | |
'==' is not preceded with whitespace. | 146 | |
Expression can be simplified. | 146 | |
'==' is not followed by whitespace. | 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 | |
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 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
'!=' is not preceded with 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 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 | |
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 contains a tab character. | 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 | |
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 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 5 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Parameter message should be final. | 16 | |
Expected @param tag for 'message'. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 |
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 |
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. | 26 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 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 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 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. | 44 | |
Line contains a tab character. | 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 contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
',' is not followed by whitespace. | 51 | |
Missing a Javadoc comment. | 51 | |
',' is not followed by whitespace. | 51 | |
Missing a Javadoc comment. | 51 | |
',' is not followed by whitespace. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
',' is not followed by whitespace. | 52 | |
Missing a Javadoc comment. | 52 | |
',' is not followed by whitespace. | 52 | |
Missing a Javadoc comment. | 52 | |
',' is not followed by whitespace. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
',' is not followed by whitespace. | 53 | |
Missing a Javadoc comment. | 53 | |
',' is not followed by whitespace. | 53 | |
Missing a Javadoc comment. | 53 | |
',' is not followed by whitespace. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
',' is not followed by whitespace. | 54 | |
Missing a Javadoc comment. | 54 | |
',' is not followed by whitespace. | 54 | |
Missing a Javadoc comment. | 54 | |
',' is not followed by whitespace. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 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. | 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 charCode should be final. | 72 | |
'charCode' hides a field. | 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 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 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 contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter charCode should be final. | 88 | |
'charCode' hides a field. | 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 | |
Missing a Javadoc comment. | 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 | |
'4' is a magic number. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Missing a Javadoc comment. | 109 | |
Line has trailing spaces. | 110 | |
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 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 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 has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter data should be final. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
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 contains a tab character. | 130 | |
Name 'value_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
'4' is a magic number. | 130 | |
'3' is a magic number. | 130 | |
Line contains a tab character. | 131 | |
Name 'var_idx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
'0x0F' is a magic number. | 131 | |
Line contains a tab character. | 132 | |
Name 'cmd_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
'6' is a magic number. | 132 | |
'3' is a magic number. | 132 | |
Line contains a tab character. | 133 | |
Name 'ext_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
Line contains a tab character. | 134 | |
Name 'ext_op' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
'==' is not preceded with whitespace. | 136 | |
Expression can be simplified. | 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 | |
Line has trailing spaces. | 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 | |
'4' is a magic number. | 146 | |
'0x0F' is a magic number. | 146 | |
Line contains a tab character. | 147 | |
'0x0F' is a magic number. | 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 | |
'==' 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 | |
'==' is not preceded with whitespace. | 155 | |
'0xFF' is a magic number. | 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 | |
'==' is not preceded with whitespace. | 159 | |
'3' is a magic number. | 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 | |
'==' is not preceded with whitespace. | 162 | |
'4' is a magic number. | 162 | |
'==' is not followed by whitespace. | 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 | |
'==' is not preceded with whitespace. | 167 | |
Expression can be simplified. | 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 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line has trailing spaces. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
'==' is not preceded with whitespace. | 174 | |
'==' is not followed by whitespace. | 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 | |
'8' is a magic number. | 178 | |
Line contains a tab character. | 179 | |
'==' is not preceded with whitespace. | 179 | |
'==' is not followed by whitespace. | 179 | |
Must have at least one statement. | 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 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
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 | |
Must have at least one statement. | 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 is longer than 80 characters. | 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 has trailing spaces. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Method 'compile' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Missing a Javadoc comment. | 201 | |
Line has trailing spaces. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line has trailing spaces. | 204 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
'4' is a magic number. | 207 | |
Line contains a tab character. | 208 | |
'6' is a magic number. | 208 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
switch without "default" clause. | 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 is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
'8' is a magic number. | 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 | |
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 | |
'4' is a magic number. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
switch without "default" clause. | 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 is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
'8' is a magic number. | 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 | |
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 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line is longer than 80 characters. | 256 | |
Line contains a tab character. | 256 | |
'8' is a magic number. | 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 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 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
'0xFF' is a magic number. | 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 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Missing a Javadoc comment. | 275 | |
Line contains a tab character. | 276 | |
'100' is a magic number. | 276 | |
Line contains a tab character. | 277 | |
'=' is not preceded with whitespace. | 277 | |
'=' is not followed by whitespace. | 277 | |
';' is not followed by whitespace. | 277 | |
'<' is not preceded with whitespace. | 277 | |
'<' is not followed by whitespace. | 277 | |
';' is not followed by whitespace. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
'+' is not preceded with whitespace. | 280 | |
'+' is not followed by whitespace. | 280 | |
Line contains a tab character. | 281 | |
'==' is not preceded with whitespace. | 281 | |
'==' is not followed by whitespace. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
switch without "default" clause. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
switch without "default" clause. | 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 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 | |
Line is longer than 80 characters. | 305 | |
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 | |
'==' 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 | |
switch without "default" clause. | 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 is longer than 80 characters. | 323 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
switch without "default" clause. | 325 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line is longer than 80 characters. | 334 | |
Line contains a tab character. | 334 | |
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 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 | |
Line contains a tab character. | 351 | |
Line is longer than 80 characters. | 352 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
switch without "default" clause. | 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 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line is longer than 80 characters. | 363 | |
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 contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 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 | |
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 | |
Line contains a tab character. | 387 | |
Line has trailing spaces. | 388 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Method 'toStringHexOpcodes' is not designed for extension - needs to be abstract, final or empty. | 389 | |
Missing a Javadoc comment. | 389 | |
Line contains a tab character. | 390 | |
'5' is a magic number. | 390 | |
Line contains a tab character. | 391 | |
':' is not preceded with whitespace. | 391 | |
':' is not followed by whitespace. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
'==' is not preceded with whitespace. | 393 | |
'==' is not followed by whitespace. | 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 | |
'==' is not preceded with whitespace. | 396 | |
'8' is a magic number. | 396 | |
'==' is not followed by whitespace. | 396 | |
Line contains a tab character. | 397 | |
'6' is a magic number. | 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 has trailing spaces. | 403 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Method 'getOpcodeSize' is not designed for extension - needs to be abstract, final or empty. | 404 | |
Missing a Javadoc comment. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line has trailing spaces. | 407 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Method 'getOpcodes' is not designed for extension - needs to be abstract, final or empty. | 408 | |
Missing a Javadoc comment. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Method 'getCmdType' is not designed for extension - needs to be abstract, final or empty. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
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 'setCmdType' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Parameter cmdType should be final. | 422 | |
'cmdType' hides a field. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Method 'getValueType' is not designed for extension - needs to be abstract, final or empty. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. | 436 | |
Parameter valueType should be final. | 436 | |
'valueType' hides a field. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Method 'getVarIndex' is not designed for extension - needs to be abstract, final or empty. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Method 'setVarIndex' is not designed for extension - needs to be abstract, final or empty. | 450 | |
Parameter varIndex should be final. | 450 | |
'varIndex' hides a field. | 450 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
Method 'getExtType' is not designed for extension - needs to be abstract, final or empty. | 457 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Method 'setExtType' is not designed for extension - needs to be abstract, final or empty. | 464 | |
Parameter extType should be final. | 464 | |
'extType' hides a field. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Method 'getExtOp' is not designed for extension - needs to be abstract, final or empty. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Method 'setExtOp' is not designed for extension - needs to be abstract, final or empty. | 478 | |
Parameter extOp should be final. | 478 | |
'extOp' hides a field. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Method 'getCmdArgu' is not designed for extension - needs to be abstract, final or empty. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
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 'setCmdArgu' is not designed for extension - needs to be abstract, final or empty. | 492 | |
Parameter cmdArgu should be final. | 492 | |
'cmdArgu' hides a field. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 |
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 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. | 45 | |
Missing a Javadoc comment. | 45 | |
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 | |
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. | 51 | |
Missing a Javadoc comment. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter cmd should be final. | 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 | |
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 contains a tab character. | 63 | |
Line contains a tab character. | 64 |
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 has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
'public' modifier out of order with the JLS suggestions. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 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 | |
Missing a Javadoc comment. | 52 | |
'public' modifier out of order with the JLS suggestions. | 52 | |
Parameter magicMode should be final. | 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 contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
'public' modifier out of order with the JLS suggestions. | 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 has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
'public' modifier out of order with the JLS suggestions. | 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 |