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

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

Vladimir Ozerov created IGNITE-4564:
---------------------------------------

             Summary: 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
             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)