PMD Results

The following document contains the results of PMD 5.0.5.

Files

org/andromda/metafacades/uml/EntityMetafacadeUtils.java

Violation Line
The class 'EntityMetafacadeUtils' has a Cyclomatic Complexity of 7 (Highest = 25). 22905
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. 23905
Parameter 'modelElementName' is not assigned and could be declared final 40
Parameter 'separator' is not assigned and could be declared final 41
Local variable 'sqlName' could be declared final 47
Local variable 'iterator' could be declared final 48
Parameter 'prefix' is not assigned and could be declared final 78
Parameter 'element' is not assigned and could be declared final 79
Parameter 'name' is not assigned and could be declared final 80
Parameter 'nameMaxLength' is not assigned and could be declared final 81
Parameter 'separator' is not assigned and could be declared final 82
Parameter 'shortenSqlNamesMethod' is not assigned and could be declared final 83
Parameter 'element' is not assigned and could be declared final 111
Parameter 'name' is not assigned and could be declared final 112
Parameter 'nameMaxLength' is not assigned and could be declared final 113
Parameter 'suffix' is not assigned and could be declared final 114
Parameter 'separator' is not assigned and could be declared final 115
Parameter 'shortenSqlNamesMethod' is not assigned and could be declared final 116
Parameter 'element' is not assigned and could be declared final 142
Parameter 'name' is not assigned and could be declared final 143
Parameter 'nameMaxLength' is not assigned and could be declared final 144
Parameter 'separator' is not assigned and could be declared final 145
Parameter 'shortenSqlNamesMethod' is not assigned and could be declared final 146
Avoid reassigning parameters such as 'prefix' 176
Avoid reassigning parameters such as 'name' 178
Avoid reassigning parameters such as 'suffix' 180
Local variable 'value' could be declared final 186
Deeply nested if..then statements are hard to read 197206
Do not use the short type 199
Do not use the short type 199
Deeply nested if..then statements are hard to read 207212
Deeply nested if..then statements are hard to read 213216
Avoid really long methods. 233423
The method 'sortEntities' has a Cyclomatic Complexity of 25. 233423
The method sortEntities() has an NPath complexity of 3096 233423
Parameter 'ascending' is not assigned and could be declared final 235
Singleton is not thread safe 240243
Useless parentheses. 245246
Local variable 'unsorted' could be declared final 256
Local variable 'entity' could be declared final 257
Local variable 'entity' could be declared final 281
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() 314
Avoid instantiating new objects inside loops 316
Local variable 'entity' could be declared final 317
Local variable 'ends' could be declared final 319
Local variable 'end' could be declared final 322
Local variable 'entityEnd' could be declared final 324
Local variable 'referencedPosition' could be declared final 326
Comment is too large: Line too long 327
Local variable 'entity' could be declared final 348
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() 354
Local variable 'entity' could be declared final 358
Prefer StringBuffer over += for concatenating strings 360
Comment is too large: Line too long 388
Comment is too large: Line too long 389
Avoid reassigning parameters such as 'name' 464
Avoid reassigning parameters such as 'name' 464
Parameter 'nameMaxLength' is not assigned and could be declared final 465
Parameter 'method' is not assigned and could be declared final 466
Do not use the short type 470
Local variable 'max' could be declared final 470
Avoid instantiating new objects inside loops 475
The method getIdentifiers() has an NPath complexity of 200 511603
Local variable 'joinOrder' could be declared final 543
Local variable 'joinList' could be declared final 547
Local variable 'column' could be declared final 548
Local variable 'facade' could be declared final 550
Local variable 'assoc' could be declared final 554
Local variable 'attr' could be declared final 563
Comment is too large: Line too long 572
Local variable 'facade' could be declared final 575
Local variable 'sorted' could be declared final 578
Comment is too large: Line too long 592
The method getIdentifierAttributes() has an NPath complexity of 464 619700
Local variable 'identifier' could be declared final 626
Local variable 'associationEnd' could be declared final 630
Local variable 'classifier' could be declared final 631
Local variable 'entityIdentifiers' could be declared final 634
Local variable 'joinOrder' could be declared final 648
Comment is too large: Line too long 649
Local variable 'joinList' could be declared final 660
Local variable 'column' could be declared final 661
Local variable 'facade' could be declared final 663
Local variable 'assoc' could be declared final 667
Local variable 'attr' could be declared final 675
Avoid using if statements without curly braces 685692
Local variable 'facade' could be declared final 686
Local variable 'replacement' could be declared final 724726
Prefer StringBuffer over += for concatenating strings 734
Comment is too large: Line too long 741
Parameter 'associationEnd' is not assigned and could be declared final 751
Parameter 'sqlNameSeparator' is not assigned and could be declared final 751
Parameter 'suffix' is not assigned and could be declared final 751
Parameter 'shortenSqlNamesMethod' is not assigned and could be declared final 751
Parameter 'maxLengthProperty' is not assigned and could be declared final 751
Local variable 'entity' could be declared final 765
Do not use the short type 779
Do not use the short type 779
Unnecessary wrapper object creation 779
Parameter 'proposedName' is not assigned and could be declared final 806
Avoid reassigning parameters such as 'proposedName' 825
Local variable 'randomInt' could be declared final 831
Local variable 'randomChar' could be declared final 832
Parameter 'classifiers' is not assigned and could be declared final 860
Parameter 'entityOnly' is not assigned and could be declared final 860
Avoid using implementation types like 'LinkedHashSet'; use the interface instead 860
Avoid using if statements without curly braces 863
A method should have only one exit point, and that should be the last statement in the method 863
Local variable 'packages' could be declared final 865
Local variable 'classifier' could be declared final 866
These nested if statements could be combined 871878
These nested if statements could be combined 873877
Comment is too large: Line too long 876
Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty() 881
Local variable 'pkg' could be declared final 885
Avoid empty if statements 893895
Avoid empty if statements 897899

org/andromda/metafacades/uml/FilteredCollection.java

Violation Line
Abstract classes should be named AbstractXXX 1839
Parameter 'collection' is not assigned and could be declared final 27
It is a good practice to call super() in a constructor 2733

org/andromda/metafacades/uml/MetafacadeUtils.java

Violation Line
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. 22373
Parameter 'object' is not assigned and could be declared final 66
Parameter 'object' is not assigned and could be declared final 91
Parameter 'object' is not assigned and could be declared final 116
Useless parentheses. 144
A method should have only one exit point, and that should be the last statement in the method 144
Useless parentheses. 146
Found non-transient, non-static member. Please mark as transient or provide accessors. 167
Avoid variables with short names like a 179
Avoid variables with short names like b 180
Avoid if (x != y) ..; else ..; 182
Avoid if (x != y) ..; else ..; 183
Local variable 'parameter' could be declared final 203
Local variable 'classifier' could be declared final 206
Parameter 'arguments' is not assigned and could be declared final 245
Variables that are final and static should be all capitals, 'at' is not all capitals. 259
Avoid variables with short names like at 259
Variables that are final and static should be all capitals, 'period' is not all capitals. 260
Variables that are final and static should be all capitals, 'underscore' is not all capitals. 261
Avoid reassigning parameters such as 'name' 270
Avoid reassigning parameters such as 'name' 270
A method should have only one exit point, and that should be the last statement in the method 274
Avoid reassigning parameters such as 'name' 292
Avoid reassigning parameters such as 'name' 292
A method should have only one exit point, and that should be the last statement in the method 296
Parameter 'object' is not assigned and could be declared final 319
Local variable 'buffer' could be declared final 322
Local variable 'generalizableElementFacade' could be declared final 325
Local variable 'classifier' could be declared final 327
Local variable 'attribute' could be declared final 332
Local variable 'operation' could be declared final 340
Avoid variables with short names like md 356
Local variable 'md' could be declared final 356
Local variable 'hashBytes' could be declared final 357
Avoid empty catch blocks 366369

org/andromda/metafacades/uml/NameMasker.java

Violation Line
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. 14118
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'mask' 73
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'name' 73
Avoid reassigning parameters such as 'name' 73

org/andromda/metafacades/uml/TypeMappings.java

Violation Line
Private field 'mappings' could be made final; it is only initialized in the declaration or constructor. 21
Found non-transient, non-static member. Please mark as transient or provide accessors. 21
Avoid using redundant field initializer for 'mappings' 21
Parameter 'mappings' is not assigned and could be declared final 28
Parameter 'arraySuffix' is not assigned and could be declared final 38
Parameter 'mappings' is not assigned and could be declared final 49
Parameter 'mappingsUri' is not assigned and could be declared final 60
Found non-transient, non-static member. Please mark as transient or provide accessors. 68
Avoid using redundant field initializer for 'arraySuffix' 68
Avoid reassigning parameters such as 'from' 77
Avoid reassigning parameters such as 'from' 77
Local variable 'initialFrom' could be declared final 80
Avoid variables with short names like to 82
Local variable 'isArray' could be declared final 93
Local variable 'toBuffer' could be declared final 101

org/andromda/metafacades/uml/UMLMetafacadeProperties.java

Violation Line
Avoid excessively long variable names like SHORTEN_SQL_NAMES_METHOD_TRUNCATE 155
Avoid excessively long variable names like SHORTEN_SQL_NAMES_METHOD_REMOVE_VOWELS 156
Avoid excessively long variable names like COMPOSITE_IDENTIFIER_TYPE_NAME_SUFIX 181
Avoid excessively long variable names like USE_ARRAYS_FOR_MULTIPLICITIES_OF_TYPE_MANY 233
Avoid excessively long variable names like MANAGEABLE_SERVICE_ACCESSOR_PATTERN 258

org/andromda/metafacades/uml/UMLMetafacadeUtils.java

