PMD Results

The following document contains the results of PMD 4.2.2.

Files

org/overturetool/api/io/IOProxy.java

Violation Line
Use explicit scoping instead of the default package private level 43
Found 'DD'-anomaly for variable 'tmpVal_5' (lines '65'-'66'). 65 - 66
Found 'DU'-anomaly for variable 'tmpVal_5' (lines '66'-'68'). 66 - 68
Found 'DD'-anomaly for variable 'tmpVal_6' (lines '78'-'79'). 78 - 79
Found 'DU'-anomaly for variable 'tmpVal_6' (lines '79'-'81'). 79 - 81
Found 'DD'-anomaly for variable 'tmpVal_6' (lines '91'-'92'). 91 - 92
Found 'DU'-anomaly for variable 'tmpVal_6' (lines '92'-'94'). 92 - 94

org/overturetool/api/xml/XmlAttribute.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/api/xml/XmlAttributeList.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rhs_2' (lines '69'-'73'). 69 - 73
Found 'DD'-anomaly for variable 'var1_3' (lines '70'-'71'). 70 - 71
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99
A method should have only one exit point, and that should be the last statement in the method 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 104
Found 'DD'-anomaly for variable 'cond_1' (lines '113'-'115'). 113 - 115
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 115
Avoid assignments in operands 115
Found 'DD'-anomaly for variable 'cond_1' (lines '115'-'116'). 115 - 116
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 116
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 121
A method should have only one exit point, and that should be the last statement in the method 121
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 137
A method should have only one exit point, and that should be the last statement in the method 137
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_1' (lines '151'-'153'). 151 - 153
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 153
Avoid assignments in operands 153
Found 'DD'-anomaly for variable 'cond_1' (lines '153'-'154'). 153 - 154
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 154
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 159
A method should have only one exit point, and that should be the last statement in the method 159
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 164
Found 'DD'-anomaly for variable 'rexpr_1' (lines '173'-'175'). 173 - 175

org/overturetool/api/xml/XmlData.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/api/xml/XmlDocument.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 74
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 81
Found 'DD'-anomaly for variable 'obj_7' (lines '97'-'98'). 97 - 98
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 102
Found 'DD'-anomaly for variable 'cond_6' (lines '111'-'114'). 111 - 114
Found 'DD'-anomaly for variable 'var1_7' (lines '112'-'113'). 112 - 113
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 114
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 118
A method should have only one exit point, and that should be the last statement in the method 118
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 121
A method should have only one exit point, and that should be the last statement in the method 121
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 124
Found 'DD'-anomaly for variable 'obj_8' (lines '133'-'134'). 133 - 134
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 136
A method should have only one exit point, and that should be the last statement in the method 136
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 139
Found 'DD'-anomaly for variable 'obj_7' (lines '148'-'149'). 148 - 149
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 151
A method should have only one exit point, and that should be the last statement in the method 151
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 154

org/overturetool/api/xml/XmlEntity.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 56
Assigning an Object to null is a code smell. Consider refactoring. 81

org/overturetool/api/xml/XmlEntityList.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rhs_2' (lines '69'-'73'). 69 - 73
Found 'DD'-anomaly for variable 'var1_3' (lines '70'-'71'). 70 - 71
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99
A method should have only one exit point, and that should be the last statement in the method 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 104
Found 'DD'-anomaly for variable 'cond_1' (lines '113'-'115'). 113 - 115
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 115
Avoid assignments in operands 115
Found 'DD'-anomaly for variable 'cond_1' (lines '115'-'116'). 115 - 116
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 116
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 121
A method should have only one exit point, and that should be the last statement in the method 121
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 137
A method should have only one exit point, and that should be the last statement in the method 137
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_1' (lines '151'-'153'). 151 - 153
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 153
Avoid assignments in operands 153
Found 'DD'-anomaly for variable 'cond_1' (lines '153'-'154'). 153 - 154
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 154
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 159
A method should have only one exit point, and that should be the last statement in the method 159
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 164
Found 'DD'-anomaly for variable 'rexpr_1' (lines '173'-'175'). 173 - 175

org/overturetool/api/xml/XmlEvent.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rhs_2' (lines '61'-'65'). 61 - 65
Found 'DD'-anomaly for variable 'var1_3' (lines '62'-'63'). 62 - 63

org/overturetool/api/xml/XmlFactory.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/api/xml/XmlFileOutputVisitor.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 62 - 64
Found 'DD'-anomaly for variable 'tmpArg_v_3' (lines '90'-'93'). 90 - 93
Found 'DD'-anomaly for variable 'var1_4' (lines '91'-'92'). 91 - 92
It is a good practice to call super() in a constructor 100 - 102
Found 'DD'-anomaly for variable 'cont' (lines '109'-'112'). 109 - 112
Found 'DD'-anomaly for variable 'obj_2' (lines '110'-'111'). 110 - 111
Found 'DD'-anomaly for variable 'tmpArg_v_9' (lines '117'-'120'). 117 - 120
Found 'DD'-anomaly for variable 'var1_10' (lines '118'-'119'). 118 - 119
Found 'DD'-anomaly for variable 'ent' (lines '125'-'128'). 125 - 128
Found 'DD'-anomaly for variable 'obj_17' (lines '126'-'127'). 126 - 127
Found 'DD'-anomaly for variable 'rhs_21' (lines '130'-'133'). 130 - 133
Found 'DD'-anomaly for variable 'obj_22' (lines '131'-'132'). 131 - 132
Found 'DD'-anomaly for variable 'cont' (lines '143'-'146'). 143 - 146
Found 'DD'-anomaly for variable 'obj_2' (lines '144'-'145'). 144 - 145
Found 'DD'-anomaly for variable 'tmpArg_v_8' (lines '148'-'153'). 148 - 153
Found 'DD'-anomaly for variable 'var1_9' (lines '149'-'150'). 149 - 150
Found 'DD'-anomaly for variable 'var2_12' (lines '151'-'152'). 151 - 152
Found 'DD'-anomaly for variable 'attr' (lines '157'-'160'). 157 - 160
Found 'DD'-anomaly for variable 'obj_15' (lines '158'-'159'). 158 - 159
Found 'DD'-anomaly for variable 'rhs_19' (lines '162'-'165'). 162 - 165
Found 'DD'-anomaly for variable 'obj_20' (lines '163'-'164'). 163 - 164
Found 'DD'-anomaly for variable 'cond_22' (lines '168'-'173'). 168 - 173
Found 'DD'-anomaly for variable 'var1_23' (lines '169'-'172'). 169 - 172
Found 'DD'-anomaly for variable 'obj_24' (lines '170'-'171'). 170 - 171
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 173
Found 'DD'-anomaly for variable 'rhs_50' (lines '177'-'180'). 177 - 180
Found 'DD'-anomaly for variable 'obj_51' (lines '178'-'179'). 178 - 179
Found 'DD'-anomaly for variable 'ent' (lines '184'-'187'). 184 - 187
Found 'DD'-anomaly for variable 'obj_54' (lines '185'-'186'). 185 - 186
Found 'DD'-anomaly for variable 'rhs_58' (lines '189'-'192'). 189 - 192
Found 'DD'-anomaly for variable 'obj_59' (lines '190'-'191'). 190 - 191
Found 'DD'-anomaly for variable 'tmpArg_v_62' (lines '195'-'202'). 195 - 202
Found 'DD'-anomaly for variable 'var1_63' (lines '196'-'201'). 196 - 201
Found 'DD'-anomaly for variable 'var1_64' (lines '197'-'198'). 197 - 198
Found 'DD'-anomaly for variable 'var2_67' (lines '199'-'200'). 199 - 200
Found 'DD'-anomaly for variable 'cond_42' (lines '207'-'210'). 207 - 210
Found 'DD'-anomaly for variable 'var1_43' (lines '208'-'209'). 208 - 209
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 210
Found 'DD'-anomaly for variable 'obj_30' (lines '216'-'217'). 216 - 217
Found 'DD'-anomaly for variable 'tmpArg_v_34' (lines '219'-'226'). 219 - 226
Found 'DD'-anomaly for variable 'var1_35' (lines '220'-'225'). 220 - 225
Found 'DD'-anomaly for variable 'var1_36' (lines '221'-'222'). 221 - 222
Found 'DD'-anomaly for variable 'var2_39' (lines '223'-'224'). 223 - 224
Found 'DD'-anomaly for variable 'tmpArg_v_3' (lines '238'-'243'). 238 - 243
Found 'DD'-anomaly for variable 'var1_4' (lines '239'-'242'). 239 - 242
Found 'DD'-anomaly for variable 'var2_6' (lines '240'-'241'). 240 - 241
Found 'DD'-anomaly for variable 'tmpArg_v_10' (lines '245'-'246'). 245 - 246
Found 'DD'-anomaly for variable 'tmpArg_v_3' (lines '255'-'256'). 255 - 256
Found 'DD'-anomaly for variable 'rhs_7' (lines '270'-'271'). 270 - 271

org/overturetool/api/xml/XmlParser.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 46

org/overturetool/api/xml/XmlVisitor.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/tex/ClassExstractorFromTexFiles.java

Violation Line
Error while parsing C:\Overture\overtureSourceNew\trunk\core\umltrans\src\main\java\org\overturetool\tex\ClassExstractorFromTexFiles.java: Can't use annotations when running in JDK 1.4 mode! 0
Error while parsing C:\Overture\overtureSourceNew\trunk\core\umltrans\src\main\java\org\overturetool\tex\ClassExstractorFromTexFiles.java: Can't use annotations when running in JDK 1.4 mode! 0

org/overturetool/umltrans/api/BufferedFileWriter.java

Violation Line
Use explicit scoping instead of the default package private level 11
Use explicit scoping instead of the default package private level 12

org/overturetool/umltrans/api/Util.java

Violation Line
Use explicit scoping instead of the default package private level 43
It is a good practice to call super() in a constructor 61 - 63
Use explicit scoping instead of the default package private level 93

org/overturetool/umltrans/ClassStatus.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/umltrans/Main/CmdLineHelper.java

Violation Line
Error while parsing C:\Overture\overtureSourceNew\trunk\core\umltrans\src\main\java\org\overturetool\umltrans\Main\CmdLineHelper.java: Can't use generics unless running in JDK 1.5 mode! 0
Error while parsing C:\Overture\overtureSourceNew\trunk\core\umltrans\src\main\java\org\overturetool\umltrans\Main\CmdLineHelper.java: Can't use generics unless running in JDK 1.5 mode! 0

org/overturetool/umltrans/Main/CmdLineProcesser.java

Violation Line
Error while parsing C:\Overture\overtureSourceNew\trunk\core\umltrans\src\main\java\org\overturetool\umltrans\Main\CmdLineProcesser.java: Can't use annotations when running in JDK 1.4 mode! 0
Error while parsing C:\Overture\overtureSourceNew\trunk\core\umltrans\src\main\java\org\overturetool\umltrans\Main\CmdLineProcesser.java: Can't use annotations when running in JDK 1.4 mode! 0

org/overturetool/umltrans/Main/FileCompare.java

Violation Line
A method should have only one exit point, and that should be the last statement in the method 15
Found 'DU'-anomaly for variable 'f2Stream' (lines '21'-'56'). 21 - 56
Found 'DU'-anomaly for variable 'equal' (lines '22'-'56'). 22 - 56
Found 'DD'-anomaly for variable 'equal' (lines '22'-'45'). 22 - 45
Found 'DD'-anomaly for variable 'inLine1' (lines '26'-'29'). 26 - 29
Found 'DD'-anomaly for variable 'inLine2' (lines '27'-'34'). 27 - 34
Found 'DU'-anomaly for variable 'inLine2' (lines '27'-'56'). 27 - 56
Found 'DD'-anomaly for variable 'lines' (lines '28'-'31'). 28 - 31
Avoid assignments in operands 29
Found 'DU'-anomaly for variable 'inLine1' (lines '29'-'56'). 29 - 56
Found 'DU'-anomaly for variable 'lines' (lines '31'-'56'). 31 - 56
Found 'DD'-anomaly for variable 'lines' (lines '31'-'31'). 31
Avoid assignments in operands 34
Avoid empty while statements 35 - 37
A method should have only one exit point, and that should be the last statement in the method 40
Found 'DU'-anomaly for variable 'equal' (lines '45'-'56'). 45 - 56
Found 'DD'-anomaly for variable 'equal' (lines '45'-'45'). 45
A method should have only one exit point, and that should be the last statement in the method 49

org/overturetool/umltrans/Main/Translator.java

Violation Line
Error while parsing C:\Overture\overtureSourceNew\trunk\core\umltrans\src\main\java\org\overturetool\umltrans\Main\Translator.java: Can't use generics unless running in JDK 1.5 mode! 0
Error while parsing C:\Overture\overtureSourceNew\trunk\core\umltrans\src\main\java\org\overturetool\umltrans\Main\Translator.java: Can't use generics unless running in JDK 1.5 mode! 0

org/overturetool/umltrans/StatusLog.java

