Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
2900923

Files

FilesIWE
mx/com/itbrain/ucdd/AppData.java 0080
mx/com/itbrain/ucdd/CRCGenerator.java 00109
mx/com/itbrain/ucdd/ClassDef.java 0061
mx/com/itbrain/ucdd/ClassParser.java 00104
mx/com/itbrain/ucdd/Compiler.java 0048
mx/com/itbrain/ucdd/DTDResolver.java 0039
mx/com/itbrain/ucdd/Section.java 0040
mx/com/itbrain/ucdd/SectionElement.java 006
mx/com/itbrain/ucdd/Sequence.java 0025
mx/com/itbrain/ucdd/Step.java 0023
mx/com/itbrain/ucdd/Text.java 0011
mx/com/itbrain/ucdd/Usecase.java 0063
mx/com/itbrain/ucdd/UsecaseGenerator.java 00164
mx/com/itbrain/ucdd/UsecaseParser.java 00149
mx/com/itbrain/ucdd/package.html 001

mx/com/itbrain/ucdd/AppData.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.util.ArrayList. 3
Error Unused import - java.util.Iterator. 4
Error Unused import - java.util.List. 5
Error '{' should be on the previous line. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error First sentence should end with a period. 18
Error '{' should be on the previous line. 22
Error First sentence should end with a period. 25
Error Expected an @return tag. 28
Error Method 'getUsecases' is not designed for extension - needs to be abstract, final or empty. 28
Error '{' should be on the previous line. 29
Error 'cast' is not followed by whitespace. 31
Error Line has trailing spaces. 33
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 37
Error Parameter name should be final. 37
Error 'name' hides a field. 37
Error Expected @param tag for 'name'. 37
Error Line has trailing spaces. 38
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 45
Error Line has trailing spaces. 48
Error Method 'getUsecase' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter id should be final. 53
Error Expected @param tag for 'id'. 53
Error '{' should be on the previous line. 54
Error 'for' is not followed by whitespace. 55
Error 'cast' is not followed by whitespace. 56
Error 'if' construct must use '{}'s. 57
Error Expected an @return tag. 67
Error Method 'addUsecase' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter attrib should be final. 67
Error Expected @param tag for 'attrib'. 67
Error '{' should be on the previous line. 68
Error First sentence should end with a period. 74
Error Method 'addUsecase' is not designed for extension - needs to be abstract, final or empty. 78
Error Parameter uc should be final. 78
Error Expected @param tag for 'uc'. 78
Error '{' should be on the previous line. 79
Error Expected an @return tag. 87
Error Method 'getClassDefs' is not designed for extension - needs to be abstract, final or empty. 87
Error 'cast' is not followed by whitespace. 89
Error Expected an @return tag. 95
Error Method 'getClassDef' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter name should be final. 95
Error 'name' hides a field. 95
Error Expected @param tag for 'name'. 95
Error '{' should be on the previous line. 96
Error 'for' is not followed by whitespace. 97
Error 'cast' is not followed by whitespace. 98
Error 'if' construct must use '{}'s. 99
Error Expected an @return tag. 109
Error Method 'addClassDef' is not designed for extension - needs to be abstract, final or empty. 109
Error Parameter attrib should be final. 109
Error Expected @param tag for 'attrib'. 109
Error Expected an @return tag. 117
Error Method 'addClassDef' is not designed for extension - needs to be abstract, final or empty. 117
Error Parameter cd should be final. 117
Error Expected @param tag for 'cd'. 117
Error Method 'makeCrossReferences' is not designed for extension - needs to be abstract, final or empty. 127
Error Array brackets at illegal position. 128
Error 'for' is not followed by whitespace. 129
Error 'for' is not followed by whitespace. 132
Error '}' should be on the same line. 140
Error '+' is not preceded with whitespace. 142
Error '+' is not followed by whitespace. 142
Error '}' should be on the same line. 147
Error '+' is not preceded with whitespace. 149
Error '+' is not followed by whitespace. 149
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 158
Error Parameter msg should be final. 158
Error Expected @param tag for 'msg'. 158
Error Expected an @return tag. 166
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 166
Error '{' should be on the previous line. 167
Error 'for' is not followed by whitespace. 171
Error 'cast' is not followed by whitespace. 172
Error 'for' is not followed by whitespace. 175
Error 'cast' is not followed by whitespace. 176

