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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)