Violation Line
Avoid really long classes. 271156
The class 'UMLMetafacadeUtils' has a Cyclomatic Complexity of 12 (Highest = 125). 271156
Variables that are final and static should be all capitals, 'logger' is not all capitals. 32
Parameter 'typeName' is not assigned and could be declared final 41
Parameter 'classifier' is not assigned and could be declared final 41
Parameter 'object' is not assigned and could be declared final 55
Local variable 'name' could be declared final 5758
The String literal ":" appears 4 times in this file; the first occurrence is on line 68 68
Deeply nested if..then statements are hard to read 6871
Deeply nested if..then statements are hard to read 7376
Deeply nested if..then statements are hard to read 8084
Avoid really long methods. 92206
The method populateReservedWords() has an NCSS line count of 109 92206
Parameter 'name' is not assigned and could be declared final 213
Parameter 'lowerBound' is not assigned and could be declared final 243
Parameter 'expression' is not assigned and could be declared final 256
Parameter 'kind' is not assigned and could be declared final 256
Local variable 'pattern' could be declared final 258
Local variable 'matcher' could be declared final 259
The String literal "" appears 5 times in this file; the first occurrence is on line 333 333
Local variable 'implType' could be declared final 345
Parameter 'mef' is not assigned and could be declared final 367
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 399
Parameter 'facade' is not assigned and could be declared final 415
Parameter 'enableTemplating' is not assigned and could be declared final 415
Variables that are final and static should be all capitals, 'namespaceScopeOperator' is not all capitals. 420
Avoid variables with short names like LT 422
Avoid variables with short names like GT 423
Avoid reassigning parameters such as 'className' 433
Parameter 'enableTemplating' is not assigned and could be declared final 433
Parameter 'facade' is not assigned and could be declared final 433
Avoid excessively long variable names like metafacadeNamespaceScopeOperator 441
Prefer StringBuffer over += for concatenating strings 444
Local variable 'size' could be declared final 477
Avoid variables with short names like i 478
Local variable 'parameter' could be declared final 479
Parameter 'facade' is not assigned and could be declared final 517
Parameter 'enableTemplating' is not assigned and could be declared final 517
Local variable 'parameterIterator' could be declared final 530531
Parameter 'facade' is not assigned and could be declared final 558
Avoid excessively long variable names like metafacadeNamespaceScopeOperator 562
Prefer StringBuffer over += for concatenating strings 565
Parameter 'mef' is not assigned and could be declared final 586
Parameter 'outletFile' is not assigned and could be declared final 586
Parameter 'refOutput' is not assigned and could be declared final 586
A method should have only one exit point, and that should be the last statement in the method 591
Parameter 'facade' is not assigned and could be declared final 609
Parameter 'useMany' is not assigned and could be declared final 620
Parameter 'facade' is not assigned and could be declared final 620
Avoid really long methods. 6321031
Parameter 'useMany' is not assigned and could be declared final 632
The method createConstructor() has an NPath complexity of 2080565762 6321031
Parameter 'parent' is not assigned and could be declared final 632
Avoid reassigning parameters such as 'facade' 632
The method createConstructor() has an NCSS line count of 223 6321031
Avoid reassigning parameters such as 'facade' 632
Avoid reassigning parameters such as 'facade' 632
The method 'createConstructor' has a Cyclomatic Complexity of 125. 6321031
A method should have only one exit point, and that should be the last statement in the method 636
Local variable 'name' could be declared final 642
Local variable 'collectionType' could be declared final 645
The String literal " typeName=" appears 4 times in this file; the first occurrence is on line 665 665
Local variable 'classifier' could be declared final 699
Local variable 'attr' could be declared final 705
Local variable 'attr' could be declared final 723
Local variable 'attr' could be declared final 746
The String literal " type=" appears 4 times in this file; the first occurrence is on line 782 782
Local variable 'enumer' could be declared final 791
Local variable 'literals' could be declared final 793
Local variable 'literal' could be declared final 797
Local variable 'enumLiteral' could be declared final 800
Local variable 'attrib' could be declared final 805
The String literal "\"" appears 7 times in this file; the first occurrence is on line 813 813
Prefer StringBuffer over += for concatenating strings 814
Prefer StringBuffer over += for concatenating strings 818
Avoid if (x != y) ..; else ..; 834857
Position literals first in String comparisons 836
Position literals first in String comparisons 836
The String literal "new " appears 9 times in this file; the first occurrence is on line 838 838
The String literal ">()" appears 4 times in this file; the first occurrence is on line 838 838
Position literals first in String comparisons 840
Position literals first in String comparisons 844
The String literal "()" appears 5 times in this file; the first occurrence is on line 856 856
String.trim().length()==0 is an inefficient way to validate an empty String. 861
The String literal "'" appears 4 times in this file; the first occurrence is on line 863 863
This call to String.startsWith can be rewritten using String.charAt(0) 863
Avoid if (x != y) ..; else ..; 927
Avoid if (x != y) ..; else ..; 931
Prefer StringBuffer over += for concatenating strings 942
Prefer StringBuffer over += for concatenating strings 946
Avoid if (x != y) ..; else ..; 9651019
Local variable 'spec' could be declared final 992
Local variable 'generalization' could be declared final 1003
Local variable 'spec' could be declared final 1004
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 1026
Avoid printStackTrace(); use a logger call instead. 1028
Parameter 'associationEnd' is not assigned and could be declared final 1043
Local variable 'otherEnd' could be declared final 1046
Comment is too large: Line too long 1047
Comment is too large: Line too long 1101
Useless parentheses. 1107
Comment is too large: Line too long 1108
Useless parentheses. 1114
Avoid variables with short names like df 1130
Parameter 'format' is not assigned and could be declared final 1138
Singleton is not thread safe 11401143

org/andromda/metafacades/uml/UMLProfile.java

Violation Line
Variables that are final and static should be all capitals, 'profile' is not all capitals. 19
Comment is too large: Line too long 69
Comment is too large: Line too long 75
Avoid excessively long variable names like STEREOTYPE_APPLICATION_EXCEPTION 112
Avoid excessively long variable names like STEREOTYPE_FRONT_END_APPLICATION 162
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_COLUMN_LENGTH 255
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_COLUMN_INDEX 261
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_IMMUTABLE 267
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_FOREIGN_IDENTIFIER 275
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_ASSIGNED_IDENTIFIER 283
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_FOREIGN_KEY_CONSTRAINT_NAME 290
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_JOINCOLUMN_ORDER 297
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_ENUMERATION_MEMBER_VARIABLE 304
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_ENUMERATION_LITERAL_PARAMETERS 311
Avoid excessively long variable names like TAGGEDVALUE_PRESENTATION_CONTROLLER_USECASE 318
Avoid excessively long variable names like TAGGEDVALUE_PRESENTATION_TABLE_COLUMNS 325
Avoid excessively long variable names like TAGGEDVALUE_PRESENTATION_IS_TABLE 333
Avoid excessively long variable names like TAGGEDVALUE_PRESENTATION_USECASE_ACTIVITY 340
Avoid excessively long variable names like TAGGEDVALUE_MANAGEABLE_DISPLAY_NAME 382
Avoid excessively long variable names like TAGGEDVALUE_MANAGEABLE_MAXIMUM_LIST_SIZE 389
Avoid excessively long variable names like TAGGEDVALUE_MANAGEABLE_PAGE_SIZE 395
Avoid excessively long variable names like TAGGEDVALUE_MANAGEABLE_RESOLVEABLE 402
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_COLUMN_UNIQUE_GROUP 408
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_ASSOCIATION_END_UNIQUE_GROUP 414
Avoid excessively long variable names like TAGGEDVALUE_PERSISTENCE_ASSOCIATION_END_PRIMARY 422
Comment is too large: Line too long 452
Comment is too large: Line too long 488