Violation Line
Use explicit scoping instead of the default package private level 43
Found 'DD'-anomaly for variable 'a' (lines '99'-'121'). 99 - 121
Found 'DD'-anomaly for variable 'c' (lines '104'-'109'). 104 - 109
Found 'DU'-anomaly for variable 'c' (lines '104'-'122'). 104 - 122
Found 'DD'-anomaly for variable 'pred_9' (lines '110'-'113'). 110 - 113
Found 'DD'-anomaly for variable 'var1_10' (lines '111'-'112'). 111 - 112
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 113
Found 'DU'-anomaly for variable 'a' (lines '121'-'122'). 121 - 122
Found 'DD'-anomaly for variable 'a' (lines '129'-'154'). 129 - 154
Found 'DD'-anomaly for variable 'c' (lines '134'-'139'). 134 - 139
Found 'DU'-anomaly for variable 'c' (lines '134'-'155'). 134 - 155
Found 'DD'-anomaly for variable 'pred_10' (lines '140'-'143'). 140 - 143
Found 'DD'-anomaly for variable 'var1_11' (lines '141'-'142'). 141 - 142
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 143
Found 'DD'-anomaly for variable 'res_s_5' (lines '146'-'147'). 146 - 147
Found 'DU'-anomaly for variable 'a' (lines '154'-'155'). 154 - 155

org/overturetool/umltrans/uml2vdm/Oml2Vpp.java

Violation Line
Use explicit scoping instead of the default package private level 43
Found 'DD'-anomaly for variable 'classes' (lines '62'-'65'). 62 - 65
Found 'DD'-anomaly for variable 'obj_6' (lines '63'-'64'). 63 - 64
Found 'DD'-anomaly for variable 'iset_7' (lines '68'-'73'). 68 - 73
Found 'DD'-anomaly for variable 'cl' (lines '74'-'78'). 74 - 78
Found 'DU'-anomaly for variable 'cl' (lines '74'-'101'). 74 - 101
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 82
Found 'DD'-anomaly for variable 'tmpArg_v_22' (lines '84'-'89'). 84 - 89
Found 'DD'-anomaly for variable 'var1_23' (lines '85'-'88'). 85 - 88
Found 'DD'-anomaly for variable 'var2_25' (lines '86'-'87'). 86 - 87
Found 'DD'-anomaly for variable 'tmpArg_v_28' (lines '91'-'92'). 91 - 92
Found 'DD'-anomaly for variable 'par_32' (lines '95'-'96'). 95 - 96

org/overturetool/umltrans/uml2vdm/Uml2Vdm.java

Violation Line
Use explicit scoping instead of the default package private level 42
Found 'DD'-anomaly for variable 'associations' (lines '74'-'92'). 74 - 92
Found 'DD'-anomaly for variable 'e_set_9' (lines '78'-'79'). 78 - 79
Found 'DD'-anomaly for variable 'a' (lines '80'-'85'). 80 - 85
Found 'DD'-anomaly for variable 'a' (lines '80'-'99'). 80 - 99
Found 'DD'-anomaly for variable 'constraints' (lines '93'-'111'). 93 - 111
Found 'DD'-anomaly for variable 'e_set_18' (lines '97'-'98'). 97 - 98
Found 'DD'-anomaly for variable 'a' (lines '99'-'104'). 99 - 104
Found 'DU'-anomaly for variable 'a' (lines '99'-'121'). 99 - 121
Found 'DD'-anomaly for variable 'rexpr_24' (lines '115'-'118'). 115 - 118
Found 'DD'-anomaly for variable 'arg_25' (lines '116'-'117'). 116 - 117
Found 'DU'-anomaly for variable 'traceDefMap' (lines '128'-'182'). 128 - 182
Found 'DD'-anomaly for variable 'classes' (lines '129'-'147'). 129 - 147
Found 'DD'-anomaly for variable 'e_set_11' (lines '133'-'134'). 133 - 134
Found 'DD'-anomaly for variable 'c' (lines '135'-'140'). 135 - 140
Found 'DD'-anomaly for variable 'c' (lines '135'-'153'). 135 - 153
Found 'DD'-anomaly for variable 'rexpr_14' (lines '148'-'180'). 148 - 180
Found 'DD'-anomaly for variable 'par_15' (lines '149'-'179'). 149 - 179
Found 'DD'-anomaly for variable 'c' (lines '153'-'158'). 153 - 158
Found 'DU'-anomaly for variable 'c' (lines '153'-'182'). 153 - 182
Found 'DD'-anomaly for variable 'res_s_17' (lines '159'-'173'). 159 - 173
Found 'DD'-anomaly for variable 'cName' (lines '162'-'163'). 162 - 163
Found 'DD'-anomaly for variable 'tmpVal_20' (lines '164'-'168'). 164 - 168
Found 'DD'-anomaly for variable 'tmpVal_20' (lines '164'-'170'). 164 - 170
Found 'DD'-anomaly for variable 'cond_22' (lines '165'-'166'). 165 - 166
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 166
Assigning an Object to null is a code smell. Consider refactoring. 170
Found 'DD'-anomaly for variable 'traceDef' (lines '171'-'172'). 171 - 172
Found 'DD'-anomaly for variable 'name' (lines '189'-'190'). 189 - 190
Found 'DD'-anomaly for variable 'supers' (lines '191'-'192'). 191 - 192
Found 'DD'-anomaly for variable 'inheritanceClause' (lines '193'-'224'). 193 - 224
Found 'DD'-anomaly for variable 'inheritanceClause' (lines '193'-'227'). 193 - 227
Found 'DD'-anomaly for variable 'arg_12' (lines '196'-'222'). 196 - 222
Found 'DD'-anomaly for variable 'resBind_s_15' (lines '200'-'205'). 200 - 205
Found 'DD'-anomaly for variable 'bind_l_14' (lines '206'-'207'). 206 - 207
Found 'DD'-anomaly for variable 'i' (lines '208'-'212'). 208 - 212
Found 'DU'-anomaly for variable 'i' (lines '208'-'282'). 208 - 282
Found 'DD'-anomaly for variable 'reselem_22' (lines '213'-'219'). 213 - 219
Found 'DD'-anomaly for variable 'obj_23' (lines '214'-'216'). 214 - 216
Assigning an Object to null is a code smell. Consider refactoring. 227
Found 'DD'-anomaly for variable 'body' (lines '228'-'252'). 228 - 252
Found 'DD'-anomaly for variable 'unArg_29' (lines '229'-'245'). 229 - 245
Found 'DD'-anomaly for variable 'e_set_34' (lines '233'-'234'). 233 - 234
Found 'DD'-anomaly for variable 'd' (lines '235'-'240'). 235 - 240
Found 'DU'-anomaly for variable 'd' (lines '235'-'282'). 235 - 282
Found 'DD'-anomaly for variable 'bodyWithTrace' (lines '253'-'259'). 253 - 259
Found 'DD'-anomaly for variable 'bodyWithTrace' (lines '253'-'263'). 253 - 263
Found 'DD'-anomaly for variable 'var2_46' (lines '256'-'257'). 256 - 257
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 264
Found 'DD'-anomaly for variable 'bodyLst' (lines '266'-'272'). 266 - 272
Found 'DD'-anomaly for variable 'bodyLst' (lines '266'-'276'). 266 - 276
Found 'DD'-anomaly for variable 'var2_58' (lines '269'-'270'). 269 - 270
Found 'DD'-anomaly for variable 'rexpr_61' (lines '277'-'280'). 277 - 280
Found 'DD'-anomaly for variable 'arg_65' (lines '278'-'279'). 278 - 279
Found 'DD'-anomaly for variable 'succ_2' (lines '289'-'292'). 289 - 292
Found 'DD'-anomaly for variable 'succ_2' (lines '292'-'294'). 292 - 294
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 293
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 293
Found 'DD'-anomaly for variable 'rexpr_16' (lines '298'-'305'). 298 - 305
Found 'DD'-anomaly for variable 'var1_17' (lines '299'-'300'). 299 - 300
Found 'DD'-anomaly for variable 'var2_20' (lines '302'-'303'). 302 - 303
A method should have only one exit point, and that should be the last statement in the method 307
Found 'DD'-anomaly for variable 'succ_2' (lines '311'-'313'). 311 - 313
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 312
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 312
A method should have only one exit point, and that should be the last statement in the method 317
Found 'DD'-anomaly for variable 'props' (lines '330'-'331'). 330 - 331
Found 'DD'-anomaly for variable 'valueProps' (lines '332'-'361'). 332 - 361
Found 'DD'-anomaly for variable 'p' (lines '336'-'341'). 336 - 341
Found 'DU'-anomaly for variable 'p' (lines '336'-'382'). 336 - 382
Found 'DD'-anomaly for variable 'pred_7' (lines '342'-'346'). 342 - 346
Found 'DD'-anomaly for variable 'var1_8' (lines '343'-'344'). 343 - 344
Avoid assignments in operands 346
Found 'DD'-anomaly for variable 'pred_7' (lines '346'-'352'). 346 - 352
Found 'DD'-anomaly for variable 'var2_9' (lines '348'-'351'). 348 - 351
Found 'DD'-anomaly for variable 'var1_10' (lines '349'-'350'). 349 - 350
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 351
Found 'DD'-anomaly for variable 'val' (lines '362'-'376'). 362 - 376
Found 'DD'-anomaly for variable 'v' (lines '366'-'371'). 366 - 371
Found 'DU'-anomaly for variable 'v' (lines '366'-'382'). 366 - 382
Found 'DD'-anomaly for variable 'rexpr_24' (lines '377'-'380'). 377 - 380
Found 'DD'-anomaly for variable 'arg_25' (lines '378'-'379'). 378 - 379
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 389
Found 'DD'-anomaly for variable 'statAccess' (lines '390'-'391'). 390 - 391
Found 'DD'-anomaly for variable 'scope' (lines '392'-'395'). 392 - 395
Found 'DD'-anomaly for variable 'par_6' (lines '393'-'394'). 393 - 394
Found 'DD'-anomaly for variable 'pattern' (lines '397'-'400'). 397 - 400
Found 'DD'-anomaly for variable 'arg_12' (lines '398'-'399'). 398 - 399
Found 'DD'-anomaly for variable 'multiplicity' (lines '401'-'405'). 401 - 405
Found 'DD'-anomaly for variable 'multiplicity' (lines '401'-'407'). 401 - 407
Found 'DD'-anomaly for variable 'cond_15' (lines '402'-'403'). 402 - 403
Assigning an Object to null is a code smell. Consider refactoring. 407
Found 'DD'-anomaly for variable 'type' (lines '408'-'411'). 408 - 411
Found 'DD'-anomaly for variable 'par_17' (lines '409'-'410'). 409 - 410
Found 'DD'-anomaly for variable 'expression' (lines '412'-'415'). 412 - 415
Found 'DD'-anomaly for variable 'par_20' (lines '413'-'414'). 413 - 414
Found 'DD'-anomaly for variable 'tmpVal_3' (lines '425'-'426'). 425 - 426
Found 'DD'-anomaly for variable 'props' (lines '427'-'428'). 427 - 428
Found 'DD'-anomaly for variable 'valueProps' (lines '429'-'458'). 429 - 458
Found 'DD'-anomaly for variable 'p' (lines '433'-'438'). 433 - 438
Found 'DU'-anomaly for variable 'p' (lines '433'-'477'). 433 - 477
Found 'DD'-anomaly for variable 'pred_7' (lines '439'-'443'). 439 - 443
Found 'DD'-anomaly for variable 'var1_8' (lines '440'-'441'). 440 - 441
Avoid assignments in operands 443
Found 'DD'-anomaly for variable 'pred_7' (lines '443'-'449'). 443 - 449
Found 'DD'-anomaly for variable 'var2_9' (lines '445'-'448'). 445 - 448
Found 'DD'-anomaly for variable 'var1_10' (lines '446'-'447'). 446 - 447
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 448
Found 'DD'-anomaly for variable 'val' (lines '459'-'473'). 459 - 473
Found 'DD'-anomaly for variable 'v' (lines '463'-'468'). 463 - 468
Found 'DU'-anomaly for variable 'v' (lines '463'-'477'). 463 - 477
Found 'DD'-anomaly for variable 'seqVal' (lines '474'-'475'). 474 - 475
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 484
Found 'DD'-anomaly for variable 'statAccess' (lines '485'-'486'). 485 - 486
Found 'DD'-anomaly for variable 'scope' (lines '487'-'490'). 487 - 490
Found 'DD'-anomaly for variable 'par_6' (lines '488'-'489'). 488 - 489
Found 'DD'-anomaly for variable 'multiplicity' (lines '492'-'496'). 492 - 496
Found 'DD'-anomaly for variable 'cond_13' (lines '493'-'494'). 493 - 494
Assigning an Object to null is a code smell. Consider refactoring. 498
Assigning an Object to null is a code smell. Consider refactoring. 515
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 558
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 617
Avoid assignments in operands 648
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 658
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 658
This statement may have some unnecessary parentheses 668
A method should have only one exit point, and that should be the last statement in the method 675
A method should have only one exit point, and that should be the last statement in the method 683
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 716
A method should have only one exit point, and that should be the last statement in the method 750
A method should have only one exit point, and that should be the last statement in the method 754
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 772
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 772
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 792
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 839
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 881
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 881
A method should have only one exit point, and that should be the last statement in the method 883
A method should have only one exit point, and that should be the last statement in the method 886
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 897
Avoid assignments in operands 928
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 938
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 938
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 969
Avoid assignments in operands 971
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 984
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1011
Avoid assignments in operands 1013
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1026
Avoid assignments in operands 1053
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1066
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1137
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1143
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1224
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1231
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1234
Avoid assignments in operands 1234
This statement may have some unnecessary parentheses 1248
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1253
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1262
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1301
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1343
Assigning an Object to null is a code smell. Consider refactoring. 1374
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1404
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1445
Assigning an Object to null is a code smell. Consider refactoring. 1490
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1542
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1583
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1658
Assigning an Object to null is a code smell. Consider refactoring. 1672
Assigning an Object to null is a code smell. Consider refactoring. 1687
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1724
A method should have only one exit point, and that should be the last statement in the method 1726
This statement may have some unnecessary parentheses 1735
A method should have only one exit point, and that should be the last statement in the method 1736
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1754
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1754
A method should have only one exit point, and that should be the last statement in the method 1759
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1764
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1764
A method should have only one exit point, and that should be the last statement in the method 1769
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1774
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1774
A method should have only one exit point, and that should be the last statement in the method 1779
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1784
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1784
A method should have only one exit point, and that should be the last statement in the method 1796
A method should have only one exit point, and that should be the last statement in the method 1821
A method should have only one exit point, and that should be the last statement in the method 1828
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1855
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1855
A method should have only one exit point, and that should be the last statement in the method 1869
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1874
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1874
A method should have only one exit point, and that should be the last statement in the method 1877
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1881
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1881
A method should have only one exit point, and that should be the last statement in the method 1884
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1888
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1888
A method should have only one exit point, and that should be the last statement in the method 1891
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1895
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1895
A method should have only one exit point, and that should be the last statement in the method 1898
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1902
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1902
A method should have only one exit point, and that should be the last statement in the method 1905
This statement may have some unnecessary parentheses 1920
A method should have only one exit point, and that should be the last statement in the method 1921
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1928
Avoid assignments in operands 1930
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1935
A method should have only one exit point, and that should be the last statement in the method 1940
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2136
Avoid assignments in operands 2136
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2137
Avoid assignments in operands 2140
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2141
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2161
Avoid assignments in operands 2161
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2168
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2195
Avoid assignments in operands 2195
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2202
Assigning an Object to null is a code smell. Consider refactoring. 2234
This statement may have some unnecessary parentheses 2251
Assigning an Object to null is a code smell. Consider refactoring. 2252
Assigning an Object to null is a code smell. Consider refactoring. 2271
Assigning an Object to null is a code smell. Consider refactoring. 2282
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2286
Avoid assignments in operands 2286
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2287
Avoid assignments in operands 2290
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2291
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2300
Avoid assignments in operands 2300
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2301
Avoid assignments in operands 2304
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2305
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2315
Avoid assignments in operands 2315
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2316
Avoid assignments in operands 2319
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2320
Avoid assignments in operands 2323
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2324
Assigning an Object to null is a code smell. Consider refactoring. 2336
Assigning an Object to null is a code smell. Consider refactoring. 2340
Assigning an Object to null is a code smell. Consider refactoring. 2345
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2468
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2474
Assigning an Object to null is a code smell. Consider refactoring. 2499
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2524
Avoid assignments in operands 2524
This statement may have some unnecessary parentheses 2538
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2543

