Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd
  Commit: bd280baa721ece9f983fd0af8e0ab616ca4292f6
      https://github.com/pmd/pmd/commit/bd280baa721ece9f983fd0af8e0ab616ca4292f6
  Author: Clément Fournier <clement.fourn...@tu-dresden.de>
  Date:   2024-11-28 (Thu, 28 Nov 2024)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/SimplifyBooleanReturnsRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/SimplifyBooleanReturns.xml

  Log Message:
  -----------
  [java] Fix #4763 - wrong message for SimplifyBooleanReturns

Curiously existing tests had correct comments
but wrong test assertions...


  Commit: e1e5a14bae62e008600650bd952ac6d49e67cc26
      https://github.com/pmd/pmd/commit/e1e5a14bae62e008600650bd952ac6d49e67cc26
  Author: Clément Fournier <clement.fourn...@tu-dresden.de>
  Date:   2024-11-28 (Thu, 28 Nov 2024)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/errorprone/ConfusingArgumentToVarargsMethodRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/ConfusingArgumentToVarargsMethod.xml

  Log Message:
  -----------
  [java] Fix #5070 - confusing argument to varargs method FP when types are 
unknown


  Commit: c7014fc455cebbea3e8243f29347ce028d9b9cd2
      https://github.com/pmd/pmd/commit/c7014fc455cebbea3e8243f29347ce028d9b9cd2
  Author: Clément Fournier <clement.fourn...@tu-dresden.de>
  Date:   2024-11-28 (Thu, 28 Nov 2024)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/errorprone/ConfusingArgumentToVarargsMethodRule.java
    M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeOps.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/ConfusingArgumentToVarargsMethod.xml

  Log Message:
  -----------
  Add new test case for (*unknown*)[]


  Commit: f7920e78e97e786c401a77cdc70b5f7822e71291
      https://github.com/pmd/pmd/commit/f7920e78e97e786c401a77cdc70b5f7822e71291
  Author: Clément Fournier <clement.fourn...@tu-dresden.de>
  Date:   2024-11-28 (Thu, 28 Nov 2024)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UseDiamondOperatorRule.java
    M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeOps.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/internal/infer/PhaseOverloadSet.java
    M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TypeGenerationUtil.kt
    M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TypeOpsTest.kt

  Log Message:
  -----------
  Make behavior of isUnresolved in TypeOps more consistent

wrt arrays. Make new methods that say in their
name whether they treat array as unresolved or
not. Both behaviors are desirable in different
cases.


  Commit: ea32fbb6b4a7ce7514e30b2034b1b9436102c883
      https://github.com/pmd/pmd/commit/ea32fbb6b4a7ce7514e30b2034b1b9436102c883
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-11-29 (Fri, 29 Nov 2024)

  Changed paths:
    M docs/pages/release_notes.md

  Log Message:
  -----------
  [doc] Update release notes (#4763, #5373)


  Commit: df2d20e78e7b6ed7b7e2758f423cdb283bea285a
      https://github.com/pmd/pmd/commit/df2d20e78e7b6ed7b7e2758f423cdb283bea285a
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-11-29 (Fri, 29 Nov 2024)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/SimplifyBooleanReturnsRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/SimplifyBooleanReturns.xml

  Log Message:
  -----------
  [java] Fix #4763 - wrong message for SimplifyBooleanReturns (#5373)

Merge pull request #5373 from oowekyala:issue4763-simplifyBooleanReturns-message


  Commit: 8fcfb834df8d0f734075dc4e65646703529aecea
      https://github.com/pmd/pmd/commit/8fcfb834df8d0f734075dc4e65646703529aecea
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-11-29 (Fri, 29 Nov 2024)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/ConfusingArgumentToVarargsMethod.xml

  Log Message:
  -----------
  [doc] Update release notes (#5070, #5374)


  Commit: e50e420ade176b9b13cd630090116a74d4922269
      https://github.com/pmd/pmd/commit/e50e420ade176b9b13cd630090116a74d4922269
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-11-29 (Fri, 29 Nov 2024)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UseDiamondOperatorRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/errorprone/ConfusingArgumentToVarargsMethodRule.java
    M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeOps.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/internal/infer/PhaseOverloadSet.java
    M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TypeGenerationUtil.kt
    M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TypeOpsTest.kt
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/ConfusingArgumentToVarargsMethod.xml

  Log Message:
  -----------
  [java] Fix #5070 - confusing argument to varargs method FP when types are 
unknown (#5374)

Merge pull request #5374 from 
oowekyala:issue5070-confusingArgToVarargs-unresolved


Compare: https://github.com/pmd/pmd/compare/3e34b11107f0...e50e420ade17

To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


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

Reply via email to