org/andromda/metafacades/uml/ActionFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35

org/andromda/metafacades/uml/ActionStateFacade.java

Violation Line
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 30

org/andromda/metafacades/uml/ActivityGraphFacade.java

Violation Line
Avoid modifiers which are implied by the context 25
Avoid modifiers which are implied by the context 31
Avoid modifiers which are implied by the context 37
Avoid modifiers which are implied by the context 44
Avoid modifiers which are implied by the context 50

org/andromda/metafacades/uml/ActorFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34

org/andromda/metafacades/uml/ArgumentFacade.java

Violation Line
Avoid modifiers which are implied by the context 20

org/andromda/metafacades/uml/AssociationClassFacade.java

Violation Line
Avoid modifiers which are implied by the context 25
Avoid modifiers which are implied by the context 31

org/andromda/metafacades/uml/AssociationEndFacade.java

Violation Line
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 30
Avoid modifiers which are implied by the context 38
Avoid modifiers which are implied by the context 44
Avoid modifiers which are implied by the context 53
Avoid modifiers which are implied by the context 59
Avoid modifiers which are implied by the context 66
Avoid modifiers which are implied by the context 73
Avoid modifiers which are implied by the context 79
Avoid modifiers which are implied by the context 85
Avoid modifiers which are implied by the context 91
Avoid modifiers which are implied by the context 97
Avoid modifiers which are implied by the context 104
Avoid modifiers which are implied by the context 110
Avoid modifiers which are implied by the context 117
Avoid modifiers which are implied by the context 124
Avoid modifiers which are implied by the context 130
Avoid modifiers which are implied by the context 137
Avoid modifiers which are implied by the context 144
Avoid modifiers which are implied by the context 150
Avoid modifiers which are implied by the context 156
Avoid modifiers which are implied by the context 162
Avoid modifiers which are implied by the context 168
Avoid modifiers which are implied by the context 174
Avoid modifiers which are implied by the context 180
Avoid modifiers which are implied by the context 187
Avoid modifiers which are implied by the context 193
Avoid modifiers which are implied by the context 199
Avoid modifiers which are implied by the context 205
Avoid modifiers which are implied by the context 212

org/andromda/metafacades/uml/AssociationFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 48
Avoid modifiers which are implied by the context 54
Avoid modifiers which are implied by the context 60
Avoid modifiers which are implied by the context 68
Avoid modifiers which are implied by the context 77
Avoid modifiers which are implied by the context 83
Avoid modifiers which are implied by the context 89

org/andromda/metafacades/uml/AttributeFacade.java

Violation Line
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 39
Avoid modifiers which are implied by the context 45
Avoid modifiers which are implied by the context 52
Avoid modifiers which are implied by the context 58
Avoid modifiers which are implied by the context 66
Avoid modifiers which are implied by the context 72
Avoid modifiers which are implied by the context 79
Avoid modifiers which are implied by the context 86
Avoid modifiers which are implied by the context 92
Avoid modifiers which are implied by the context 98
Avoid modifiers which are implied by the context 104
Avoid modifiers which are implied by the context 111
Avoid modifiers which are implied by the context 117
Avoid modifiers which are implied by the context 123
Avoid modifiers which are implied by the context 129
Avoid modifiers which are implied by the context 136
Avoid modifiers which are implied by the context 142
Avoid modifiers which are implied by the context 149
Avoid modifiers which are implied by the context 156
Avoid modifiers which are implied by the context 163
Avoid modifiers which are implied by the context 169
Avoid modifiers which are implied by the context 175
Avoid modifiers which are implied by the context 181
Avoid modifiers which are implied by the context 187
Avoid modifiers which are implied by the context 193
Avoid modifiers which are implied by the context 200

org/andromda/metafacades/uml/AttributeLinkFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 48

org/andromda/metafacades/uml/BindingFacade.java

Violation Line
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 30

org/andromda/metafacades/uml/CallActionFacade.java

Violation Line
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35

org/andromda/metafacades/uml/CallEventFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 36

org/andromda/metafacades/uml/ClassifierFacade.java

Violation Line
This class has a bunch of public methods and attributes 5411
Avoid modifiers which are implied by the context 30
Avoid modifiers which are implied by the context 37
Avoid modifiers which are implied by the context 43
Avoid modifiers which are implied by the context 50
Avoid modifiers which are implied by the context 57
Avoid modifiers which are implied by the context 64
Avoid modifiers which are implied by the context 71
Avoid modifiers which are implied by the context 77
Avoid modifiers which are implied by the context 84
Avoid modifiers which are implied by the context 90
Avoid modifiers which are implied by the context 96
Avoid modifiers which are implied by the context 104
Avoid modifiers which are implied by the context 110
Avoid modifiers which are implied by the context 119
Avoid modifiers which are implied by the context 125
Avoid modifiers which are implied by the context 131
Avoid modifiers which are implied by the context 137
Avoid modifiers which are implied by the context 144
Avoid modifiers which are implied by the context 151
Avoid modifiers which are implied by the context 158
Avoid modifiers which are implied by the context 164
Avoid modifiers which are implied by the context 172
Avoid modifiers which are implied by the context 180
Avoid modifiers which are implied by the context 188
Avoid modifiers which are implied by the context 194
Avoid modifiers which are implied by the context 201
Avoid modifiers which are implied by the context 210
Avoid modifiers which are implied by the context 217
Avoid modifiers which are implied by the context 223
Avoid modifiers which are implied by the context 229
Avoid modifiers which are implied by the context 235
Avoid modifiers which are implied by the context 242
Avoid modifiers which are implied by the context 252
Avoid modifiers which are implied by the context 258
Avoid modifiers which are implied by the context 264
Avoid modifiers which are implied by the context 270
Avoid modifiers which are implied by the context 276
Avoid modifiers which are implied by the context 282
Avoid modifiers which are implied by the context 288
Avoid modifiers which are implied by the context 294
Avoid modifiers which are implied by the context 300
Avoid modifiers which are implied by the context 308
Avoid modifiers which are implied by the context 314
Avoid modifiers which are implied by the context 320
Avoid modifiers which are implied by the context 326
Avoid modifiers which are implied by the context 332
Avoid modifiers which are implied by the context 338
Avoid modifiers which are implied by the context 344
Avoid modifiers which are implied by the context 350
Avoid modifiers which are implied by the context 356
Avoid modifiers which are implied by the context 362
Avoid modifiers which are implied by the context 368
Avoid modifiers which are implied by the context 374
Avoid modifiers which are implied by the context 380
Avoid modifiers which are implied by the context 386
Avoid modifiers which are implied by the context 392
Avoid modifiers which are implied by the context 398
Avoid modifiers which are implied by the context 404
Avoid modifiers which are implied by the context 410