org/overturetool/umltrans/uml2vdm/Xml2UmlModel.java

Violation Line
Use explicit scoping instead of the default package private level 42
Assigning an Object to null is a code smell. Consider refactoring. 110
It is a good practice to call super() in a constructor 141 - 143
It is a good practice to call super() in a constructor 148 - 152
Found 'DD'-anomaly for variable 'root' (lines '159'-'164'). 159 - 164
Found 'DD'-anomaly for variable 'unArg_2' (lines '160'-'163'). 160 - 163
Found 'DD'-anomaly for variable 'tmpRec_3' (lines '161'-'162'). 161 - 162
Found 'DD'-anomaly for variable 'firstPackageAndRoot' (lines '165'-'173'). 165 - 173
Found 'DD'-anomaly for variable 'var1_5' (lines '166'-'169'). 166 - 169
Found 'DD'-anomaly for variable 'tmpRec_6' (lines '167'-'168'). 167 - 168
Found 'DD'-anomaly for variable 'var2_8' (lines '170'-'171'). 170 - 171
Found 'DD'-anomaly for variable 'model' (lines '175'-'214'). 175 - 214
Found 'DD'-anomaly for variable 'unArg_10' (lines '176'-'212'). 176 - 212
Found 'DD'-anomaly for variable 'resBind_s_13' (lines '180'-'185'). 180 - 185
Found 'DD'-anomaly for variable 'bind_l_12' (lines '186'-'187'). 186 - 187
Found 'DD'-anomaly for variable 'i' (lines '188'-'192'). 188 - 192
Found 'DD'-anomaly for variable 'pred_23' (lines '193'-'201'). 193 - 201
Found 'DD'-anomaly for variable 'var1_24' (lines '194'-'200'). 194 - 200
Found 'DD'-anomaly for variable 'tmpRec_25' (lines '195'-'197'). 195 - 197
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 201
Found 'DD'-anomaly for variable 'reselem_20' (lines '204'-'206'). 204 - 206
Found 'DD'-anomaly for variable 'vdm_package' (lines '215'-'264'). 215 - 264
Found 'DD'-anomaly for variable 'unArg_31' (lines '216'-'262'). 216 - 262
Found 'DD'-anomaly for variable 'resBind_s_34' (lines '220'-'229'). 220 - 229
Found 'DD'-anomaly for variable 'unArg_37' (lines '221'-'224'). 221 - 224
Found 'DD'-anomaly for variable 'tmpRec_38' (lines '222'-'223'). 222 - 223
Found 'DD'-anomaly for variable 'bind_l_33' (lines '230'-'231'). 230 - 231
Found 'DD'-anomaly for variable 'i' (lines '232'-'236'). 232 - 236
Found 'DD'-anomaly for variable 'pred_48' (lines '237'-'247'). 237 - 247
Found 'DD'-anomaly for variable 'par_49' (lines '238'-'244'). 238 - 244
Found 'DD'-anomaly for variable 'tmp_l_50' (lines '239'-'242'). 239 - 242
Found 'DD'-anomaly for variable 'tmpRec_51' (lines '240'-'241'). 240 - 241
Found 'DD'-anomaly for variable 'reselem_43' (lines '250'-'256'). 250 - 256
Found 'DD'-anomaly for variable 'tmp_l_44' (lines '251'-'254'). 251 - 254
Found 'DD'-anomaly for variable 'tmpRec_45' (lines '252'-'253'). 252 - 253
Found 'DD'-anomaly for variable 'pes' (lines '267'-'270'). 267 - 270
Found 'DD'-anomaly for variable 'tmpRec_59' (lines '268'-'269'). 268 - 269
Found 'DD'-anomaly for variable 'rhs_61' (lines '273'-'323'). 273 - 323
Found 'DD'-anomaly for variable 'modmap_62' (lines '274'-'322'). 274 - 322
Found 'DD'-anomaly for variable 'e_set_84' (lines '278'-'283'). 278 - 283
Found 'DD'-anomaly for variable 'i' (lines '284'-'289'). 284 - 289
Found 'DD'-anomaly for variable 'pred_78' (lines '290'-'296'). 290 - 296
Found 'DD'-anomaly for variable 'par_79' (lines '291'-'293'). 291 - 293
Found 'DD'-anomaly for variable 'md_66' (lines '299'-'307'). 299 - 307
Found 'DD'-anomaly for variable 'tmpRec_67' (lines '300'-'306'). 300 - 306
Found 'DD'-anomaly for variable 'par_68' (lines '301'-'303'). 301 - 303
Found 'DD'-anomaly for variable 'mr_72' (lines '308'-'316'). 308 - 316
Found 'DD'-anomaly for variable 'tmpRec_73' (lines '309'-'315'). 309 - 315
Found 'DD'-anomaly for variable 'par_74' (lines '310'-'312'). 310 - 312
Found 'DD'-anomaly for variable 'rhs_91' (lines '326'-'383'). 326 - 383
Found 'DD'-anomaly for variable 'var2_93' (lines '327'-'382'). 327 - 382
Found 'DD'-anomaly for variable 'e_set_114' (lines '331'-'336'). 331 - 336
Found 'DD'-anomaly for variable 'i' (lines '337'-'342'). 337 - 342
Found 'DD'-anomaly for variable 'pred_99' (lines '343'-'352'). 343 - 352
Found 'DD'-anomaly for variable 'var1_100' (lines '344'-'350'). 344 - 350
Found 'DD'-anomaly for variable 'par_101' (lines '345'-'347'). 345 - 347
Avoid assignments in operands 352
Found 'DD'-anomaly for variable 'pred_99' (lines '352'-'365'). 352 - 365
Found 'DD'-anomaly for variable 'var2_105' (lines '354'-'364'). 354 - 364
Found 'DD'-anomaly for variable 'var1_106' (lines '355'-'363'). 355 - 363
Found 'DD'-anomaly for variable 'tmpRec_107' (lines '356'-'362'). 356 - 362
Found 'DD'-anomaly for variable 'par_108' (lines '357'-'359'). 357 - 359
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 364
Found 'DD'-anomaly for variable 'res_s_95' (lines '370'-'376'). 370 - 376
Found 'DD'-anomaly for variable 'par_96' (lines '371'-'373'). 371 - 373
Found 'DD'-anomaly for variable 'rhs_121' (lines '386'-'425'). 386 - 425
Found 'DD'-anomaly for variable 'var2_123' (lines '387'-'424'). 387 - 424
Found 'DD'-anomaly for variable 'e_set_135' (lines '391'-'396'). 391 - 396
Found 'DD'-anomaly for variable 'i' (lines '397'-'402'). 397 - 402
Found 'DD'-anomaly for variable 'pred_129' (lines '403'-'409'). 403 - 409
Found 'DD'-anomaly for variable 'par_130' (lines '404'-'406'). 404 - 406
Found 'DD'-anomaly for variable 'res_s_125' (lines '412'-'418'). 412 - 418
Found 'DD'-anomaly for variable 'par_126' (lines '413'-'415'). 413 - 415
Found 'DD'-anomaly for variable 'rhs_142' (lines '428'-'467'). 428 - 467
Found 'DD'-anomaly for variable 'var2_144' (lines '429'-'466'). 429 - 466
Found 'DD'-anomaly for variable 'e_set_156' (lines '433'-'438'). 433 - 438
Found 'DD'-anomaly for variable 'i' (lines '439'-'444'). 439 - 444
Found 'DD'-anomaly for variable 'pred_150' (lines '445'-'451'). 445 - 451
Found 'DD'-anomaly for variable 'par_151' (lines '446'-'448'). 446 - 448
Found 'DD'-anomaly for variable 'res_s_146' (lines '454'-'460'). 454 - 460
Found 'DD'-anomaly for variable 'par_147' (lines '455'-'457'). 455 - 457
Found 'DD'-anomaly for variable 'rhs_163' (lines '470'-'507'). 470 - 507
Found 'DD'-anomaly for variable 'par_164' (lines '471'-'506'). 471 - 506
Found 'DD'-anomaly for variable 'e_set_175' (lines '475'-'480'). 475 - 480
Found 'DD'-anomaly for variable 'i' (lines '481'-'486'). 481 - 486
Found 'DD'-anomaly for variable 'pred_169' (lines '487'-'493'). 487 - 493
Found 'DD'-anomaly for variable 'par_170' (lines '488'-'490'). 488 - 490
Found 'DD'-anomaly for variable 'res_s_166' (lines '496'-'498'). 496 - 498
Found 'DD'-anomaly for variable 'rhs_182' (lines '509'-'548'). 509 - 548
Found 'DD'-anomaly for variable 'var2_184' (lines '510'-'547'). 510 - 547
Found 'DD'-anomaly for variable 'e_set_196' (lines '514'-'519'). 514 - 519
Found 'DD'-anomaly for variable 'i' (lines '520'-'525'). 520 - 525
Found 'DU'-anomaly for variable 'i' (lines '520'-'567'). 520 - 567
Found 'DD'-anomaly for variable 'pred_190' (lines '526'-'532'). 526 - 532
Found 'DD'-anomaly for variable 'par_191' (lines '527'-'529'). 527 - 529
Found 'DD'-anomaly for variable 'res_s_186' (lines '535'-'541'). 535 - 541
Found 'DD'-anomaly for variable 'par_187' (lines '536'-'538'). 536 - 538
Found 'DD'-anomaly for variable 'rhs_203' (lines '553'-'565'). 553 - 565
Found 'DD'-anomaly for variable 'arg_204' (lines '554'-'555'). 554 - 555
Found 'DD'-anomaly for variable 'arg_205' (lines '556'-'563'). 556 - 563
Found 'DD'-anomaly for variable 'var1_209' (lines '557'-'561'). 557 - 561
Found 'DD'-anomaly for variable 'var1_210' (lines '558'-'559'). 558 - 559
Found 'DD'-anomaly for variable 'name' (lines '574'-'575'). 574 - 575
Found 'DD'-anomaly for variable 'vdm_abstract' (lines '577'-'582'). 577 - 582
Found 'DD'-anomaly for variable 'par_15' (lines '580'-'581'). 580 - 581
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 585
Found 'DD'-anomaly for variable 'eg' (lines '589'-'592'). 589 - 592
Found 'DD'-anomaly for variable 'tmpRec_22' (lines '590'-'591'). 590 - 591
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 635
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 647
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 650
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 779
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 800
Assigning an Object to null is a code smell. Consider refactoring. 830
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 832
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 833
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 834
Assigning an Object to null is a code smell. Consider refactoring. 871
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 899
Avoid assignments in operands 901
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 929
Avoid assignments in operands 931
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 946
Avoid assignments in operands 946
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 947
A method should have only one exit point, and that should be the last statement in the method 950
Assigning an Object to null is a code smell. Consider refactoring. 974
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 991
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 991
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1008
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1008
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1017
Assigning an Object to null is a code smell. Consider refactoring. 1019
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1030
This statement may have some unnecessary parentheses 1035
Assigning an Object to null is a code smell. Consider refactoring. 1036
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1083
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1114
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1114
Assigning an Object to null is a code smell. Consider refactoring. 1124
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1223
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1364
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1423
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1460
Assigning an Object to null is a code smell. Consider refactoring. 1464
A method should have only one exit point, and that should be the last statement in the method 1472
A method should have only one exit point, and that should be the last statement in the method 1479
A method should have only one exit point, and that should be the last statement in the method 1486
A method should have only one exit point, and that should be the last statement in the method 1493
A method should have only one exit point, and that should be the last statement in the method 1500
A method should have only one exit point, and that should be the last statement in the method 1507
Avoid assignments in operands 1541
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1546
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1623
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1629
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1672
Avoid assignments in operands 1674
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1684
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1693
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1757
Assigning an Object to null is a code smell. Consider refactoring. 1773
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1904
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2016
A method should have only one exit point, and that should be the last statement in the method 2081
A method should have only one exit point, and that should be the last statement in the method 2088
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2240
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2398
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2404
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2424
Assigning an Object to null is a code smell. Consider refactoring. 2447
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2479
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2552
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 2589
Avoid assignments in operands 2622
Assigning an Object to null is a code smell. Consider refactoring. 2634

