Branch: refs/heads/pmd/5.4.x
  Home:   https://github.com/pmd/pmd
  Commit: 33fd84d521517d91fbc020cadecc84f7e21329f4
      https://github.com/pmd/pmd/commit/33fd84d521517d91fbc020cadecc84f7e21329f4
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  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/GitHubBug207.java

  Log Message:
  -----------
  [java] Support generics in method references

 - Fixes #207
 - Extend the Java grammar to support generics in
    method references: `Type::<Generic>method`


  Commit: 78e31f7cbfe6d4d8ada01870d4ffa17636de3899
      https://github.com/pmd/pmd/commit/78e31f7cbfe6d4d8ada01870d4ffa17636de3899
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Update changelog, references #207


  Commit: aff9fc90ef64f095303af8277caf7db6e1e262a9
      https://github.com/pmd/pmd/commit/aff9fc90ef64f095303af8277caf7db6e1e262a9
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  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/GitHubBug207.java
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'issue-207' into pmd/5.4.x
Closes #209 (rebased onto pmd/5.4.x)


  Commit: 455b1c4dedc53230396a05a69b53b55a5a88334e
      https://github.com/pmd/pmd/commit/455b1c4dedc53230396a05a69b53b55a5a88334e
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M pmd-java/etc/grammar/Java.jjt
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ParserCornersTest.java

  Log Message:
  -----------
  Fix grammar for annotation members

 - The lookahead (3 tokens) was too small, and without reaching the opening
    parenthesis assumed it was parsing a method and not a field.
 - Using a larger lookahead solves the issue.
 - Fixes #206


  Commit: 904223c2e332ab10cacbfc32021b5f8d08e428bc
      https://github.com/pmd/pmd/commit/904223c2e332ab10cacbfc32021b5f8d08e428bc
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Update changelog, references #206


  Commit: 926d1c3fbc05a53a0d01961f6b470534c151a138
      https://github.com/pmd/pmd/commit/926d1c3fbc05a53a0d01961f6b470534c151a138
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M pmd-java/etc/grammar/Java.jjt
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ParserCornersTest.java
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'issue-206' into pmd/5.4.x
Closes #210 (rebased onto pmd/5.4.x)


  Commit: c53e1790e19cc1952ccb985b7e399bbb90dbc072
      https://github.com/pmd/pmd/commit/c53e1790e19cc1952ccb985b7e399bbb90dbc072
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  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/GitHubBug208.java

  Log Message:
  -----------
  [java] Allow more than 1 annotation in local classes

 - This fixes #208


  Commit: 5081c8976386fe6ad0524593710c2ead8ad536c9
      https://github.com/pmd/pmd/commit/5081c8976386fe6ad0524593710c2ead8ad536c9
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Update changelog, references #208


  Commit: 4032e9ba514c9898ed45f298d2ce918c47f09404
      https://github.com/pmd/pmd/commit/4032e9ba514c9898ed45f298d2ce918c47f09404
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  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/GitHubBug208.java
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'issue-208' into pmd/5.4.x
Closes #211 (rebased onto pmd/5.4.x)


  Commit: 1b4cd381b468d575d64919dc570cba4d663c2801
      https://github.com/pmd/pmd/commit/1b4cd381b468d575d64919dc570cba4d663c2801
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Add Juan Martín Sotuyo Dodero as developer


  Commit: d32d81f078d3f98d0faacfca12da35a8bcb0275d
      https://github.com/pmd/pmd/commit/d32d81f078d3f98d0faacfca12da35a8bcb0275d
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update URLs to issue manager, organization, ci build, mailing lists


  Commit: d7ae6bb24575e14a54e243ed57f6f0c9ab706600
      https://github.com/pmd/pmd/commit/d7ae6bb24575e14a54e243ed57f6f0c9ab706600
  Author: Andreas Dangel <[email protected]>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'update-pom' into pmd/5.4.x


Compare: https://github.com/pmd/pmd/compare/c63347508eb9...d7ae6bb24575
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to