[
https://issues.apache.org/jira/browse/IGNITE-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848816#comment-15848816
]
Andrew Mashenkov commented on IGNITE-4564:
------------------------------------------
All done.
Waiting for TC tests.
> 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
> Assignee: Andrew Mashenkov
> 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.15#6346)