mx/com/itbrain/ucdd/CRCGenerator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.util.Iterator. 7
Error First sentence should end with a period. 9
Error '{' should be on the previous line. 14
Error First sentence should end with a period. 16
Error '{' should be on the previous line. 20
Error First sentence should end with a period. 23
Error Method 'createCRCs' is not designed for extension - needs to be abstract, final or empty. 28
Error '(' is followed by whitespace. 28
Error Parameter dir should be final. 28
Error Parameter ad should be final. 28
Error ')' is preceded with whitespace. 28
Error '{' should be on the previous line. 29
Error 'for' is not followed by whitespace. 31
Error '(' is followed by whitespace. 31
Error ';' is preceded with whitespace. 31
Error ';' is preceded with whitespace. 31
Error ')' is preceded with whitespace. 31
Error '{' is not preceded with whitespace. 31
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error Method 'createCRC' is not designed for extension - needs to be abstract, final or empty. 43
Error Parameter file should be final. 43
Error Parameter cd should be final. 43
Error '{' is not preceded with whitespace. 43
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error ')' is preceded with whitespace. 46
Error '}' should be on the same line. 49
Error 'catch' is not followed by whitespace. 50
Error '{' should be on the previous line. 51
Error Method 'printCRC' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter out should be final. 61
Error Parameter cd should be final. 61
Error '{' should be on the previous line. 62
Error '+' is not preceded with whitespace. 67
Error '+' is not followed by whitespace. 67
Error '+' is not preceded with whitespace. 67
Error '+' is not followed by whitespace. 67
Error '+' is not preceded with whitespace. 72
Error '+' is not followed by whitespace. 72
Error '+' is not preceded with whitespace. 72
Error '+' is not followed by whitespace. 72
Error Parameter out should be final. 88
Error Parameter cd should be final. 88
Error '{' should be on the previous line. 89
Error 'for' is not followed by whitespace. 93
Error '{' should be on the previous line. 94
Error '+' is not preceded with whitespace. 95
Error '+' is not followed by whitespace. 95
Error Parameter out should be final. 106
Error Parameter cd should be final. 106
Error '{' should be on the previous line. 107
Error 'for' is not followed by whitespace. 111
Error '{' should be on the previous line. 112
Error '+' is not preceded with whitespace. 113
Error '+' is not followed by whitespace. 113
Error Parameter out should be final. 124
Error Parameter cd should be final. 124
Error '{' should be on the previous line. 125
Error 'for' is not followed by whitespace. 129
Error '{' should be on the previous line. 130
Error '+' is not preceded with whitespace. 132
Error '+' is not followed by whitespace. 132
Error '+' is not preceded with whitespace. 132
Error '+' is not followed by whitespace. 132
Error First sentence should end with a period. 138
Error Method 'createIndex' is not designed for extension - needs to be abstract, final or empty. 143
Error '(' is followed by whitespace. 143
Error Parameter dir should be final. 143
Error Parameter ad should be final. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error '{' should be on the previous line. 146
Error '}' should be on the same line. 151
Error 'catch' is not followed by whitespace. 152
Error '{' should be on the previous line. 153
Error First sentence should end with a period. 158
Error Method 'printIndex' is not designed for extension - needs to be abstract, final or empty. 163
Error Parameter out should be final. 163
Error Parameter ad should be final. 163
Error '{' should be on the previous line. 164
Error '+' is not preceded with whitespace. 169
Error '+' is not followed by whitespace. 169
Error '+' is not preceded with whitespace. 169
Error '+' is not followed by whitespace. 169
Error 'for' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ';' is preceded with whitespace. 177
Error ';' is preceded with whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' is not preceded with whitespace. 177
Error '+' is not preceded with whitespace. 180
Error '+' is not followed by whitespace. 180
Error '+' is not preceded with whitespace. 180
Error '+' is not followed by whitespace. 180
Error Expected an @return tag. 191
Error Parameter className should be final. 191
Error Expected @param tag for 'className'. 191
Error '{' should be on the previous line. 192
Error '+' is not preceded with whitespace. 193
Error '+' is not followed by whitespace. 193
Error '+' is not preceded with whitespace. 193
Error '+' is not followed by whitespace. 193
Error '+' is not preceded with whitespace. 193
Error '+' is not followed by whitespace. 193
Error '+' is not preceded with whitespace. 193
Error '+' is not followed by whitespace. 193

