Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files |
Infos |
Warnings |
Errors |
| 46 |
0 |
0 |
236 |
Files
org/kohsuke/args4j/Ant.java
| Error |
Line |
|
Got an exception - unexpected char: '@' |
0
|
org/kohsuke/args4j/Argument.java
| Error |
Line |
|
Got an exception - expecting EOF, found 'import' |
0
|
org/kohsuke/args4j/CmdLineException.java
| Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Missing a Javadoc comment. |
9
|
|
Parameter message should be final. |
9
|
|
Missing a Javadoc comment. |
13
|
|
Parameter message should be final. |
13
|
|
Parameter cause should be final. |
13
|
|
Missing a Javadoc comment. |
17
|
|
Parameter cause should be final. |
17
|
org/kohsuke/args4j/CmdLineParser.java
| Error |
Line |
|
Got an exception - expecting EOF, found 'for' |
0
|
org/kohsuke/args4j/ExampleMode.java
| Error |
Line |
|
Got an exception - expecting EOF, found '}' |
0
|
org/kohsuke/args4j/FieldSetter.java
| Error |
Line |
|
Line does not match expected header line of 'Copyright (c) 2003, Kohsuke Kawaguchi'. |
1
|
|
Missing a Javadoc comment. |
13
|
|
Missing a Javadoc comment. |
14
|
|
Missing a Javadoc comment. |
16
|
|
Parameter bean should be final. |
16
|
|
'bean' hides a field. |
16
|
|
Parameter f should be final. |
16
|
|
'f' hides a field. |
16
|
|
Missing a Javadoc comment. |
21
|
|
Missing a Javadoc comment. |
25
|
|
Parameter value should be final. |
25
|
|
',' is not followed by whitespace. |
27
|
|
Name '_' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
28
|
|
',' is not followed by whitespace. |
32
|
org/kohsuke/args4j/IllegalAnnotationError.java
| Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Missing a Javadoc comment. |
14
|
|
Parameter message should be final. |
14
|
|
Missing a Javadoc comment. |
18
|
|
Parameter message should be final. |
18
|
|
Parameter cause should be final. |
18
|
|
Missing a Javadoc comment. |
22
|
|
Parameter cause should be final. |
22
|
org/kohsuke/args4j/Messages.java
| Error |
Line |
|
Got an exception - expecting EOF, found 'enum' |
0
|
org/kohsuke/args4j/MethodSetter.java
| Error |
Line |
|
Line does not match expected header line of 'Copyright (c) 2003, Kohsuke Kawaguchi'. |
1
|
|
Missing a Javadoc comment. |
14
|
|
Missing a Javadoc comment. |
15
|
|
Missing a Javadoc comment. |
17
|
|
Parameter bean should be final. |
17
|
|
'bean' hides a field. |
17
|
|
Parameter m should be final. |
17
|
|
'm' hides a field. |
17
|
|
'if' construct must use '{}'s. |
20
|
|
'if' is not followed by whitespace. |
20
|
|
'!=' is not preceded with whitespace. |
20
|
|
'!=' is not followed by whitespace. |
20
|
|
Line is longer than 80 characters. |
21
|
|
Missing a Javadoc comment. |
24
|
|
Missing a Javadoc comment. |
28
|
|
Parameter value should be final. |
28
|
|
',' is not followed by whitespace. |
31
|
|
Name '_' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
|
',' is not followed by whitespace. |
36
|
|
'if' construct must use '{}'s. |
43
|
|
'if' is not followed by whitespace. |
43
|
|
'cast' is not followed by whitespace. |
44
|
|
'if' construct must use '{}'s. |
45
|
|
'if' is not followed by whitespace. |
45
|
|
'cast' is not followed by whitespace. |
46
|
|
'if' construct must use '{}'s. |
47
|
|
'if' is not followed by whitespace. |
47
|
|
'cast' is not followed by whitespace. |
48
|
|
'if' construct must use '{}'s. |
51
|
|
'if' is not followed by whitespace. |
51
|
|
'!=' is not preceded with whitespace. |
51
|
|
'!=' is not followed by whitespace. |
51
|
|
'else' construct must use '{}'s. |
53
|
org/kohsuke/args4j/MultiValueFieldSetter.java
| Error |
Line |
|
Line does not match expected header line of 'Copyright (c) 2003, Kohsuke Kawaguchi'. |
1
|
|
Missing a Javadoc comment. |
17
|
|
Missing a Javadoc comment. |
18
|
|
Missing a Javadoc comment. |
20
|
|
Parameter bean should be final. |
20
|
|
'bean' hides a field. |
20
|
|
Parameter f should be final. |
20
|
|
'f' hides a field. |
20
|
|
'if' construct must use '{}'s. |
24
|
|
'if' is not followed by whitespace. |
24
|
|
Line is longer than 80 characters. |
25
|
|
Missing a Javadoc comment. |
28
|
|
Comment matches to-do format 'TODO:'. |
29
|
|
'if' is not followed by whitespace. |
31
|
|
'cast' is not followed by whitespace. |
32
|
|
'if' construct must use '{}'s. |
34
|
|
'if' is not followed by whitespace. |
34
|
|
'cast' is not followed by whitespace. |
35
|
|
Missing a Javadoc comment. |
40
|
|
Parameter value should be final. |
40
|
|
Name '_' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
|
',' is not followed by whitespace. |
47
|
|
Line is longer than 80 characters. |
54
|
|
Missing a Javadoc comment. |
54
|
|
Parameter bean should be final. |
54
|
|
'bean' hides a field. |
54
|
|
Parameter value should be final. |
54
|
|
'if' is not followed by whitespace. |
56
|
|
'==' is not preceded with whitespace. |
56
|
|
'==' is not followed by whitespace. |
56
|
|
',' is not followed by whitespace. |
58
|
|
'if' construct must use '{}'s. |
60
|
|
'if' is not followed by whitespace. |
60
|
|
'+' is not preceded with whitespace. |
61
|
|
'+' is not followed by whitespace. |
61
|
|
'+' is not preceded with whitespace. |
61
|
|
'+' is not followed by whitespace. |
61
|
|
'cast' is not followed by whitespace. |
63
|
org/kohsuke/args4j/Option.java
| Error |
Line |
|
Got an exception - expecting EOF, found 'import' |
0
|
org/kohsuke/args4j/spi/BooleanOptionHandler.java
| Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
9
|
|
Line is longer than 80 characters. |
13
|
|
Missing a Javadoc comment. |
13
|
|
Parameter parser should be final. |
13
|
|
Parameter option should be final. |
13
|
|
Parameter setter should be final. |
13
|
|
Method 'parseArguments' is not designed for extension - needs to be abstract, final or empty. |
17
|
|
Missing a Javadoc comment. |
17
|
|
Parameter params should be final. |
17
|
|
Method 'getDefaultMetaVariable' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
org/kohsuke/args4j/spi/DoubleOptionHandler.java
| Error |
Line |
|
Line does not match expected header line of 'Copyright (c) 2003, Kohsuke Kawaguchi'. |
1
|
|
Line is longer than 80 characters. |
13
|
|
Missing a Javadoc comment. |
13
|
|
Parameter parser should be final. |
13
|
|
Parameter option should be final. |
13
|
|
Parameter setter should be final. |
13
|
|
Method 'parseArguments' is not designed for extension - needs to be abstract, final or empty. |
17
|
|
Missing a Javadoc comment. |
17
|
|
Parameter params should be final. |
17
|
|
'}' should be on the same line. |
22
|
|
Line is longer than 80 characters. |
24
|
|
Method 'getDefaultMetaVariable' is not designed for extension - needs to be abstract, final or empty. |
29
|
|
Missing a Javadoc comment. |
29
|
org/kohsuke/args4j/spi/EnumOptionHandler.java
| Error |
Line |
|
Got an exception - expecting EOF, found 'this' |
0
|
org/kohsuke/args4j/spi/FileOptionHandler.java
| Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line is longer than 80 characters. |
15
|
|
Missing a Javadoc comment. |
15
|
|
Parameter parser should be final. |
15
|
|
Parameter option should be final. |
15
|
|
Parameter setter should be final. |
15
|
|
Method 'parseArguments' is not designed for extension - needs to be abstract, final or empty. |
19
|
|
Missing a Javadoc comment. |
19
|
|
Parameter params should be final. |
19
|
|
Method 'getDefaultMetaVariable' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
org/kohsuke/args4j/spi/IntOptionHandler.java
| Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line is longer than 80 characters. |
13
|
|
Missing a Javadoc comment. |
13
|
|
Parameter parser should be final. |
13
|
|
Parameter option should be final. |
13
|
|
Parameter setter should be final. |
13
|
|
Method 'parseArguments' is not designed for extension - needs to be abstract, final or empty. |
17
|
|
Missing a Javadoc comment. |
17
|
|
Parameter params should be final. |
17
|
|
Method 'getDefaultMetaVariable' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
org/kohsuke/args4j/spi/Messages.java
| Error |
Line |
|
Got an exception - expecting EOF, found 'enum' |
0
|
org/kohsuke/args4j/spi/OptionHandler.java
| Error |
Line |
|
Line does not match expected header line of 'Copyright (c) 2003, Kohsuke Kawaguchi'. |
1
|
|
Line is longer than 80 characters. |
14
|
|
Line has trailing spaces. |
18
|
|
Variable 'option' must be private and have accessor methods. |
26
|
|
Variable 'setter' must be private and have accessor methods. |
30
|
|
Variable 'owner' must be private and have accessor methods. |
34
|
|
Line is longer than 80 characters. |
36
|
|
Missing a Javadoc comment. |
36
|
|
Parameter parser should be final. |
36
|
|
Parameter option should be final. |
36
|
|
'option' hides a field. |
36
|
|
Parameter setter should be final. |
36
|
|
'setter' hides a field. |
36
|
|
Line is longer than 80 characters. |
55
|
|
'(' is followed by whitespace. |
55
|
|
Parameter params should be final. |
55
|
|
')' is preceded with whitespace. |
55
|
|
Expected @throws tag for 'CmdLineException'. |
55
|
|
Missing a Javadoc comment. |
64
|
|
Parameter rb should be final. |
64
|
|
'if' construct must use '{}'s. |
66
|
|
'if' is not followed by whitespace. |
66
|
|
'==' is not preceded with whitespace. |
66
|
|
'==' is not followed by whitespace. |
66
|
|
'if' construct must use '{}'s. |
68
|
|
'if' is not followed by whitespace. |
68
|
|
'==' is not preceded with whitespace. |
68
|
|
'==' is not followed by whitespace. |
68
|
|
'if' is not followed by whitespace. |
70
|
|
'!=' is not preceded with whitespace. |
70
|
|
'!=' is not followed by whitespace. |
70
|
|
'if' construct must use '{}'s. |
72
|
|
'if' is not followed by whitespace. |
72
|
|
'!=' is not preceded with whitespace. |
72
|
|
'!=' is not followed by whitespace. |
72
|
org/kohsuke/args4j/spi/Parameters.java
| Error |
Line |
|
Line does not match expected header line of 'Copyright (c) 2003, Kohsuke Kawaguchi'. |
1
|
|
Line is longer than 80 characters. |
16
|
|
Parameter idx should be final. |
36
|
|
Expected @throws tag for 'CmdLineException'. |
36
|
|
Expected an @return tag. |
56
|
|
Method 'getIntParameter' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Parameter idx should be final. |
56
|
|
Expected @param tag for 'idx'. |
56
|
|
'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 followed by whitespace. |
61
|
org/kohsuke/args4j/spi/Setter.java
| Error |
Line |
|
Got an exception - expecting EOF, found 'Class' |
0
|
org/kohsuke/args4j/spi/StopOptionHandler.java
| Error |
Line |
|
Line does not match expected header line of 'Copyright (c) 2003, Kohsuke Kawaguchi'. |
1
|
|
Line is longer than 80 characters. |
29
|
|
Line is longer than 80 characters. |
30
|
|
Line is longer than 80 characters. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Parameter parser should be final. |
35
|
|
Parameter option should be final. |
35
|
|
Parameter setter should be final. |
35
|
|
Method 'parseArguments' is not designed for extension - needs to be abstract, final or empty. |
39
|
|
Missing a Javadoc comment. |
39
|
|
Parameter params should be final. |
39
|
|
'for' is not followed by whitespace. |
41
|
|
'(' is followed by whitespace. |
41
|
|
'=' is not preceded with whitespace. |
41
|
|
'=' is not followed by whitespace. |
41
|
|
'<' is not preceded with whitespace. |
41
|
|
'<' is not followed by whitespace. |
41
|
|
')' is preceded with whitespace. |
41
|
|
Method 'getDefaultMetaVariable' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Missing a Javadoc comment. |
47
|
org/kohsuke/args4j/spi/StringOptionHandler.java
| Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line is longer than 80 characters. |
13
|
|
Missing a Javadoc comment. |
13
|
|
Parameter parser should be final. |
13
|
|
Parameter option should be final. |
13
|
|
Parameter setter should be final. |
13
|
|
Method 'parseArguments' is not designed for extension - needs to be abstract, final or empty. |
17
|
|
Missing a Javadoc comment. |
17
|
|
Parameter params should be final. |
17
|
|
Method 'getDefaultMetaVariable' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|