org/overturetool/umltrans/uml/IUmlAssociation.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlBes.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlBoolType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlCallEvent.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlCharType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlClass.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlClassNameType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlCollaboration.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlCombinedFragment.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlConstraint.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlContextInfo.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/umltrans/uml/IUmlDefinitionBlock.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlDocument.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/umltrans/uml/IUmlIntegerType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlInteraction.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlInteractionConstraint.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlInteractionFragment.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlInteractionOperand.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlInteractionOperatorKind.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlLexem.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/umltrans/uml/IUmlLifeLine.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlLiteralInteger.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlLiteralString.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlMessage.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlMessageKind.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlMessageSort.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlModel.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlModelElement.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlMos.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlMultiplicityElement.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlNestedClassifiers.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlNode.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rexpr_1' (lines '97'-'101'). 97 - 101
Found 'DD'-anomaly for variable 'res' (lines '110'-'116'). 110 - 116
Found 'DD'-anomaly for variable 'var1_2' (lines '111'-'115'). 111 - 115
Found 'DD'-anomaly for variable 'rhs_6' (lines '117'-'138'). 117 - 138
Found 'DD'-anomaly for variable 'var2_8' (lines '118'-'119'). 118 - 119
Found 'DD'-anomaly for variable 'tmpArg_v_3' (lines '186'-'187'). 186 - 187
Found 'DD'-anomaly for variable 'tmpArg_v_5' (lines '189'-'190'). 189 - 190
Found 'DD'-anomaly for variable 'tmpArg_v_3' (lines '199'-'200'). 199 - 200
Found 'DD'-anomaly for variable 'tmpArg_v_5' (lines '202'-'203'). 202 - 203

org/overturetool/umltrans/uml/IUmlOperation.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlOwnedOperations.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlOwnedProperties.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlParameter.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlParameterDirectionKind.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlParameters.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlProperty.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlStringType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlTemplateParameter.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlTemplateSignature.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlUnlimitedNatural.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlValueSpecification.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlVisibilityKind.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/IUmlVisitor.java

Violation Line
Use explicit scoping instead of the default package private level 29

org/overturetool/umltrans/uml/IUmlVoidType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/UmlAssociation.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 55
It is a good practice to call super() in a constructor 68 - 70
It is a good practice to call super() in a constructor 89 - 99
It is a good practice to call super() in a constructor 104 - 115
Found 'DD'-anomaly for variable 'cond_4' (lines '125'-'126'). 125 - 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Found 'DD'-anomaly for variable 'cond_13' (lines '133'-'134'). 133 - 134
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 134
Found 'DD'-anomaly for variable 'cond_22' (lines '141'-'142'). 141 - 142
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_31' (lines '149'-'150'). 149 - 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 209

org/overturetool/umltrans/uml/UmlBes.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 54
Assigning an Object to null is a code smell. Consider refactoring. 55
It is a good practice to call super() in a constructor 68 - 70
It is a good practice to call super() in a constructor 89 - 99
It is a good practice to call super() in a constructor 104 - 115
Found 'DD'-anomaly for variable 'cond_4' (lines '125'-'126'). 125 - 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Found 'DD'-anomaly for variable 'cond_13' (lines '133'-'134'). 133 - 134
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 134
Found 'DD'-anomaly for variable 'cond_22' (lines '141'-'142'). 141 - 142
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_31' (lines '149'-'150'). 149 - 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 150

org/overturetool/umltrans/uml/UmlBoolType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 53 - 55
It is a good practice to call super() in a constructor 60 - 64

org/overturetool/umltrans/uml/UmlCallEvent.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 40
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlCharType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 53 - 55
It is a good practice to call super() in a constructor 60 - 64

org/overturetool/umltrans/uml/UmlClass.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 71
Assigning an Object to null is a code smell. Consider refactoring. 73
Assigning an Object to null is a code smell. Consider refactoring. 74
Assigning an Object to null is a code smell. Consider refactoring. 75
Assigning an Object to null is a code smell. Consider refactoring. 76
It is a good practice to call super() in a constructor 88 - 90
It is a good practice to call super() in a constructor 109 - 123
It is a good practice to call super() in a constructor 128 - 143
Found 'DD'-anomaly for variable 'cond_4' (lines '153'-'154'). 153 - 154
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 154
Found 'DD'-anomaly for variable 'cond_13' (lines '161'-'162'). 161 - 162
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 162
Found 'DD'-anomaly for variable 'cond_22' (lines '169'-'170'). 169 - 170
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 170
Found 'DD'-anomaly for variable 'cond_31' (lines '177'-'178'). 177 - 178
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 178
Found 'DD'-anomaly for variable 'cond_40' (lines '185'-'186'). 185 - 186
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 186
Found 'DD'-anomaly for variable 'cond_49' (lines '193'-'194'). 193 - 194
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 194
Found 'DD'-anomaly for variable 'cond_58' (lines '201'-'202'). 201 - 202
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 202
Found 'DD'-anomaly for variable 'cond_67' (lines '209'-'210'). 209 - 210
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 210
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 339

org/overturetool/umltrans/uml/UmlClassNameType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlCollaboration.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlCombinedFragment.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 54
It is a good practice to call super() in a constructor 68 - 70
It is a good practice to call super() in a constructor 89 - 99
It is a good practice to call super() in a constructor 104 - 115
Found 'DD'-anomaly for variable 'cond_4' (lines '125'-'126'). 125 - 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Found 'DD'-anomaly for variable 'cond_13' (lines '133'-'134'). 133 - 134
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 134
Found 'DD'-anomaly for variable 'cond_22' (lines '141'-'142'). 141 - 142
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_31' (lines '149'-'150'). 149 - 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 150

org/overturetool/umltrans/uml/UmlConstraint.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 46
It is a good practice to call super() in a constructor 58 - 60
It is a good practice to call super() in a constructor 79 - 87
It is a good practice to call super() in a constructor 92 - 101
Found 'DD'-anomaly for variable 'cond_4' (lines '111'-'112'). 111 - 112
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 112
Found 'DD'-anomaly for variable 'cond_13' (lines '119'-'120'). 119 - 120
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 120

org/overturetool/umltrans/uml/UmlDefinitionBlock.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/UmlDocument.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 50
It is a good practice to call super() in a constructor 63 - 65
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 85
It is a good practice to call super() in a constructor 126 - 135

org/overturetool/umltrans/uml/UmlIntegerType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 53 - 55
It is a good practice to call super() in a constructor 60 - 64

org/overturetool/umltrans/uml/UmlInteraction.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 68 - 70
It is a good practice to call super() in a constructor 89 - 99
It is a good practice to call super() in a constructor 104 - 115
Found 'DD'-anomaly for variable 'cond_4' (lines '125'-'126'). 125 - 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Found 'DD'-anomaly for variable 'cond_13' (lines '133'-'134'). 133 - 134
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 134
Found 'DD'-anomaly for variable 'cond_22' (lines '141'-'142'). 141 - 142
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_31' (lines '149'-'150'). 149 - 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 150

org/overturetool/umltrans/uml/UmlInteractionConstraint.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 45
Assigning an Object to null is a code smell. Consider refactoring. 46
It is a good practice to call super() in a constructor 58 - 60
It is a good practice to call super() in a constructor 79 - 87
It is a good practice to call super() in a constructor 92 - 101
Found 'DD'-anomaly for variable 'cond_4' (lines '111'-'112'). 111 - 112
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 112
Found 'DD'-anomaly for variable 'cond_13' (lines '119'-'120'). 119 - 120
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 120
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 137
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 158

org/overturetool/umltrans/uml/UmlInteractionFragment.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/UmlInteractionOperand.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 56
It is a good practice to call super() in a constructor 68 - 70
It is a good practice to call super() in a constructor 89 - 99
It is a good practice to call super() in a constructor 104 - 115
Found 'DD'-anomaly for variable 'cond_4' (lines '125'-'126'). 125 - 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Found 'DD'-anomaly for variable 'cond_13' (lines '133'-'134'). 133 - 134
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 134
Found 'DD'-anomaly for variable 'cond_22' (lines '141'-'142'). 141 - 142
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_31' (lines '149'-'150'). 149 - 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 223

org/overturetool/umltrans/uml/UmlInteractionOperatorKind.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 40
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'rexpr_1' (lines '111'-'112'). 111 - 112

org/overturetool/umltrans/uml/UmlInteractionOperatorKindQuotes.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rexpr_2' (lines '84'-'85'). 84 - 85
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 85

org/overturetool/umltrans/uml/UmlLexem.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 73 - 75
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 151
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 158
Found 'DD'-anomaly for variable 'rexpr_1' (lines '166'-'168'). 166 - 168
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 168
Avoid assignments in operands 168
Found 'DD'-anomaly for variable 'rexpr_1' (lines '168'-'169'). 168 - 169
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 169
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 178
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 185
It is a good practice to call super() in a constructor 191 - 202

org/overturetool/umltrans/uml/UmlLifeLine.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 46
It is a good practice to call super() in a constructor 58 - 60
It is a good practice to call super() in a constructor 79 - 87
It is a good practice to call super() in a constructor 92 - 101
Found 'DD'-anomaly for variable 'cond_4' (lines '111'-'112'). 111 - 112
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 112
Found 'DD'-anomaly for variable 'cond_13' (lines '119'-'120'). 119 - 120
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 120
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 151

org/overturetool/umltrans/uml/UmlLiteralInteger.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 40
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlLiteralString.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlMessage.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 62
Assigning an Object to null is a code smell. Consider refactoring. 63
Assigning an Object to null is a code smell. Consider refactoring. 64
Assigning an Object to null is a code smell. Consider refactoring. 65
It is a good practice to call super() in a constructor 78 - 80
It is a good practice to call super() in a constructor 99 - 111
It is a good practice to call super() in a constructor 116 - 129
Found 'DD'-anomaly for variable 'cond_4' (lines '139'-'140'). 139 - 140
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 140
Found 'DD'-anomaly for variable 'cond_13' (lines '147'-'148'). 147 - 148
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 148
Found 'DD'-anomaly for variable 'cond_22' (lines '155'-'156'). 155 - 156
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 156
Found 'DD'-anomaly for variable 'cond_31' (lines '163'-'164'). 163 - 164
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 164
Found 'DD'-anomaly for variable 'cond_40' (lines '171'-'172'). 171 - 172
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 172
Found 'DD'-anomaly for variable 'cond_49' (lines '179'-'180'). 179 - 180
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 180

org/overturetool/umltrans/uml/UmlMessageKind.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 40
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'rexpr_1' (lines '111'-'112'). 111 - 112

org/overturetool/umltrans/uml/UmlMessageKindQuotes.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rexpr_2' (lines '84'-'85'). 84 - 85
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 85

org/overturetool/umltrans/uml/UmlMessageSort.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 40
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'rexpr_1' (lines '111'-'112'). 111 - 112

org/overturetool/umltrans/uml/UmlMessageSortQuotes.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rexpr_2' (lines '84'-'85'). 84 - 85
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 85

