The GitHub Actions job "Java CI" on commons-cli.git/fix_group_reporting_error has failed. Run started by GitHub user Claudenw (triggered by Claudenw).
Head commit for run: fb8b27553352fb4486857d8a9105d5764418a674 / Claude Warren <[email protected]> Fix issue with groups not being reported in help output. AbstractHelpFormatter: * Swapped printHelp using Iterable<Option> with printHelp using Options. Effectively switching to using Options class to print the help. * Removed public String toSyntaxOptions(final Iterable<Option> options) as it was added in this version and should have only been used internally. HelpFormatterTest: * removed toSyntaxOptions using Iterable<Option> test. * added a printHelpTest with Iterable<Option> as previously we depended on printHelpTest with Option to test the code branch. * added verifyOptionGroupingOutput as a test to show that reported issue is corrected. Report URL: https://github.com/apache/commons-cli/actions/runs/18999801961 With regards, GitHub Actions via GitBox
