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


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