Re: [lang] LANG-781

2013-10-18 Thread Paul Benedict
I don't think any duplication will occur if we follow simple rules. Unless the object performs validation -- which can determined if an exception is thrown on validation failure -- then you have a method for ObjectUtils; otherwise it belongs in Validate. On Fri, Oct 18, 2013 at 1:26 PM, Gary Greg

Re: [lang] LANG-781

2013-10-18 Thread Gary Gregory
On Thu, Oct 17, 2013 at 3:24 PM, Matt Benson wrote: > On Oct 17, 2013 3:22 AM, "Henri Yandell" wrote: > > > > Matt/Gary: > > > > Are we able to move onwards with this issue? > > > > https://issues.apache.org/jira/browse/LANG-781 > > > > You seemed in agreement. Are the ObjectUtils patches good t

Re: [lang] LANG-781

2013-10-17 Thread Matt Benson
On Oct 17, 2013 3:22 AM, "Henri Yandell" wrote: > > Matt/Gary: > > Are we able to move onwards with this issue? > > https://issues.apache.org/jira/browse/LANG-781 > > You seemed in agreement. Are the ObjectUtils patches good to apply, and > does the Validate patch need implementing? Should the val

[lang] LANG-781

2013-10-17 Thread Henri Yandell
Matt/Gary: Are we able to move onwards with this issue? https://issues.apache.org/jira/browse/LANG-781 You seemed in agreement. Are the ObjectUtils patches good to apply, and does the Validate patch need implementing? Should the validate part be split off as a separate issue? Hen