PROPOSAL: Method and Field Literals (original) (raw)
Roel Spilker r.spilker at gmail.com
Thu Mar 12 09:29:52 PDT 2009
- Previous message: PROPOSAL: Method and Field Literals
- Next message: PROPOSAL: Method and Field Literals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Oh yes, you're right.
On Thu, Mar 12, 2009 at 5:23 PM, Jesse Wilson <jesse at swank.ca> wrote:
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.
- Previous message: PROPOSAL: Method and Field Literals
- Next message: PROPOSAL: Method and Field Literals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]