On Wed, 2004-06-23 at 14:22, [EMAIL PROTECTED] wrote: > It seems to me that when i call JavaClass.getFields(), i get all the fields in > the object even if they are defined in the super class. This is at odds with > what the documentation says. Is this the current behavior, or am I loopy? If > so, is there a way to get just the fields defined by the class itself?
I get just the fields on the specific class, and not any inherited fields, as expected. Your code must be doing something odd... Regards, simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
