https://issues.apache.org/bugzilla/show_bug.cgi?id=45285





--- Comment #8 from Florent BENOIT <[EMAIL PROTECTED]>  2008-10-15 08:48:16 PST 
---
Created an attachment (id=22738)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22738)
Updated patch for fields/methods

I notice that the fix that was done by Mark wasn't right also for
attributes/methods.

Because even if we go in the upper classes with a loop, when checking the
field/methods we were using instance.getClass() and not the clazz object so
fields/methods of superclasses were never obtained.

Also the default name for ENC field/methods should contain the super class name
and not the instance name, so I added the clazz parameter to the lookup
methods.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to