Re: [functor] Use Validate.notNull and remove unreachable code

2012-07-25 Thread Simone Tripodi
t; > Cheers, > > [1] https://issues.apache.org/jira/browse/FUNCTOR-12 > > Bruno P. Kinoshita > http://kinoshita.eti.br > http://tupilabs.com > > >> >> From: Matt Benson >>To: Commons Developers List >>Sent: Tuesday, 2

Re: [functor] Use Validate.notNull and remove unreachable code

2012-07-25 Thread Bruno P. Kinoshita
t: Re: [functor] Use Validate.notNull and remove unreachable code > >+1 to all FWIW > >Matt > >On Tue, Jul 24, 2012 at 4:28 AM, Simone Tripodi > wrote: >> Olá Bruno, >> >>> 0) I would like to add the method Validate.notNull(...) where necessary in >>>

Re: [functor] Use Validate.notNull and remove unreachable code

2012-07-24 Thread Matt Benson
+1 to all FWIW Matt On Tue, Jul 24, 2012 at 4:28 AM, Simone Tripodi wrote: > Olá Bruno, > >> 0) I would like to add the method Validate.notNull(...) where necessary in >> [functor], if no one objects. Right now, I'm working on the following >> composite functors: TransformedProcedure, Transfor

Re: [functor] Use Validate.notNull and remove unreachable code

2012-07-24 Thread Simone Tripodi
Olá Bruno, > 0) I would like to add the method Validate.notNull(...) where necessary in > [functor], if no one objects. Right now, I'm working on the following > composite functors: TransformedProcedure, TransformedFunction, > TransformedBinaryProcedure and TransformedBinaryFunction. None of th

[functor] Use Validate.notNull and remove unreachable code

2012-07-23 Thread Bruno P. Kinoshita
Hi all, I'm working on FUNCTOR-12 [1], writing tests for [functor] and learning more about its code base, and could do with some help :-) Some parts of [functor] code, specially constructors, use Validate.notNull(...) from Commons Lang3. Other parts  throw NullPointerException when the argumen