Daniel Stieglitz created NIFI-16142:
---------------------------------------
Summary: Replace the use of bitwise operators to read a long from
a byte array with java.lang.invoke.VarHandle
Key: NIFI-16142
URL: https://issues.apache.org/jira/browse/NIFI-16142
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
In a handful of places a long is read from a byte array using bitwise operators
which is hard to read and in all cases has some necessary casts and other
unnecessary casts. All casts were kept in PR
#[[11440|https://github.com/apache/nifi/pull/11440]]|[https://github.com/apache/nifi/pull/11440|https://github.com/apache/nifi/pull/11440]]]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)