Branch: refs/heads/pmd/5.5.x
Home: https://github.com/pmd/pmd
Commit: 76d10bfb1db6bb6795147186f772194e91e5ed21
https://github.com/pmd/pmd/commit/76d10bfb1db6bb6795147186f772194e91e5ed21
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-02-19 (Sun, 19 Feb 2017)
Changed paths:
M pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/complexity/NcssTypeCountRule.java
M pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/complexity/xml/NcssTypeCount.xml
Log Message:
-----------
[apex] Fix chained method line count for types
- Fixes #251
- The abstract parent class was already handling it properly, no need
to override to visit to a method call.
Commit: 6459aaaa2c7f3f9e10fa1e0495ca22d840801124
https://github.com/pmd/pmd/commit/6459aaaa2c7f3f9e10fa1e0495ca22d840801124
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-19 (Sun, 19 Feb 2017)
Changed paths:
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Update changelog, fixes #251
Commit: cdbb6c68931d10d23f25718ba06f04ae836cefa3
https://github.com/pmd/pmd/commit/cdbb6c68931d10d23f25718ba06f04ae836cefa3
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-19 (Sun, 19 Feb 2017)
Changed paths:
M pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/complexity/NcssTypeCountRule.java
M pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/complexity/xml/NcssTypeCount.xml
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Merge branch 'issue-251' into pmd/5.5.x
Compare: https://github.com/pmd/pmd/compare/9264fda7773a...cdbb6c68931d |