mx/com/itbrain/ucdd/ClassDef.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Parameter attrib should be final. 26
Error Expected @param tag for 'attrib'. 26
Error Method 'setAppData' is not designed for extension - needs to be abstract, final or empty. 34
Error Parameter anAppData should be final. 34
Error Expected @param tag for 'anAppData'. 34
Error Expected an @return tag. 42
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 42
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter aName should be final. 49
Error Expected @param tag for 'aName'. 49
Error Expected an @return tag. 57
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 57
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 64
Error Parameter aType should be final. 64
Error Expected @param tag for 'aType'. 64
Error Expected an @return tag. 71
Error Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter attrib should be final. 71
Error Expected @param tag for 'attrib'. 71
Error Expected an @return tag. 79
Error Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter obj should be final. 79
Error Expected @param tag for 'obj'. 79
Error Expected an @return tag. 87
Error Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. 87
Error 'cast' is not followed by whitespace. 89
Error Method 'addResponsability' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter msg should be final. 95
Error Expected @param tag for 'msg'. 95
Error 'if' construct must use '{}'s. 96
Error Expected an @return tag. 103
Error Method 'getResponsabilities' is not designed for extension - needs to be abstract, final or empty. 103
Error 'cast' is not followed by whitespace. 105
Error Expected an @return tag. 111
Error Method 'getResponsability' is not designed for extension - needs to be abstract, final or empty. 111
Error Parameter msg should be final. 111
Error Expected @param tag for 'msg'. 111
Error 'if' construct must use '{}'s. 113
Error 'cast' is not followed by whitespace. 114
Error 'else' construct must use '{}'s. 115
Error Method 'addCollaborator' is not designed for extension - needs to be abstract, final or empty. 122
Error Parameter collab should be final. 122
Error Expected @param tag for 'collab'. 122
Error 'if' construct must use '{}'s. 123
Error Expected an @return tag. 130
Error Method 'getCollaborators' is not designed for extension - needs to be abstract, final or empty. 130
Error 'cast' is not followed by whitespace. 132
Error Expected an @return tag. 138
Error Method 'getCollaborator' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter collab should be final. 138
Error Expected @param tag for 'collab'. 138
Error 'if' construct must use '{}'s. 140
Error 'cast' is not followed by whitespace. 141
Error 'else' construct must use '{}'s. 142

mx/com/itbrain/ucdd/ClassParser.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 17
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Line has trailing spaces. 25
Error First sentence should end with a period. 26
Error Parameter ad should be final. 29
Error Expected @param tag for 'ad'. 29
Error '{' should be on the previous line. 30
Error First sentence should end with a period. 36
Error Expected an @return tag. 40
Error Method 'parseFile' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter xmlFile should be final. 40
Error Expected @param tag for 'xmlFile'. 40
Error '{' should be on the previous line. 41
Error '{' should be on the previous line. 43
Error '{' should be on the previous line. 63
Error '}' should be on the same line. 66
Error '{' should be on the previous line. 68
Error '}' should be on the same line. 71
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Method 'startElement' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter uri should be final. 89
Error Expected @param tag for 'uri'. 89
Error Parameter localName should be final. 89
Error Expected @param tag for 'localName'. 89
Error Parameter rawName should be final. 89
Error Expected @param tag for 'rawName'. 89
Error Parameter attributes should be final. 90
Error Expected @param tag for 'attributes'. 90
Error '{' should be on the previous line. 91
Error '{' should be on the previous line. 93
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error '+' is not preceded with whitespace. 97
Error '+' is not followed by whitespace. 97
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error '+' is not preceded with whitespace. 99
Error '+' is not followed by whitespace. 99
Error '}' should be on the same line. 104
Error 'if' construct must use '{}'s. 106
Error Line has trailing spaces. 106
Error '}' should be on the same line. 110
Error 'catch' is not followed by whitespace. 111
Error '{' should be on the previous line. 112
Error Method 'characters' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter ch should be final. 120
Error Expected @param tag for 'ch'. 120
Error Parameter start should be final. 120
Error Expected @param tag for 'start'. 120
Error Parameter length should be final. 120
Error Expected @param tag for 'length'. 120
Error '+' is not preceded with whitespace. 124
Error '+' is not followed by whitespace. 124
Error '+' is not preceded with whitespace. 124
Error '+' is not followed by whitespace. 124
Error Line has trailing spaces. 126
Error Method 'endElement' is not designed for extension - needs to be abstract, final or empty. 137
Error Parameter uri should be final. 137
Error Expected @param tag for 'uri'. 137
Error Parameter localName should be final. 137
Error Expected @param tag for 'localName'. 137
Error Parameter rawName should be final. 137
Error Expected @param tag for 'rawName'. 137
Error '{' should be on the previous line. 139
Error '+' is not preceded with whitespace. 142
Error '+' is not followed by whitespace. 142
Error '+' is not preceded with whitespace. 143
Error '+' is not followed by whitespace. 143
Error '+' is not preceded with whitespace. 144
Error '+' is not followed by whitespace. 144
Error '}' should be on the same line. 149
Error '}' should be on the same line. 153
Error 'catch' is not followed by whitespace. 154
Error '{' should be on the previous line. 155
Error Unused @throws tag for 'spe'. 164
Error Method 'warning' is not designed for extension - needs to be abstract, final or empty. 167
Error Parameter spe should be final. 167
Error Expected @param tag for 'spe'. 167
Error '{' should be on the previous line. 168
Error '+' should be on a new line. 169
Error '+' should be on a new line. 170
Error Unused @throws tag for 'spe'. 177
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 180
Error Parameter spe should be final. 180
Error Expected @param tag for 'spe'. 180
Error '{' should be on the previous line. 181
Error '+' should be on a new line. 182
Error '+' should be on a new line. 183
Error Unused @throws tag for 'spe'. 190
Error Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. 193
Error Parameter spe should be final. 193
Error Expected @param tag for 'spe'. 193
Error '{' should be on the previous line. 194
Error '+' should be on a new line. 195
Error '+' should be on a new line. 196

