[
https://issues.apache.org/jira/browse/NIFI-13265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849331#comment-17849331
]
Daniel Stieglitz commented on NIFI-13265:
-----------------------------------------
[~exceptionfactory] Can the same fix be applied for all the org.slf4j.Logger
statements? Intellij is also indicating for their log statements an unnecessary
creation of an Object[] for their arguments?
> Remove the instantiation of Object arrays for arguments in ComponentLog log
> statements
> --------------------------------------------------------------------------------------
>
> Key: NIFI-13265
> URL: https://issues.apache.org/jira/browse/NIFI-13265
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> There are still classes after the changes in NIFI-12075 and NIFI-12076 which
> instantiate an Object array for ComponentLog log statements. This ticket aims
> to remove those instantiations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)