[
https://issues.apache.org/jira/browse/NIFI-16218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106058#comment-18106058
]
ASF subversion and git services commented on NIFI-16218:
--------------------------------------------------------
Commit 9f97a32e607f3741c6e49616b0bace2b42588e33 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9f97a32e607 ]
NIFI-16218 Added final modifier to variable instantiation where possible and
recommended (#11565)
Signed-off-by: David Handermann <[email protected]>
> Add final modifier to variable instantiation where possible
> -----------------------------------------------------------
>
> Key: NIFI-16218
> URL: https://issues.apache.org/jira/browse/NIFI-16218
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Running Intellij
> Analyze -> Run Inspection by Name -> Declaration can have 'final' modifier
> indicates there are over 200 places in the code where the final modifier can
> be used.
> The purpose of this ticket is to add the final modifier in those places.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)