[x] Appropriate branch selected (all PRs must first be merged to dev before they can be merged to master)
[x] Any modified or new methods or classes have helpful JavaDoc and code is thoroughly commented
[x] The description lists all applicable issues this PR seeks to resolve
[x] The description lists any configuration setting(s) that differ from the default settings
[x] All tests and CI builds passing
Description
This PR refactors the ConditionRequirement class further by moving subclass-specific fields to those subclasses. It also fixes what seems to be an error in the logic within the FieldNotEmptyAndMatchesValueCheck check method.
Checklist
dev
before they can be merged tomaster
)Description
This PR refactors the
ConditionRequirement
class further by moving subclass-specific fields to those subclasses. It also fixes what seems to be an error in the logic within theFieldNotEmptyAndMatchesValueCheck
check method.