Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 8f62f6cae99e3314e325429ae745e78f079b3bfc
      https://github.com/pmd/pmd/commit/8f62f6cae99e3314e325429ae745e78f079b3bfc
  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/rule/basic/BooleanInstantiationRule.java

  Log Message:
  -----------
  In Java 8, annotations may appear as first child

 - For instance `Object o = new @Interned MyObject();` would fail with a 
ClassCastException
 - The current code deals with it gracefully


  Commit: 5d11e77208172db4469f862b04b362f024960fbc
      https://github.com/pmd/pmd/commit/5d11e77208172db4469f862b04b362f024960fbc
  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/basic/xml/BooleanInstantiation.xml

  Log Message:
  -----------
  Add test for #1533 [java] BooleanInstantiation: ClassCastException with 
Annotation


  Commit: 1e5c1c05cab08dbafaaeceddedc75a7323cdd50a
      https://github.com/pmd/pmd/commit/1e5c1c05cab08dbafaaeceddedc75a7323cdd50a
  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/rule/basic/BooleanInstantiationRule.java

  Log Message:
  -----------
  In Java 8, annotations may appear as first child

 - For instance `Object o = new @Interned MyObject();` would fail with a 
ClassCastException
 - The current code deals with it gracefully


  Commit: 7d5be34cd268ed065438ac0e4adb71f127338392
      https://github.com/pmd/pmd/commit/7d5be34cd268ed065438ac0e4adb71f127338392
  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: 04257e657dade31dc653feaedb272959ff8637ca
      https://github.com/pmd/pmd/commit/04257e657dade31dc653feaedb272959ff8637ca
  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/rule/basic/BooleanInstantiationRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/basic/xml/BooleanInstantiation.xml
    M src/site/markdown/overview/changelog.md

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


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

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


Compare: https://github.com/pmd/pmd/compare/e7a68f449237...75c9cce07122
------------------------------------------------------------------------------
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