forked from phoedos/pmd
Update documentation
TRAVIS_JOB_NUMBER=3191.1 TRAVIS_COMMIT_RANGE=5589540e9f13...9daa078694e1
This commit is contained in:
@ -872,6 +872,7 @@ can lead to quite messy code. This rule looks for several declarations on the sa
|
||||
**This rule is defined by the following XPath expression:**
|
||||
``` xpath
|
||||
//LocalVariableDeclaration
|
||||
[not(parent::ForInit)]
|
||||
[count(VariableDeclarator) > 1]
|
||||
[$strictMode or count(distinct-values(VariableDeclarator/@BeginLine)) != count(VariableDeclarator)]
|
||||
|
|
||||
|
Reference in New Issue
Block a user