[
https://issues.apache.org/jira/browse/NIFI-16111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-16111:
------------------------------------
Description:
Running Intellij
Analyze -> Run Inspection by Name -> Unnecessary semicolon
indicates there are 75 places in the code where a semicolon is used
unnecessarily.
The purpose of this ticket is to remove those calls of {{toString }}
was:
Running Intellij
Analyze -> Run Inspection by Name -> Unnecessary call 'toString()'
indicates there are almost 80 places in the code where {{toString}} is called
unnecessarily.
The purpose of this ticket is to remove those calls of {{toString }}
> Remove unnecessary semicolons
> -----------------------------
>
> Key: NIFI-16111
> URL: https://issues.apache.org/jira/browse/NIFI-16111
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> Running Intellij
> Analyze -> Run Inspection by Name -> Unnecessary semicolon
> indicates there are 75 places in the code where a semicolon is used
> unnecessarily.
> The purpose of this ticket is to remove those calls of {{toString }}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)