Re: Lang 3.0 issues remaining

2010-03-06 Thread richard
Henri Yandell writes: > Very close to 3.0. The major items remaining are: > > * LANG-396Investigate for vararg usages > > Lots left on this one - we've not really vararg'd the API yet. If you're happy with the changes I proposed early in 2008, I'll implement them in the next wee

Re: Lang 3.0 issues remaining

2010-03-05 Thread Paul Benedict
One thing we might want to consider for 3.0 (and it would only be appropriate in this release or 4.0), is to review exceptions thrown for illegal null inputs. I bet most throw IAE; should we consider throwing NPE for them? We did such work with the Validate class. It would be nice to have a modern

Lang 3.0 issues remaining

2010-03-05 Thread Henri Yandell
Very close to 3.0. The major items remaining are: * LANG-396 Investigate for vararg usages Lots left on this one - we've not really vararg'd the API yet. * LANG-456 HashCodeBuilder throws StackOverflowError First step would be to make a unit test that is very simple and clear, then