PMD Results

The following document contains the results of PMD 4.2.5.

Files

com/delhezi/ga/ejb/instance/GeneticAlgorithmEJBInstance.java

ViolationLine
Avoid unused private fields such as 'logger'.26
Avoid unused private fields such as 'dClassName'.28
Avoid unused private fields such as 'derc'.29

com/delhezi/ga/ejb/mbeans/GeneticAlgorithmMBean.java

ViolationLine
Avoid unused private fields such as 'derc'.51
Avoid unused local variables such as 'pid'.277
Method call on object which may be null433 - 449
Method call on object which may be null450 - 461
Method call on object which may be null462 - 473
Method call on object which may be null477 - 488
Method call on object which may be null489 - 500
Method call on object which may be null501 - 512

com/delhezi/ga/ejb/mbeans/GeneticAlgorithmMBeanManager.java

ViolationLine
Avoid unused private fields such as 'dClassName'.56
Avoid unused private fields such as 'derc'.57

com/delhezi/ga/ejb/services/GeneticAlgorithmBean.java

ViolationLine
Avoid unused imports such as 'com.delhezi.ga.GeneticAlgorithm'11
Avoid unused imports such as 'com.delhezi.ga.GeneticAlgorithmXmlDomParserFactory'12
Avoid unused imports such as 'com.delhezi.ga.exception.GeneticAlgorithmException'17
Avoid unused private fields such as 'derc'.54

com/sun/enterprise/admin/monitor/registry/spi/GeneratedMonitoringMBeanImpl.java

ViolationLine
Avoid duplicate imports such as 'javax.management.j2ee.statistics.Stats'5
Avoid importing anything from the package 'java.lang'10