org/andromda/metafacades/uml/ConstraintFacade.java

Violation Line
Avoid modifiers which are implied by the context 21
Avoid modifiers which are implied by the context 27
Avoid modifiers which are implied by the context 33
Avoid modifiers which are implied by the context 40
Avoid modifiers which are implied by the context 52
Avoid modifiers which are implied by the context 64
Avoid modifiers which are implied by the context 76
Avoid modifiers which are implied by the context 88
Avoid modifiers which are implied by the context 100

org/andromda/metafacades/uml/DependencyFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34
Avoid modifiers which are implied by the context 40
Avoid modifiers which are implied by the context 46

org/andromda/metafacades/uml/Destination.java

Violation Line
Avoid modifiers which are implied by the context 20

org/andromda/metafacades/uml/Entity.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 38
Avoid modifiers which are implied by the context 50
Avoid modifiers which are implied by the context 60
Avoid modifiers which are implied by the context 69
Avoid modifiers which are implied by the context 80
Avoid modifiers which are implied by the context 86
Avoid modifiers which are implied by the context 94
Avoid modifiers which are implied by the context 100
Avoid modifiers which are implied by the context 106
Avoid modifiers which are implied by the context 113
Avoid modifiers which are implied by the context 119
Avoid modifiers which are implied by the context 125
Avoid modifiers which are implied by the context 132
Avoid modifiers which are implied by the context 138
Avoid modifiers which are implied by the context 145
Avoid modifiers which are implied by the context 153
Avoid modifiers which are implied by the context 164
Avoid modifiers which are implied by the context 170
Do not use the short type 170
Avoid modifiers which are implied by the context 178
Avoid modifiers which are implied by the context 189
Avoid modifiers which are implied by the context 197
Avoid modifiers which are implied by the context 208
Avoid modifiers which are implied by the context 214
Avoid modifiers which are implied by the context 224
Avoid modifiers which are implied by the context 234
Avoid modifiers which are implied by the context 244
Avoid modifiers which are implied by the context 255
Avoid modifiers which are implied by the context 268
Avoid modifiers which are implied by the context 276
Avoid modifiers which are implied by the context 284
Avoid modifiers which are implied by the context 290
Avoid modifiers which are implied by the context 296
Avoid modifiers which are implied by the context 304
Avoid modifiers which are implied by the context 311
Avoid modifiers which are implied by the context 317
Avoid modifiers which are implied by the context 323
Avoid modifiers which are implied by the context 329
Avoid modifiers which are implied by the context 337

org/andromda/metafacades/uml/EntityAssociation.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 26
Avoid modifiers which are implied by the context 33
Avoid modifiers which are implied by the context 39

org/andromda/metafacades/uml/EntityAssociationEnd.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 26
Avoid modifiers which are implied by the context 32
Avoid modifiers which are implied by the context 38
Avoid modifiers which are implied by the context 44
Avoid modifiers which are implied by the context 50
Avoid modifiers which are implied by the context 56
Avoid modifiers which are implied by the context 65
Avoid modifiers which are implied by the context 71
Avoid modifiers which are implied by the context 77
Avoid modifiers which are implied by the context 83

org/andromda/metafacades/uml/EntityAttribute.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 26
Avoid modifiers which are implied by the context 32
Avoid modifiers which are implied by the context 38
Avoid modifiers which are implied by the context 44
Avoid modifiers which are implied by the context 50
Avoid modifiers which are implied by the context 56
Avoid modifiers which are implied by the context 62
Avoid modifiers which are implied by the context 68
Avoid modifiers which are implied by the context 74
Avoid modifiers which are implied by the context 80

org/andromda/metafacades/uml/EntityQueryOperation.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 29

org/andromda/metafacades/uml/EnumerationFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 30
Avoid modifiers which are implied by the context 37
Avoid modifiers which are implied by the context 43
Avoid modifiers which are implied by the context 49
Avoid modifiers which are implied by the context 55
Avoid modifiers which are implied by the context 62

org/andromda/metafacades/uml/EnumerationLiteralFacade.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 26
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 50

org/andromda/metafacades/uml/EventFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41

org/andromda/metafacades/uml/ExtendFacade.java

Violation Line
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 30
Avoid modifiers which are implied by the context 36
Avoid modifiers which are implied by the context 42

org/andromda/metafacades/uml/ExtensionPointFacade.java

Violation Line
Avoid modifiers which are implied by the context 21
Avoid modifiers which are implied by the context 29

org/andromda/metafacades/uml/FinalStateFacade.java

Violation Line
Avoid modifiers which are implied by the context 22

