[pmd-commits] [pmd/pmd] a50c78: Add failing test scenario
A source code analyzer
Brought to you by:
adangel,
juansotuyo
|
From: GitHub <no...@gi...> - 2016-10-16 12:21:53
|
Branch: refs/heads/master Home: https://github.com/pmd/pmd Commit: a50c781d0ab336797a95baf43b65a9508992886b https://github.com/pmd/pmd/commit/a50c781d0ab336797a95baf43b65a9508992886b Author: Juan Martín Sotuyo Dodero <jms...@mo...> Date: 2016-10-12 (Wed, 12 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: a10f98e0c4093d5b8c4fd1600447a75b2b87d19f https://github.com/pmd/pmd/commit/a10f98e0c4093d5b8c4fd1600447a75b2b87d19f Author: Juan Martín Sotuyo Dodero <jms...@mo...> Date: 2016-10-12 (Wed, 12 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: 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: f88e86cdb152a77df860849e191bc35c5dbf3bf1 https://github.com/pmd/pmd/commit/f88e86cdb152a77df860849e191bc35c5dbf3bf1 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' Commit: e7a68f449237992ee9550c7453fa2c3ff71c7789 https://github.com/pmd/pmd/commit/e7a68f449237992ee9550c7453fa2c3ff71c7789 Author: Andreas Dangel <ad...@us...> Date: 2016-10-16 (Sun, 16 Oct 2016) Log Message: ----------- Merge branch 'pr-110' Compare: https://github.com/pmd/pmd/compare/b773da1441d0...e7a68f449237 |