Enable PMD rule SimplifiedTernary and fix violations
This commit is contained in:
parent
a07fc132d2
commit
09a9c1a104
3 changed files with 2 additions and 3 deletions
|
|
@ -32,7 +32,6 @@
|
|||
<exclude name="PrimitiveWrapperInstantiation" />
|
||||
<exclude name="ReturnEmptyCollectionRatherThanNull" />
|
||||
<exclude name="SimplifiableTestAssertion" />
|
||||
<exclude name="SimplifiedTernary" />
|
||||
<exclude name="SimplifyBooleanReturns" />
|
||||
<exclude name="UncommentedEmptyConstructor" />
|
||||
<exclude name="UncommentedEmptyMethodBody" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue