You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2020/11/02 11:38:00 UTC

[jira] [Resolved] (MINIFICPP-1395) Refactor Identifier usage

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

Adam Debreceni resolved MINIFICPP-1395.
---------------------------------------
    Resolution: Implemented

> Refactor Identifier usage
> -------------------------
>
>                 Key: MINIFICPP-1395
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1395
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Adam Debreceni
>            Assignee: Adam Debreceni
>            Priority: Major
>          Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> There are a number of places using `set*`, `get*`, `find*` methods with `std::string` parameter, where they expect an `Identifier`, and are called with `getUUIDStr()`. This is presumable due to the `bool getUUID(Identifier&)` method, preventing us from cleanly accessing the uuid.
>  # Replace `bool getUUID(Identifier&)` with `Identifier getUUID()`
>  # Wherever we pass a stringified UUID, we should investigate if passing the
> Identifier directly is viable.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)