Vikram Srivastava created ACCUMULO-2325:
-------------------------------------------
Summary: Avoid repeated checking in addViolation in
NumericValueConstraint and AlphaNumKeyContraint
Key: ACCUMULO-2325
URL: https://issues.apache.org/jira/browse/ACCUMULO-2325
Project: Accumulo
Issue Type: Bug
Affects Versions: 1.7.0
Reporter: Vikram Srivastava
Assignee: Vikram Srivastava
Priority: Minor
addViolation is very verbose and does check for null on every violation.
Instead we can initialize violations as non-null just return null from check if
the list is empty.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)