Powerful open source chat software
PMD Results
The following document contains the results of PMD
Files
org/embedchat/minatestcase/TestIoHandler.java
| Violation | Line |
|---|---|
| It is a good practice to call super() in a constructor | 22 |
| It is a good practice to call super() in a constructor | 25 |
| Assigning an Object to null is a code smell. Consider refactoring. | 41 |
| A method should have only one exit point, and that should be the last statement in the method | 69 |