mx/com/itbrain/ucdd/Compiler.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.io.*. 4
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 10
Error Method 'setInputDir' is not designed for extension - needs to be abstract, final or empty. 21
Error Parameter dir should be final. 21
Error Expected @param tag for 'dir'. 21
Error Method 'setOutputDir' is not designed for extension - needs to be abstract, final or empty. 28
Error Parameter dir should be final. 28
Error Expected @param tag for 'dir'. 28
Error Expected an @return tag. 36
Error Method 'parse' is not designed for extension - needs to be abstract, final or empty. 36
Error Method 'generate' is not designed for extension - needs to be abstract, final or empty. 49
Error '{' should be on the previous line. 50
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Missing a Javadoc comment. 63
Error 'public' modifier out of order with the JLS suggestions. 63
Error Parameter dirName should be final. 63
Error '{' should be on the previous line. 64
Error '{' should be on the previous line. 67
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '}' should be on the same line. 70
Error '{' should be on the previous line. 72
Error '{' should be on the previous line. 74
Error 'public' modifier out of order with the JLS suggestions. 85
Error Parameter args should be final. 85
Error Expected @param tag for 'args'. 85
Error '{' should be on the previous line. 86
Error 'while' is not followed by whitespace. 89
Error '{' should be on the previous line. 90
Error '{' should be on the previous line. 92
Error '}' should be on the same line. 95
Error '{' should be on the previous line. 97
Error '}' should be on the same line. 100
Error '{' should be on the previous line. 102
Error Parameter ad should be final. 114
Error Expected @param tag for 'ad'. 114
Error '{' should be on the previous line. 115
Error Parameter ad should be final. 123
Error Expected @param tag for 'ad'. 123
Error '{' should be on the previous line. 124
Error 'for' is not followed by whitespace. 129
Error Line contains a tab character. 133
Error '+' is not preceded with whitespace. 133
Error '+' is not followed by whitespace. 133

mx/com/itbrain/ucdd/DTDResolver.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.io.PrintStream. 6
Error Line is longer than 80 characters. 14
Error '{' should be on the previous line. 19
Error First sentence should end with a period. 20
Error Variable 'usecaseDTD' must be private and have accessor methods. 21
Error First sentence should end with a period. 23
Error Parameter dtdFile should be final. 26
Error Expected @param tag for 'dtdFile'. 26
Error '{' should be on the previous line. 27
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 31
Error Line has trailing spaces. 33
Error '{' should be on the previous line. 36
Error '}' should be on the same line. 39
Error '{' should be on the previous line. 41
Error First sentence should end with a period. 46
Error Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. 51
Error Parameter publicId should be final. 51
Error Expected @param tag for 'publicId'. 51
Error Parameter systemId should be final. 51
Error Expected @param tag for 'systemId'. 51
Error '{' should be on the previous line. 52
Error '+' is not preceded with whitespace. 53
Error '+' is not followed by whitespace. 53
Error '+' is not preceded with whitespace. 54
Error '+' is not followed by whitespace. 54
Error '&&' should be on a new line. 56
Error '{' should be on the previous line. 59
Error '}' should be on the same line. 62
Error '{' should be on the previous line. 64
Error First sentence should end with a period. 70
Error Method 'getInputSource' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter urlString should be final. 76
Error Expected @param tag for 'urlString'. 76
Error '{' should be on the previous line. 77
Error '{' should be on the previous line. 79
Error '}' should be on the same line. 82
Error '{' should be on the previous line. 84