org/overturetool/umltrans/uml/UmlModel.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 58 - 60
It is a good practice to call super() in a constructor 79 - 87
It is a good practice to call super() in a constructor 92 - 101
Found 'DD'-anomaly for variable 'cond_4' (lines '111'-'112'). 111 - 112
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 112
Found 'DD'-anomaly for variable 'cond_13' (lines '119'-'120'). 119 - 120
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 120

org/overturetool/umltrans/uml/UmlModelElement.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/UmlMos.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 54
Assigning an Object to null is a code smell. Consider refactoring. 55
Assigning an Object to null is a code smell. Consider refactoring. 56
It is a good practice to call super() in a constructor 68 - 70
It is a good practice to call super() in a constructor 89 - 99
It is a good practice to call super() in a constructor 104 - 115
Found 'DD'-anomaly for variable 'cond_4' (lines '125'-'126'). 125 - 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Found 'DD'-anomaly for variable 'cond_13' (lines '133'-'134'). 133 - 134
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 134
Found 'DD'-anomaly for variable 'cond_22' (lines '141'-'142'). 141 - 142
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_31' (lines '149'-'150'). 149 - 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 181
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 216

org/overturetool/umltrans/uml/UmlMultiplicityElement.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 53
Assigning an Object to null is a code smell. Consider refactoring. 54
Assigning an Object to null is a code smell. Consider refactoring. 55
Assigning an Object to null is a code smell. Consider refactoring. 56
It is a good practice to call super() in a constructor 68 - 70
It is a good practice to call super() in a constructor 89 - 99
It is a good practice to call super() in a constructor 104 - 115
Found 'DD'-anomaly for variable 'cond_4' (lines '125'-'126'). 125 - 126
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 126
Found 'DD'-anomaly for variable 'cond_13' (lines '133'-'134'). 133 - 134
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 134
Found 'DD'-anomaly for variable 'cond_22' (lines '141'-'142'). 141 - 142
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 142
Found 'DD'-anomaly for variable 'cond_31' (lines '149'-'150'). 149 - 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 150
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 209

org/overturetool/umltrans/uml/UmlNestedClassifiers.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlOperation.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 66
Assigning an Object to null is a code smell. Consider refactoring. 67
Assigning an Object to null is a code smell. Consider refactoring. 68
Assigning an Object to null is a code smell. Consider refactoring. 69
Assigning an Object to null is a code smell. Consider refactoring. 70
Assigning an Object to null is a code smell. Consider refactoring. 71
It is a good practice to call super() in a constructor 83 - 85
It is a good practice to call super() in a constructor 104 - 117
It is a good practice to call super() in a constructor 122 - 136
Found 'DD'-anomaly for variable 'cond_4' (lines '146'-'147'). 146 - 147
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 147
Found 'DD'-anomaly for variable 'cond_13' (lines '154'-'155'). 154 - 155
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 155
Found 'DD'-anomaly for variable 'cond_22' (lines '162'-'163'). 162 - 163
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 163
Found 'DD'-anomaly for variable 'cond_31' (lines '170'-'171'). 170 - 171
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 171
Found 'DD'-anomaly for variable 'cond_40' (lines '178'-'179'). 178 - 179
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 179
Found 'DD'-anomaly for variable 'cond_49' (lines '186'-'187'). 186 - 187
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 187
Found 'DD'-anomaly for variable 'cond_58' (lines '194'-'195'). 194 - 195
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 195
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 268
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 303

org/overturetool/umltrans/uml/UmlOwnedOperations.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlOwnedProperties.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlParameter.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 58
Assigning an Object to null is a code smell. Consider refactoring. 59
Assigning an Object to null is a code smell. Consider refactoring. 61
It is a good practice to call super() in a constructor 73 - 75
It is a good practice to call super() in a constructor 94 - 105
It is a good practice to call super() in a constructor 110 - 122
Found 'DD'-anomaly for variable 'cond_4' (lines '132'-'133'). 132 - 133
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 133
Found 'DD'-anomaly for variable 'cond_13' (lines '140'-'141'). 140 - 141
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 141
Found 'DD'-anomaly for variable 'cond_22' (lines '148'-'149'). 148 - 149
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 149
Found 'DD'-anomaly for variable 'cond_31' (lines '156'-'157'). 156 - 157
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 157
Found 'DD'-anomaly for variable 'cond_40' (lines '164'-'165'). 164 - 165
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 165

org/overturetool/umltrans/uml/UmlParameterDirectionKind.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 40
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'rexpr_1' (lines '111'-'112'). 111 - 112

org/overturetool/umltrans/uml/UmlParameterDirectionKindQuotes.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rexpr_2' (lines '94'-'95'). 94 - 95
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 95

org/overturetool/umltrans/uml/UmlParameters.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlProperty.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 82
Assigning an Object to null is a code smell. Consider refactoring. 83
Assigning an Object to null is a code smell. Consider refactoring. 84
Assigning an Object to null is a code smell. Consider refactoring. 85
Assigning an Object to null is a code smell. Consider refactoring. 86
Assigning an Object to null is a code smell. Consider refactoring. 87
Assigning an Object to null is a code smell. Consider refactoring. 88
Assigning an Object to null is a code smell. Consider refactoring. 89
Assigning an Object to null is a code smell. Consider refactoring. 91
It is a good practice to call super() in a constructor 103 - 105
It is a good practice to call super() in a constructor 124 - 141
It is a good practice to call super() in a constructor 146 - 164
Found 'DD'-anomaly for variable 'cond_4' (lines '174'-'175'). 174 - 175
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 175
Found 'DD'-anomaly for variable 'cond_13' (lines '182'-'183'). 182 - 183
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 183
Found 'DD'-anomaly for variable 'cond_22' (lines '190'-'191'). 190 - 191
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 191
Found 'DD'-anomaly for variable 'cond_31' (lines '198'-'199'). 198 - 199
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 199
Found 'DD'-anomaly for variable 'cond_40' (lines '206'-'207'). 206 - 207
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 207
Found 'DD'-anomaly for variable 'cond_49' (lines '214'-'215'). 214 - 215
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 215
Found 'DD'-anomaly for variable 'cond_58' (lines '222'-'223'). 222 - 223
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 223
Found 'DD'-anomaly for variable 'cond_67' (lines '230'-'231'). 230 - 231
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 231
Found 'DD'-anomaly for variable 'cond_76' (lines '238'-'239'). 238 - 239
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 239
Found 'DD'-anomaly for variable 'cond_85' (lines '246'-'247'). 246 - 247
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 247
Found 'DD'-anomaly for variable 'cond_94' (lines '254'-'255'). 254 - 255
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 255
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 300
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 335
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 356
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 391
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 412
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 447

org/overturetool/umltrans/uml/UmlStringType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 53 - 55
It is a good practice to call super() in a constructor 60 - 64

org/overturetool/umltrans/uml/UmlTemplateParameter.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlTemplateSignature.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'cond_4' (lines '98'-'99'). 98 - 99
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 99

org/overturetool/umltrans/uml/UmlType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/UmlUnlimitedNatural.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 53 - 55
It is a good practice to call super() in a constructor 60 - 64

org/overturetool/umltrans/uml/UmlValueSpecification.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/UmlVisibilityKind.java

Violation Line
Use explicit scoping instead of the default package private level 29
Assigning an Object to null is a code smell. Consider refactoring. 40
It is a good practice to call super() in a constructor 52 - 54
It is a good practice to call super() in a constructor 73 - 77
It is a good practice to call super() in a constructor 82 - 90
Found 'DD'-anomaly for variable 'rexpr_1' (lines '111'-'112'). 111 - 112

org/overturetool/umltrans/uml/UmlVisibilityKindQuotes.java

Violation Line
Use explicit scoping instead of the default package private level 29
Found 'DD'-anomaly for variable 'rexpr_2' (lines '89'-'90'). 89 - 90
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 90

org/overturetool/umltrans/uml/UmlVisitor.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 39 - 41

org/overturetool/umltrans/uml/UmlVoidType.java

Violation Line
Use explicit scoping instead of the default package private level 29
It is a good practice to call super() in a constructor 53 - 55
It is a good practice to call super() in a constructor 60 - 64

org/overturetool/umltrans/vdm2uml/Uml2Xmi.java

Violation Line
Use explicit scoping instead of the default package private level 42

org/overturetool/umltrans/vdm2uml/Uml2XmiEAxml.java

