[pmd-commits] [pmd/pmd] e9f14e: Add failing test scenario
A source code analyzer
Brought to you by:
adangel,
juansotuyo
|
From: GitHub <no...@gi...> - 2016-10-16 12:22:03
|
Branch: refs/heads/pmd/5.4.x Home: https://github.com/pmd/pmd Commit: e9f14e44961113450aac6927e5474fbb5a310044 https://github.com/pmd/pmd/commit/e9f14e44961113450aac6927e5474fbb5a310044 Author: Juan Martín Sotuyo Dodero <jms...@mo...> Date: 2016-10-16 (Sun, 16 Oct 2016) Changed paths: M pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ParserCornersTest.java A pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/Bug1530.java Log Message: ----------- Add failing test scenario Commit: 283dc00a43741cd4b1e48324f63b22b12c30dcd4 https://github.com/pmd/pmd/commit/283dc00a43741cd4b1e48324f63b22b12c30dcd4 Author: Juan Martín Sotuyo Dodero <jms...@mo...> Date: 2016-10-16 (Sun, 16 Oct 2016) Changed paths: M pmd-java/etc/grammar/Java.jjt Log Message: ----------- Replace syntactic lookahead with semantic one - They are the same, but JavaCC seems to handle this one better. Commit: 1bc409119cd2a061bd460f12554656d7b36ffe50 https://github.com/pmd/pmd/commit/1bc409119cd2a061bd460f12554656d7b36ffe50 Author: Andreas Dangel <ad...@us...> Date: 2016-10-16 (Sun, 16 Oct 2016) Changed paths: M src/site/markdown/overview/changelog.md Log Message: ----------- Update changelog, fixes #1530 [java] Parser exception on Java code Commit: 578d854632b9c3a340254c61a8bf09640d8538bc https://github.com/pmd/pmd/commit/578d854632b9c3a340254c61a8bf09640d8538bc Author: Andreas Dangel <ad...@us...> Date: 2016-10-16 (Sun, 16 Oct 2016) Changed paths: M pmd-java/etc/grammar/Java.jjt M pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ParserCornersTest.java A pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/Bug1530.java M src/site/markdown/overview/changelog.md Log Message: ----------- Merge branch 'bug-1530' into pmd/5.4.x Compare: https://github.com/pmd/pmd/compare/1b52e0192acb...578d854632b9 |