slachiewicz opened a new pull request, #741: URL: https://github.com/apache/maven-pmd-plugin/pull/741
Ports the 1 BeanShell IT script(s) to Groovy, keeping the same checks. Array initialisers become `[…] as String[]`; `paths` is a `@Field` so the script-level `checkEncoding` method can see it, and that method reads into a local instead of the script's `content`. The rename is a separate commit so the port reads as a diff. Part of apache/maven#13207. Verified: `mvn verify -Prun-its -Dinvoker.test=multi-module` → Passed: 1, Failed: 0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