Violation Line
A method should have only one exit point, and that should be the last statement in the method 75
A method should have only one exit point, and that should be the last statement in the method 123
Use explicit scoping instead of the default package private level 141
It is a good practice to call super() in a constructor 232 - 234
Found 'DD'-anomaly for variable 'par_28' (lines '265'-'266'). 265 - 266
Found 'DD'-anomaly for variable 'tmpArg_v_46' (lines '274'-'275'). 274 - 275
Found 'DD'-anomaly for variable 'tmpArg_v_48' (lines '277'-'295'). 277 - 295
Found 'DD'-anomaly for variable 'e_set_54' (lines '281'-'282'). 281 - 282
Found 'DD'-anomaly for variable 'd' (lines '283'-'288'). 283 - 288
Found 'DD'-anomaly for variable 'd' (lines '283'-'303'). 283 - 303
Found 'DD'-anomaly for variable 'tmpArg_v_58' (lines '297'-'315'). 297 - 315
Found 'DD'-anomaly for variable 'e_set_64' (lines '301'-'302'). 301 - 302
Found 'DD'-anomaly for variable 'd' (lines '303'-'308'). 303 - 308
Found 'DD'-anomaly for variable 'd' (lines '303'-'323'). 303 - 323
Found 'DD'-anomaly for variable 'tmpArg_v_68' (lines '317'-'335'). 317 - 335
Found 'DD'-anomaly for variable 'e_set_74' (lines '321'-'322'). 321 - 322
Found 'DD'-anomaly for variable 'd' (lines '323'-'328'). 323 - 328
Found 'DU'-anomaly for variable 'd' (lines '323'-'342'). 323 - 342
Found 'DD'-anomaly for variable 'iset_2' (lines '349'-'363'). 349 - 363
Found 'DD'-anomaly for variable 'd' (lines '353'-'358'). 353 - 358
Found 'DU'-anomaly for variable 'd' (lines '353'-'398'). 353 - 398
Found 'DD'-anomaly for variable 'c' (lines '364'-'368'). 364 - 368
Found 'DU'-anomaly for variable 'c' (lines '364'-'398'). 364 - 398
Found 'DD'-anomaly for variable 'succ_18' (lines '371'-'374'). 371 - 374
Found 'DD'-anomaly for variable 'succ_18' (lines '374'-'376'). 374 - 376
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 375
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 375
Found 'DD'-anomaly for variable 'succ_18' (lines '381'-'383'). 381 - 383
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 382
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 382
Found 'DD'-anomaly for variable 'succ_18' (lines '388'-'390'). 388 - 390
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 389
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 389
Found 'DD'-anomaly for variable 'iset_14' (lines '418'-'419'). 418 - 419
Found 'DD'-anomaly for variable 'a' (lines '420'-'424'). 420 - 424
Found 'DU'-anomaly for variable 'a' (lines '420'-'455'). 420 - 455
Found 'DD'-anomaly for variable 'par_41' (lines '438'-'447'). 438 - 447
Found 'DD'-anomaly for variable 'par_41' (lines '438'-'450'). 438 - 450
Found 'DD'-anomaly for variable 'cond_43' (lines '439'-'442'). 439 - 442
Found 'DD'-anomaly for variable 'obj_44' (lines '440'-'441'). 440 - 441
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 442
Found 'DD'-anomaly for variable 'spec' (lines '445'-'446'). 445 - 446
Found 'DD'-anomaly for variable 'c' (lines '468'-'472'). 468 - 472
Found 'DU'-anomaly for variable 'c' (lines '468'-'630'). 468 - 630
Found 'DD'-anomaly for variable 'constrainId' (lines '490'-'494'). 490 - 494
Found 'DD'-anomaly for variable 'constrainId' (lines '490'-'516'). 490 - 516
Found 'DD'-anomaly for variable 'constrainId' (lines '516'-'520'). 516 - 520
Found 'DU'-anomaly for variable 'constrainId' (lines '516'-'630'). 516 - 630
Found 'DD'-anomaly for variable 'par_113' (lines '531'-'532'). 531 - 532
Found 'DD'-anomaly for variable 'associationEndId' (lines '552'-'556'). 552 - 556
Found 'DU'-anomaly for variable 'associationEndId' (lines '552'-'630'). 552 - 630
Found 'DD'-anomaly for variable 'qualifier' (lines '571'-'575'). 571 - 575
Found 'DU'-anomaly for variable 'qualifier' (lines '571'-'630'). 571 - 630
Found 'DD'-anomaly for variable 'par_178' (lines '579'-'580'). 579 - 580
This statement may have some unnecessary parentheses 580
Found 'DD'-anomaly for variable 'par_184' (lines '583'-'584'). 583 - 584
This statement may have some unnecessary parentheses 584
Found 'DD'-anomaly for variable 'par_190' (lines '587'-'588'). 587 - 588
This statement may have some unnecessary parentheses 588
Found 'DD'-anomaly for variable 'dependencyId' (lines '601'-'605'). 601 - 605
Found 'DU'-anomaly for variable 'dependencyId' (lines '601'-'630'). 601 - 630
Found 'DD'-anomaly for variable 'par_214' (lines '611'-'612'). 611 - 612
Found 'DD'-anomaly for variable 'par_225' (lines '616'-'617'). 616 - 617
Found 'DD'-anomaly for variable 'iset_2' (lines '637'-'651'). 637 - 651
Found 'DD'-anomaly for variable 'd' (lines '641'-'646'). 641 - 646
Found 'DU'-anomaly for variable 'd' (lines '641'-'678'). 641 - 678
Found 'DD'-anomaly for variable 'c' (lines '652'-'656'). 652 - 656
Found 'DU'-anomaly for variable 'c' (lines '652'-'678'). 652 - 678
Found 'DD'-anomaly for variable 'succ_18' (lines '659'-'662'). 659 - 662
Found 'DD'-anomaly for variable 'succ_18' (lines '662'-'664'). 662 - 664
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 663
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 663
Found 'DD'-anomaly for variable 'tmpVal_24' (lines '667'-'668'). 667 - 668
Found 'DD'-anomaly for variable 'cl' (lines '669'-'670'). 669 - 670
Found 'DD'-anomaly for variable 'md_26' (lines '671'-'672'). 671 - 672
Found 'DD'-anomaly for variable 'par_6' (lines '686'-'689'). 686 - 689
Found 'DD'-anomaly for variable 'par_7' (lines '687'-'688'). 687 - 688
Found 'DD'-anomaly for variable 'par_10' (lines '691'-'694'). 691 - 694
Found 'DD'-anomaly for variable 'par_11' (lines '692'-'693'). 692 - 693
Found 'DD'-anomaly for variable 'par_17' (lines '697'-'698'). 697 - 698
Found 'DD'-anomaly for variable 'par_23' (lines '701'-'704'). 701 - 704
Found 'DD'-anomaly for variable 'tmppar_25' (lines '702'-'703'). 702 - 703
Found 'DD'-anomaly for variable 'tmpArg_v_30' (lines '707'-'740'). 707 - 740
Found 'DD'-anomaly for variable 'unArg_31' (lines '708'-'733'). 708 - 733
Found 'DD'-anomaly for variable 'e_set_39' (lines '712'-'713'). 712 - 713
Found 'DD'-anomaly for variable 'df' (lines '714'-'719'). 714 - 719
Found 'DD'-anomaly for variable 'res_s_33' (lines '722'-'726'). 722 - 726
Found 'DD'-anomaly for variable 'tmpArg_v_46' (lines '742'-'775'). 742 - 775
Found 'DD'-anomaly for variable 'unArg_47' (lines '743'-'768'). 743 - 768
Found 'DD'-anomaly for variable 'e_set_55' (lines '747'-'748'). 747 - 748
Found 'DD'-anomaly for variable 'df' (lines '749'-'754'). 749 - 754
Found 'DU'-anomaly for variable 'df' (lines '749'-'855'). 749 - 855
Found 'DD'-anomaly for variable 'res_s_49' (lines '757'-'761'). 757 - 761
Found 'DD'-anomaly for variable 'cond_61' (lines '777'-'782'). 777 - 782
Found 'DD'-anomaly for variable 'var1_62' (lines '778'-'781'). 778 - 781
Found 'DD'-anomaly for variable 'unArg_63' (lines '779'-'780'). 779 - 780
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 782
Found 'DD'-anomaly for variable 'tmpArg_v_66' (lines '785'-'786'). 785 - 786
Found 'DD'-anomaly for variable 'cond_67' (lines '789'-'790'). 789 - 790
Found 'DD'-anomaly for variable 'tmpArg_v_69' (lines '793'-'794'). 793 - 794
Found 'DD'-anomaly for variable 'elem_71' (lines '796'-'797'). 796 - 797
Found 'DD'-anomaly for variable 'par_75' (lines '801'-'802'). 801 - 802
Found 'DD'-anomaly for variable 'par_76' (lines '803'-'806'). 803 - 806
Found 'DD'-anomaly for variable 'tmppar_78' (lines '804'-'805'). 804 - 805
Found 'DD'-anomaly for variable 'ncs' (lines '810'-'828'). 810 - 828
Found 'DD'-anomaly for variable 'e_set_86' (lines '814'-'815'). 814 - 815
Found 'DD'-anomaly for variable 'nc' (lines '816'-'821'). 816 - 821
Found 'DU'-anomaly for variable 'nc' (lines '816'-'855'). 816 - 855
Found 'DD'-anomaly for variable 'tps' (lines '831'-'846'). 831 - 846
Found 'DD'-anomaly for variable 'tmpSet_95' (lines '834'-'835'). 834 - 835
Found 'DD'-anomaly for variable 'n' (lines '836'-'842'). 836 - 842
Found 'DD'-anomaly for variable 'n' (lines '842'-'842'). 842
Found 'DD'-anomaly for variable 'md_101' (lines '848'-'851'). 848 - 851
Found 'DD'-anomaly for variable 'tmppar_103' (lines '849'-'850'). 849 - 850
Found 'DD'-anomaly for variable 'prop' (lines '862'-'866'). 862 - 866
Found 'DD'-anomaly for variable 'par_10' (lines '870'-'871'). 870 - 871
Found 'DD'-anomaly for variable 'cond_14' (lines '874'-'875'). 874 - 875
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 928
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 929
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 949
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 950
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1170
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1174
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1198
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1202
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1231
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1235
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1259
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1263
This statement may have some unnecessary parentheses 1342
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1352
This statement may have some unnecessary parentheses 1400
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1401
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1624
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1624
A method should have only one exit point, and that should be the last statement in the method 1627
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1631
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1631
A method should have only one exit point, and that should be the last statement in the method 1634
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1638
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1638
A method should have only one exit point, and that should be the last statement in the method 1641
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1645
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1645
A method should have only one exit point, and that should be the last statement in the method 1648
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1703
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1703
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1726
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1732
A method should have only one exit point, and that should be the last statement in the method 1739
A method should have only one exit point, and that should be the last statement in the method 1742
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1748
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1748
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1753
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1753
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1759
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1759
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1765
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1765
A method should have only one exit point, and that should be the last statement in the method 1769

org/overturetool/umltrans/vdm2uml/Uml2XmiEclipseUml.java

Violation Line
A method should have only one exit point, and that should be the last statement in the method 75
Use explicit scoping instead of the default package private level 93
It is a good practice to call super() in a constructor 170 - 172
Found 'DD'-anomaly for variable 'tmpArg_v_32' (lines '202'-'203'). 202 - 203
Found 'DD'-anomaly for variable 'tmpArg_v_34' (lines '205'-'206'). 205 - 206
Found 'DD'-anomaly for variable 'tmpArg_v_36' (lines '208'-'209'). 208 - 209
Found 'DD'-anomaly for variable 'iset_2' (lines '220'-'234'). 220 - 234
Found 'DD'-anomaly for variable 'd' (lines '224'-'229'). 224 - 229
Found 'DU'-anomaly for variable 'd' (lines '224'-'253'). 224 - 253
Found 'DD'-anomaly for variable 'c' (lines '235'-'239'). 235 - 239
Found 'DU'-anomaly for variable 'c' (lines '235'-'253'). 235 - 253
Found 'DD'-anomaly for variable 'succ_18' (lines '242'-'245'). 242 - 245
Found 'DD'-anomaly for variable 'succ_18' (lines '245'-'247'). 245 - 247
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 246
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 246
Found 'DD'-anomaly for variable 'iset_14' (lines '273'-'274'). 273 - 274
Found 'DD'-anomaly for variable 'a' (lines '275'-'279'). 275 - 279
Found 'DU'-anomaly for variable 'a' (lines '275'-'310'). 275 - 310
Found 'DD'-anomaly for variable 'par_41' (lines '293'-'302'). 293 - 302
Found 'DD'-anomaly for variable 'par_41' (lines '293'-'305'). 293 - 305
Found 'DD'-anomaly for variable 'cond_43' (lines '294'-'297'). 294 - 297
Found 'DD'-anomaly for variable 'obj_44' (lines '295'-'296'). 295 - 296
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 297
Found 'DD'-anomaly for variable 'spec' (lines '300'-'301'). 300 - 301
Found 'DD'-anomaly for variable 'c' (lines '323'-'327'). 323 - 327
Found 'DU'-anomaly for variable 'c' (lines '323'-'452'). 323 - 452
Found 'DD'-anomaly for variable 'constrainId' (lines '344'-'348'). 344 - 348
Found 'DD'-anomaly for variable 'constrainId' (lines '344'-'370'). 344 - 370
Found 'DD'-anomaly for variable 'constrainId' (lines '370'-'374'). 370 - 374
Found 'DU'-anomaly for variable 'constrainId' (lines '370'-'452'). 370 - 452
Found 'DD'-anomaly for variable 'par_111' (lines '385'-'386'). 385 - 386
Found 'DD'-anomaly for variable 'associationEndId' (lines '406'-'410'). 406 - 410
Found 'DU'-anomaly for variable 'associationEndId' (lines '406'-'452'). 406 - 452
Found 'DD'-anomaly for variable 'qualifier' (lines '425'-'429'). 425 - 429
Found 'DU'-anomaly for variable 'qualifier' (lines '425'-'452'). 425 - 452
Found 'DD'-anomaly for variable 'par_176' (lines '433'-'434'). 433 - 434
This statement may have some unnecessary parentheses 434
Found 'DD'-anomaly for variable 'par_182' (lines '437'-'438'). 437 - 438
This statement may have some unnecessary parentheses 438
Found 'DD'-anomaly for variable 'par_188' (lines '441'-'442'). 441 - 442
This statement may have some unnecessary parentheses 442
Found 'DD'-anomaly for variable 'iset_2' (lines '459'-'473'). 459 - 473
Found 'DD'-anomaly for variable 'd' (lines '463'-'468'). 463 - 468
Found 'DU'-anomaly for variable 'd' (lines '463'-'492'). 463 - 492
Found 'DD'-anomaly for variable 'c' (lines '474'-'478'). 474 - 478
Found 'DU'-anomaly for variable 'c' (lines '474'-'492'). 474 - 492
Found 'DD'-anomaly for variable 'succ_18' (lines '481'-'484'). 481 - 484
Found 'DD'-anomaly for variable 'succ_18' (lines '484'-'486'). 484 - 486
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 485
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 485
Found 'DD'-anomaly for variable 'iset_2' (lines '499'-'513'). 499 - 513
Found 'DD'-anomaly for variable 'd' (lines '503'-'508'). 503 - 508
Found 'DU'-anomaly for variable 'd' (lines '503'-'532'). 503 - 532
Found 'DD'-anomaly for variable 'c' (lines '514'-'518'). 514 - 518
Found 'DU'-anomaly for variable 'c' (lines '514'-'532'). 514 - 532
Found 'DD'-anomaly for variable 'succ_18' (lines '521'-'524'). 521 - 524
Found 'DD'-anomaly for variable 'succ_18' (lines '524'-'526'). 524 - 526
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 525
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 525
Found 'DD'-anomaly for variable 'iset_2' (lines '539'-'553'). 539 - 553
Found 'DD'-anomaly for variable 'd' (lines '543'-'548'). 543 - 548
Found 'DU'-anomaly for variable 'd' (lines '543'-'580'). 543 - 580
Found 'DD'-anomaly for variable 'c' (lines '554'-'558'). 554 - 558
Found 'DU'-anomaly for variable 'c' (lines '554'-'580'). 554 - 580
Found 'DD'-anomaly for variable 'succ_18' (lines '561'-'564'). 561 - 564
Found 'DD'-anomaly for variable 'succ_18' (lines '564'-'566'). 564 - 566
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 565
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 565
Found 'DD'-anomaly for variable 'tmpVal_24' (lines '569'-'570'). 569 - 570
Found 'DD'-anomaly for variable 'cl' (lines '571'-'572'). 571 - 572
Found 'DD'-anomaly for variable 'md_26' (lines '573'-'574'). 573 - 574
Found 'DD'-anomaly for variable 'par_6' (lines '588'-'591'). 588 - 591
Found 'DD'-anomaly for variable 'par_7' (lines '589'-'590'). 589 - 590
Found 'DD'-anomaly for variable 'par_10' (lines '593'-'596'). 593 - 596
Found 'DD'-anomaly for variable 'par_11' (lines '594'-'595'). 594 - 595
Found 'DD'-anomaly for variable 'par_17' (lines '599'-'600'). 599 - 600
Found 'DD'-anomaly for variable 'par_23' (lines '603'-'606'). 603 - 606
Found 'DD'-anomaly for variable 'tmppar_25' (lines '604'-'605'). 604 - 605
Found 'DD'-anomaly for variable 'tmpArg_v_30' (lines '609'-'642'). 609 - 642
Found 'DD'-anomaly for variable 'unArg_31' (lines '610'-'635'). 610 - 635
Found 'DD'-anomaly for variable 'e_set_39' (lines '614'-'615'). 614 - 615
Found 'DD'-anomaly for variable 'df' (lines '616'-'621'). 616 - 621
Found 'DD'-anomaly for variable 'df' (lines '616'-'651'). 616 - 651
Found 'DD'-anomaly for variable 'res_s_33' (lines '624'-'628'). 624 - 628
Found 'DD'-anomaly for variable 'tmpArg_v_46' (lines '644'-'677'). 644 - 677
Found 'DD'-anomaly for variable 'unArg_47' (lines '645'-'670'). 645 - 670
Found 'DD'-anomaly for variable 'e_set_55' (lines '649'-'650'). 649 - 650
Found 'DD'-anomaly for variable 'df' (lines '651'-'656'). 651 - 656
Found 'DU'-anomaly for variable 'df' (lines '651'-'692'). 651 - 692
Found 'DD'-anomaly for variable 'res_s_49' (lines '659'-'663'). 659 - 663
Found 'DD'-anomaly for variable 'cond_61' (lines '679'-'684'). 679 - 684
Found 'DD'-anomaly for variable 'var1_62' (lines '680'-'683'). 680 - 683
Found 'DD'-anomaly for variable 'unArg_63' (lines '681'-'682'). 681 - 682
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 684
Found 'DD'-anomaly for variable 'tmpArg_v_66' (lines '687'-'688'). 687 - 688
Found 'DD'-anomaly for variable 'prop' (lines '699'-'703'). 699 - 703
Found 'DD'-anomaly for variable 'par_10' (lines '707'-'708'). 707 - 708
Found 'DD'-anomaly for variable 'cond_14' (lines '711'-'712'). 711 - 712
Found 'DD'-anomaly for variable 'par_17' (lines '715'-'718'). 715 - 718
Found 'DD'-anomaly for variable 'par_18' (lines '716'-'717'). 716 - 717
Found 'DD'-anomaly for variable 'par_21' (lines '721'-'724'). 721 - 724
Found 'DD'-anomaly for variable 'par_22' (lines '722'-'723'). 722 - 723
Found 'DD'-anomaly for variable 'cond_29' (lines '728'-'729'). 728 - 729
Found 'DD'-anomaly for variable 'par_32' (lines '732'-'737'). 732 - 737
Found 'DD'-anomaly for variable 'par_33' (lines '733'-'736'). 733 - 736
Found 'DD'-anomaly for variable 'obj_34' (lines '734'-'735'). 734 - 735
Found 'DD'-anomaly for variable 'tmpArg_v_36' (lines '739'-'740'). 739 - 740
Found 'DD'-anomaly for variable 'succ_39' (lines '744'-'747'). 744 - 747
Found 'DD'-anomaly for variable 'succ_39' (lines '747'-'753'). 747 - 753
Found 'DD'-anomaly for variable 'tmpVal_v_53' (lines '748'-'751'). 748 - 751
Found 'DD'-anomaly for variable 'obj_54' (lines '749'-'750'). 749 - 750
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 751
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 752
Found 'DD'-anomaly for variable 'ls' (lines '756'-'757'). 756 - 757
Found 'DD'-anomaly for variable 'par_62' (lines '761'-'762'). 761 - 762
Found 'DD'-anomaly for variable 'obj_43' (lines '770'-'771'). 770 - 771
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 772
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 773
Found 'DD'-anomaly for variable 'par_72' (lines '794'-'797'). 794 - 797
Found 'DD'-anomaly for variable 'par_73' (lines '795'-'796'). 795 - 796
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 875
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 896
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 963
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1012
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1171
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1171
A method should have only one exit point, and that should be the last statement in the method 1174
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1178
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1178
A method should have only one exit point, and that should be the last statement in the method 1181
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1185
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1185
A method should have only one exit point, and that should be the last statement in the method 1188
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1239
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1239
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1262
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1268
A method should have only one exit point, and that should be the last statement in the method 1275
A method should have only one exit point, and that should be the last statement in the method 1278
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1284
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1284
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1289
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1289
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1295
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1295
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1301
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1301
A method should have only one exit point, and that should be the last statement in the method 1305

