1. 15 Aug, 2016 3 commits
  2. 14 Aug, 2016 5 commits
  3. 13 Aug, 2016 9 commits
  4. 12 Aug, 2016 21 commits
  5. 11 Aug, 2016 2 commits
    • Ad Schellevis's avatar
      Merge pull request #1133 from pv2b/patch-1 · 3e0be395
      Ad Schellevis authored
      (base) Do not encourage overriding getModel()
      3e0be395
    • pv2b's avatar
      (base) Do not encourage overriding getModel() · bf79d5a6
      pv2b authored
      Overriding getModel() is not to be done lightly. The code relies on the same object being there through multiple calls to getModel(). Any overriding methods should preserve this same behavior. For this reason, we should not encourage tinkering with this in a comment, better be silent on the matter.
      bf79d5a6