org/andromda/metafacades/uml/FrontEndAction.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 31
Avoid modifiers which are implied by the context 38
Avoid modifiers which are implied by the context 44
Avoid modifiers which are implied by the context 51
Avoid modifiers which are implied by the context 57
Avoid modifiers which are implied by the context 63
Avoid modifiers which are implied by the context 70
Avoid modifiers which are implied by the context 76
Avoid modifiers which are implied by the context 82
Avoid modifiers which are implied by the context 88
Avoid modifiers which are implied by the context 94
Avoid modifiers which are implied by the context 100

org/andromda/metafacades/uml/FrontEndActionState.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 47
Avoid modifiers which are implied by the context 54
Avoid modifiers which are implied by the context 60
Avoid modifiers which are implied by the context 66
Avoid modifiers which are implied by the context 73

org/andromda/metafacades/uml/FrontEndActivityGraph.java

Violation Line
Avoid modifiers which are implied by the context 21
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41

org/andromda/metafacades/uml/FrontEndController.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41

org/andromda/metafacades/uml/FrontEndControllerOperation.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 49
Avoid modifiers which are implied by the context 55

org/andromda/metafacades/uml/FrontEndEvent.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 47

org/andromda/metafacades/uml/FrontEndExceptionHandler.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28

org/andromda/metafacades/uml/FrontEndFinalState.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 30
Avoid modifiers which are implied by the context 36
Avoid modifiers which are implied by the context 42

org/andromda/metafacades/uml/FrontEndForward.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34
Avoid modifiers which are implied by the context 40
Avoid modifiers which are implied by the context 46
Avoid modifiers which are implied by the context 52
Avoid modifiers which are implied by the context 58
Avoid modifiers which are implied by the context 64
Avoid modifiers which are implied by the context 70
Avoid modifiers which are implied by the context 76
Avoid modifiers which are implied by the context 82

org/andromda/metafacades/uml/FrontEndPackage.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34

org/andromda/metafacades/uml/FrontEndParameter.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 42
Avoid modifiers which are implied by the context 50
Avoid modifiers which are implied by the context 57
Avoid modifiers which are implied by the context 63
Avoid modifiers which are implied by the context 69
Avoid modifiers which are implied by the context 75
Avoid modifiers which are implied by the context 81
Avoid modifiers which are implied by the context 87

org/andromda/metafacades/uml/FrontEndPseudostate.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35

org/andromda/metafacades/uml/FrontEndUseCase.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34
Avoid modifiers which are implied by the context 40
Avoid modifiers which are implied by the context 46
Avoid modifiers which are implied by the context 52
Avoid modifiers which are implied by the context 59
Avoid modifiers which are implied by the context 65
Avoid modifiers which are implied by the context 71
Avoid modifiers which are implied by the context 78
Avoid modifiers which are implied by the context 84
Avoid modifiers which are implied by the context 90
Avoid modifiers which are implied by the context 97

org/andromda/metafacades/uml/FrontEndView.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34
Avoid modifiers which are implied by the context 40
Avoid modifiers which are implied by the context 46
Avoid modifiers which are implied by the context 52
Avoid modifiers which are implied by the context 59
Avoid modifiers which are implied by the context 65

org/andromda/metafacades/uml/GeneralizableElementFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 31
Avoid modifiers which are implied by the context 37
Avoid modifiers which are implied by the context 43
Avoid modifiers which are implied by the context 49
Avoid modifiers which are implied by the context 56
Avoid modifiers which are implied by the context 62
Avoid modifiers which are implied by the context 69
Avoid modifiers which are implied by the context 75
Avoid modifiers which are implied by the context 81

org/andromda/metafacades/uml/GeneralizationFacade.java

Violation Line
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 30
Avoid modifiers which are implied by the context 36

org/andromda/metafacades/uml/GuardFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 38

org/andromda/metafacades/uml/IncludeFacade.java

Violation Line
Avoid modifiers which are implied by the context 21
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 37

org/andromda/metafacades/uml/InstanceFacade.java

Violation Line
Avoid modifiers which are implied by the context 25
Avoid modifiers which are implied by the context 31
Avoid modifiers which are implied by the context 49
Avoid modifiers which are implied by the context 55
Avoid modifiers which are implied by the context 67
Avoid modifiers which are implied by the context 79
Avoid modifiers which are implied by the context 87

org/andromda/metafacades/uml/InteractionFacade.java

Violation Line
Avoid modifiers which are implied by the context 21

org/andromda/metafacades/uml/LinkEndFacade.java

Violation Line
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 30
Avoid modifiers which are implied by the context 36
Avoid modifiers which are implied by the context 43
Avoid modifiers which are implied by the context 49

org/andromda/metafacades/uml/LinkFacade.java

Violation Line
Avoid modifiers which are implied by the context 25
Avoid modifiers which are implied by the context 31

org/andromda/metafacades/uml/ManageableEntity.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 30
Avoid modifiers which are implied by the context 36
Avoid modifiers which are implied by the context 42
Avoid modifiers which are implied by the context 48
Avoid modifiers which are implied by the context 55
Avoid modifiers which are implied by the context 61
Avoid modifiers which are implied by the context 67
Avoid modifiers which are implied by the context 73
Avoid modifiers which are implied by the context 79
Avoid modifiers which are implied by the context 85
Avoid modifiers which are implied by the context 91
Avoid modifiers which are implied by the context 97
Avoid modifiers which are implied by the context 103
Avoid modifiers which are implied by the context 109
Avoid modifiers which are implied by the context 115
Avoid modifiers which are implied by the context 121
Avoid modifiers which are implied by the context 127
Avoid modifiers which are implied by the context 133
Avoid modifiers which are implied by the context 139
Avoid modifiers which are implied by the context 145
Avoid modifiers which are implied by the context 151
Avoid modifiers which are implied by the context 157
Avoid modifiers which are implied by the context 164
Avoid modifiers which are implied by the context 170

