| Package | Description |
|---|---|
| br.edu.ufcg.splab.designtests.designrules |
Package with a set of design rules for a software's design in
an instance of the
DesignWizard. |
| Modifier and Type | Class and Description |
|---|---|
class |
HashCodeAndEqualsNotUseIdentifierPropertyRule
Rule: Both equals(java.lang.Object) and hashCode() in classes of the Model Package
doesn't access the field that is identifier property.
|
class |
HashCodeAndEqualsRule
Rule: Override both equals(java.lang.Object) and hashCode() in classes of the Model Package.
|
class |
ImplementsSerializableRule
Rule: The Serializable interface should be implementated for all classes in the Model Package.
|
class |
NoArgumentConstructorRule
Rule: A default constructor must be implemented in classes of the Model Package.
|
class |
NoFinalClassRule
Rule: The classes can't to be final in classes of the Model Package.
|
class |
ProvideGetsSetsFieldsRule
Rule: Defines getters and setters in classes of the Model Package.
|
class |
ProvideIdentifierPropertyRule
Rule: Provide identifier Properties in classes of the Model Package.
|
class |
UseInterfaceSetOrListRule
Rule: Declaration of Collection of the type Set or List in classes of the Model
Package.
|
class |
UseListCollectionRule
Rule: Declaration of Collection of the type List in classes of the Model
Package.
|
class |
UseSetCollectionRule
Rule: Declaration of Collection of the type Set in classes of the Model
Package.
|
Copyright © 2016. All rights reserved.