Class OptionsCheckRule

  • All Implemented Interfaces:
    IRule

    public class OptionsCheckRule
    extends Object
    implements IRule
    Check that used command line options are:
    • Not on a list of known not recommended options/values
    • Not deprecated (also check Java versions later than the one currently used)
    • Documented
    Warn for any detected options that do not fulfill these criteria.