PMD Results
The following document contains the results of PMD
Files
org/embedchat/database/dao/ChatRoomDAOImpl.java
| Violation | Line |
|---|
| Each class should declare at least one constructor | 10 |
| Overriding method merely calls super | 13 |
| Overriding method merely calls super | 18 |
org/embedchat/database/dao/GenericHibernateDAO.java
| Violation | Line |
|---|
| It is a good practice to call super() in a constructor | 20 |
org/embedchat/database/dao/HibernateUtil.java
| Violation | Line |
|---|
| Each class should declare at least one constructor | 16 |
org/embedchat/database/dao/UserDAOImpl.java
| Violation | Line |
|---|
| Each class should declare at least one constructor | 9 |
org/embedchat/database/DAOFactoryInterfaceImpl.java
| Violation | Line |
|---|
| It is a good practice to call super() in a constructor | 13 |