Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: c85154adfcc678a5fc8e3e166dc7330b8c93438a
      https://github.com/pmd/pmd/commit/c85154adfcc678a5fc8e3e166dc7330b8c93438a
  Author: Clément Fournier <clement.fournie...@gmail.com>
  Date:   2022-02-08 (Tue, 08 Feb 2022)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/ConfusingTernaryRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/ConfusingTernary.xml

  Log Message:
  -----------
  Fix #278 - make ConfusingTernary treat != null as a positive condition

update release notes


  Commit: e005a1d20e0a969a570ce66dd171751bb8b055cb
      https://github.com/pmd/pmd/commit/e005a1d20e0a969a570ce66dd171751bb8b055cb
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2022-02-18 (Fri, 18 Feb 2022)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/ConfusingTernaryRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/ConfusingTernary.xml

  Log Message:
  -----------
  Merge pull request #3765 from oowekyala:issue278-confusing-ternary

[java] Fix #278 - ConfusingTernary should treat != null as positive
condition #3765


Compare: https://github.com/pmd/pmd/compare/7733be75ff80...e005a1d20e0a


_______________________________________________
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to