org/andromda/metafacades/uml/ManageableEntityAssociationEnd.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 26
Avoid modifiers which are implied by the context 32

org/andromda/metafacades/uml/ManageableEntityAttribute.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 26
Avoid modifiers which are implied by the context 33

org/andromda/metafacades/uml/ModelElementFacade.java

Violation Line
This class has a bunch of public methods and attributes 5390
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 38
Avoid modifiers which are implied by the context 45
Avoid modifiers which are implied by the context 61
Avoid modifiers which are implied by the context 69
Avoid modifiers which are implied by the context 77
Avoid modifiers which are implied by the context 86
Avoid modifiers which are implied by the context 92
Avoid modifiers which are implied by the context 100
Avoid modifiers which are implied by the context 109
Avoid modifiers which are implied by the context 120
Avoid modifiers which are implied by the context 131
Avoid modifiers which are implied by the context 137
Avoid modifiers which are implied by the context 147
Avoid modifiers which are implied by the context 154
Avoid modifiers which are implied by the context 160
Avoid modifiers which are implied by the context 170
Avoid modifiers which are implied by the context 176
Avoid modifiers which are implied by the context 182
Avoid modifiers which are implied by the context 189
Avoid modifiers which are implied by the context 195
Avoid modifiers which are implied by the context 201
Avoid modifiers which are implied by the context 207
Avoid modifiers which are implied by the context 215
Avoid modifiers which are implied by the context 221
Avoid modifiers which are implied by the context 230
Avoid modifiers which are implied by the context 236
Avoid modifiers which are implied by the context 242
Avoid modifiers which are implied by the context 249
Avoid modifiers which are implied by the context 255
Avoid modifiers which are implied by the context 261
Avoid modifiers which are implied by the context 267
Avoid modifiers which are implied by the context 273
Avoid modifiers which are implied by the context 280
Avoid modifiers which are implied by the context 286
Avoid modifiers which are implied by the context 293
Avoid modifiers which are implied by the context 301
Avoid modifiers which are implied by the context 309
Avoid modifiers which are implied by the context 324
Avoid modifiers which are implied by the context 331
Avoid modifiers which are implied by the context 337
Avoid modifiers which are implied by the context 343
Avoid modifiers which are implied by the context 349
Avoid modifiers which are implied by the context 356
Avoid modifiers which are implied by the context 364
Avoid modifiers which are implied by the context 374
Avoid modifiers which are implied by the context 381
Avoid modifiers which are implied by the context 389

org/andromda/metafacades/uml/ModelFacade.java

Violation Line
Avoid modifiers which are implied by the context 25
Avoid modifiers which are implied by the context 39
Avoid modifiers which are implied by the context 46
Avoid modifiers which are implied by the context 63
Avoid modifiers which are implied by the context 71
Avoid modifiers which are implied by the context 79
Avoid modifiers which are implied by the context 86
Avoid modifiers which are implied by the context 93
Avoid modifiers which are implied by the context 101
Avoid modifiers which are implied by the context 109
Avoid modifiers which are implied by the context 115
Avoid modifiers which are implied by the context 123
Avoid modifiers which are implied by the context 129
Avoid modifiers which are implied by the context 135
Avoid modifiers which are implied by the context 141
Avoid modifiers which are implied by the context 147
Avoid modifiers which are implied by the context 153
Avoid modifiers which are implied by the context 160

org/andromda/metafacades/uml/NamespaceFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28

org/andromda/metafacades/uml/NodeFacade.java

Violation Line
Avoid modifiers which are implied by the context 21

org/andromda/metafacades/uml/ObjectFlowStateFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 40

org/andromda/metafacades/uml/OperationFacade.java

Violation Line
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 32
Avoid modifiers which are implied by the context 42
Avoid modifiers which are implied by the context 48
Avoid modifiers which are implied by the context 54
Avoid modifiers which are implied by the context 64
Avoid modifiers which are implied by the context 70
Avoid modifiers which are implied by the context 78
Avoid modifiers which are implied by the context 85
Avoid modifiers which are implied by the context 93
Avoid modifiers which are implied by the context 99
Avoid modifiers which are implied by the context 105
Avoid modifiers which are implied by the context 112
Avoid modifiers which are implied by the context 118
Avoid modifiers which are implied by the context 124
Avoid modifiers which are implied by the context 130
Avoid modifiers which are implied by the context 136
Avoid modifiers which are implied by the context 142
Avoid modifiers which are implied by the context 148
Avoid modifiers which are implied by the context 154
Avoid modifiers which are implied by the context 160
Avoid modifiers which are implied by the context 166
Avoid modifiers which are implied by the context 172
Avoid modifiers which are implied by the context 178
Avoid modifiers which are implied by the context 184
Avoid modifiers which are implied by the context 191
Avoid modifiers which are implied by the context 200
Avoid modifiers which are implied by the context 208
Avoid modifiers which are implied by the context 214
Avoid modifiers which are implied by the context 222
Avoid modifiers which are implied by the context 229
Avoid modifiers which are implied by the context 235
Avoid modifiers which are implied by the context 241
Avoid modifiers which are implied by the context 248
Avoid modifiers which are implied by the context 255
Avoid modifiers which are implied by the context 262
Avoid modifiers which are implied by the context 270
Avoid modifiers which are implied by the context 276
Avoid modifiers which are implied by the context 282
Avoid modifiers which are implied by the context 288
Avoid modifiers which are implied by the context 295
Avoid modifiers which are implied by the context 301
Avoid modifiers which are implied by the context 308

org/andromda/metafacades/uml/PackageFacade.java

Violation Line
Avoid modifiers which are implied by the context 27
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 47
Avoid modifiers which are implied by the context 53
Avoid modifiers which are implied by the context 59
Avoid modifiers which are implied by the context 65