org/overturetool/umltrans/vdm2uml/Vdm2Uml.java

Violation Line
Use explicit scoping instead of the default package private level 42
Found 'DD'-anomaly for variable 'par_6' (lines '110'-'116'). 110 - 116
Found 'DD'-anomaly for variable 'var1_7' (lines '111'-'114'). 111 - 114
Found 'DD'-anomaly for variable 'var1_8' (lines '112'-'113'). 112 - 113
Found 'DD'-anomaly for variable 'rhs_2' (lines '128'-'129'). 128 - 129
Found 'DD'-anomaly for variable 'classes' (lines '139'-'140'). 139 - 140
Found 'DD'-anomaly for variable 'uml_uclasses' (lines '141'-'190'). 141 - 190
Found 'DD'-anomaly for variable 'var1_5' (lines '142'-'186'). 142 - 186
Found 'DD'-anomaly for variable 'resBind_s_8' (lines '146'-'151'). 146 - 151
Found 'DD'-anomaly for variable 'bind_l_7' (lines '152'-'153'). 152 - 153
Found 'DD'-anomaly for variable 'i' (lines '154'-'158'). 154 - 158
Found 'DU'-anomaly for variable 'i' (lines '154'-'201'). 154 - 201
Found 'DD'-anomaly for variable 'pred_19' (lines '159'-'173'). 159 - 173
Found 'DD'-anomaly for variable 'var1_20' (lines '160'-'166'). 160 - 166
Found 'DD'-anomaly for variable 'obj_21' (lines '161'-'163'). 161 - 163
Found 'DD'-anomaly for variable 'var2_24' (lines '167'-'172'). 167 - 172
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 173
Found 'DD'-anomaly for variable 'reselem_15' (lines '176'-'182'). 176 - 182
Found 'DD'-anomaly for variable 'par_16' (lines '177'-'179'). 177 - 179
Found 'DD'-anomaly for variable 'var2_30' (lines '188'-'189'). 188 - 189
Found 'DD'-anomaly for variable 'rexpr_32' (lines '192'-'199'). 192 - 199
Found 'DD'-anomaly for variable 'arg_34' (lines '193'-'198'). 193 - 198
Found 'DD'-anomaly for variable 'par_3' (lines '208'-'209'). 208 - 209
Found 'DD'-anomaly for variable 'name' (lines '213'-'214'). 213 - 214
Found 'DD'-anomaly for variable 'inh' (lines '215'-'219'). 215 - 219
Found 'DD'-anomaly for variable 'cond_8' (lines '216'-'217'). 216 - 217
Assigning an Object to null is a code smell. Consider refactoring. 221
Found 'DD'-anomaly for variable 'body' (lines '222'-'223'). 222 - 223
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 224
Found 'DD'-anomaly for variable 'isActive' (lines '225'-'264'). 225 - 264
Found 'DD'-anomaly for variable 'var1_12' (lines '226'-'263'). 226 - 263
Found 'DD'-anomaly for variable 'unArg_13' (lines '227'-'262'). 227 - 262
Found 'DD'-anomaly for variable 'e_set_23' (lines '231'-'236'). 231 - 236
Found 'DD'-anomaly for variable 'i' (lines '237'-'242'). 237 - 242
Found 'DD'-anomaly for variable 'pred_18' (lines '243'-'249'). 243 - 249
Found 'DD'-anomaly for variable 'obj_19' (lines '244'-'246'). 244 - 246
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 249
Found 'DD'-anomaly for variable 'res_s_15' (lines '252'-'254'). 252 - 254
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 264
Found 'DD'-anomaly for variable 'dBlock' (lines '265'-'294'). 265 - 294
Found 'DD'-anomaly for variable 'resBind_s_34' (lines '269'-'274'). 269 - 274
Found 'DD'-anomaly for variable 'bind_l_33' (lines '275'-'276'). 275 - 276
Found 'DD'-anomaly for variable 'i' (lines '277'-'281'). 277 - 281
Found 'DU'-anomaly for variable 'i' (lines '277'-'323'). 277 - 323
Found 'DD'-anomaly for variable 'reselem_41' (lines '282'-'290'). 282 - 290
Found 'DD'-anomaly for variable 'dbs' (lines '285'-'287'). 285 - 287
Found 'DD'-anomaly for variable 'dBlockSet' (lines '296'-'313'). 296 - 313
Found 'DD'-anomaly for variable 'd' (lines '301'-'306'). 301 - 306
Found 'DU'-anomaly for variable 'd' (lines '301'-'323'). 301 - 323
Found 'DD'-anomaly for variable 'templateParameters' (lines '317'-'320'). 317 - 320
Found 'DD'-anomaly for variable 'par_68' (lines '318'-'319'). 318 - 319
Found 'DD'-anomaly for variable 'rexpr_7' (lines '331'-'358'). 331 - 358
Found 'DD'-anomaly for variable 'arg_8' (lines '332'-'357'). 332 - 357
Found 'DD'-anomaly for variable 't' (lines '337'-'342'). 337 - 342
Found 'DU'-anomaly for variable 't' (lines '337'-'363'). 337 - 363
Found 'DD'-anomaly for variable 'res_s_10' (lines '343'-'351'). 343 - 351
Found 'DD'-anomaly for variable 'arg_13' (lines '347'-'350'). 347 - 350
Found 'DD'-anomaly for variable 'obj_14' (lines '348'-'349'). 348 - 349
A method should have only one exit point, and that should be the last statement in the method 359
This statement may have some unnecessary parentheses 369
A method should have only one exit point, and that should be the last statement in the method 370
Found 'DD'-anomaly for variable 'list' (lines '373'-'374'). 373 - 374
Found 'DD'-anomaly for variable 'rexpr_7' (lines '375'-'401'). 375 - 401
Found 'DD'-anomaly for variable 'resBind_s_10' (lines '379'-'384'). 379 - 384
Found 'DD'-anomaly for variable 'bind_l_9' (lines '385'-'386'). 385 - 386
Found 'DD'-anomaly for variable 'i' (lines '387'-'391'). 387 - 391
Found 'DU'-anomaly for variable 'i' (lines '387'-'405'). 387 - 405
Found 'DD'-anomaly for variable 'reselem_17' (lines '392'-'398'). 392 - 398
Found 'DD'-anomaly for variable 'arg_18' (lines '393'-'395'). 393 - 395
Found 'DD'-anomaly for variable 'opList' (lines '412'-'462'). 412 - 462
Found 'DD'-anomaly for variable 'unArg_4' (lines '413'-'454'). 413 - 454
Found 'DD'-anomaly for variable 'resBind_s_7' (lines '417'-'422'). 417 - 422
Found 'DD'-anomaly for variable 'bind_l_6' (lines '423'-'424'). 423 - 424
Found 'DD'-anomaly for variable 'i' (lines '425'-'429'). 425 - 429
Found 'DD'-anomaly for variable 'pred_19' (lines '430'-'436'). 430 - 436
Found 'DD'-anomaly for variable 'obj_20' (lines '431'-'433'). 431 - 433
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 436
Found 'DD'-anomaly for variable 'reselem_14' (lines '439'-'449'). 439 - 449
Found 'DD'-anomaly for variable 'tmpVal_16' (lines '442'-'444'). 442 - 444
Found 'DD'-anomaly for variable 'op' (lines '447'-'448'). 447 - 448
Found 'DD'-anomaly for variable 'hasIsSubClassResp' (lines '463'-'509'). 463 - 509
Found 'DD'-anomaly for variable 'e_set_44' (lines '467'-'472'). 467 - 472
Found 'DD'-anomaly for variable 'i' (lines '473'-'478'). 473 - 478
Found 'DU'-anomaly for variable 'i' (lines '473'-'527'). 473 - 527
Found 'DD'-anomaly for variable 'pred_38' (lines '479'-'487'). 479 - 487
Found 'DD'-anomaly for variable 'obj_39' (lines '480'-'486'). 480 - 486
Found 'DD'-anomaly for variable 'obj_40' (lines '481'-'483'). 481 - 483
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 487
Found 'DD'-anomaly for variable 'res_s_31' (lines '490'-'502'). 490 - 502
Found 'DD'-anomaly for variable 'explicitOp' (lines '493'-'499'). 493 - 499
Found 'DD'-anomaly for variable 'obj_34' (lines '494'-'496'). 494 - 496
Found 'DD'-anomaly for variable 'obj_37' (lines '500'-'501'). 500 - 501
Found 'DD'-anomaly for variable 'rexpr_51' (lines '510'-'525'). 510 - 525
Found 'DD'-anomaly for variable 'e' (lines '514'-'519'). 514 - 519
Found 'DU'-anomaly for variable 'e' (lines '514'-'527'). 514 - 527
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 520
This statement may have some unnecessary parentheses 520
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 525
Found 'DD'-anomaly for variable 'succ_3' (lines '534'-'537'). 534 - 537
Found 'DD'-anomaly for variable 'succ_3' (lines '537'-'539'). 537 - 539
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 538
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 538
A method should have only one exit point, and that should be the last statement in the method 543
Found 'DD'-anomaly for variable 'succ_3' (lines '547'-'549'). 547 - 549
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 548
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 548
A method should have only one exit point, and that should be the last statement in the method 553
Found 'DD'-anomaly for variable 'succ_3' (lines '557'-'559'). 557 - 559
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 558
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 558
A method should have only one exit point, and that should be the last statement in the method 563
Found 'DD'-anomaly for variable 'succ_3' (lines '567'-'569'). 567 - 569
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 568
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 568
A method should have only one exit point, and that should be the last statement in the method 573
Found 'DD'-anomaly for variable 'succ_3' (lines '577'-'579'). 577 - 579
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 578
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 578
A method should have only one exit point, and that should be the last statement in the method 583
Found 'DD'-anomaly for variable 'tmpVal_4' (lines '599'-'600'). 599 - 600
Found 'DD'-anomaly for variable 'q' (lines '601'-'602'). 601 - 602
Found 'DD'-anomaly for variable 'props' (lines '603'-'639'). 603 - 639
Found 'DD'-anomaly for variable 'resBind_s_8' (lines '607'-'612'). 607 - 612
Found 'DD'-anomaly for variable 'bind_l_7' (lines '613'-'614'). 613 - 614
Found 'DD'-anomaly for variable 'i' (lines '615'-'619'). 615 - 619
Found 'DD'-anomaly for variable 'pred_20' (lines '620'-'626'). 620 - 626
Found 'DD'-anomaly for variable 'obj_21' (lines '621'-'623'). 621 - 623
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 626
Found 'DD'-anomaly for variable 'reselem_15' (lines '629'-'635'). 629 - 635
Found 'DD'-anomaly for variable 'par_16' (lines '630'-'632'). 630 - 632
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 688
Assigning an Object to null is a code smell. Consider refactoring. 699
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 701
A method should have only one exit point, and that should be the last statement in the method 710
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 726
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 726
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 738
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 739
A method should have only one exit point, and that should be the last statement in the method 749
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 757
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 758
A method should have only one exit point, and that should be the last statement in the method 768
A method should have only one exit point, and that should be the last statement in the method 771
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 903
A method should have only one exit point, and that should be the last statement in the method 907
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 926
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 935
A method should have only one exit point, and that should be the last statement in the method 948
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 998
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1042
A method should have only one exit point, and that should be the last statement in the method 1054
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1059
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1067
A method should have only one exit point, and that should be the last statement in the method 1079
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1105
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1108
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1109
A method should have only one exit point, and that should be the last statement in the method 1141
A method should have only one exit point, and that should be the last statement in the method 1152
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1163
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1171
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1171
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1176
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1179
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1249
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1249
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1260
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1292
Assigning an Object to null is a code smell. Consider refactoring. 1327
A method should have only one exit point, and that should be the last statement in the method 1401
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1419
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1419
A method should have only one exit point, and that should be the last statement in the method 1438
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1443
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1443
A method should have only one exit point, and that should be the last statement in the method 1455
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1460
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1460
A method should have only one exit point, and that should be the last statement in the method 1472
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1551
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1551
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1562
Assigning an Object to null is a code smell. Consider refactoring. 1564
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1596
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1610
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1610
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1615
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1615
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1621
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1621
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1627
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1627
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1633
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1633
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1637
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1642
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1642
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1655
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1655
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1668
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1668
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1681
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1681
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1692
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1706
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1706
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1714
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1714
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1722
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1722
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1741
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1741
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1748
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1748
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1774
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1793
A method should have only one exit point, and that should be the last statement in the method 1970
A method should have only one exit point, and that should be the last statement in the method 1987
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 1999

