You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2017/01/19 13:30:26 UTC

[jira] [Updated] (IGNITE-4564) Ensure that builder approach is used for all setters in public API

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

Andrew Mashenkov updated IGNITE-4564:
-------------------------------------
    Labels: trivial  (was: )

> Ensure that builder approach is used for all setters in public API
> ------------------------------------------------------------------
>
>                 Key: IGNITE-4564
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4564
>             Project: Ignite
>          Issue Type: Task
>          Components: general
>    Affects Versions: 1.8
>            Reporter: Vladimir Ozerov
>              Labels: trivial
>             Fix For: 2.0
>
>
> *Problem*
> We employed "builder" approach for some configuration classes:
> {code}
> class Configuration {
>     Configuration setSomething(Something);
> }
> {code}
> This is very convenient for users. However, only part of our configs employ this approach.
> *Task*
> Let's make sure that all other parts of our API follow this rule.



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