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 2003/08/30 01:58:39 UTC

[reflect] Open for business

The [reflect] sandbox project is now open for business. Code has been
imported from [lang], adjusted and tidied up. And the tests even pass. (But
thats probably because there aren't enough of them ;-)

TODO
- Bean-like reflect implementation behind static classes
- Tests
- Caching
- Tests
- Field/Constructor tests
- Tests
- Delegates from C#
- Tests
- oh and Tests ;-)

All commons committers welcome to join and submit patches or contribute
directly.

Stephen



Re: [reflect] Open for business

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
On Saturday, August 30, 2003, at 12:58 AM, Stephen Colebourne wrote:

> The [reflect] sandbox project is now open for business. Code has been
> imported from [lang], adjusted and tidied up. And the tests even pass. 
> (But
> thats probably because there aren't enough of them ;-)
>
> TODO
> - Bean-like reflect implementation behind static classes
> - Tests
> - Caching
> - Tests
> - Field/Constructor tests
> - Tests
> - Delegates from C#
> - Tests
> - oh and Tests ;-)

hey stephen

i think that there's one additional item you accidentally omitted from 
your list:

- Tests

;)

- robert