Daniel Stieglitz created NIFI-16052:
---------------------------------------
Summary: Make prexisting pattern variables final
Key: NIFI-16052
URL: https://issues.apache.org/jira/browse/NIFI-16052
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
NIFI-16041 refactored many instanceof blocks to use the pattern variable. The
keyword final was used there to be consistent with the code style rule that any
variable that can be final must be final. Prior to NIFI-16041 there had been
already many pattern variables but they were not declared final. The goal of
this ticket is to declare those pattern variables final to be consistent with
the coding style.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)