org/andromda/metafacades/uml/ParameterFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 36
Avoid modifiers which are implied by the context 42
Avoid modifiers which are implied by the context 48
Avoid modifiers which are implied by the context 55
Avoid modifiers which are implied by the context 62
Avoid modifiers which are implied by the context 69
Avoid modifiers which are implied by the context 75
Avoid modifiers which are implied by the context 81
Avoid modifiers which are implied by the context 99
Avoid modifiers which are implied by the context 106
Avoid modifiers which are implied by the context 112
Avoid modifiers which are implied by the context 119
Avoid modifiers which are implied by the context 125
Avoid modifiers which are implied by the context 131
Avoid modifiers which are implied by the context 137
Avoid modifiers which are implied by the context 144
Avoid modifiers which are implied by the context 150
Avoid modifiers which are implied by the context 156
Avoid modifiers which are implied by the context 162
Avoid modifiers which are implied by the context 168
Avoid modifiers which are implied by the context 175
Avoid modifiers which are implied by the context 181

org/andromda/metafacades/uml/PartitionFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 36
Avoid modifiers which are implied by the context 42

org/andromda/metafacades/uml/PseudostateFacade.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 26
Avoid modifiers which are implied by the context 33
Avoid modifiers which are implied by the context 39
Avoid modifiers which are implied by the context 45
Avoid modifiers which are implied by the context 51
Avoid modifiers which are implied by the context 57
Avoid modifiers which are implied by the context 63
Avoid modifiers which are implied by the context 69
Avoid modifiers which are implied by the context 75
Avoid modifiers which are implied by the context 81
Avoid modifiers which are implied by the context 88

org/andromda/metafacades/uml/Queue.java

Violation Line
Avoid modifiers which are implied by the context 20

org/andromda/metafacades/uml/RedefinableTemplateSignatureFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28

org/andromda/metafacades/uml/Role.java

Violation Line
Avoid modifiers which are implied by the context 21
Avoid modifiers which are implied by the context 28

org/andromda/metafacades/uml/Service.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 47
Avoid modifiers which are implied by the context 53
Avoid modifiers which are implied by the context 59
Avoid modifiers which are implied by the context 65
Avoid modifiers which are implied by the context 71

org/andromda/metafacades/uml/ServiceOperation.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34
Avoid modifiers which are implied by the context 40
Avoid modifiers which are implied by the context 46
Avoid modifiers which are implied by the context 53
Avoid modifiers which are implied by the context 59
Avoid modifiers which are implied by the context 66

org/andromda/metafacades/uml/StateFacade.java

Violation Line
Avoid modifiers which are implied by the context 26
Avoid modifiers which are implied by the context 32

org/andromda/metafacades/uml/StateMachineFacade.java

Violation Line
Avoid modifiers which are implied by the context 25
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 44
Avoid modifiers which are implied by the context 52
Avoid modifiers which are implied by the context 59
Avoid modifiers which are implied by the context 65
Avoid modifiers which are implied by the context 72
Avoid modifiers which are implied by the context 85
Avoid modifiers which are implied by the context 95

org/andromda/metafacades/uml/StateVertexFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 36
Avoid modifiers which are implied by the context 46
Avoid modifiers which are implied by the context 56
Avoid modifiers which are implied by the context 62
Avoid modifiers which are implied by the context 75

org/andromda/metafacades/uml/StereotypeFacade.java

Violation Line
Avoid modifiers which are implied by the context 22

org/andromda/metafacades/uml/SubactivityStateFacade.java

Violation Line
Avoid modifiers which are implied by the context 24
Avoid modifiers which are implied by the context 37
Avoid modifiers which are implied by the context 43

org/andromda/metafacades/uml/TaggedValueFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 28
Avoid modifiers which are implied by the context 34

org/andromda/metafacades/uml/TemplateArgumentFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 37
Avoid modifiers which are implied by the context 44
Avoid modifiers which are implied by the context 64

org/andromda/metafacades/uml/TemplateParameterFacade.java

Violation Line
Avoid modifiers which are implied by the context 25
Avoid modifiers which are implied by the context 39
Avoid modifiers which are implied by the context 46
Avoid modifiers which are implied by the context 63
Avoid modifiers which are implied by the context 69
Avoid modifiers which are implied by the context 78
Avoid modifiers which are implied by the context 89
Avoid modifiers which are implied by the context 99
Avoid modifiers which are implied by the context 105
Avoid modifiers which are implied by the context 111
Avoid modifiers which are implied by the context 117
Avoid modifiers which are implied by the context 123
Avoid modifiers which are implied by the context 130
Avoid modifiers which are implied by the context 137
Avoid modifiers which are implied by the context 143
Avoid modifiers which are implied by the context 150

org/andromda/metafacades/uml/Topic.java

Violation Line
Avoid modifiers which are implied by the context 20

org/andromda/metafacades/uml/TransitionFacade.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 34
Avoid modifiers which are implied by the context 44
Avoid modifiers which are implied by the context 52
Avoid modifiers which are implied by the context 60
Avoid modifiers which are implied by the context 66
Avoid modifiers which are implied by the context 73
Avoid modifiers which are implied by the context 80
Avoid modifiers which are implied by the context 87
Avoid modifiers which are implied by the context 94
Avoid modifiers which are implied by the context 101
Avoid modifiers which are implied by the context 108
Avoid modifiers which are implied by the context 114

org/andromda/metafacades/uml/UseCaseFacade.java

Violation Line
Avoid modifiers which are implied by the context 23
Avoid modifiers which are implied by the context 29
Avoid modifiers which are implied by the context 35
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 47

org/andromda/metafacades/uml/ValueObject.java

Violation Line
Avoid modifiers which are implied by the context 22
Avoid modifiers which are implied by the context 29

org/andromda/metafacades/uml/ValueObjectAssociationEnd.java

Violation Line
Avoid modifiers which are implied by the context 20
Avoid modifiers which are implied by the context 26