Branch: refs/heads/master
Home: https://github.com/pmd/pmd
Commit: a3c6316f7ecf8c6cb666790d45cb3b75815f748d
https://github.com/pmd/pmd/commit/a3c6316f7ecf8c6cb666790d45cb3b75815f748d
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-02-15 (Wed, 15 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: 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: 8930383ce3ecc16021ee1841caf86aae7967bb65
https://github.com/pmd/pmd/commit/8930383ce3ecc16021ee1841caf86aae7967bb65
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'
Commit: 7fdc7de29c9041ff6a40e2e9ccaf1bc6d846a4e9
https://github.com/pmd/pmd/commit/7fdc7de29c9041ff6a40e2e9ccaf1bc6d846a4e9
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Log Message:
-----------
Merge branch 'issue-256' of https://github.com/Monits/pmd
Compare: https://github.com/pmd/pmd/compare/7cfeb0b87242...7fdc7de29c90 |