Message5031

Author cgroves
Recipients cgroves
Date 2009-08-15.22:17:07
SpamBayes Score 0.0015023904
Marked as misclassified No
Message-id <1250374628.27.0.248395616927.issue1437@psf.upfronthosting.co.za>
In-reply-to
Content
As noted in issue 1432, if a Python class doesn't have an implementation for an abstract or interface method, the proxy 
system generates an empty method for it.  This has always been the case, so I don't think we can change the default to 
fix it. However I'm planning on making the proxy creation class customizable in the near future, so hopefully with that a 
user could create their own proxy class creator that complains if an implementation of a Java method isn't available.
History
Date User Action Args
2009-08-15 22:17:08cgrovessetrecipients: + cgroves
2009-08-15 22:17:08cgrovessetmessageid: <1250374628.27.0.248395616927.issue1437@psf.upfronthosting.co.za>
2009-08-15 22:17:08cgroveslinkissue1437 messages
2009-08-15 22:17:07cgrovescreate