Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd
  Commit: 2c801519c4e7e5d6e6cf07c3b153f9e32437a498
      https://github.com/pmd/pmd/commit/2c801519c4e7e5d6e6cf07c3b153f9e32437a498
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.txt

  Log Message:
  -----------
  [java] Fix Double Literal for Java19+ compatibility

Seems the value 0x4P60 also hits the bug, that was fixed in Java 19.
See #4401, https://bugs.openjdk.org/browse/JDK-4511638,
https://bugs.openjdk.org/browse/JDK-8291475 and
https://inside.java/2022/09/23/quality-heads-up/

We now use "0x4P61", which doesn't hit this bug...


  Commit: f552cf270cd2e482649a87f7d206c3aed47032cb
      https://github.com/pmd/pmd/commit/f552cf270cd2e482649a87f7d206c3aed47032cb
  Author: Juan Martín Sotuyo Dodero <juansot...@gmail.com>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.txt

  Log Message:
  -----------
  [java] Fix Double Literal for Java19+ compatibility (#5688)


Compare: https://github.com/pmd/pmd/compare/d0a57228480b...f552cf270cd2

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