The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 6 | ![]() |
NewlineAtEndOfFile | 3 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 1006 | ![]() |
RegexpSingleline
| 221 | ![]() |
JavadocMethod | 96 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 83 | ![]() |
JavadocStyle | 48 | ![]() |
ConstantName | 9 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 5 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 6 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 1 | ![]() |
LineLength | 131 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 258 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 28 | ![]() |
WhitespaceAround | 181 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 2 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 3 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 20 | ![]() |
RightCurly | 2 | ![]() |
AvoidInlineConditionals | 2 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 42 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 3 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 1 | ![]() |
DesignForExtension | 105 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 36 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 137 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'pse' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'service' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'c' must be private and have accessor methods. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter wsdl should be final. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Parameter pse should be final. | 48 |
![]() | 'pse' hides a field. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | 'catch' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
![]() | Method 'describe' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'characterise' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter digitalObject should be final. | 77 |
![]() | Parameter parameters should be final. | 78 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'listProperties' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter formatURI should be final. | 85 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'pse' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'service' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'c' must be private and have accessor methods. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Parameter wsdl should be final. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | Parameter pse should be final. | 47 |
![]() | 'pse' hides a field. | 47 |
![]() | Line has trailing spaces. | 53 |
![]() | 'catch' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
![]() | Method 'describe' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter first should be final. | 76 |
![]() | Parameter second should be final. | 77 |
![]() | Parameter config should be final. | 77 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Method 'convertConfig' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter configFile should be final. | 84 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Method 'convertInput' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter inputFile should be final. | 91 |
![]() | Line has trailing spaces. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'pse' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'service' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'c' must be private and have accessor methods. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Parameter wsdl should be final. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | Parameter pse should be final. | 46 |
![]() | 'pse' hides a field. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | 'catch' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | Method 'describe' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter first should be final. | 75 |
![]() | Parameter second should be final. | 75 |
![]() | Parameter config should be final. | 76 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter configFile should be final. | 83 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'pse' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'service' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'c' must be private and have accessor methods. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter wsdl should be final. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Parameter pse should be final. | 48 |
![]() | 'pse' hides a field. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | 'catch' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
![]() | Method 'describe' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'createView' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter digitalObjects should be final. | 77 |
![]() | Parameter parameters should be final. | 78 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'doAction' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter sessionIdentifier should be final. | 85 |
![]() | Parameter action should be final. | 85 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Method 'getViewStatus' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter sessionIdentifier should be final. | 92 |
![]() | Line has trailing spaces. | 97 |
![]() | Line has trailing spaces. | 98 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Utility classes should not have a public or default constructor. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | '(' is followed by whitespace. | 26 |
![]() | Parameter wsdlLocation should be final. | 26 |
![]() | Expected @param tag for 'wsdlLocation'. | 26 |
![]() | ')' is preceded with whitespace. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | 'if' construct must use '{}'s. | 30 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '(' is followed by whitespace. | 30 |
![]() | ')' is preceded with whitespace. | 30 |
![]() | 'catch' is not followed by whitespace. | 33 |
![]() | '(' is followed by whitespace. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | '+' is not preceded with whitespace. | 34 |
![]() | '+' is not followed by whitespace. | 34 |
![]() | '+' is not preceded with whitespace. | 34 |
![]() | '+' is not followed by whitespace. | 34 |
![]() | '+' is not preceded with whitespace. | 34 |
![]() | '+' is not followed by whitespace. | 34 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | Parameter serviceClass should be final. | 53 |
![]() | Parameter wsdlLocation should be final. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | 'if' construct must use '{}'s. | 56 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Line has trailing spaces. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Name 'urlpattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
![]() | Parameter uri should be final. | 77 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 78 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 78 |
![]() | Expected @throws tag for 'IOException'. | 78 |
![]() | Parameter xhtml should be final. | 120 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'pse' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'service' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'i' must be private and have accessor methods. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Parameter wsdl should be final. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | Parameter pse should be final. | 46 |
![]() | 'pse' hides a field. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | 'catch' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | Method 'describe' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'identify' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter digitalObject should be final. | 75 |
![]() | Parameter parameters should be final. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Class MigrateWrapper should be declared as final. | 40 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'pse' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'm' must be private and have accessor methods. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Parameter wsdlLocation should be final. | 53 |
![]() | Expected @param tag for 'wsdlLocation'. | 53 |
![]() | Parameter serviceName should be final. | 53 |
![]() | Expected @param tag for 'serviceName'. | 53 |
![]() | Line has trailing spaces. | 58 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Parameter wsdl should be final. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Line has trailing spaces. | 67 |
![]() | ';' is not followed by whitespace. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | 'cast' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | 'catch' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 89 |
![]() | Missing a Javadoc comment. | 92 |
![]() | 'if' construct must use '{}'s. | 93 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line has trailing spaces. | 99 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter digitalObject should be final. | 105 |
![]() | Parameter inputFormat should be final. | 105 |
![]() | Parameter outputFormat should be final. | 106 |
![]() | Parameter parameters should be final. | 106 |
![]() | 'if' construct must use '{}'s. | 107 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line has trailing spaces. | 112 |
![]() | '(' is followed by whitespace. | 116 |
![]() | Parameter args should be final. | 116 |
![]() | Expected @param tag for 'args'. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | Expected @throws tag for 'Exception'. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | '+' is not preceded with whitespace. | 123 |
![]() | '+' is not followed by whitespace. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line has trailing spaces. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter wsdlLocation should be final. | 59 |
![]() | 'wsdlLocation' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'getWsdlLocation' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Line has trailing spaces. | 82 |
![]() | Method 'isServiceInstanciable' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Conditional logic can be removed. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Method 'getServiceDescription' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 139 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 16 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 57 |
![]() | Parameter args should be final. | 60 |
![]() | Expected @param tag for 'args'. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | Line has trailing spaces. | 87 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | '+' is not preceded with whitespace. | 90 |
![]() | '+' is not followed by whitespace. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | 'cast' is not followed by whitespace. | 97 |
![]() | 'cast' is not followed by whitespace. | 97 |
![]() | '+' is not preceded with whitespace. | 98 |
![]() | '+' is not followed by whitespace. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | 'cast' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | '8192' is a magic number. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | 'cast' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | '8192' is a magic number. | 100 |
![]() | '+' is not preceded with whitespace. | 101 |
![]() | '+' is not followed by whitespace. | 101 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line has trailing spaces. | 106 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line has trailing spaces. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | '3' is a magic number. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' is not followed by whitespace. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line has trailing spaces. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 128 |
![]() | '+' is not preceded with whitespace. | 129 |
![]() | '+' is not followed by whitespace. | 129 |
![]() | Line has trailing spaces. | 132 |
![]() | Method 'temp' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Line is longer than 80 characters. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | ')' is preceded with whitespace. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | '(' is followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | Line has trailing spaces. | 150 |
![]() | Line is longer than 80 characters. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | '{' is followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | '(' is followed by whitespace. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | '}' should be on the same line. | 171 |
![]() | 'catch' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | Line has trailing spaces. | 175 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Utility classes should not have a public or default constructor. | 16 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Parameter args should be final. | 21 |
![]() | Expected @param tag for 'args'. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 14 |
![]() | Line contains a tab character. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | '(' is followed by whitespace. | 20 |
![]() | Expected @param tag for 'inputURL'. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | Expected @param tag for 'inputs'. | 20 |
![]() | ')' is preceded with whitespace. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | '(' is followed by whitespace. | 17 |
![]() | ',' is not followed by whitespace. | 17 |
![]() | Expected @param tag for 'inputs'. | 17 |
![]() | ')' is preceded with whitespace. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Line contains a tab character. | 10 |
![]() | Line contains a tab character. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Parameter message should be final. | 24 |
![]() | Expected @param tag for 'message'. | 24 |
![]() | Parameter cause should be final. | 24 |
![]() | Expected @param tag for 'cause'. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Parameter message should be final. | 32 |
![]() | Expected @param tag for 'message'. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Parameter cause should be final. | 40 |
![]() | Expected @param tag for 'cause'. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Parameter ts should be final. | 22 |
![]() | Expected @param tag for 'ts'. | 22 |
![]() | Parameter action should be final. | 22 |
![]() | Expected @param tag for 'action'. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | Parameter input should be final. | 32 |
![]() | Expected @param tag for 'input'. | 32 |
![]() | Parameter output should be final. | 32 |
![]() | Expected @param tag for 'output'. | 32 |
![]() | Expected @throws tag for 'CommandNotFoundException'. | 32 |
![]() | Expected @throws tag for 'IOException'. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Parameter ts should be final. | 23 |
![]() | Expected @param tag for 'ts'. | 23 |
![]() | Parameter action should be final. | 23 |
![]() | Expected @param tag for 'action'. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Expected @throws tag for 'ToolSpecNotFoundException'. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'identify' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '(' is followed by whitespace. | 33 |
![]() | Parameter input should be final. | 33 |
![]() | Expected @param tag for 'input'. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Expected @throws tag for 'CommandNotFoundException'. | 33 |
![]() | Expected @throws tag for 'IOException'. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | First sentence should end with a period. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | First sentence should end with a period. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | First sentence should end with a period. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | First sentence should end with a period. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | First sentence should end with a period. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Parameter is should be final. | 39 |
![]() | 'is' hides a field. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | First sentence should end with a period. | 44 |
![]() | 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 |
![]() | '(' is followed by whitespace. | 48 |
![]() | Parameter uri should be final. | 48 |
![]() | 'uri' hides a field. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | First sentence should end with a period. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Parameter file should be final. | 57 |
![]() | 'file' hides a field. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | First sentence should end with a period. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | 'if' construct must use '{}'s. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | 'if' construct must use '{}'s. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | First sentence should end with a period. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | First sentence should end with a period. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | First sentence should end with a period. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | First sentence should end with a period. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | First sentence should end with a period. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter is should be final. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | First sentence should end with a period. | 42 |
![]() | 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 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter uri should be final. | 46 |
![]() | 'uri' hides a field. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | First sentence should end with a period. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter file should be final. | 55 |
![]() | 'file' hides a field. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | First sentence should end with a period. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | 'if' construct must use '{}'s. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | 'if' construct must use '{}'s. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Parameter command_is should be final. | 28 |
![]() | Expected @param tag for 'command_is'. | 28 |
![]() | Name 'command_is' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter input1 should be final. | 28 |
![]() | Expected @param tag for 'input1'. | 28 |
![]() | Parameter input2 should be final. | 28 |
![]() | Expected @param tag for 'input2'. | 28 |
![]() | ')' is preceded with whitespace. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter args should be final. | 38 |
![]() | Expected @param tag for 'args'. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 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 has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | 'for' is not followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | '+' is not preceded with whitespace. | 53 |
![]() | '+' is not followed by whitespace. | 53 |
![]() | '+' is not preceded with whitespace. | 53 |
![]() | '+' is not followed by whitespace. | 53 |
![]() | '+' is not preceded with whitespace. | 53 |
![]() | '+' is not followed by whitespace. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | '+' is not preceded with whitespace. | 54 |
![]() | '+' is not followed by whitespace. | 54 |
![]() | '+' is not preceded with whitespace. | 54 |
![]() | '+' is not followed by whitespace. | 54 |
![]() | '+' is not preceded with whitespace. | 54 |
![]() | '+' is not followed by whitespace. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | 'for' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | ';' is not followed by whitespace. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Unused import - java.io.StringWriter. | 10 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'ts' must be private and have accessor methods. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'action' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | 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 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter ts should be final. | 41 |
![]() | 'ts' hides a field. | 41 |
![]() | Expected @param tag for 'ts'. | 41 |
![]() | Parameter action should be final. | 41 |
![]() | 'action' hides a field. | 41 |
![]() | Expected @param tag for 'action'. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | First sentence should end with a period. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Parameter toolspec_id should be final. | 54 |
![]() | Name 'toolspec_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Parameter action_id should be final. | 54 |
![]() | Name 'action_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | ',' is not followed by whitespace. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | '+' is not preceded with whitespace. | 65 |
![]() | '+' is not followed by whitespace. | 65 |
![]() | '+' is not preceded with whitespace. | 65 |
![]() | '+' is not followed by whitespace. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | '+' is not preceded with whitespace. | 67 |
![]() | '+' is not followed by whitespace. | 67 |
![]() | '+' is not preceded with whitespace. | 67 |
![]() | '+' is not followed by whitespace. | 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 has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | Parameter ts should be final. | 75 |
![]() | Parameter command_id should be final. | 75 |
![]() | Name 'command_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | 'for' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | 'if' construct must use '{}'s. | 78 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | 'if' construct must use '{}'s. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'runCommand' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | Parameter cmd_template should be final. | 84 |
![]() | Name 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | 'if' is not followed by whitespace. | 106 |
![]() | '(' is followed by whitespace. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | '}' should be on the same line. | 108 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line has trailing spaces. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'substituteTemplates' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | '(' is followed by whitespace. | 131 |
![]() | Parameter cmd should be final. | 131 |
![]() | Expected @param tag for 'cmd'. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Name 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() | 'if' construct must use '{}'s. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | 'if' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | ',' is not followed by whitespace. | 135 |
![]() | ',' is not followed by whitespace. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | 'for' is not followed by whitespace. | 136 |
![]() | '(' is followed by whitespace. | 136 |
![]() | ')' is preceded with whitespace. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | ',' is not followed by whitespace. | 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 is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Method 'getStandardVars' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | ',' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | Parameter cmd should be final. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | ',' is not followed by whitespace. | 145 |
![]() | ',' is not followed by whitespace. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | 'for' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | '+' is not preceded with whitespace. | 152 |
![]() | '+' is not followed by whitespace. | 152 |
![]() | '+' is not preceded with whitespace. | 152 |
![]() | '+' is not followed by whitespace. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Method 'replaceAll' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Parameter cmd_template should be final. | 156 |
![]() | Name 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() | Parameter vars should be final. | 156 |
![]() | ',' is not followed by whitespace. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | 'for' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | 'for' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' is not followed by whitespace. | 161 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' is not followed by whitespace. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | '+' is not preceded with whitespace. | 162 |
![]() | '+' is not followed by whitespace. | 162 |
![]() | '+' is not preceded with whitespace. | 162 |
![]() | '+' is not followed by whitespace. | 162 |
![]() | '+' is not preceded with whitespace. | 162 |
![]() | '+' is not followed by whitespace. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Method 'getInputs' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | ',' is not followed by whitespace. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line has trailing spaces. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter input should be final. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Method 'setStdout' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Parameter output should be final. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | First sentence should end with a period. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line has trailing spaces. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line has trailing spaces. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | Parameter parameters should be final. | 192 |
![]() | ',' is not followed by whitespace. | 192 |
![]() | Expected @param tag for 'parameters'. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Name 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | 'if' construct must use '{}'s. | 195 |
![]() | 'if' is not followed by whitespace. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Line has trailing spaces. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | 'for' is not followed by whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | '+' is not preceded with whitespace. | 199 |
![]() | '+' is not followed by whitespace. | 199 |
![]() | '+' is not preceded with whitespace. | 199 |
![]() | '+' is not followed by whitespace. | 199 |
![]() | '+' is not preceded with whitespace. | 199 |
![]() | '+' is not followed by whitespace. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | ',' is not followed by whitespace. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line has trailing spaces. | 208 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | Parameter input should be final. | 214 |
![]() | Expected @param tag for 'input'. | 214 |
![]() | Parameter parameters should be final. | 214 |
![]() | ',' is not followed by whitespace. | 214 |
![]() | Expected @param tag for 'parameters'. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | Expected @throws tag for 'IOException'. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Name 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | 'if' construct must use '{}'s. | 217 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line has trailing spaces. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | 'if' is not followed by whitespace. | 222 |
![]() | '(' is followed by whitespace. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line has trailing spaces. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | ',' is not followed by whitespace. | 229 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line has trailing spaces. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | Method 'getUseStdin' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | 'if' construct must use '{}'s. | 239 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 239 |
![]() | 'if' is not followed by whitespace. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | 'if' construct must use '{}'s. | 240 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line contains a tab character. | 240 |
![]() | 'if' is not followed by whitespace. | 240 |
![]() | '(' is followed by whitespace. | 240 |
![]() | ')' is preceded with whitespace. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line has trailing spaces. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | 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 is longer than 80 characters. | 250 |
![]() | Line contains a tab character. | 250 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | '(' is followed by whitespace. | 250 |
![]() | Parameter input1 should be final. | 250 |
![]() | Expected @param tag for 'input1'. | 250 |
![]() | Parameter input2 should be final. | 250 |
![]() | Expected @param tag for 'input2'. | 250 |
![]() | Parameter parameters should be final. | 250 |
![]() | ',' is not followed by whitespace. | 250 |
![]() | Expected @param tag for 'parameters'. | 250 |
![]() | ')' is preceded with whitespace. | 250 |
![]() | Expected @throws tag for 'IOException'. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Name 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | 'if' construct must use '{}'s. | 253 |
![]() | 'if' is not followed by whitespace. | 253 |
![]() | '(' is followed by whitespace. | 253 |
![]() | ')' is preceded with whitespace. | 253 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line has trailing spaces. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | ',' is not followed by whitespace. | 261 |
![]() | Line contains a tab character. | 263 |
![]() | Line has trailing spaces. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line has trailing spaces. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | '(' is followed by whitespace. | 273 |
![]() | Parameter input should be final. | 273 |
![]() | Expected @param tag for 'input'. | 273 |
![]() | Parameter output should be final. | 273 |
![]() | Expected @param tag for 'output'. | 273 |
![]() | Parameter parameters should be final. | 273 |
![]() | ',' is not followed by whitespace. | 273 |
![]() | Expected @param tag for 'parameters'. | 273 |
![]() | ')' is preceded with whitespace. | 273 |
![]() | Expected @throws tag for 'IOException'. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Name 'cmd_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | 'if' construct must use '{}'s. | 276 |
![]() | 'if' is not followed by whitespace. | 276 |
![]() | '(' is followed by whitespace. | 276 |
![]() | ')' is preceded with whitespace. | 276 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Line contains a tab character. | 281 |
![]() | 'if' is not followed by whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line has trailing spaces. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | ',' is not followed by whitespace. | 289 |
![]() | Line contains a tab character. | 291 |
![]() | Line has trailing spaces. | 292 |
![]() | Line contains a tab character. | 292 |
![]() | Line has trailing spaces. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line has trailing spaces. | 295 |
![]() | Line contains a tab character. | 295 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line contains a tab character. | 9 |
![]() | Line contains a tab character. | 10 |
![]() | Line contains a tab character. | 11 |
![]() | Line contains a tab character. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line contains a tab character. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Parameter message should be final. | 25 |
![]() | Expected @param tag for 'message'. | 25 |
![]() | Parameter cause should be final. | 25 |
![]() | Expected @param tag for 'cause'. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Parameter message should be final. | 33 |
![]() | Expected @param tag for 'message'. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Parameter cause should be final. | 41 |
![]() | Expected @param tag for 'cause'. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'getProcessingLog' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Parameter pattern should be final. | 107 |
![]() | 'pattern' hides a field. | 107 |
![]() | Expected @param tag for 'pattern'. | 107 |
![]() | Parameter paramValuePairs should be final. | 107 |
![]() | 'paramValuePairs' hides a field. | 107 |
![]() | Expected @param tag for 'paramValuePairs'. | 107 |
![]() | Parameter sh should be final. | 107 |
![]() | 'sh' hides a field. | 107 |
![]() | First sentence should end with a period. | 117 |
![]() | Parameter commands should be final. | 121 |
![]() | 'commands' hides a field. | 121 |
![]() | Expected @param tag for 'commands'. | 121 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Expected @throws tag for 'IOException'. | 171 |
![]() | Line is longer than 80 characters. | 174 |
![]() | First sentence should end with a period. | 180 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Missing a Javadoc comment. | 236 |
![]() | Parameter msg should be final. | 236 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Parameter msg should be final. | 241 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Parameter msg should be final. | 246 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 69 |
![]() | First sentence should end with a period. | 71 |
![]() | First sentence should end with a period. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | First sentence should end with a period. | 77 |
![]() | First sentence should end with a period. | 79 |
![]() | First sentence should end with a period. | 82 |
![]() | First sentence should end with a period. | 84 |
![]() | First sentence should end with a period. | 86 |
![]() | First sentence should end with a period. | 88 |
![]() | First sentence should end with a period. | 95 |
![]() | First sentence should end with a period. | 102 |
![]() | Parameter commands should be final. | 106 |
![]() | Expected @param tag for 'commands'. | 106 |
![]() | First sentence should end with a period. | 111 |
![]() | Method 'setCommandList' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter commands should be final. | 115 |
![]() | First sentence should end with a period. | 119 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Method 'setProcessInputStream' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter processInputStream should be final. | 123 |
![]() | 'processInputStream' hides a field. | 123 |
![]() | First sentence should end with a period. | 127 |
![]() | Method 'getStdInputStream' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | First sentence should end with a period. | 135 |
![]() | Method 'getErrInputStream' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | First sentence should end with a period. | 143 |
![]() | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | First sentence should end with a period. | 151 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Method 'setProcessDir' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Parameter processDirName should be final. | 178 |
![]() | '{' is not preceded with whitespace. | 178 |
![]() | First sentence should end with a period. | 182 |
![]() | Parameter p should be final. | 188 |
![]() | Expected @throws tag for 'InterruptedException'. | 188 |
![]() | '+' is not preceded with whitespace. | 195 |
![]() | '+' is not followed by whitespace. | 195 |
![]() | Must have at least one statement. | 198 |
![]() | Must have at least one statement. | 212 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Parameter processInput should be final. | 269 |
![]() | Line is longer than 80 characters. | 281 |
![]() | 'if' construct must use '{}'s. | 284 |
![]() | 'if' is not followed by whitespace. | 284 |
![]() | Must have at least one statement. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Comment matches to-do format 'TODO:'. | 295 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | '(' is followed by whitespace. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | ')' is preceded with whitespace. | 20 |
![]() | '(' is followed by whitespace. | 21 |
![]() | ')' is preceded with whitespace. | 21 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter id should be final. | 47 |
![]() | 'id' hides a field. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter type should be final. | 61 |
![]() | 'type' hides a field. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'setCommand' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter command should be final. | 75 |
![]() | 'command' hides a field. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getFormats' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'setFormats' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter formats should be final. | 89 |
![]() | 'formats' hides a field. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'getInputs' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Method 'setInputs' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Parameter inputs should be final. | 103 |
![]() | 'inputs' hides a field. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 16 |
![]() | ')' is preceded with whitespace. | 16 |
![]() | Line has trailing spaces. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Variable 'name' must be private and have accessor methods. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Variable 'var' must be private and have accessor methods. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is followed by whitespace. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Variable 'defaultValue' must be private and have accessor methods. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'datatype' must be private and have accessor methods. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'documentation' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter name should be final. | 45 |
![]() | 'name' hides a field. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'getVar' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'setVar' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter var should be final. | 59 |
![]() | 'var' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'getDefault' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'setDefault' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter defaultValue should be final. | 73 |
![]() | 'defaultValue' hides a field. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getXml' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setXml' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter xml should be final. | 87 |
![]() | 'xml' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 13 |
![]() | ')' is preceded with whitespace. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '(' is followed by whitespace. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | ')' is preceded with whitespace. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Method 'getUseStdin' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'setUseStdin' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Parameter useStdin should be final. | 32 |
![]() | 'useStdin' hides a field. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'getInputs' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'setInputs' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter inputs should be final. | 46 |
![]() | 'inputs' hides a field. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 11 |
![]() | ')' is preceded with whitespace. | 11 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'type' must be private and have accessor methods. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'url' must be private and have accessor methods. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'md5' must be private and have accessor methods. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line contains a tab character. | 19 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 11 |
![]() | ')' is preceded with whitespace. | 11 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Variable 'in' must be private and have accessor methods. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Variable 'out' must be private and have accessor methods. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line contains a tab character. | 19 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 11 |
![]() | '=' is not preceded with whitespace. | 11 |
![]() | '=' is not followed by whitespace. | 11 |
![]() | ')' is preceded with whitespace. | 11 |
![]() | '(' is followed by whitespace. | 12 |
![]() | ')' is preceded with whitespace. | 12 |
![]() | Line contains a tab character. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Variable 'name' must be private and have accessor methods. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Variable 'value' must be private and have accessor methods. | 19 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Parameter name should be final. | 31 |
![]() | 'name' hides a field. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter value should be final. | 45 |
![]() | 'value' hides a field. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 7 |
![]() | '(' is followed by whitespace. | 11 |
![]() | ')' is preceded with whitespace. | 11 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | First sentence should end with a period. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter version should be final. | 35 |
![]() | 'version' hides a field. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter name should be final. | 51 |
![]() | 'name' hides a field. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'getInstallation' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'setInstallation' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter installation should be final. | 67 |
![]() | 'installation' hides a field. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 24 |
![]() | '=' is not preceded with whitespace. | 24 |
![]() | '=' is not followed by whitespace. | 24 |
![]() | ')' is preceded with whitespace. | 24 |
![]() | '(' is followed by whitespace. | 25 |
![]() | '=' is not preceded with whitespace. | 25 |
![]() | '=' is not followed by whitespace. | 25 |
![]() | ')' is preceded with whitespace. | 25 |
![]() | '(' is followed by whitespace. | 26 |
![]() | ')' is preceded with whitespace. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 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 has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter id should be final. | 62 |
![]() | 'id' hides a field. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter version should be final. | 83 |
![]() | 'version' hides a field. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Method 'getTool' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'setTool' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter tool should be final. | 97 |
![]() | 'tool' hides a field. | 97 |
![]() | Expected @param tag for 'tool'. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getEnv' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'setEnv' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter env should be final. | 111 |
![]() | 'env' hides a field. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Method 'setTemplate' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Parameter template should be final. | 125 |
![]() | 'template' hides a field. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Method 'getInputs' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'setInputs' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Parameter parameters should be final. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Method 'getActions' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Method 'setActions' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Parameter actions should be final. | 153 |
![]() | 'actions' hides a field. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Method 'toXMlFormatted' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | First sentence should end with a period. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line contains a tab character. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | Parameter input should be final. | 174 |
![]() | Expected @param tag for 'input'. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 174 |
![]() | Expected @throws tag for 'JAXBException'. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 11 |
![]() | '=' is not preceded with whitespace. | 11 |
![]() | '=' is not followed by whitespace. | 11 |
![]() | ')' is preceded with whitespace. | 11 |
![]() | '(' is followed by whitespace. | 12 |
![]() | ')' is preceded with whitespace. | 12 |
![]() | Line contains a tab character. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Variable 'name' must be private and have accessor methods. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Variable 'value' must be private and have accessor methods. | 19 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Parameter name should be final. | 31 |
![]() | 'name' hides a field. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter value should be final. | 45 |
![]() | 'value' hides a field. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 9 |
![]() | ')' is preceded with whitespace. | 9 |
![]() | Line contains a tab character. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Variable 'value' must be private and have accessor methods. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'command' must be private and have accessor methods. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'match' must be private and have accessor methods. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line contains a tab character. | 3 |
![]() | ')' is preceded with whitespace. | 3 |
![]() | Missing a Javadoc comment. | 4 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter inputUrl should be final. | 50 |
![]() | Expected @param tag for 'inputUrl'. | 50 |
![]() | '+' is not preceded with whitespace. | 52 |
![]() | '+' is not followed by whitespace. | 52 |
![]() | First sentence should end with a period. | 64 |
![]() | Avoid inline conditionals. | 71 |
![]() | Avoid inline conditionals. | 75 |
![]() | Line is longer than 80 characters. | 86 |
![]() | '+' 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 has trailing spaces. | 107 |
![]() | Line has trailing spaces. | 109 |
![]() | Parameter url should be final. | 111 |
![]() | Parameter ext should be final. | 111 |
![]() | Line has trailing spaces. | 113 |
![]() | '+' is not preceded with whitespace. | 114 |
![]() | '+' is not followed by whitespace. | 114 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line has trailing spaces. | 123 |
![]() | Line has trailing spaces. | 126 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 29 |
![]() | First sentence should end with a period. | 37 |
![]() | Parameter path should be final. | 42 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Parameter uri should be final. | 53 |
![]() | Expected @param tag for 'uri'. | 53 |
![]() | Parameter preserveExtension should be final. | 53 |
![]() | Expected @param tag for 'preserveExtension'. | 53 |
![]() | Line is longer than 80 characters. | 60 |