Checkstyle Results
The following document contains the results of
Checkstyle.
Summary
Files | Infos | Warnings | Errors |
51 | 0 | 0 | 559 |
Files
nl/toolforge/karma/cli/CLI.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
21
|
| Missing a Javadoc comment. |
28
|
| Parameter args should be final. |
36
|
| '3' is a magic number. |
41
|
| '+' is not preceded with whitespace. |
44
|
| '+' is not followed by whitespace. |
44
|
| '+' is not preceded with whitespace. |
49
|
| '+' is not followed by whitespace. |
49
|
| Line is longer than 80 characters. |
51
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
58
|
| Must have at least one statement. |
62
|
| Line is longer than 80 characters. |
79
|
| Line has trailing spaces. |
96
|
| Line is longer than 80 characters. |
97
|
| Line has trailing spaces. |
98
|
| Line is longer than 80 characters. |
100
|
| Avoid inline conditionals. |
100
|
| Line is longer than 80 characters. |
101
|
| Line is longer than 80 characters. |
102
|
| Line has trailing spaces. |
105
|
| Line has trailing spaces. |
108
|
nl/toolforge/karma/cli/FireAway.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
6
|
| Line is longer than 80 characters. |
7
|
| Utility classes should not have a public or default constructor. |
13
|
| Missing a Javadoc comment. |
15
|
| Missing a Javadoc comment. |
17
|
| Parameter args should be final. |
17
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
| '(' is followed by whitespace. |
31
|
| ')' is preceded with whitespace. |
31
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| Line is longer than 80 characters. |
37
|
| '(' is followed by whitespace. |
39
|
| '+' is not preceded with whitespace. |
39
|
| '+' is not followed by whitespace. |
39
|
| '+' is not preceded with whitespace. |
39
|
| '+' is not followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '+' is not preceded with whitespace. |
40
|
| '+' is not followed by whitespace. |
40
|
| '+' is not preceded with whitespace. |
48
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| Line is longer than 80 characters. |
61
|
| '+' is not preceded with whitespace. |
64
|
| '+' is not followed by whitespace. |
64
|
| '-' is not preceded with whitespace. |
64
|
| '-' is not followed by whitespace. |
64
|
| '-' is not preceded with whitespace. |
67
|
| '-' is not followed by whitespace. |
67
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| Missing a Javadoc comment. |
76
|
| Line is longer than 80 characters. |
77
|
| Line is longer than 80 characters. |
80
|
| Line is longer than 80 characters. |
81
|
| Line is longer than 80 characters. |
84
|
| Line is longer than 80 characters. |
85
|
nl/toolforge/karma/cli/HistoryManager.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
25
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
41
|
| Parameter maxHistoryItems should be final. |
41
|
| 'maxHistoryItems' hides a field. |
41
|
| Line is longer than 80 characters. |
42
|
| Avoid inline conditionals. |
42
|
| Parameter commandLine should be final. |
51
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
69
|
nl/toolforge/karma/cli/HistoryManagerTest.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Method 'testConstructor' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Missing a Javadoc comment. |
29
|
| '10' is a magic number. |
31
|
| Missing a Javadoc comment. |
35
|
nl/toolforge/karma/cli/NoWorkingContextException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
4
|
| Line is longer than 80 characters. |
7
|
| Missing a Javadoc comment. |
11
|
| Parameter message should be final. |
11
|
nl/toolforge/karma/cli/cmd/CLICommandResponseHandler.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
26
|
| Method 'commandStarted' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Parameter event should be final. |
37
|
| Method 'commandFinished' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Parameter event should be final. |
46
|
| Method 'messageLogged' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter event should be final. |
55
|
nl/toolforge/karma/cli/cmd/ConsoleCommandResponseHandler.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
33
|
| Line is longer than 80 characters. |
36
|
| Parameter karmaConsole should be final. |
40
|
| 'karmaConsole' hides a field. |
40
|
| Method 'commandStarted' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Parameter event should be final. |
49
|
| Method 'commandFinished' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter event should be final. |
58
|
| Method 'messageLogged' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter event should be final. |
67
|
nl/toolforge/karma/cli/cmd/ExitCleanImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter descriptor should be final. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
35
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
nl/toolforge/karma/cli/cmd/HelpImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
41
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
45
|
| Parameter descriptor should be final. |
45
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Line is longer than 80 characters. |
64
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
73
|
| Line is longer than 80 characters. |
75
|
| Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. |
90
|
nl/toolforge/karma/cli/cmd/ListLocations.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
26
|
| Parameter descriptor should be final. |
26
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| '11' is a magic number. |
41
|
| '5' is a magic number. |
42
|
| '51' is a magic number. |
43
|
| '98' is a magic number. |
45
|
| Line is longer than 80 characters. |
51
|
| '14' is a magic number. |
51
|
| Line is longer than 80 characters. |
52
|
| '10' is a magic number. |
52
|
| Line is longer than 80 characters. |
53
|
| '69' is a magic number. |
53
|
| Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
nl/toolforge/karma/cli/cmd/ListManifestsImpl.java
Error | Line |
| File does not end with a newline. |
0
|
nl/toolforge/karma/cli/cmd/ListManifestsImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Missing a Javadoc comment. |
47
|
| Line is longer than 80 characters. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter descriptor should be final. |
49
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Line is longer than 80 characters. |
71
|
| '+' is not preceded with whitespace. |
71
|
| '+' is not followed by whitespace. |
71
|
| Name 'MAX_TYPE_LENGTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
74
|
| '13' is a magic number. |
74
|
| Name 'MAX_NAME_LENGTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
77
|
| '30' is a magic number. |
77
|
| '13' is a magic number. |
79
|
| '32' is a magic number. |
80
|
| '71' is a magic number. |
81
|
| Line is longer than 80 characters. |
90
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
93
|
| Line is longer than 80 characters. |
94
|
| Line is longer than 80 characters. |
96
|
| Line is longer than 80 characters. |
106
|
| Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
nl/toolforge/karma/cli/cmd/SelectManifestImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
34
|
| Parameter descriptor should be final. |
34
|
| Line is longer than 80 characters. |
39
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Expected @throws tag for 'CommandException'. |
42
|
| Line contains a tab character. |
48
|
| Line is longer than 80 characters. |
50
|
nl/toolforge/karma/cli/cmd/SetWorkingContext.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
21
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
30
|
| Parameter descriptor should be final. |
30
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
56
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
76
|
| Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
nl/toolforge/karma/cli/cmd/StartWorkImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Missing a Javadoc comment. |
30
|
| Parameter descriptor should be final. |
30
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
nl/toolforge/karma/cli/cmd/StopWorkImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Missing a Javadoc comment. |
30
|
| Parameter descriptor should be final. |
30
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
nl/toolforge/karma/cli/cmd/UpdateAllModulesImpl.java
Error | Line |
| File does not end with a newline. |
0
|
nl/toolforge/karma/cli/cmd/UpdateAllModulesImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
34
|
| Parameter descriptor should be final. |
34
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
nl/toolforge/karma/cli/cmd/UpdateModuleImpl.java
Error | Line |
| File does not end with a newline. |
0
|
nl/toolforge/karma/cli/cmd/UpdateModuleImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
26
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
34
|
| Parameter descriptor should be final. |
34
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
nl/toolforge/karma/cli/cmd/ViewManifestImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Parameter descriptor should be final. |
42
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Expected @throws tag for 'CommandException'. |
49
|
| Line is longer than 80 characters. |
51
|
| '45' is a magic number. |
76
|
| '8' is a magic number. |
77
|
| '7' is a magic number. |
78
|
| '9' is a magic number. |
79
|
| '7' is a magic number. |
80
|
| '15' is a magic number. |
81
|
| '10' is a magic number. |
82
|
| '155' is a magic number. |
84
|
| Line is longer than 80 characters. |
91
|
| '45' is a magic number. |
91
|
| Line is longer than 80 characters. |
92
|
| '8' is a magic number. |
92
|
| Line is longer than 80 characters. |
93
|
| '7' is a magic number. |
93
|
| Line is longer than 80 characters. |
94
|
| '3' is a magic number. |
94
|
| '9' is a magic number. |
94
|
| '3' is a magic number. |
94
|
| Line is longer than 80 characters. |
95
|
| '4' is a magic number. |
95
|
| '7' is a magic number. |
95
|
| '4' is a magic number. |
95
|
| Line is longer than 80 characters. |
96
|
| '5' is a magic number. |
96
|
| '15' is a magic number. |
96
|
| '5' is a magic number. |
96
|
| Line is longer than 80 characters. |
97
|
| '6' is a magic number. |
97
|
| '10' is a magic number. |
97
|
| '6' is a magic number. |
97
|
| '7' is a magic number. |
98
|
| '45' is a magic number. |
113
|
| '8' is a magic number. |
114
|
| '7' is a magic number. |
115
|
| '9' is a magic number. |
116
|
| '7' is a magic number. |
117
|
| '35' is a magic number. |
118
|
| '155' is a magic number. |
120
|
| Line is longer than 80 characters. |
126
|
| '45' is a magic number. |
126
|
| Line is longer than 80 characters. |
127
|
| '8' is a magic number. |
127
|
| Line is longer than 80 characters. |
128
|
| '7' is a magic number. |
128
|
| Line is longer than 80 characters. |
129
|
| '3' is a magic number. |
129
|
| '9' is a magic number. |
129
|
| '3' is a magic number. |
129
|
| Line is longer than 80 characters. |
130
|
| '4' is a magic number. |
130
|
| '7' is a magic number. |
130
|
| '4' is a magic number. |
130
|
| Line is longer than 80 characters. |
132
|
| '6' is a magic number. |
132
|
| '35' is a magic number. |
132
|
| '6' is a magic number. |
132
|
| '7' is a magic number. |
133
|
| Line is longer than 80 characters. |
138
|
| Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Missing a Javadoc comment. |
147
|
nl/toolforge/karma/cli/cmd/ViewModuleHistory.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Missing a Javadoc comment. |
53
|
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
53
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
57
|
| Parameter descriptor should be final. |
57
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| ',' is not followed by whitespace. |
73
|
| Line has trailing spaces. |
77
|
| Line is longer than 80 characters. |
77
|
| Line is longer than 80 characters. |
81
|
| Name 'MAX_DATETIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
103
|
| Name 'MAX_COMMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
104
|
| '18' is a magic number. |
106
|
| '15' is a magic number. |
107
|
| '8' is a magic number. |
108
|
| Line is longer than 80 characters. |
109
|
| '100' is a magic number. |
112
|
| Line is longer than 80 characters. |
121
|
| '18' is a magic number. |
121
|
| Line is longer than 80 characters. |
122
|
| '15' is a magic number. |
122
|
| Line is longer than 80 characters. |
123
|
| '8' is a magic number. |
123
|
| Line has trailing spaces. |
124
|
| Line is longer than 80 characters. |
125
|
| Line has trailing spaces. |
126
|
| Line is longer than 80 characters. |
127
|
| '+' is not preceded with whitespace. |
135
|
| '+' is not followed by whitespace. |
135
|
| Line is longer than 80 characters. |
138
|
| Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
nl/toolforge/karma/cli/cmd/ViewWorkingContextsImpl.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
17
|
| Missing a Javadoc comment. |
21
|
| Missing a Javadoc comment. |
23
|
| Parameter descriptor should be final. |
23
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
nl/toolforge/karma/cli/cmd/package.html
Error | Line |
| Missing package documentation file. | 0 |
nl/toolforge/karma/console/CommandRenderer.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
39
|
| Variable 'commands' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
43
|
| '{' is not followed by whitespace. |
43
|
| '}' is not preceded with whitespace. |
43
|
| Line is longer than 80 characters. |
51
|
| Parameter commandName should be final. |
51
|
| Expected @throws tag for 'CommandLoadException'. |
51
|
| Expected @throws tag for 'CommandException'. |
51
|
| Line is longer than 80 characters. |
61
|
| Line is longer than 80 characters. |
64
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
70
|
| Line is longer than 80 characters. |
80
|
| Line is longer than 80 characters. |
83
|
| Parameter commandDescriptors should be final. |
86
|
| Line is longer than 80 characters. |
97
|
| Line is longer than 80 characters. |
107
|
| Missing a Javadoc comment. |
107
|
| Parameter descriptor should be final. |
107
|
| Parameter options should be final. |
107
|
| Parameter showOptions should be final. |
107
|
| Parameter showHelp should be final. |
107
|
| Line is longer than 80 characters. |
110
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| Line is longer than 80 characters. |
114
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| Line is longer than 80 characters. |
137
|
| Line is longer than 80 characters. |
139
|
| Line is longer than 80 characters. |
152
|
| '120' is a magic number. |
153
|
nl/toolforge/karma/console/ConfigurationException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
3
|
| Missing a Javadoc comment. |
4
|
| Parameter message should be final. |
4
|
| Parameter cause should be final. |
4
|
| Missing a Javadoc comment. |
8
|
| Parameter message should be final. |
8
|
nl/toolforge/karma/console/Configurator.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Line is longer than 80 characters. |
46
|
| Parameter context should be final. |
46
|
| 'context' hides a field. |
46
|
| Expected @param tag for 'context'. |
46
|
| Parameter config should be final. |
46
|
| 'config' hides a field. |
46
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
80
|
| Line is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
93
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
103
|
| Line is longer than 80 characters. |
112
|
| Missing a Javadoc comment. |
118
|
| Name 'DEFAULT_PROJECT_BASE_DIR' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
120
|
| Line is longer than 80 characters. |
121
|
| Line is longer than 80 characters. |
131
|
| Line is longer than 80 characters. |
141
|
| Line is longer than 80 characters. |
145
|
| Avoid inline conditionals. |
145
|
| Line is longer than 80 characters. |
147
|
| Line is longer than 80 characters. |
152
|
| Expected an @return tag. |
163
|
| Line is longer than 80 characters. |
163
|
| Parameter mStore should be final. |
163
|
| Expected @param tag for 'mStore'. |
163
|
| Expected @throws tag for 'IOException'. |
163
|
| Empty statement. |
165
|
| Line is longer than 80 characters. |
187
|
| Line is longer than 80 characters. |
204
|
| Line is longer than 80 characters. |
214
|
| Missing a Javadoc comment. |
214
|
| Parameter lStore should be final. |
214
|
| Line is longer than 80 characters. |
238
|
| Line is longer than 80 characters. |
255
|
| Line is longer than 80 characters. |
264
|
| Missing a Javadoc comment. |
264
|
| Parameter cvs should be final. |
264
|
| Parameter store should be final. |
264
|
| Avoid inline conditionals. |
273
|
| Line is longer than 80 characters. |
276
|
| Avoid inline conditionals. |
278
|
| Avoid inline conditionals. |
288
|
| Line is longer than 80 characters. |
290
|
| Avoid inline conditionals. |
299
|
| Avoid inline conditionals. |
306
|
| Avoid inline conditionals. |
312
|
| Line is longer than 80 characters. |
314
|
| Avoid inline conditionals. |
326
|
| Line is longer than 80 characters. |
327
|
| Avoid inline conditionals. |
329
|
| Line is longer than 80 characters. |
330
|
| Line is longer than 80 characters. |
343
|
| Line is longer than 80 characters. |
344
|
| Line is longer than 80 characters. |
356
|
| Line is longer than 80 characters. |
364
|
| Missing a Javadoc comment. |
364
|
| Parameter cvs should be final. |
364
|
| Line is longer than 80 characters. |
368
|
| Line is longer than 80 characters. |
370
|
| Line is longer than 80 characters. |
378
|
| Avoid inline conditionals. |
378
|
| Line is longer than 80 characters. |
384
|
| Avoid inline conditionals. |
386
|
| Line is longer than 80 characters. |
391
|
| Line is longer than 80 characters. |
394
|
| Avoid inline conditionals. |
394
|
| Line is longer than 80 characters. |
402
|
| Missing a Javadoc comment. |
407
|
| Parameter text should be final. |
407
|
| Missing a Javadoc comment. |
411
|
| Parameter text should be final. |
411
|
nl/toolforge/karma/console/KarmaConsole.java
Error | Line |
| Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. |
1
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
49
|
| Missing a Javadoc comment. |
55
|
| Line is longer than 80 characters. |
57
|
| Missing a Javadoc comment. |
57
|
| Name 'FRONTEND_MESSAGES' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
60
|
| Missing a Javadoc comment. |
61
|
| Missing a Javadoc comment. |
63
|
| '{' is not followed by whitespace. |
63
|
| '}' is not preceded with whitespace. |
63
|
| Method length is 212 lines (max allowed is 150). |
71
|
| Parameter args should be final. |
71
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| Line is longer than 80 characters. |
100
|
| '+' should be on a new line. |
106
|
| '+' should be on a new line. |
107
|
| '+' should be on a new line. |
108
|
| '+' should be on a new line. |
109
|
| '+' should be on a new line. |
110
|
| '+' should be on a new line. |
111
|
| '+' should be on a new line. |
112
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
123
|
| Must have at least one statement. |
131
|
| '{' is not followed by whitespace. |
131
|
| '}' is not preceded with whitespace. |
131
|
| Line is longer than 80 characters. |
143
|
| Line is longer than 80 characters. |
146
|
| Line is longer than 80 characters. |
150
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
158
|
| Line is longer than 80 characters. |
162
|
| ')' is preceded with whitespace. |
162
|
| Line is longer than 80 characters. |
168
|
| Line is longer than 80 characters. |
173
|
| Avoid inline conditionals. |
175
|
| Line is longer than 80 characters. |
182
|
| Line is longer than 80 characters. |
188
|
| Line is longer than 80 characters. |
211
|
| Line is longer than 80 characters. |
213
|
| Line is longer than 80 characters. |
217
|
| Line is longer than 80 characters. |
226
|
| Line is longer than 80 characters. |
227
|
| Line is longer than 80 characters. |
236
|
| Must have at least one statement. |
262
|
| Line has trailing spaces. |
270
|
| Line is longer than 80 characters. |
271
|
| Line has trailing spaces. |
272
|
| Line is longer than 80 characters. |
274
|
| Avoid inline conditionals. |
274
|
| Line is longer than 80 characters. |
275
|
| Line is longer than 80 characters. |
276
|
| Line has trailing spaces. |
279
|
| First sentence should end with a period. |
285
|
| Line is longer than 80 characters. |
286
|
| Expected an @return tag. |
288
|
| Line is longer than 80 characters. |
292
|
| Avoid inline conditionals. |
292
|
| '+' should be on a new line. |
295
|
| '+' should be on a new line. |
296
|
| Line is longer than 80 characters. |
297
|
| Missing a Javadoc comment. |
300
|
| Parameter text should be final. |
300
|
| Missing a Javadoc comment. |
304
|
| Parameter text should be final. |
304
|
| Missing a Javadoc comment. |
308
|
nl/toolforge/karma/console/package.html
Error | Line |
| Missing package documentation file. | 0 |