Use java.net.URLDecoder#decode(String, StandardCharsets.UTF_8)
** org.openrewrite.java.migrate.net.MigrateURLDecoderDecode** java.net.URLDecoder#decode(String) is platform-dependent. It's advised to specify an encoding.
This recipe has no required configuration options and can be activated directly after taking a dependency on org.openrewrite.recipe:rewrite-migrate-java:1.7.0 in your build file:
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipesorg.openrewrite.java.migrate.net.MigrateURLDecoderDecode