jenkinsci / report-jtreg-plugin

Jenkins plugin to show JCK reports
https://plugins.jenkins.io/report-jtreg/
MIT License
1 stars 13 forks source link

Changes to Comparator arguments #9

Closed patrikcerbak closed 9 months ago

patrikcerbak commented 9 months ago

Changes to Comparator arguments

The arguments and their values are now consistent - they only take SPACE between the argument and its value E.g. --formatting color (NOT --formatting=color)

I also added two arguments to the help message that were not there before (--exact-tests and --use-default-build).

judovana commented 9 months ago

I was not chekcing if all args are now aligned to "space" like syntax, nor I was checking that all args are now covered. So ok to merge.

If you need simply reprint all vlues of some set of individually declared fields, then reflection is quite a god helper. Eg https://github.com/pmikova/java-runtime-decompiler/blob/master/runtime-decompiler/src/main/java/org/jrd/backend/data/cli/CliSwitches.java#L55

nothing to fix right now, but if more swithces will be forgotten in help in future, then worthy of shot. tYy!