Branch: refs/heads/pmd/5.5.x
Home: https://github.com/pmd/pmd
Commit: 023f27dcf577d05114bcc147e698f2cacd3c4b14
https://github.com/pmd/pmd/commit/023f27dcf577d05114bcc147e698f2cacd3c4b14
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M pmd-java/etc/grammar/Java.jjt
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/strings/InsufficientStringBufferDeclarationRule.java
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/unusedcode/UnusedLocalVariableRule.java
M pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ParserCornersTest.java
M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/unusedcode/xml/UnusedLocalVariable.xml
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Merge branch 'issue-257' into pmd/5.4.x
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: 9a75c1e9b18daf259d84fc62d34338679c83940d
https://github.com/pmd/pmd/commit/9a75c1e9b18daf259d84fc62d34338679c83940d
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.5.x
Compare: https://github.com/pmd/pmd/compare/a1299c5b9b2e...9a75c1e9b18d |