You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2018/11/06 20:07:00 UTC

[jira] [Resolved] (MINIFICPP-627) Remove unnecessary ternary operators, variable shadowing

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

Aldrin Piri resolved MINIFICPP-627.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.6.0

> Remove unnecessary ternary operators, variable shadowing
> --------------------------------------------------------
>
>                 Key: MINIFICPP-627
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-627
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Arpad Boda
>            Assignee: Arpad Boda
>            Priority: Trivial
>             Fix For: 0.6.0
>
>
> There are some "? true : false" operations in the code, which is unnecessary. 
> Variable shadowing are to be removed to reduce the possibility of errors when touching the code. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)