[ 
https://issues.apache.org/jira/browse/NIFI-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004142#comment-15004142
 ] 

Bryan Bende commented on NIFI-1073:
-----------------------------------

[~tkurc] Did a quick review of this and everything looks good. My only question 
is on some of the try-with-resource blocks with multiple resources chained 
together, like this:

{code}
try(BufferedReader reader = new BufferedReader(new InputStreamReader(
                new FileInputStream(new 
File("src/test/resources/TestTransformXml/tokens.csv")))))
{code}

Should these be broken out individually? I couldn't find a definitive answer, 
but I think this is ok as is.

> Fix  issues found by coverity static analysis
> ---------------------------------------------
>
>                 Key: NIFI-1073
>                 URL: https://issues.apache.org/jira/browse/NIFI-1073
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework, Extensions
>    Affects Versions: 0.3.0
>            Reporter: Tony Kurc
>            Assignee: Tony Kurc
>             Fix For: 0.4.0
>
>         Attachments: NIFI-1073.000.patch
>
>
> Ran static analysis on nifi using Coverity Scan. Fix high priority issues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to