Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 3774a228787131a059b6a4c731b3669392ae595a
      https://github.com/pmd/pmd/commit/3774a228787131a059b6a4c731b3669392ae595a
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2016-10-12 (Wed, 12 Oct 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/rules/CloneMethodMustImplementCloneable.java

  Log Message:
  -----------
  Fix ClassCastException on CloneMethodMustImplementCloneable

 - Java 8 code allows for things such as
    `class UnmodifiableList<T> implements @Readonly List<@Readonly T> {}`
    where not all token in the ASTImplementsList are ASTClassOrInterfaceType


  Commit: f4f240266179a9156c79200ca205f6ca8cc3e2fb
      https://github.com/pmd/pmd/commit/f4f240266179a9156c79200ca205f6ca8cc3e2fb
  Author: Andreas Dangel <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/clone/xml/CloneMethodMustImplementCloneable.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/typeresolution/xml/CloneMethodMustImplementCloneable.xml

  Log Message:
  -----------
  Add test for #1534 [java] CloneMethodMustImplementCloneable: 
ClassCastException with Annotation (java8)


  Commit: 238f6b721b6bca61341cda3fdc894fe77fee59d2
      https://github.com/pmd/pmd/commit/238f6b721b6bca61341cda3fdc894fe77fee59d2
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/rules/CloneMethodMustImplementCloneable.java

  Log Message:
  -----------
  Fix ClassCastException on CloneMethodMustImplementCloneable

 - Java 8 code allows for things such as
    `class UnmodifiableList<T> implements @Readonly List<@Readonly T> {}`
    where not all token in the ASTImplementsList are ASTClassOrInterfaceType


  Commit: 127a2be871b9e48fd1e5b8a572d34849c9d10bc6
      https://github.com/pmd/pmd/commit/127a2be871b9e48fd1e5b8a572d34849c9d10bc6
  Author: Andreas Dangel <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/rules/CloneMethodMustImplementCloneable.java

  Log Message:
  -----------
  whitespaces


  Commit: 9de0727e4331953d2487dc305e93d06184543379
      https://github.com/pmd/pmd/commit/9de0727e4331953d2487dc305e93d06184543379
  Author: Andreas Dangel <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

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

  Log Message:
  -----------
  Update changelog


  Commit: 646a4b06504f77aab3380f36fc006d9783fe3240
      https://github.com/pmd/pmd/commit/646a4b06504f77aab3380f36fc006d9783fe3240
  Author: Andreas Dangel <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/rules/CloneMethodMustImplementCloneable.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/clone/xml/CloneMethodMustImplementCloneable.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/typeresolution/xml/CloneMethodMustImplementCloneable.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'pr-112'


  Commit: cb304c9ae726fa729cde4f8307d9e4c86f3ffd48
      https://github.com/pmd/pmd/commit/cb304c9ae726fa729cde4f8307d9e4c86f3ffd48
  Author: Andreas Dangel <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Log Message:
  -----------
  Merge branch 'cmmic-java8-compat' of https://github.com/Monits/pmd


Compare: https://github.com/pmd/pmd/compare/75c9cce07122...cb304c9ae726
------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to