Package net.sourceforge.pmd.lang.java.rule.basic

Class Summary
AvoidBranchingStatementAsLastInLoopRule  
AvoidMultipleUnaryOperatorsRule  
AvoidUsingHardCodedIPRule  
AvoidUsingOctalValuesRule  
BigIntegerInstantiationRule  
BooleanInstantiationRule Avoid instantiating Boolean objects; you can reference Boolean.TRUE, Boolean.FALSE, or call Boolean.valueOf() instead.
BrokenNullCheckRule  
CheckSkipResultRule  
DoubleCheckedLockingRule void method() { if(x == null) { synchronized(this){ if(x == null) { x = new | method(); } } } 1.
OverrideBothEqualsAndHashcodeRule  
 



Copyright © 2002-2012 InfoEther. All Rights Reserved.