Powerful open source chat software
PMD Results
The following document contains the results of PMD
Files
org/embedchat/database/DatabaseProvider.java
| Violation | Line |
|---|---|
| It is a good practice to call super() in a constructor | 11 |
org/embedchat/database/ItemNotFoundException.java
| Violation | Line |
|---|---|
| Each class should declare at least one constructor | 3 |
org/embedchat/database/nodb/ChatRoomDAO.java
| Violation | Line |
|---|---|
| Each class should declare at least one constructor | 10 |
| A method should have only one exit point, and that should be the last statement in the method | 36 |
org/embedchat/database/nodb/DAOFactory.java
| Violation | Line |
|---|---|
| Each class should declare at least one constructor | 7 |
org/embedchat/database/nodb/UserDAO.java
| Violation | Line |
|---|---|
| Each class should declare at least one constructor | 7 |
org/embedchat/server/live/OnlineChatRoom.java
| Violation | Line |
|---|---|
| It is a good practice to call super() in a constructor | 18 |
org/embedchat/server/live/OnlineUser.java
| Violation | Line |
|---|---|
| It is a good practice to call super() in a constructor | 13 |
org/embedchat/server/Server.java
| Violation | Line |
|---|---|
| Each class should declare at least one constructor | 12 |
| A method should have only one exit point, and that should be the last statement in the method | 31 |
org/embedchat/server/ServerSessionHandler.java
| Violation | Line |
|---|---|
| It is a good practice to call super() in a constructor | 26 |
org/embedchat/server/service/ChatEngine.java
| Violation | Line |
|---|---|
| It is a good practice to call super() in a constructor | 35 |
| A method should have only one exit point, and that should be the last statement in the method | 61 |
| A method should have only one exit point, and that should be the last statement in the method | 71 |
org/embedchat/server/TempServerDatabase.java
| Violation | Line |
|---|---|
| Each class should declare at least one constructor | 6 |
org/embedchat/server/Utils.java
| Violation | Line |
|---|---|
| It is a good practice to call super() in a constructor | 9 |
| A method should have only one exit point, and that should be the last statement in the method | 14 |
| A method should have only one exit point, and that should be the last statement in the method | 17 |
| A method should have only one exit point, and that should be the last statement in the method | 20 |