commit | 721b4373efb5309ee6e2bc8baf28876377c19cce | [log] [tgz] |
---|---|---|
author | jfranck <none@none> | Tue Oct 22 10:34:12 2013 +0200 |
committer | jfranck <none@none> | Tue Oct 22 10:34:12 2013 +0200 |
tree | eeb190a2a9afe57fb628e1aec88fae0c680ddd88 | |
parent | 5cdf824589d0b0320452febaee960a8a5903c0e2 [diff] |
8009411: (reflect) Class.getMethods should not include static methods from interfaces Summary: Update getMethods() and getMethod() to filter out interface statics Reviewed-by: darcy Contributed-by: joel.franck@oracle.com, andreas.lundblad@oracle.com, amy.lu@oracle.com, peter.levart@gmail.com