Merge branch 'pr-528'

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-07-29 19:02:06 -03:00
2 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public final class LanguageFactory {
}
private String languageAliases(String language) {
// CPD and C language share the same parser
// CPP and C language share the same parser
if ("c".equals(language)) {
return "cpp";
}

View File

@ -107,5 +107,6 @@ Based on those metrics, rules like "GodClass" detection can be implemented more
* [#517](https://github.com/pmd/pmd/pull/517): \[doc] Metrics documentation - [Clément Fournier](https://github.com/oowekyala)
* [#523](https://github.com/pmd/pmd/pull/523): \[java] Npath complexity metric and rule - [Clément Fournier](https://github.com/oowekyala)
* [#525](https://github.com/pmd/pmd/pull/525): \[core] Fix line ending and not ignored files issues - [Matias Comercio](https://github.com/MatiasComercio)
* [#528](https://github.com/pmd/pmd/pull/528): \[core] Fix typo - [Ayoub Kaanich](https://github.com/kayoub5)
* [#530](https://github.com/pmd/pmd/pull/530): \[java] Fix issue #527: Lombok getter annotation on enum is not recognized correctly - [Clément Fournier](https://github.com/oowekyala)