PMD Results
The following document contains the results of PMD 4.2.5.
Files
nl/tudelft/goal/unreal/environment/AbstractUnrealEnvironment.java
| Violation | Line |
|---|
| Avoid unused imports such as 'cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot' | 58 |
| Avoid unused imports such as 'cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner' | 67 |
| Avoid unused imports such as 'eis.eis2java.environment.AbstractEnvironment' | 72 |
nl/tudelft/goal/unreal/floydwarshall/FloydWarshallMap.java
| Violation | Line |
|---|
| These nested if statements could be combined | 234 - 236 |
nl/tudelft/goal/unreal/messages/Configuration.java
| Violation | Line |
|---|
| Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! | 22 |
| Avoid empty catch blocks | 110 - 112 |