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:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to