Powerful open source chat software
 

PMD Results

The following document contains the results of PMD

Files

org/embedchat/database/DatabaseProvider.java

ViolationLine
It is a good practice to call super() in a constructor11

org/embedchat/database/ItemNotFoundException.java

ViolationLine
Each class should declare at least one constructor3

org/embedchat/database/nodb/ChatRoomDAO.java

ViolationLine
Each class should declare at least one constructor10
A method should have only one exit point, and that should be the last statement in the method36

org/embedchat/database/nodb/DAOFactory.java

ViolationLine
Each class should declare at least one constructor7

org/embedchat/database/nodb/UserDAO.java

ViolationLine
Each class should declare at least one constructor7

org/embedchat/server/live/OnlineChatRoom.java

ViolationLine
It is a good practice to call super() in a constructor18

org/embedchat/server/live/OnlineUser.java

ViolationLine
It is a good practice to call super() in a constructor13

org/embedchat/server/Server.java

ViolationLine
Each class should declare at least one constructor12
A method should have only one exit point, and that should be the last statement in the method31

org/embedchat/server/ServerSessionHandler.java

ViolationLine
It is a good practice to call super() in a constructor26

org/embedchat/server/service/ChatEngine.java

ViolationLine
It is a good practice to call super() in a constructor35
A method should have only one exit point, and that should be the last statement in the method61
A method should have only one exit point, and that should be the last statement in the method71

org/embedchat/server/TempServerDatabase.java

ViolationLine
Each class should declare at least one constructor6

org/embedchat/server/Utils.java

ViolationLine
It is a good practice to call super() in a constructor9
A method should have only one exit point, and that should be the last statement in the method14
A method should have only one exit point, and that should be the last statement in the method17
A method should have only one exit point, and that should be the last statement in the method20
 
2006 © embedchat.org