Update documentation

TRAVIS_JOB_NUMBER=3191.1
TRAVIS_COMMIT_RANGE=5589540e9f13...9daa078694e1
This commit is contained in:
Travis CI (pmd-bot)
2018-12-11 07:39:14 +00:00
parent 9daa078694
commit 2bb8571a29

View File

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