Message4582

Author kfitch42
Recipients cgroves, fwierzbicki, kfitch42, marcdownie, zyasoft
Date 2009-04-23.10:45:58
SpamBayes Score 0.010223335
Marked as misclassified No
Message-id <1240483558.92.0.254792271768.issue1285@psf.upfronthosting.co.za>
In-reply-to
Content
Doh, that will teach me to write code that late at night.

Yeah, the logic in the conditional was backward from my intent, and it
just didn't work. My hope was that when respectJavaAccessibility=false 
I could call setAccessible(true) on every method in the hierarchy, then
getMethods would treat them as public, so that we could use getMethods
in both cases. Turns out I this hope had nothing to do with reality :(

I would like to retract the patch then.
History
Date User Action Args
2009-04-23 10:45:58kfitch42setmessageid: <1240483558.92.0.254792271768.issue1285@psf.upfronthosting.co.za>
2009-04-23 10:45:58kfitch42setrecipients: + kfitch42, cgroves, fwierzbicki, zyasoft, marcdownie
2009-04-23 10:45:58kfitch42linkissue1285 messages
2009-04-23 10:45:58kfitch42create