[ 
https://issues.apache.org/jira/browse/NIFI-16273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Stieglitz updated NIFI-16273:
------------------------------------
    Description: 
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

  was:
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  are not in the correct order.

The purpose of this ticket is to correct the arguments order.


> 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
>
> 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)

Reply via email to