Branch: refs/heads/pmd/5.4.x
Home: https://github.com/pmd/pmd
Commit: 54db0ffbd94191717384c3e4dcd268f0cb653bd8
https://github.com/pmd/pmd/commit/54db0ffbd94191717384c3e4dcd268f0cb653bd8
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-01-03 (Tue, 03 Jan 2017)
Changed paths:
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/imports/UnnecessaryFullyQualifiedNameRule.java
M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/imports/xml/UnnecessaryFullyQualifiedName.xml
Log Message:
-----------
[java] UnnecessaryFullyQualifiedNameRule handles same file class conflicts
- This resolves [#1555](https://sourceforge.net/p/pmd/bugs/1555/)
- If a class is defined in the same file that conflicts with an import,
it's not considered a violation
Commit: c6afa6ca262769d8bc2440fe0bd4c62551bf970d
https://github.com/pmd/pmd/commit/c6afa6ca262769d8bc2440fe0bd4c62551bf970d
Author: Andreas Dangel <ad...@us...>
Date: 2017-01-03 (Tue, 03 Jan 2017)
Changed paths:
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Update changelog
Commit: e5dbeb800b95ca78bfbc77f958015c20f62d2e05
https://github.com/pmd/pmd/commit/e5dbeb800b95ca78bfbc77f958015c20f62d2e05
Author: Andreas Dangel <ad...@us...>
Date: 2017-01-03 (Tue, 03 Jan 2017)
Changed paths:
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/imports/UnnecessaryFullyQualifiedNameRule.java
M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/imports/xml/UnnecessaryFullyQualifiedName.xml
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Merge branch 'pr-159' into pmd/5.4.x
Closes #159 (rebased onto pmd/5.4.x)
Compare: https://github.com/pmd/pmd/compare/66b6b8df19fa...e5dbeb800b95 |