mx/com/itbrain/ucdd/Section.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Parameter attrib should be final. 20
Error Expected @param tag for 'attrib'. 20
Error Expected an @return tag. 26
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 26
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 33
Error Parameter aName should be final. 33
Error Expected @param tag for 'aName'. 33
Error Expected an @return tag. 40
Error Method 'addSequence' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter attrib should be final. 40
Error Expected @param tag for 'attrib'. 40
Error Expected an @return tag. 48
Error Method 'addSequence' is not designed for extension - needs to be abstract, final or empty. 48
Error Parameter seq should be final. 48
Error Expected @param tag for 'seq'. 48
Error Expected an @return tag. 56
Error Method 'getSequences' is not designed for extension - needs to be abstract, final or empty. 56
Error 'for' is not followed by whitespace. 58
Error 'cast' is not followed by whitespace. 59
Error 'cast' is not followed by whitespace. 65
Error Line has trailing spaces. 69
Error Expected an @return tag. 71
Error Method 'addText' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter attrib should be final. 71
Error Expected @param tag for 'attrib'. 71
Error Expected an @return tag. 79
Error Method 'addText' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter str should be final. 79
Error Expected @param tag for 'str'. 79
Error Expected an @return tag. 88
Error Method 'getTexts' is not designed for extension - needs to be abstract, final or empty. 88
Error 'for' is not followed by whitespace. 90
Error 'cast' is not followed by whitespace. 91
Error 'cast' is not followed by whitespace. 97
Error Line has trailing spaces. 101
Error Expected an @return tag. 104
Error Method 'getElements' is not designed for extension - needs to be abstract, final or empty. 104

mx/com/itbrain/ucdd/SectionElement.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Expected an @return tag. 13
Error Line has trailing spaces. 13
Error Redundant 'public' modifier. 13
Error Expected an @return tag. 18
Error Redundant 'public' modifier. 18

mx/com/itbrain/ucdd/Sequence.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 8
Error Missing a Javadoc comment. 15
Error Parameter attrib should be final. 20
Error Expected @param tag for 'attrib'. 20
Error Expected an @return tag. 28
Error Method 'addStep' is not designed for extension - needs to be abstract, final or empty. 28
Error Parameter attrib should be final. 28
Error Expected @param tag for 'attrib'. 28
Error Expected an @return tag. 36
Error Method 'addStep' is not designed for extension - needs to be abstract, final or empty. 36
Error Parameter step should be final. 36
Error Expected @param tag for 'step'. 36
Error Expected an @return tag. 44
Error Method 'getSteps' is not designed for extension - needs to be abstract, final or empty. 44
Error 'cast' is not followed by whitespace. 45
Error Expected an @return tag. 51
Error Method 'getRecursiveSteps' is not designed for extension - needs to be abstract, final or empty. 51
Error 'for' is not followed by whitespace. 54
Error 'cast' is not followed by whitespace. 55
Error 'cast' is not followed by whitespace. 58
Error Expected an @return tag. 65
Error Method 'isSequence' is not designed for extension - needs to be abstract, final or empty. 65
Error Expected an @return tag. 73
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 73

mx/com/itbrain/ucdd/Step.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.util.Vector. 4
Error Line has trailing spaces. 8
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Parameter attrib should be final. 21
Error Expected @param tag for 'attrib'. 21
Error Expected an @return tag. 28
Error Method 'getInitiator' is not designed for extension - needs to be abstract, final or empty. 28
Error Method 'setInitiator' is not designed for extension - needs to be abstract, final or empty. 35
Error Parameter str should be final. 35
Error Expected @param tag for 'str'. 35
Error Expected an @return tag. 42
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 42
Error Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter str should be final. 49
Error Expected @param tag for 'str'. 49
Error Expected an @return tag. 56
Error Method 'getReceiver' is not designed for extension - needs to be abstract, final or empty. 56
Error Method 'setReceiver' is not designed for extension - needs to be abstract, final or empty. 63
Error Parameter str should be final. 63
Error Expected @param tag for 'str'. 63

mx/com/itbrain/ucdd/Text.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Missing a Javadoc comment. 10
Error Parameter c should be final. 22
Error Expected @param tag for 'c'. 22
Error Expected an @return tag. 29
Error Method 'isSequence' is not designed for extension - needs to be abstract, final or empty. 29
Error Expected an @return tag. 36
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 36
Error Expected an @return tag. 43
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 43

