List view
This version contains design rules for the Hibernate framework of the recommendations present in its documentation. Following is the list of design rules in the package *br.edu.ufcg.splab.designtests.designrules*: * HashCodeAndEqualsNotUseIdentifierPropertyRule.java * HashCodeAndEqualsRule.java * ImplementsSerializableRule.java * NoArgumentConstructorRule.java * NoFinalClassRule.java * ProvideGetsSetsFieldsRule.java * ProvideIdentifierPropertyRule.java * UseInterfaceSetOrListRule.java * UseListCollectionRule.java * UseSetCollectionRule.java There are two examples of unit test classes to check the rules. The unit tests using the test frameworks JUnit and TestNG. Following is the list of design tests examplos: * tests.br.edu.ufcg.splab.designtests.examples.junit.HibernateDesignTests.java * tests.br.edu.ufcg.splab.designtests.examples.testng.HibernateDesignTests.java
Due by February 25, 2016•2/2 issues closedMilestone to version v-0.9.2
Due by February 5, 2016•1/1 issues closed