Branch: refs/heads/pmd/5.4.x
  Home:   https://github.com/pmd/pmd
  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: b0fb0cadc1f2c4063352192d615c8beb65de2ad8
      https://github.com/pmd/pmd/commit/b0fb0cadc1f2c4063352192d615c8beb65de2ad8
  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' into pmd/5.4.x


Compare: https://github.com/pmd/pmd/compare/b2c59bcbdb1a...b0fb0cadc1f2
------------------------------------------------------------------------------
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