forked from phoedos/pmd
whitespaces and indent
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7320 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -476,7 +476,7 @@ public String bar(String string) {
|
||||
</example>
|
||||
</rule>
|
||||
|
||||
<rule name="BigIntegerInstantiation"
|
||||
<rule name="BigIntegerInstantiation"
|
||||
since="3.9"
|
||||
message="Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN)"
|
||||
class="net.sourceforge.pmd.lang.java.rule.basic.BigIntegerInstantiationRule"
|
||||
@ -542,8 +542,7 @@ public class Foo {
|
||||
</example>
|
||||
</rule>
|
||||
|
||||
<rule
|
||||
name="CheckResultSet"
|
||||
<rule name="CheckResultSet"
|
||||
language="java"
|
||||
since="4.1"
|
||||
class="net.sourceforge.pmd.lang.rule.XPathRule"
|
||||
|
Reference in New Issue
Block a user