As I mentionned, I see at least usage Class.getDeclaredFields() and Class.getDeclaredMethods() to be a problem and it looks mostly repetetively used as a pattern for which, probably, Class.getMethods() and Class.getFields() might be a good replacement (which works).

This was a problem on BeanUtils and removing the "declared" has made it work.

Paul


On Mercredi, sept 3, 2003, at 13:36 Europe/Paris, [EMAIL PROTECTED] wrote:


[lang] should be mostly usable in an Applet. (Hopefully SystemUtils should be now). If you find something that isn't, patches and discussion would be great ;-)

from: Paul Libbrecht <[EMAIL PROTECTED]>
However I see the use of the Class.getDeclaredConstructors() or
Class.getDeclaredFields() at many places. Although this sounds to be a
good design approach it is sadly not applet-friendly... (ask Sun why, I
never understood, they say it's to understand the class and possibly
reverse-engineer or something like that).


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to