Olabusayo Kilo created DAFFODIL-2886:
----------------------------------------
Summary: Implement HexBinary Comparison Operations
Key: DAFFODIL-2886
URL: https://issues.apache.org/jira/browse/DAFFODIL-2886
Project: Daffodil
Issue Type: Bug
Components: Back End
Affects Versions: 3.6.0
Reporter: Olabusayo Kilo
Fix For: 3.7.0
Equality and Non Equality are already implemented. But LT, LE, GT and GE needs
to be implemented for hexBinary. The Comparison classes exist, but result in a
Assert.usageError if operate is called on either of those 4 comparisons.
If we wait till we drop support for Java 8 we can use
[Arrays.compare()|https://docs.oracle.com/javase%2F9%2Fdocs%2Fapi%2F%2F/java/util/Arrays.html#compare-byte:A-byte:A-]
so it should be a trivial change.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)