Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-4564

Ensure that builder approach is used for all setters in public API

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.8
    • 2.0
    • general

    Description

      Problem
      We employed "builder" approach for some configuration classes:

      class Configuration {
          Configuration setSomething(Something);
      }
      

      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.

      Attachments

        Issue Links

          Activity

            People

              amashenkov Andrey Mashenkov
              vozerov Vladimir Ozerov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: