Branch: refs/heads/pmd/5.5.x
Home: https://github.com/pmd/pmd
Commit: 80b2792db5eb3962d356a691f55602d71e42d5a8
https://github.com/pmd/pmd/commit/80b2792db5eb3962d356a691f55602d71e42d5a8
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-01-15 (Sun, 15 Jan 2017)
Changed paths:
M pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/complexity/AbstractNcssCountRule.java
M pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/complexity/xml/NcssMethodCount.xml
Log Message:
-----------
Fix #183 - Count whole expressions as 1 line
- This is consistent with how we count "lines" in other languages.
- Notice we are not actually counting lines, so multiline expressions are
counted as 1.
- Having multiple variable declarations together is still counting 1 per variable.
Commit: 2fdfa26e4cb12e441628f3ed2b57de1e0ad042a2
https://github.com/pmd/pmd/commit/2fdfa26e4cb12e441628f3ed2b57de1e0ad042a2
Author: Andreas Dangel <ad...@us...>
Date: 2017-01-15 (Sun, 15 Jan 2017)
Changed paths:
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Update changelog
Commit: a21510ecf34877f6a96a5b808d778263eb4f58f9
https://github.com/pmd/pmd/commit/a21510ecf34877f6a96a5b808d778263eb4f58f9
Author: Andreas Dangel <ad...@us...>
Date: 2017-01-15 (Sun, 15 Jan 2017)
Changed paths:
M pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/complexity/AbstractNcssCountRule.java
M pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/complexity/xml/NcssMethodCount.xml
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Merge branch 'pr-188' into pmd/5.5.x
Closes #188 (rebased onto pmd/5.5.x)
Compare: https://github.com/pmd/pmd/compare/4055a79e4c36...a21510ecf348 |