mx/com/itbrain/ucdd/Usecase.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Parameter attribs should be final. 26
Error Expected @param tag for 'attribs'. 26
Error Expected an @return tag. 37
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 37
Error Expected an @return tag. 45
Error Method 'getRisk' is not designed for extension - needs to be abstract, final or empty. 45
Error Expected an @return tag. 54
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 54
Error Expected an @return tag. 62
Error Method 'getProgress' is not designed for extension - needs to be abstract, final or empty. 62
Error Expected an @return tag. 70
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 70
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 77
Error Parameter aName should be final. 77
Error Expected @param tag for 'aName'. 77
Error Expected an @return tag. 86
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 86
Error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter aDesc should be final. 93
Error Expected @param tag for 'aDesc'. 93
Error Method 'setAppData' is not designed for extension - needs to be abstract, final or empty. 100
Error Parameter anAppData should be final. 100
Error Expected @param tag for 'anAppData'. 100
Error Expected an @return tag. 107
Error Method 'addSection' is not designed for extension - needs to be abstract, final or empty. 107
Error Parameter attrib should be final. 107
Error Expected @param tag for 'attrib'. 107
Error Expected an @return tag. 115
Error Method 'addSection' is not designed for extension - needs to be abstract, final or empty. 115
Error Parameter sec should be final. 115
Error Expected @param tag for 'sec'. 115
Error Expected an @return tag. 124
Error Method 'getSections' is not designed for extension - needs to be abstract, final or empty. 124
Error 'cast' is not followed by whitespace. 126
Error Expected an @return tag. 133
Error Method 'getAllSteps' is not designed for extension - needs to be abstract, final or empty. 133
Error 'for' is not followed by whitespace. 136
Error Array brackets at illegal position. 137
Error 'for' is not followed by whitespace. 138
Error 'cast' is not followed by whitespace. 142
Error Line has trailing spaces. 144
Error Expected an @return tag. 148
Error Method 'getIdLink' is not designed for extension - needs to be abstract, final or empty. 148
Error '{' should be on the previous line. 149
Error '+' is not preceded with whitespace. 150
Error '+' is not followed by whitespace. 150
Error '+' is not preceded with whitespace. 150
Error '+' is not followed by whitespace. 150
Error '+' is not preceded with whitespace. 150
Error '+' is not followed by whitespace. 150
Error '+' is not preceded with whitespace. 150
Error '+' is not followed by whitespace. 150
Error Line has trailing spaces. 153

