Checkstyle Results
The following document contains the results of
Checkstyle.
Summary
| Files | Infos | Warnings | Errors |
| 29 | 0 | 0 | 923 |
Files
mx/com/itbrain/ucdd/AppData.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - java.util.ArrayList. |
3
|
| Unused import - java.util.Iterator. |
4
|
| Unused import - java.util.List. |
5
|
| '{' should be on the previous line. |
13
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
15
|
| Missing a Javadoc comment. |
16
|
| First sentence should end with a period. |
18
|
| '{' should be on the previous line. |
22
|
| First sentence should end with a period. |
25
|
| Expected an @return tag. |
28
|
| Method 'getUsecases' is not designed for extension - needs to be abstract, final or empty. |
28
|
| '{' should be on the previous line. |
29
|
| 'cast' is not followed by whitespace. |
31
|
| Line has trailing spaces. |
33
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Parameter name should be final. |
37
|
| 'name' hides a field. |
37
|
| Expected @param tag for 'name'. |
37
|
| Line has trailing spaces. |
38
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Line has trailing spaces. |
48
|
| Method 'getUsecase' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter id should be final. |
53
|
| Expected @param tag for 'id'. |
53
|
| '{' should be on the previous line. |
54
|
| 'for' is not followed by whitespace. |
55
|
| 'cast' is not followed by whitespace. |
56
|
| 'if' construct must use '{}'s. |
57
|
| Expected an @return tag. |
67
|
| Method 'addUsecase' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter attrib should be final. |
67
|
| Expected @param tag for 'attrib'. |
67
|
| '{' should be on the previous line. |
68
|
| First sentence should end with a period. |
74
|
| Method 'addUsecase' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter uc should be final. |
78
|
| Expected @param tag for 'uc'. |
78
|
| '{' should be on the previous line. |
79
|
| Expected an @return tag. |
87
|
| Method 'getClassDefs' is not designed for extension - needs to be abstract, final or empty. |
87
|
| 'cast' is not followed by whitespace. |
89
|
| Expected an @return tag. |
95
|
| Method 'getClassDef' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Parameter name should be final. |
95
|
| 'name' hides a field. |
95
|
| Expected @param tag for 'name'. |
95
|
| '{' should be on the previous line. |
96
|
| 'for' is not followed by whitespace. |
97
|
| 'cast' is not followed by whitespace. |
98
|
| 'if' construct must use '{}'s. |
99
|
| Expected an @return tag. |
109
|
| Method 'addClassDef' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter attrib should be final. |
109
|
| Expected @param tag for 'attrib'. |
109
|
| Expected an @return tag. |
117
|
| Method 'addClassDef' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Parameter cd should be final. |
117
|
| Expected @param tag for 'cd'. |
117
|
| Method 'makeCrossReferences' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Array brackets at illegal position. |
128
|
| 'for' is not followed by whitespace. |
129
|
| 'for' is not followed by whitespace. |
132
|
| '}' should be on the same line. |
140
|
| '+' is not preceded with whitespace. |
142
|
| '+' is not followed by whitespace. |
142
|
| '}' should be on the same line. |
147
|
| '+' is not preceded with whitespace. |
149
|
| '+' is not followed by whitespace. |
149
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Parameter msg should be final. |
158
|
| Expected @param tag for 'msg'. |
158
|
| Expected an @return tag. |
166
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
166
|
| '{' should be on the previous line. |
167
|
| 'for' is not followed by whitespace. |
171
|
| 'cast' is not followed by whitespace. |
172
|
| 'for' is not followed by whitespace. |
175
|
| 'cast' is not followed by whitespace. |
176
|
mx/com/itbrain/ucdd/CRCGenerator.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - java.util.Iterator. |
7
|
| First sentence should end with a period. |
9
|
| '{' should be on the previous line. |
14
|
| First sentence should end with a period. |
16
|
| '{' should be on the previous line. |
20
|
| First sentence should end with a period. |
23
|
| Method 'createCRCs' is not designed for extension - needs to be abstract, final or empty. |
28
|
| '(' is followed by whitespace. |
28
|
| Parameter dir should be final. |
28
|
| Parameter ad should be final. |
28
|
| ')' is preceded with whitespace. |
28
|
| '{' should be on the previous line. |
29
|
| 'for' is not followed by whitespace. |
31
|
| '(' is followed by whitespace. |
31
|
| ';' is preceded with whitespace. |
31
|
| ';' is preceded with whitespace. |
31
|
| ')' is preceded with whitespace. |
31
|
| '{' is not preceded with whitespace. |
31
|
| '+' is not preceded with whitespace. |
33
|
| '+' is not followed by whitespace. |
33
|
| Method 'createCRC' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Parameter file should be final. |
43
|
| Parameter cd should be final. |
43
|
| '{' is not preceded with whitespace. |
43
|
| '{' should be on the previous line. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '}' should be on the same line. |
49
|
| 'catch' is not followed by whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| Method 'printCRC' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter out should be final. |
61
|
| Parameter cd should be final. |
61
|
| '{' should be on the previous line. |
62
|
| '+' is not preceded with whitespace. |
67
|
| '+' is not followed by whitespace. |
67
|
| '+' is not preceded with whitespace. |
67
|
| '+' is not followed by whitespace. |
67
|
| '+' is not preceded with whitespace. |
72
|
| '+' is not followed by whitespace. |
72
|
| '+' is not preceded with whitespace. |
72
|
| '+' is not followed by whitespace. |
72
|
| Parameter out should be final. |
88
|
| Parameter cd should be final. |
88
|
| '{' should be on the previous line. |
89
|
| 'for' is not followed by whitespace. |
93
|
| '{' should be on the previous line. |
94
|
| '+' is not preceded with whitespace. |
95
|
| '+' is not followed by whitespace. |
95
|
| Parameter out should be final. |
106
|
| Parameter cd should be final. |
106
|
| '{' should be on the previous line. |
107
|
| 'for' is not followed by whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| '+' is not preceded with whitespace. |
113
|
| '+' is not followed by whitespace. |
113
|
| Parameter out should be final. |
124
|
| Parameter cd should be final. |
124
|
| '{' should be on the previous line. |
125
|
| 'for' is not followed by whitespace. |
129
|
| '{' should be on the previous line. |
130
|
| '+' is not preceded with whitespace. |
132
|
| '+' is not followed by whitespace. |
132
|
| '+' is not preceded with whitespace. |
132
|
| '+' is not followed by whitespace. |
132
|
| First sentence should end with a period. |
138
|
| Method 'createIndex' is not designed for extension - needs to be abstract, final or empty. |
143
|
| '(' is followed by whitespace. |
143
|
| Parameter dir should be final. |
143
|
| Parameter ad should be final. |
143
|
| ')' is preceded with whitespace. |
143
|
| '{' should be on the previous line. |
144
|
| '{' should be on the previous line. |
146
|
| '}' should be on the same line. |
151
|
| 'catch' is not followed by whitespace. |
152
|
| '{' should be on the previous line. |
153
|
| First sentence should end with a period. |
158
|
| Method 'printIndex' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Parameter out should be final. |
163
|
| Parameter ad should be final. |
163
|
| '{' should be on the previous line. |
164
|
| '+' is not preceded with whitespace. |
169
|
| '+' is not followed by whitespace. |
169
|
| '+' is not preceded with whitespace. |
169
|
| '+' is not followed by whitespace. |
169
|
| 'for' is not followed by whitespace. |
177
|
| '(' is followed by whitespace. |
177
|
| ';' is preceded with whitespace. |
177
|
| ';' is preceded with whitespace. |
177
|
| ')' is preceded with whitespace. |
177
|
| '{' is not preceded with whitespace. |
177
|
| '+' is not preceded with whitespace. |
180
|
| '+' is not followed by whitespace. |
180
|
| '+' is not preceded with whitespace. |
180
|
| '+' is not followed by whitespace. |
180
|
| Expected an @return tag. |
191
|
| Parameter className should be final. |
191
|
| Expected @param tag for 'className'. |
191
|
| '{' should be on the previous line. |
192
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
mx/com/itbrain/ucdd/ClassDef.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
11
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Parameter attrib should be final. |
26
|
| Expected @param tag for 'attrib'. |
26
|
| Method 'setAppData' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Parameter anAppData should be final. |
34
|
| Expected @param tag for 'anAppData'. |
34
|
| Expected an @return tag. |
42
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Parameter aName should be final. |
49
|
| Expected @param tag for 'aName'. |
49
|
| Expected an @return tag. |
57
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter aType should be final. |
64
|
| Expected @param tag for 'aType'. |
64
|
| Expected an @return tag. |
71
|
| Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter attrib should be final. |
71
|
| Expected @param tag for 'attrib'. |
71
|
| Expected an @return tag. |
79
|
| Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter obj should be final. |
79
|
| Expected @param tag for 'obj'. |
79
|
| Expected an @return tag. |
87
|
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. |
87
|
| 'cast' is not followed by whitespace. |
89
|
| Method 'addResponsability' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Parameter msg should be final. |
95
|
| Expected @param tag for 'msg'. |
95
|
| 'if' construct must use '{}'s. |
96
|
| Expected an @return tag. |
103
|
| Method 'getResponsabilities' is not designed for extension - needs to be abstract, final or empty. |
103
|
| 'cast' is not followed by whitespace. |
105
|
| Expected an @return tag. |
111
|
| Method 'getResponsability' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter msg should be final. |
111
|
| Expected @param tag for 'msg'. |
111
|
| 'if' construct must use '{}'s. |
113
|
| 'cast' is not followed by whitespace. |
114
|
| 'else' construct must use '{}'s. |
115
|
| Method 'addCollaborator' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Parameter collab should be final. |
122
|
| Expected @param tag for 'collab'. |
122
|
| 'if' construct must use '{}'s. |
123
|
| Expected an @return tag. |
130
|
| Method 'getCollaborators' is not designed for extension - needs to be abstract, final or empty. |
130
|
| 'cast' is not followed by whitespace. |
132
|
| Expected an @return tag. |
138
|
| Method 'getCollaborator' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Parameter collab should be final. |
138
|
| Expected @param tag for 'collab'. |
138
|
| 'if' construct must use '{}'s. |
140
|
| 'cast' is not followed by whitespace. |
141
|
| 'else' construct must use '{}'s. |
142
|
mx/com/itbrain/ucdd/ClassParser.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on the previous line. |
17
|
| Missing a Javadoc comment. |
18
|
| Missing a Javadoc comment. |
19
|
| Missing a Javadoc comment. |
20
|
| Missing a Javadoc comment. |
22
|
| Missing a Javadoc comment. |
23
|
| Line has trailing spaces. |
25
|
| First sentence should end with a period. |
26
|
| Parameter ad should be final. |
29
|
| Expected @param tag for 'ad'. |
29
|
| '{' should be on the previous line. |
30
|
| First sentence should end with a period. |
36
|
| Expected an @return tag. |
40
|
| Method 'parseFile' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter xmlFile should be final. |
40
|
| Expected @param tag for 'xmlFile'. |
40
|
| '{' should be on the previous line. |
41
|
| '{' should be on the previous line. |
43
|
| '{' should be on the previous line. |
63
|
| '}' should be on the same line. |
66
|
| '{' should be on the previous line. |
68
|
| '}' should be on the same line. |
71
|
| '{' should be on the previous line. |
73
|
| Line has trailing spaces. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| Method 'startElement' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter uri should be final. |
89
|
| Expected @param tag for 'uri'. |
89
|
| Parameter localName should be final. |
89
|
| Expected @param tag for 'localName'. |
89
|
| Parameter rawName should be final. |
89
|
| Expected @param tag for 'rawName'. |
89
|
| Parameter attributes should be final. |
90
|
| Expected @param tag for 'attributes'. |
90
|
| '{' should be on the previous line. |
91
|
| '{' should be on the previous line. |
93
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '+' is not preceded with whitespace. |
97
|
| '+' is not followed by whitespace. |
97
|
| '+' is not preceded with whitespace. |
98
|
| '+' is not followed by whitespace. |
98
|
| '+' is not preceded with whitespace. |
99
|
| '+' is not followed by whitespace. |
99
|
| '}' should be on the same line. |
104
|
| 'if' construct must use '{}'s. |
106
|
| Line has trailing spaces. |
106
|
| '}' should be on the same line. |
110
|
| 'catch' is not followed by whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| Method 'characters' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter ch should be final. |
120
|
| Expected @param tag for 'ch'. |
120
|
| Parameter start should be final. |
120
|
| Expected @param tag for 'start'. |
120
|
| Parameter length should be final. |
120
|
| Expected @param tag for 'length'. |
120
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| Line has trailing spaces. |
126
|
| Method 'endElement' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Parameter uri should be final. |
137
|
| Expected @param tag for 'uri'. |
137
|
| Parameter localName should be final. |
137
|
| Expected @param tag for 'localName'. |
137
|
| Parameter rawName should be final. |
137
|
| Expected @param tag for 'rawName'. |
137
|
| '{' should be on the previous line. |
139
|
| '+' is not preceded with whitespace. |
142
|
| '+' is not followed by whitespace. |
142
|
| '+' is not preceded with whitespace. |
143
|
| '+' is not followed by whitespace. |
143
|
| '+' is not preceded with whitespace. |
144
|
| '+' is not followed by whitespace. |
144
|
| '}' should be on the same line. |
149
|
| '}' should be on the same line. |
153
|
| 'catch' is not followed by whitespace. |
154
|
| '{' should be on the previous line. |
155
|
| Unused @throws tag for 'spe'. |
164
|
| Method 'warning' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Parameter spe should be final. |
167
|
| Expected @param tag for 'spe'. |
167
|
| '{' should be on the previous line. |
168
|
| '+' should be on a new line. |
169
|
| '+' should be on a new line. |
170
|
| Unused @throws tag for 'spe'. |
177
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Parameter spe should be final. |
180
|
| Expected @param tag for 'spe'. |
180
|
| '{' should be on the previous line. |
181
|
| '+' should be on a new line. |
182
|
| '+' should be on a new line. |
183
|
| Unused @throws tag for 'spe'. |
190
|
| Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Parameter spe should be final. |
193
|
| Expected @param tag for 'spe'. |
193
|
| '{' should be on the previous line. |
194
|
| '+' should be on a new line. |
195
|
| '+' should be on a new line. |
196
|
mx/com/itbrain/ucdd/Compiler.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
4
|
| Missing a Javadoc comment. |
6
|
| Missing a Javadoc comment. |
8
|
| Missing a Javadoc comment. |
10
|
| Method 'setInputDir' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Parameter dir should be final. |
21
|
| Expected @param tag for 'dir'. |
21
|
| Method 'setOutputDir' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Parameter dir should be final. |
28
|
| Expected @param tag for 'dir'. |
28
|
| Expected an @return tag. |
36
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
49
|
| '{' should be on the previous line. |
50
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| Missing a Javadoc comment. |
63
|
| 'public' modifier out of order with the JLS suggestions. |
63
|
| Parameter dirName should be final. |
63
|
| '{' should be on the previous line. |
64
|
| '{' should be on the previous line. |
67
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| '}' should be on the same line. |
70
|
| '{' should be on the previous line. |
72
|
| '{' should be on the previous line. |
74
|
| 'public' modifier out of order with the JLS suggestions. |
85
|
| Parameter args should be final. |
85
|
| Expected @param tag for 'args'. |
85
|
| '{' should be on the previous line. |
86
|
| 'while' is not followed by whitespace. |
89
|
| '{' should be on the previous line. |
90
|
| '{' should be on the previous line. |
92
|
| '}' should be on the same line. |
95
|
| '{' should be on the previous line. |
97
|
| '}' should be on the same line. |
100
|
| '{' should be on the previous line. |
102
|
| Parameter ad should be final. |
114
|
| Expected @param tag for 'ad'. |
114
|
| '{' should be on the previous line. |
115
|
| Parameter ad should be final. |
123
|
| Expected @param tag for 'ad'. |
123
|
| '{' should be on the previous line. |
124
|
| 'for' is not followed by whitespace. |
129
|
| Line contains a tab character. |
133
|
| '+' is not preceded with whitespace. |
133
|
| '+' is not followed by whitespace. |
133
|
mx/com/itbrain/ucdd/DTDResolver.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - java.io.PrintStream. |
6
|
| Line is longer than 80 characters. |
14
|
| '{' should be on the previous line. |
19
|
| First sentence should end with a period. |
20
|
| Variable 'usecaseDTD' must be private and have accessor methods. |
21
|
| First sentence should end with a period. |
23
|
| Parameter dtdFile should be final. |
26
|
| Expected @param tag for 'dtdFile'. |
26
|
| '{' should be on the previous line. |
27
|
| '{' should be on the previous line. |
29
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
33
|
| '{' should be on the previous line. |
36
|
| '}' should be on the same line. |
39
|
| '{' should be on the previous line. |
41
|
| First sentence should end with a period. |
46
|
| Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter publicId should be final. |
51
|
| Expected @param tag for 'publicId'. |
51
|
| Parameter systemId should be final. |
51
|
| Expected @param tag for 'systemId'. |
51
|
| '{' should be on the previous line. |
52
|
| '+' is not preceded with whitespace. |
53
|
| '+' is not followed by whitespace. |
53
|
| '+' is not preceded with whitespace. |
54
|
| '+' is not followed by whitespace. |
54
|
| '&&' should be on a new line. |
56
|
| '{' should be on the previous line. |
59
|
| '}' should be on the same line. |
62
|
| '{' should be on the previous line. |
64
|
| First sentence should end with a period. |
70
|
| Method 'getInputSource' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter urlString should be final. |
76
|
| Expected @param tag for 'urlString'. |
76
|
| '{' should be on the previous line. |
77
|
| '{' should be on the previous line. |
79
|
| '}' should be on the same line. |
82
|
| '{' should be on the previous line. |
84
|
mx/com/itbrain/ucdd/Section.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
15
|
| Parameter attrib should be final. |
20
|
| Expected @param tag for 'attrib'. |
20
|
| Expected an @return tag. |
26
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter aName should be final. |
33
|
| Expected @param tag for 'aName'. |
33
|
| Expected an @return tag. |
40
|
| Method 'addSequence' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter attrib should be final. |
40
|
| Expected @param tag for 'attrib'. |
40
|
| Expected an @return tag. |
48
|
| Method 'addSequence' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter seq should be final. |
48
|
| Expected @param tag for 'seq'. |
48
|
| Expected an @return tag. |
56
|
| Method 'getSequences' is not designed for extension - needs to be abstract, final or empty. |
56
|
| 'for' is not followed by whitespace. |
58
|
| 'cast' is not followed by whitespace. |
59
|
| 'cast' is not followed by whitespace. |
65
|
| Line has trailing spaces. |
69
|
| Expected an @return tag. |
71
|
| Method 'addText' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter attrib should be final. |
71
|
| Expected @param tag for 'attrib'. |
71
|
| Expected an @return tag. |
79
|
| Method 'addText' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter str should be final. |
79
|
| Expected @param tag for 'str'. |
79
|
| Expected an @return tag. |
88
|
| Method 'getTexts' is not designed for extension - needs to be abstract, final or empty. |
88
|
| 'for' is not followed by whitespace. |
90
|
| 'cast' is not followed by whitespace. |
91
|
| 'cast' is not followed by whitespace. |
97
|
| Line has trailing spaces. |
101
|
| Expected an @return tag. |
104
|
| Method 'getElements' is not designed for extension - needs to be abstract, final or empty. |
104
|
mx/com/itbrain/ucdd/SectionElement.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Expected an @return tag. |
13
|
| Line has trailing spaces. |
13
|
| Redundant 'public' modifier. |
13
|
| Expected an @return tag. |
18
|
| Redundant 'public' modifier. |
18
|
mx/com/itbrain/ucdd/Sequence.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
8
|
| Missing a Javadoc comment. |
15
|
| Parameter attrib should be final. |
20
|
| Expected @param tag for 'attrib'. |
20
|
| Expected an @return tag. |
28
|
| Method 'addStep' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Parameter attrib should be final. |
28
|
| Expected @param tag for 'attrib'. |
28
|
| Expected an @return tag. |
36
|
| Method 'addStep' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Parameter step should be final. |
36
|
| Expected @param tag for 'step'. |
36
|
| Expected an @return tag. |
44
|
| Method 'getSteps' is not designed for extension - needs to be abstract, final or empty. |
44
|
| 'cast' is not followed by whitespace. |
45
|
| Expected an @return tag. |
51
|
| Method 'getRecursiveSteps' is not designed for extension - needs to be abstract, final or empty. |
51
|
| 'for' is not followed by whitespace. |
54
|
| 'cast' is not followed by whitespace. |
55
|
| 'cast' is not followed by whitespace. |
58
|
| Expected an @return tag. |
65
|
| Method 'isSequence' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Expected an @return tag. |
73
|
| Method 'isText' is not designed for extension - needs to be abstract, final or empty. |
73
|
mx/com/itbrain/ucdd/Step.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - java.util.Vector. |
4
|
| Line has trailing spaces. |
8
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
15
|
| Parameter attrib should be final. |
21
|
| Expected @param tag for 'attrib'. |
21
|
| Expected an @return tag. |
28
|
| Method 'getInitiator' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Method 'setInitiator' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter str should be final. |
35
|
| Expected @param tag for 'str'. |
35
|
| Expected an @return tag. |
42
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Parameter str should be final. |
49
|
| Expected @param tag for 'str'. |
49
|
| Expected an @return tag. |
56
|
| Method 'getReceiver' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Method 'setReceiver' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter str should be final. |
63
|
| Expected @param tag for 'str'. |
63
|
mx/com/itbrain/ucdd/Text.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Missing a Javadoc comment. |
10
|
| Parameter c should be final. |
22
|
| Expected @param tag for 'c'. |
22
|
| Expected an @return tag. |
29
|
| Method 'isSequence' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Expected an @return tag. |
36
|
| Method 'isText' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Expected an @return tag. |
43
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
43
|
mx/com/itbrain/ucdd/Usecase.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
7
|
| Missing a Javadoc comment. |
8
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
11
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
15
|
| Parameter attribs should be final. |
26
|
| Expected @param tag for 'attribs'. |
26
|
| Expected an @return tag. |
37
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Expected an @return tag. |
45
|
| Method 'getRisk' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Expected an @return tag. |
54
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Expected an @return tag. |
62
|
| Method 'getProgress' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Expected an @return tag. |
70
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter aName should be final. |
77
|
| Expected @param tag for 'aName'. |
77
|
| Expected an @return tag. |
86
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter aDesc should be final. |
93
|
| Expected @param tag for 'aDesc'. |
93
|
| Method 'setAppData' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter anAppData should be final. |
100
|
| Expected @param tag for 'anAppData'. |
100
|
| Expected an @return tag. |
107
|
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter attrib should be final. |
107
|
| Expected @param tag for 'attrib'. |
107
|
| Expected an @return tag. |
115
|
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter sec should be final. |
115
|
| Expected @param tag for 'sec'. |
115
|
| Expected an @return tag. |
124
|
| Method 'getSections' is not designed for extension - needs to be abstract, final or empty. |
124
|
| 'cast' is not followed by whitespace. |
126
|
| Expected an @return tag. |
133
|
| Method 'getAllSteps' is not designed for extension - needs to be abstract, final or empty. |
133
|
| 'for' is not followed by whitespace. |
136
|
| Array brackets at illegal position. |
137
|
| 'for' is not followed by whitespace. |
138
|
| 'cast' is not followed by whitespace. |
142
|
| Line has trailing spaces. |
144
|
| Expected an @return tag. |
148
|
| Method 'getIdLink' is not designed for extension - needs to be abstract, final or empty. |
148
|
| '{' should be on the previous line. |
149
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| Line has trailing spaces. |
153
|
mx/com/itbrain/ucdd/UsecaseGenerator.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on the previous line. |
14
|
| '{' should be on the previous line. |
20
|
| Method 'createUsecases' is not designed for extension - needs to be abstract, final or empty. |
29
|
| '(' is followed by whitespace. |
29
|
| Parameter dir should be final. |
29
|
| Parameter ad should be final. |
29
|
| ')' is preceded with whitespace. |
29
|
| '{' should be on the previous line. |
30
|
| 'for' is not followed by whitespace. |
32
|
| '(' is followed by whitespace. |
32
|
| ';' is preceded with whitespace. |
32
|
| ';' is preceded with whitespace. |
32
|
| ')' is preceded with whitespace. |
32
|
| '{' should be on the previous line. |
33
|
| '+' is not preceded with whitespace. |
34
|
| '+' is not followed by whitespace. |
34
|
| Method 'createUsecase' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter file should be final. |
44
|
| Parameter uc should be final. |
44
|
| '{' is not preceded with whitespace. |
44
|
| '{' should be on the previous line. |
46
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| '}' should be on the same line. |
50
|
| 'catch' is not followed by whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| Method 'printUsecase' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter out should be final. |
62
|
| Parameter uc should be final. |
62
|
| '{' should be on the previous line. |
63
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| 'for' is not followed by whitespace. |
77
|
| '(' is followed by whitespace. |
77
|
| ';' is preceded with whitespace. |
77
|
| ';' is preceded with whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| Parameter out should be final. |
91
|
| Parameter uc should be final. |
91
|
| '{' should be on the previous line. |
92
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '+' is not preceded with whitespace. |
100
|
| '+' is not followed by whitespace. |
100
|
| '+' is not preceded with whitespace. |
100
|
| '+' is not followed by whitespace. |
100
|
| '+' is not preceded with whitespace. |
104
|
| '+' is not followed by whitespace. |
104
|
| '+' is not preceded with whitespace. |
104
|
| '+' is not followed by whitespace. |
104
|
| '+' is not preceded with whitespace. |
108
|
| '+' is not followed by whitespace. |
108
|
| '+' is not preceded with whitespace. |
108
|
| '+' is not followed by whitespace. |
108
|
| '+' is not preceded with whitespace. |
112
|
| '+' is not followed by whitespace. |
112
|
| '+' is not preceded with whitespace. |
112
|
| '+' is not followed by whitespace. |
112
|
| Parameter out should be final. |
123
|
| Parameter sec should be final. |
123
|
| '{' should be on the previous line. |
124
|
| '+' is not preceded with whitespace. |
126
|
| '+' is not followed by whitespace. |
126
|
| '+' is not preceded with whitespace. |
126
|
| '+' is not followed by whitespace. |
126
|
| 'while' is not followed by whitespace. |
128
|
| '{' should be on the previous line. |
129
|
| 'cast' is not followed by whitespace. |
130
|
| '{' should be on the previous line. |
132
|
| 'cast' is not followed by whitespace. |
133
|
| '}' should be on the same line. |
134
|
| '{' should be on the previous line. |
136
|
| Line contains a tab character. |
137
|
| 'cast' is not followed by whitespace. |
138
|
| Line contains a tab character. |
139
|
| Parameter out should be final. |
150
|
| Parameter text should be final. |
150
|
| '{' should be on the previous line. |
151
|
| Parameter out should be final. |
163
|
| Parameter seq should be final. |
163
|
| Parameter shift should be final. |
163
|
| Expected @param tag for 'shift'. |
163
|
| '{' should be on the previous line. |
164
|
| 'for' is not followed by whitespace. |
166
|
| '{' should be on the previous line. |
167
|
| Line has trailing spaces. |
171
|
| Parameter out should be final. |
177
|
| Parameter step should be final. |
177
|
| Parameter shift should be final. |
177
|
| Expected @param tag for 'shift'. |
177
|
| '{' should be on the previous line. |
178
|
| Line contains a tab character. |
179
|
| 'for' is not followed by whitespace. |
179
|
| Line contains a tab character. |
180
|
| '{' should be on the previous line. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| 'if' construct must use '{}'s. |
185
|
| Line is longer than 80 characters. |
186
|
| Line contains a tab character. |
186
|
| '+' is not preceded with whitespace. |
186
|
| '+' is not followed by whitespace. |
186
|
| '+' is not preceded with whitespace. |
186
|
| '+' is not followed by whitespace. |
186
|
| 'else' construct must use '{}'s. |
187
|
| Line contains a tab character. |
188
|
| '{' should be on the previous line. |
192
|
| Method 'createIndex' is not designed for extension - needs to be abstract, final or empty. |
201
|
| '(' is followed by whitespace. |
201
|
| Parameter dir should be final. |
201
|
| Parameter ad should be final. |
201
|
| ')' is preceded with whitespace. |
201
|
| '{' should be on the previous line. |
202
|
| '{' should be on the previous line. |
204
|
| '(' is followed by whitespace. |
206
|
| ')' is preceded with whitespace. |
206
|
| ')' is preceded with whitespace. |
206
|
| '}' should be on the same line. |
209
|
| 'catch' is not followed by whitespace. |
210
|
| '{' should be on the previous line. |
211
|
| Unused @param tag for 'uc'. |
219
|
| Method 'printIndex' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Parameter out should be final. |
221
|
| Parameter ad should be final. |
221
|
| Expected @param tag for 'ad'. |
221
|
| '{' should be on the previous line. |
222
|
| 'for' is not followed by whitespace. |
242
|
| '(' is followed by whitespace. |
242
|
| ';' is preceded with whitespace. |
242
|
| ';' is preceded with whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| '{' should be on the previous line. |
243
|
| Line contains a tab character. |
244
|
| '+' is not preceded with whitespace. |
246
|
| '+' is not followed by whitespace. |
246
|
| '+' is not preceded with whitespace. |
246
|
| '+' is not followed by whitespace. |
246
|
| '+' is not preceded with whitespace. |
247
|
| '+' is not followed by whitespace. |
247
|
| '+' is not preceded with whitespace. |
247
|
| '+' is not followed by whitespace. |
247
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| '+' is not preceded with whitespace. |
249
|
| '+' is not followed by whitespace. |
249
|
| '+' is not preceded with whitespace. |
249
|
| '+' is not followed by whitespace. |
249
|
| '+' is not preceded with whitespace. |
250
|
| '+' is not followed by whitespace. |
250
|
| '+' is not preceded with whitespace. |
250
|
| '+' is not followed by whitespace. |
250
|
mx/com/itbrain/ucdd/UsecaseParser.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on the previous line. |
18
|
| Missing a Javadoc comment. |
19
|
| Missing a Javadoc comment. |
20
|
| Missing a Javadoc comment. |
21
|
| Missing a Javadoc comment. |
22
|
| Missing a Javadoc comment. |
23
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| First sentence should end with a period. |
34
|
| Parameter ad should be final. |
37
|
| Expected @param tag for 'ad'. |
37
|
| '{' should be on the previous line. |
38
|
| First sentence should end with a period. |
44
|
| Expected an @return tag. |
48
|
| Method 'parseFile' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter xmlFile should be final. |
48
|
| Expected @param tag for 'xmlFile'. |
48
|
| '{' should be on the previous line. |
49
|
| '{' should be on the previous line. |
51
|
| '{' should be on the previous line. |
71
|
| '}' should be on the same line. |
74
|
| '{' should be on the previous line. |
76
|
| '}' should be on the same line. |
79
|
| '{' should be on the previous line. |
81
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| Method 'startElement' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter uri should be final. |
97
|
| Expected @param tag for 'uri'. |
97
|
| Parameter localName should be final. |
97
|
| Expected @param tag for 'localName'. |
97
|
| Parameter rawName should be final. |
97
|
| Expected @param tag for 'rawName'. |
97
|
| Parameter attributes should be final. |
98
|
| Expected @param tag for 'attributes'. |
98
|
| '{' should be on the previous line. |
99
|
| '{' should be on the previous line. |
101
|
| '+' is not preceded with whitespace. |
104
|
| '+' is not followed by whitespace. |
104
|
| '+' is not preceded with whitespace. |
105
|
| '+' is not followed by whitespace. |
105
|
| '+' is not preceded with whitespace. |
106
|
| '+' is not followed by whitespace. |
106
|
| '+' is not preceded with whitespace. |
107
|
| '+' is not followed by whitespace. |
107
|
| '}' should be on the same line. |
112
|
| '}' should be on the same line. |
115
|
| '}' should be on the same line. |
118
|
| '}' should be on the same line. |
123
|
| '}' should be on the same line. |
126
|
| '}' should be on the same line. |
131
|
| 'cast' is not followed by whitespace. |
134
|
| '}' should be on the same line. |
136
|
| '}' should be on the same line. |
140
|
| 'if' construct must use '{}'s. |
142
|
| '}' should be on the same line. |
144
|
| 'if' construct must use '{}'s. |
146
|
| '}' should be on the same line. |
148
|
| 'if' construct must use '{}'s. |
150
|
| '}' should be on the same line. |
152
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| '}' should be on the same line. |
158
|
| 'catch' is not followed by whitespace. |
159
|
| '{' should be on the previous line. |
160
|
| Method 'characters' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Parameter ch should be final. |
168
|
| Expected @param tag for 'ch'. |
168
|
| Parameter start should be final. |
168
|
| Expected @param tag for 'start'. |
168
|
| Parameter length should be final. |
168
|
| Expected @param tag for 'length'. |
168
|
| '+' is not preceded with whitespace. |
172
|
| '+' is not followed by whitespace. |
172
|
| '+' is not preceded with whitespace. |
172
|
| '+' is not followed by whitespace. |
172
|
| 'if' construct must use '{}'s. |
176
|
| 'if' construct must use '{}'s. |
178
|
| '}' should be on the same line. |
180
|
| Line contains a tab character. |
182
|
| '}' should be on the same line. |
183
|
| '}' should be on the same line. |
186
|
| 'cast' is not followed by whitespace. |
189
|
| '}' should be on the same line. |
192
|
| 'cast' is not followed by whitespace. |
195
|
| '}' should be on the same line. |
198
|
| 'cast' is not followed by whitespace. |
201
|
| Method 'endElement' is not designed for extension - needs to be abstract, final or empty. |
210
|
| Parameter uri should be final. |
210
|
| Expected @param tag for 'uri'. |
210
|
| Parameter localName should be final. |
210
|
| Expected @param tag for 'localName'. |
210
|
| Parameter rawName should be final. |
210
|
| Expected @param tag for 'rawName'. |
210
|
| '{' should be on the previous line. |
212
|
| '+' is not preceded with whitespace. |
215
|
| '+' is not followed by whitespace. |
215
|
| '+' is not preceded with whitespace. |
216
|
| '+' is not followed by whitespace. |
216
|
| '+' is not preceded with whitespace. |
217
|
| '+' is not followed by whitespace. |
217
|
| '}' should be on the same line. |
222
|
| '}' should be on the same line. |
225
|
| 'if' construct must use '{}'s. |
227
|
| '}' should be on the same line. |
230
|
| '}' should be on the same line. |
233
|
| '{' should be on the previous line. |
236
|
| '}' should be on the same line. |
240
|
| '}' should be on the same line. |
243
|
| '}' should be on the same line. |
246
|
| '}' should be on the same line. |
249
|
| '}' should be on the same line. |
252
|
| '}' should be on the same line. |
255
|
| Line contains a tab character. |
257
|
| Line contains a tab character. |
258
|
| Line contains a tab character. |
259
|
| '}' should be on the same line. |
261
|
| 'catch' is not followed by whitespace. |
262
|
| '{' should be on the previous line. |
263
|
| Unused @throws tag for 'spe'. |
272
|
| Method 'warning' is not designed for extension - needs to be abstract, final or empty. |
275
|
| Parameter spe should be final. |
275
|
| Expected @param tag for 'spe'. |
275
|
| '{' should be on the previous line. |
276
|
| '+' should be on a new line. |
277
|
| '+' should be on a new line. |
278
|
| Unused @throws tag for 'spe'. |
285
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
288
|
| Parameter spe should be final. |
288
|
| Expected @param tag for 'spe'. |
288
|
| '{' should be on the previous line. |
289
|
| '+' should be on a new line. |
290
|
| '+' should be on a new line. |
291
|
| Unused @throws tag for 'spe'. |
298
|
| Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. |
301
|
| Parameter spe should be final. |
301
|
| Expected @param tag for 'spe'. |
301
|
| '{' should be on the previous line. |
302
|
| '+' should be on a new line. |
303
|
| '+' should be on a new line. |
304
|
mx/com/itbrain/ucdd/package.html
| Error | Line |
| Missing package documentation file. | 0 |