1. 10 Nov, 2014 4 commits
  2. 08 Nov, 2014 2 commits
    • Stephane Nicoll's avatar
      Detect builder-style setter · 2786234e
      Stephane Nicoll authored
      Previously, a setter method that was returning the current instance was
      not identified as a "setter" by the configuration processor. As a result,
      builder-style APIs were not covered by the configuration metadata.
      
      If a setter returns either void or the current class, it is now
      recognized as a valid setter.
      
      Fixes gh-1854
      2786234e
    • Stephane Nicoll's avatar
      Fix typo · 5946a44b
      Stephane Nicoll authored
      5946a44b
  3. 07 Nov, 2014 21 commits
  4. 06 Nov, 2014 13 commits