| Class | Description |
|---|---|
| AddCurlyBrackets |
The Class AddCurlyBrackets.
|
| AddSwitchDefaultCase |
The Class AddSwitchDefaultCase.
|
| ArrayDesignatorOnType |
The Class ArrayDesignatorOnType.
|
| CollapsibleIfStatements | |
| DeclarationsShouldUseCollectionInterfaces | |
| LocalVarsShouldComplyWithNamingConvention |
http://www.oracle.com/technetwork/java/codeconventions-135099.html
Variables ========= Except for variables, all instance, class, and class constants are in mixed
case with a lowercase first letter.
|
| PrimitiveInstantiationForToString |
The Class PrimitiveInstantiationForToString.
|
| RedundantCastsShouldNotBeUsed | |
| RemoveCodeComment |
The Class RemoveCodeComment.
|
| RemoveEmptyMethod |
The Class RemoveEmptyMethod.
|
| RemoveEmptyStatement |
The Class RemoveEmptyStatement.
|
| RemoveLiteralBoolean |
The Class RemoveLiteralBoolean.
|
| RemoveUnusedMethodParameters | |
| RemoveUselessImports | |
| RemoveUselessParentheses | |
| RemoveUselessVariables | |
| ReplacePrintStacktraceForLogs | |
| StaticInitializedFieldToFinal |
The Class StaticInitializedFieldToFinal.
|
| StringCheckOnLeft |
The Class StringCheckOnLeft.
|
| UseCollectionIsEmpty |
The Class UseCollectionIsEmpty.
|
| UseStringEquals |
The Class UseStringEquals.
|
| VariableImmediatelyReturned |
The Class VariableImmediatelyReturned.
|
Copyright © 2016. All rights reserved.