Branch: refs/heads/pmd/5.4.x
Home: https://github.com/pmd/pmd
Commit: 08075e4171dfb5bea1c7d4e53f96fe7bd3e641d0
https://github.com/pmd/pmd/commit/08075e4171dfb5bea1c7d4e53f96fe7bd3e641d0
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/util/datasource/FileDataSource.java
Log Message:
-----------
[core] Fix shortname computation for reltive paths
- Fixes #256
- When using relative paths, both the file's path and the inputFileName
are relative, so we can safely compare them directly.
Commit: 3dff515de4179d244ca87d9e561a5ab4ee28a4fc
https://github.com/pmd/pmd/commit/3dff515de4179d244ca87d9e561a5ab4ee28a4fc
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Update changelog, fixes #256
Commit: f9a0b343a312a3c89784e3ff8feb2cf6fae101af
https://github.com/pmd/pmd/commit/f9a0b343a312a3c89784e3ff8feb2cf6fae101af
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/util/datasource/FileDataSource.java
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Merge branch 'issue-256' into pmd/5.4.x
Compare: https://github.com/pmd/pmd/compare/023f27dcf577...f9a0b343a312 |