You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stephen Colebourne <sc...@btopenworld.com> on 2002/10/25 01:27:46 UTC

[lang] Initial reflection checkin

I have committed the initial versions of the reflection code to commons
proper.

- ClassUtils and ArrayUtils are in the main lang package as they do not use
reflection
- the other classes are in a reflect subpackage
- none of the classes have tests
- MethodUtils is almost completely broken
- ConstructorUtils has issues
- FieldUtils should work

Main questions are

- is the API OK?
- should we cache?
- any reflection things I've missed?

This code could really do with a review from another committer at this point
;-)

Stephen


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>