Merge branch 'pr-686'

This commit is contained in:
Andreas Dangel
2017-11-04 19:32:36 +01:00

View File

@ -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>