Class DateFormatStringChecker

    • Field Detail

    • Constructor Detail

      • DateFormatStringChecker

        public DateFormatStringChecker​(BugReporter bugReporter)
    • Method Detail

      • runDateFormatRuleVerify

        private boolean runDateFormatRuleVerify​(java.lang.String dateFormat)
        Runs the check per each bad combination (Rule objects) on the provided string.
        Parameters:
        dateFormat - - string to be checked
        Returns:
        true if given string matches any bad combination.