[SANDBOX][BeanUtils2] Some thoughts on indexed properties

2012-02-20 Thread Benedikt Ritter
Hi, today I got the time to write some more code for BeanUtils2, so I started to implement setIndexed(). Now, that I'm nearly done with it, there are two things that I'm unsure how to handle. 1. out of bounds indices: If the user passes in an index that is out of bounds, he will see a Invoca

Re: [SANDBOX][BeanUtils2] Some thoughts on indexed properties

2012-02-20 Thread Simone Tripodi
Hi, > today I got the time to write some more code for BeanUtils2, so I started to > implement setIndexed(). nice, it is missing indeed. > 1. out of bounds indices: If the user passes in an index that is out of > bounds, he will see a InvocationTargetException, that wraps an > ArrayOutOfBoundsEx