PROPOSAL: Method and Field Literals

Jesse Wilson jesse at swank.ca
Thu Mar 12 09:23:31 PDT 2009


On Thu, Mar 12, 2009 at 7:30 AM, Roel Spilker <r.spilker at gmail.com> wrote:

> Secondly, the proposal only allows Field and Method literals that are
> visible to the caller. But my experience is that I use reflection often to
> access private members of other classes. So more false positives in the
> search results.


No, non-visible members aren't included in these search results.
Class.getMethod() returns only public methods.



More information about the coin-dev mailing list