PMD Results
The following document contains the results of PMD 4.2.5.
Files
cz/cuni/amis/pogamut/ut3/agent/module/sensor/UT3Items.java
Violation | Line |
---|
Avoid empty if statements | 45 - 50 |
cz/cuni/amis/pogamut/ut3/bot/impl/UT3BotModuleController.java
Violation | Line |
---|
Avoid unused imports such as 'cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility.Visibility' | 30 |
Avoid unused imports such as 'cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange' | 53 |
Avoid unused imports such as 'cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage' | 54 |
cz/cuni/amis/pogamut/ut3/communication/messages/UT3ItemType.java
Violation | Line |
---|
These nested if statements could be combined | 124 - 127 |
cz/cuni/amis/pogamut/ut3/factory/guice/remoteagent/UT3BotFactory.java
Violation | Line |
---|
Avoid unused imports such as 'cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters' | 4 |
No need to import a type that lives in the same package | 8 |
cz/cuni/amis/pogamut/ut3/factory/guice/remoteagent/UT3BotModule.java
Violation | Line |
---|
No need to import a type that lives in the same package | 27 |
cz/cuniz/amis/pogamut/ut3/utils/UT3BotRunner.java
Violation | Line |
---|
Overriding method merely calls super | 195 - 197 |
Overriding method merely calls super | 200 - 202 |
Overriding method merely calls super | 205 - 208 |