org/overturetool/umltrans/vdm2uml/Vdm2UmlType.java

Violation Line
Use explicit scoping instead of the default package private level 41
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 60
Found 'DD'-anomaly for variable 'isOrdered' (lines '60'-'74'). 60 - 74
Found 'DD'-anomaly for variable 'isOrdered' (lines '60'-'85'). 60 - 85
Found 'DD'-anomaly for variable 'isOrdered' (lines '60'-'97'). 60 - 97
Found 'DD'-anomaly for variable 'isOrdered' (lines '60'-'113'). 60 - 113
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 61
Found 'DD'-anomaly for variable 'isUnique' (lines '61'-'86'). 61 - 86
Found 'DD'-anomaly for variable 'isUnique' (lines '61'-'98'). 61 - 98
Found 'DD'-anomaly for variable 'isUnique' (lines '61'-'116'). 61 - 116
Found 'DD'-anomaly for variable 'lower' (lines '62'-'73'). 62 - 73
Found 'DD'-anomaly for variable 'lower' (lines '62'-'83'). 62 - 83
Found 'DD'-anomaly for variable 'lower' (lines '62'-'95'). 62 - 95
Found 'DD'-anomaly for variable 'lower' (lines '62'-'115'). 62 - 115
Found 'DD'-anomaly for variable 'lower' (lines '62'-'126'). 62 - 126
Found 'DD'-anomaly for variable 'upper' (lines '63'-'72'). 63 - 72
Found 'DD'-anomaly for variable 'upper' (lines '63'-'84'). 63 - 84
Found 'DD'-anomaly for variable 'upper' (lines '63'-'96'). 63 - 96
Found 'DD'-anomaly for variable 'upper' (lines '63'-'114'). 63 - 114
Found 'DD'-anomaly for variable 'upper' (lines '63'-'125'). 63 - 125
Found 'DD'-anomaly for variable 'succ_2' (lines '64'-'67'). 64 - 67
Found 'DD'-anomaly for variable 'succ_2' (lines '67'-'69'). 67 - 69
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 68
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 68
Assigning an Object to null is a code smell. Consider refactoring. 72
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 74
Found 'DD'-anomaly for variable 'succ_2' (lines '78'-'80'). 78 - 80
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 79
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 79
Assigning an Object to null is a code smell. Consider refactoring. 84
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 85
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 86
Found 'DD'-anomaly for variable 'succ_2' (lines '90'-'92'). 90 - 92
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 91
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 91
Assigning an Object to null is a code smell. Consider refactoring. 96
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 97
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 98
Found 'DD'-anomaly for variable 'succ_2' (lines '102'-'104'). 102 - 104
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 103
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 103
Found 'DD'-anomaly for variable 'succ_2' (lines '107'-'109'). 107 - 109
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 108
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 108
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 113
Assigning an Object to null is a code smell. Consider refactoring. 114
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 116
Found 'DD'-anomaly for variable 'succ_2' (lines '120'-'122'). 120 - 122
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 121
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 121
Found 'DD'-anomaly for variable 'varRes_2' (lines '141'-'153'). 141 - 153
Found 'DD'-anomaly for variable 'varRes_2' (lines '141'-'166'). 141 - 166
Found 'DD'-anomaly for variable 'varRes_2' (lines '141'-'170'). 141 - 170
Found 'DD'-anomaly for variable 'succ_3' (lines '142'-'145'). 142 - 145
Found 'DD'-anomaly for variable 'succ_3' (lines '145'-'147'). 145 - 147
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 146
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 146
Found 'DD'-anomaly for variable 'par_10' (lines '151'-'152'). 151 - 152
Found 'DD'-anomaly for variable 'varRes_2' (lines '153'-'166'). 153 - 166
Found 'DD'-anomaly for variable 'varRes_2' (lines '153'-'170'). 153 - 170
Found 'DD'-anomaly for variable 'succ_3' (lines '158'-'160'). 158 - 160
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 159
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 159
Found 'DD'-anomaly for variable 'par_15' (lines '164'-'165'). 164 - 165
Found 'DD'-anomaly for variable 'varRes_2' (lines '166'-'170'). 166 - 170
Assigning an Object to null is a code smell. Consider refactoring. 170
Found 'DD'-anomaly for variable 'varRes_2' (lines '179'-'187'). 179 - 187
Found 'DD'-anomaly for variable 'succ_3' (lines '180'-'183'). 180 - 183
Found 'DD'-anomaly for variable 'succ_3' (lines '183'-'185'). 183 - 185
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 184
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 184
Found 'DD'-anomaly for variable 'varRes_2' (lines '187'-'195'). 187 - 195
Found 'DD'-anomaly for variable 'succ_3' (lines '191'-'193'). 191 - 193
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 192
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 192
Found 'DD'-anomaly for variable 'varRes_2' (lines '195'-'203'). 195 - 203
Found 'DD'-anomaly for variable 'succ_3' (lines '199'-'201'). 199 - 201
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 200
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 200
Found 'DD'-anomaly for variable 'varRes_2' (lines '203'-'211'). 203 - 211
Found 'DD'-anomaly for variable 'succ_3' (lines '207'-'209'). 207 - 209
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 208
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 208
Found 'DD'-anomaly for variable 'varRes_2' (lines '211'-'219'). 211 - 219
Found 'DD'-anomaly for variable 'succ_3' (lines '215'-'217'). 215 - 217
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 216
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 216
Found 'DD'-anomaly for variable 'varRes_2' (lines '219'-'227'). 219 - 227
Found 'DD'-anomaly for variable 'succ_3' (lines '223'-'225'). 223 - 225
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 224
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 224
Found 'DD'-anomaly for variable 'varRes_2' (lines '227'-'235'). 227 - 235
Found 'DD'-anomaly for variable 'succ_3' (lines '231'-'233'). 231 - 233
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 232
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 232
Found 'DD'-anomaly for variable 'varRes_2' (lines '235'-'247'). 235 - 247
Found 'DD'-anomaly for variable 'succ_3' (lines '239'-'241'). 239 - 241
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 240
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 240
Found 'DD'-anomaly for variable 'par_24' (lines '245'-'246'). 245 - 246
Found 'DD'-anomaly for variable 'varRes_2' (lines '247'-'260'). 247 - 260
Found 'DD'-anomaly for variable 'succ_3' (lines '252'-'254'). 252 - 254
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 253
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 253
Found 'DD'-anomaly for variable 'par_29' (lines '258'-'259'). 258 - 259
Found 'DD'-anomaly for variable 'varRes_2' (lines '260'-'273'). 260 - 273
Found 'DD'-anomaly for variable 'succ_3' (lines '265'-'267'). 265 - 267
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 266
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 266
Found 'DD'-anomaly for variable 'par_34' (lines '271'-'272'). 271 - 272
Found 'DD'-anomaly for variable 'varRes_2' (lines '273'-'286'). 273 - 286
Found 'DD'-anomaly for variable 'succ_3' (lines '278'-'280'). 278 - 280
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 279
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 279
Found 'DD'-anomaly for variable 'par_39' (lines '284'-'285'). 284 - 285
Found 'DD'-anomaly for variable 'varRes_2' (lines '286'-'299'). 286 - 299
Found 'DD'-anomaly for variable 'varRes_2' (lines '286'-'308'). 286 - 308
Found 'DD'-anomaly for variable 'varRes_2' (lines '286'-'320'). 286 - 320
Found 'DD'-anomaly for variable 'varRes_2' (lines '286'-'335'). 286 - 335
Found 'DD'-anomaly for variable 'varRes_2' (lines '286'-'339'). 286 - 339
Found 'DD'-anomaly for variable 'succ_3' (lines '291'-'293'). 291 - 293
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 292
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 292
Found 'DD'-anomaly for variable 'par_44' (lines '297'-'298'). 297 - 298
Found 'DD'-anomaly for variable 'varRes_2' (lines '299'-'308'). 299 - 308
Found 'DD'-anomaly for variable 'varRes_2' (lines '299'-'320'). 299 - 320
Found 'DD'-anomaly for variable 'varRes_2' (lines '299'-'335'). 299 - 335
Found 'DD'-anomaly for variable 'varRes_2' (lines '299'-'339'). 299 - 339
Found 'DD'-anomaly for variable 'succ_3' (lines '304'-'306'). 304 - 306
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 305
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 305
Found 'DD'-anomaly for variable 'varRes_2' (lines '308'-'320'). 308 - 320
Found 'DD'-anomaly for variable 'varRes_2' (lines '308'-'335'). 308 - 335
Found 'DD'-anomaly for variable 'varRes_2' (lines '308'-'339'). 308 - 339
Found 'DD'-anomaly for variable 'succ_3' (lines '312'-'314'). 312 - 314
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 313
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 313
Found 'DD'-anomaly for variable 'par_51' (lines '318'-'319'). 318 - 319
Found 'DD'-anomaly for variable 'varRes_2' (lines '320'-'335'). 320 - 335
Found 'DD'-anomaly for variable 'varRes_2' (lines '320'-'339'). 320 - 339
Found 'DD'-anomaly for variable 'succ_3' (lines '325'-'327'). 325 - 327
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 326
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 326
Found 'DD'-anomaly for variable 'arg_56' (lines '331'-'334'). 331 - 334
Found 'DD'-anomaly for variable 'obj_57' (lines '332'-'333'). 332 - 333
Found 'DD'-anomaly for variable 'varRes_2' (lines '335'-'339'). 335 - 339
Assigning an Object to null is a code smell. Consider refactoring. 339
Found 'DD'-anomaly for variable 'varRes_3' (lines '348'-'353'). 348 - 353
Found 'DD'-anomaly for variable 'varRes_3' (lines '348'-'355'). 348 - 355
This statement may have some unnecessary parentheses 352

org/overturetool/umltrans/vdm2uml/XmiFileOutputVisitor.java

Violation Line
Use explicit scoping instead of the default package private level 42
It is a good practice to call super() in a constructor 52 - 54

org/overturetool/umltrans/vdm2uml/XmlDoc.java

Violation Line
Use explicit scoping instead of the default package private level 30
It is a good practice to call super() in a constructor 40 - 42

org/overturetool/umltrans/xml/XmlParser.java

Violation Line
Found 'DD'-anomaly for variable 'fName' (lines '37'-'38'). 37 - 38