[
https://issues.apache.org/jira/browse/NIFI-16273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18110357#comment-18110357
]
ASF subversion and git services commented on NIFI-16273:
--------------------------------------------------------
Commit c14c3c191bfb7217a08e8fca764497d0a3afa614 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c14c3c191bf ]
NIFI-16273 Replaced addAll/putAll Collections with parametrized constructors
(#11605)
Signed-off-by: David Handermann <[email protected]>
> Replace addAll/putAll with parametrized constructor call
> --------------------------------------------------------
>
> Key: NIFI-16273
> URL: https://issues.apache.org/jira/browse/NIFI-16273
> 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 -> addAll can be replaced with parametrized
> constructor call
> indicates there are almost 20 places in the code where the arguments for
> addAll/putAll can be replaced with a parametrized constructor call.
> The purpose of this ticket is to replace those calls with parametrized
> constructors
--
This message was sent by Atlassian Jira
(v8.20.10#820010)