The following document contains the results of PMD 5.0.5.
Violation | Line |
---|---|
The class 'EntityMetafacadeUtils' has a Cyclomatic Complexity of 7 (Highest = 25). | 22–905 |
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. | 23–905 |
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 | 197–206 |
Do not use the short type | 199 |
Do not use the short type | 199 |
Deeply nested if..then statements are hard to read | 207–212 |
Deeply nested if..then statements are hard to read | 213–216 |
Avoid really long methods. | 233–423 |
The method 'sortEntities' has a Cyclomatic Complexity of 25. | 233–423 |
The method sortEntities() has an NPath complexity of 3096 | 233–423 |
Parameter 'ascending' is not assigned and could be declared final | 235 |
Singleton is not thread safe | 240–243 |
Useless parentheses. | 245–246 |
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 | 511–603 |
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 | 619–700 |
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 | 685–692 |
Local variable 'facade' could be declared final | 686 |
Local variable 'replacement' could be declared final | 724–726 |
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 | 871–878 |
These nested if statements could be combined | 873–877 |
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 | 893–895 |
Avoid empty if statements | 897–899 |
Violation | Line |
---|---|
Abstract classes should be named AbstractXXX | 18–39 |
Parameter 'collection' is not assigned and could be declared final | 27 |
It is a good practice to call super() in a constructor | 27–33 |
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. | 22–373 |
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 | 366–369 |
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. | 14–118 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid really long classes. | 27–1156 |
The class 'UMLMetafacadeUtils' has a Cyclomatic Complexity of 12 (Highest = 125). | 27–1156 |
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 | 57–58 |
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 | 68–71 |
Deeply nested if..then statements are hard to read | 73–76 |
Deeply nested if..then statements are hard to read | 80–84 |
Avoid really long methods. | 92–206 |
The method populateReservedWords() has an NCSS line count of 109 | 92–206 |
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 | 530–531 |
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. | 632–1031 |
Parameter 'useMany' is not assigned and could be declared final | 632 |
The method createConstructor() has an NPath complexity of 2080565762 | 632–1031 |
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 | 632–1031 |
Avoid reassigning parameters such as 'facade' | 632 |
Avoid reassigning parameters such as 'facade' | 632 |
The method 'createConstructor' has a Cyclomatic Complexity of 125. | 632–1031 |
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 ..; | 834–857 |
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 ..; | 965–1019 |
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 | 1140–1143 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 24 |
Avoid modifiers which are implied by the context | 30 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 20 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 25 |
Avoid modifiers which are implied by the context | 31 |
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 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 24 |
Avoid modifiers which are implied by the context | 30 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 29 |
Avoid modifiers which are implied by the context | 35 |
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 |
Violation | Line |
---|---|
This class has a bunch of public methods and attributes | 5–411 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 20 |
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 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 20 |
Avoid modifiers which are implied by the context | 29 |
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 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 21 |
Avoid modifiers which are implied by the context | 29 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 22 |
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 |
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 |
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 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 22 |
Avoid modifiers which are implied by the context | 28 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 21 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 25 |
Avoid modifiers which are implied by the context | 31 |
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 |
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 |
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 |
Violation | Line |
---|---|
This class has a bunch of public methods and attributes | 5–390 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 22 |
Avoid modifiers which are implied by the context | 28 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 21 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 22 |
Avoid modifiers which are implied by the context | 40 |
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 |
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 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 20 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 22 |
Avoid modifiers which are implied by the context | 28 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 21 |
Avoid modifiers which are implied by the context | 28 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 26 |
Avoid modifiers which are implied by the context | 32 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 22 |
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 |
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 |
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 |
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 |
Violation | Line |
---|---|
Avoid modifiers which are implied by the context | 20 |
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 |
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 |