Merge branch 'pr-686'
This commit is contained in:
@ -59,11 +59,10 @@ Some for loops can be simplified to while loops, this makes them more concise.
|
||||
<property name="xpath">
|
||||
<value><![CDATA[
|
||||
//ForStatement
|
||||
[count(*) > 1]
|
||||
[not(LocalVariableDeclaration)]
|
||||
[not(ForInit)]
|
||||
[not(ForUpdate)]
|
||||
[not(Type and Expression and Statement)]
|
||||
[Expression]
|
||||
]]></value>
|
||||
</property>
|
||||
</properties>
|
||||
|
Reference in New Issue
Block a user