mx/com/itbrain/ucdd/UsecaseGenerator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 14
Error '{' should be on the previous line. 20
Error Method 'createUsecases' is not designed for extension - needs to be abstract, final or empty. 29
Error '(' is followed by whitespace. 29
Error Parameter dir should be final. 29
Error Parameter ad should be final. 29
Error ')' is preceded with whitespace. 29
Error '{' should be on the previous line. 30
Error 'for' is not followed by whitespace. 32
Error '(' is followed by whitespace. 32
Error ';' is preceded with whitespace. 32
Error ';' is preceded with whitespace. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error '+' is not preceded with whitespace. 34
Error '+' is not followed by whitespace. 34
Error Method 'createUsecase' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter file should be final. 44
Error Parameter uc should be final. 44
Error '{' is not preceded with whitespace. 44
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error ')' is preceded with whitespace. 47
Error '}' should be on the same line. 50
Error 'catch' is not followed by whitespace. 51
Error '{' should be on the previous line. 52
Error Method 'printUsecase' is not designed for extension - needs to be abstract, final or empty. 62
Error Parameter out should be final. 62
Error Parameter uc should be final. 62
Error '{' should be on the previous line. 63
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '+' is not preceded with whitespace. 73
Error '+' is not followed by whitespace. 73
Error '+' is not preceded with whitespace. 73
Error '+' is not followed by whitespace. 73
Error 'for' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ';' is preceded with whitespace. 77
Error ';' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Parameter out should be final. 91
Error Parameter uc should be final. 91
Error '{' should be on the previous line. 92
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error '+' is not preceded with whitespace. 104
Error '+' is not followed by whitespace. 104
Error '+' is not preceded with whitespace. 104
Error '+' is not followed by whitespace. 104
Error '+' is not preceded with whitespace. 108
Error '+' is not followed by whitespace. 108
Error '+' is not preceded with whitespace. 108
Error '+' is not followed by whitespace. 108
Error '+' is not preceded with whitespace. 112
Error '+' is not followed by whitespace. 112
Error '+' is not preceded with whitespace. 112
Error '+' is not followed by whitespace. 112
Error Parameter out should be final. 123
Error Parameter sec should be final. 123
Error '{' should be on the previous line. 124
Error '+' is not preceded with whitespace. 126
Error '+' is not followed by whitespace. 126
Error '+' is not preceded with whitespace. 126
Error '+' is not followed by whitespace. 126
Error 'while' is not followed by whitespace. 128
Error '{' should be on the previous line. 129
Error 'cast' is not followed by whitespace. 130
Error '{' should be on the previous line. 132
Error 'cast' is not followed by whitespace. 133
Error '}' should be on the same line. 134
Error '{' should be on the previous line. 136
Error Line contains a tab character. 137
Error 'cast' is not followed by whitespace. 138
Error Line contains a tab character. 139
Error Parameter out should be final. 150
Error Parameter text should be final. 150
Error '{' should be on the previous line. 151
Error Parameter out should be final. 163
Error Parameter seq should be final. 163
Error Parameter shift should be final. 163
Error Expected @param tag for 'shift'. 163
Error '{' should be on the previous line. 164
Error 'for' is not followed by whitespace. 166
Error '{' should be on the previous line. 167
Error Line has trailing spaces. 171
Error Parameter out should be final. 177
Error Parameter step should be final. 177
Error Parameter shift should be final. 177
Error Expected @param tag for 'shift'. 177
Error '{' should be on the previous line. 178
Error Line contains a tab character. 179
Error 'for' is not followed by whitespace. 179
Error Line contains a tab character. 180
Error '{' should be on the previous line. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error 'if' construct must use '{}'s. 185
Error Line is longer than 80 characters. 186
Error Line contains a tab character. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error 'else' construct must use '{}'s. 187
Error Line contains a tab character. 188
Error '{' should be on the previous line. 192
Error Method 'createIndex' is not designed for extension - needs to be abstract, final or empty. 201
Error '(' is followed by whitespace. 201
Error Parameter dir should be final. 201
Error Parameter ad should be final. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error ')' is preceded with whitespace. 206
Error '}' should be on the same line. 209
Error 'catch' is not followed by whitespace. 210
Error '{' should be on the previous line. 211
Error Unused @param tag for 'uc'. 219
Error Method 'printIndex' is not designed for extension - needs to be abstract, final or empty. 221
Error Parameter out should be final. 221
Error Parameter ad should be final. 221
Error Expected @param tag for 'ad'. 221
Error '{' should be on the previous line. 222
Error 'for' is not followed by whitespace. 242
Error '(' is followed by whitespace. 242
Error ';' is preceded with whitespace. 242
Error ';' is preceded with whitespace. 242
Error ')' is preceded with whitespace. 242
Error '{' should be on the previous line. 243
Error Line contains a tab character. 244
Error '+' is not preceded with whitespace. 246
Error '+' is not followed by whitespace. 246
Error '+' is not preceded with whitespace. 246
Error '+' is not followed by whitespace. 246
Error '+' is not preceded with whitespace. 247
Error '+' is not followed by whitespace. 247
Error '+' is not preceded with whitespace. 247
Error '+' is not followed by whitespace. 247
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error '+' is not preceded with whitespace. 249
Error '+' is not followed by whitespace. 249
Error '+' is not preceded with whitespace. 249
Error '+' is not followed by whitespace. 249
Error '+' is not preceded with whitespace. 250
Error '+' is not followed by whitespace. 250
Error '+' is not preceded with whitespace. 250
Error '+' is not followed by whitespace. 250

mx/com/itbrain/ucdd/UsecaseParser.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error First sentence should end with a period. 34
Error Parameter ad should be final. 37
Error Expected @param tag for 'ad'. 37
Error '{' should be on the previous line. 38
Error First sentence should end with a period. 44
Error Expected an @return tag. 48
Error Method 'parseFile' is not designed for extension - needs to be abstract, final or empty. 48
Error Parameter xmlFile should be final. 48
Error Expected @param tag for 'xmlFile'. 48
Error '{' should be on the previous line. 49
Error '{' should be on the previous line. 51
Error '{' should be on the previous line. 71
Error '}' should be on the same line. 74
Error '{' should be on the previous line. 76
Error '}' should be on the same line. 79
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error Method 'startElement' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter uri should be final. 97
Error Expected @param tag for 'uri'. 97
Error Parameter localName should be final. 97
Error Expected @param tag for 'localName'. 97
Error Parameter rawName should be final. 97
Error Expected @param tag for 'rawName'. 97
Error Parameter attributes should be final. 98
Error Expected @param tag for 'attributes'. 98
Error '{' should be on the previous line. 99
Error '{' should be on the previous line. 101
Error '+' is not preceded with whitespace. 104
Error '+' is not followed by whitespace. 104
Error '+' is not preceded with whitespace. 105
Error '+' is not followed by whitespace. 105
Error '+' is not preceded with whitespace. 106
Error '+' is not followed by whitespace. 106
Error '+' is not preceded with whitespace. 107
Error '+' is not followed by whitespace. 107
Error '}' should be on the same line. 112
Error '}' should be on the same line. 115
Error '}' should be on the same line. 118
Error '}' should be on the same line. 123
Error '}' should be on the same line. 126
Error '}' should be on the same line. 131
Error 'cast' is not followed by whitespace. 134
Error '}' should be on the same line. 136
Error '}' should be on the same line. 140
Error 'if' construct must use '{}'s. 142
Error '}' should be on the same line. 144
Error 'if' construct must use '{}'s. 146
Error '}' should be on the same line. 148
Error 'if' construct must use '{}'s. 150
Error '}' should be on the same line. 152
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error '}' should be on the same line. 158
Error 'catch' is not followed by whitespace. 159
Error '{' should be on the previous line. 160
Error Method 'characters' is not designed for extension - needs to be abstract, final or empty. 168
Error Parameter ch should be final. 168
Error Expected @param tag for 'ch'. 168
Error Parameter start should be final. 168
Error Expected @param tag for 'start'. 168
Error Parameter length should be final. 168
Error Expected @param tag for 'length'. 168
Error '+' is not preceded with whitespace. 172
Error '+' is not followed by whitespace. 172
Error '+' is not preceded with whitespace. 172
Error '+' is not followed by whitespace. 172
Error 'if' construct must use '{}'s. 176
Error 'if' construct must use '{}'s. 178
Error '}' should be on the same line. 180
Error Line contains a tab character. 182
Error '}' should be on the same line. 183
Error '}' should be on the same line. 186
Error 'cast' is not followed by whitespace. 189
Error '}' should be on the same line. 192
Error 'cast' is not followed by whitespace. 195
Error '}' should be on the same line. 198
Error 'cast' is not followed by whitespace. 201
Error Method 'endElement' is not designed for extension - needs to be abstract, final or empty. 210
Error Parameter uri should be final. 210
Error Expected @param tag for 'uri'. 210
Error Parameter localName should be final. 210
Error Expected @param tag for 'localName'. 210
Error Parameter rawName should be final. 210
Error Expected @param tag for 'rawName'. 210
Error '{' should be on the previous line. 212
Error '+' is not preceded with whitespace. 215
Error '+' is not followed by whitespace. 215
Error '+' is not preceded with whitespace. 216
Error '+' is not followed by whitespace. 216
Error '+' is not preceded with whitespace. 217
Error '+' is not followed by whitespace. 217
Error '}' should be on the same line. 222
Error '}' should be on the same line. 225
Error 'if' construct must use '{}'s. 227
Error '}' should be on the same line. 230
Error '}' should be on the same line. 233
Error '{' should be on the previous line. 236
Error '}' should be on the same line. 240
Error '}' should be on the same line. 243
Error '}' should be on the same line. 246
Error '}' should be on the same line. 249
Error '}' should be on the same line. 252
Error '}' should be on the same line. 255
Error Line contains a tab character. 257
Error Line contains a tab character. 258
Error Line contains a tab character. 259
Error '}' should be on the same line. 261
Error 'catch' is not followed by whitespace. 262
Error '{' should be on the previous line. 263
Error Unused @throws tag for 'spe'. 272
Error Method 'warning' is not designed for extension - needs to be abstract, final or empty. 275
Error Parameter spe should be final. 275
Error Expected @param tag for 'spe'. 275
Error '{' should be on the previous line. 276
Error '+' should be on a new line. 277
Error '+' should be on a new line. 278
Error Unused @throws tag for 'spe'. 285
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 288
Error Parameter spe should be final. 288
Error Expected @param tag for 'spe'. 288
Error '{' should be on the previous line. 289
Error '+' should be on a new line. 290
Error '+' should be on a new line. 291
Error Unused @throws tag for 'spe'. 298
Error Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. 301
Error Parameter spe should be final. 301
Error Expected @param tag for 'spe'. 301
Error '{' should be on the previous line. 302
Error '+' should be on a new line. 303
Error '+' should be on a new line. 304

mx/com/itbrain/ucdd/package.html

ErrorLine
Error Missing package documentation file.0