Message799

Author leouserz
Recipients
Date 2007-01-16.20:10:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
patches for this are here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1637085&group_id=12867&atid=312867

I decided to follow the formula for the instance that worked:
1. If not constructors, return constructor for Object.class
2. In Object.class constructor, if it is invoked with a PyJavaClass who does not have an __init__, throw an TypeException.

I like this better than a NullPointerException, which occurs if the superclass has a private constructor.
History
Date User Action Args
2008-02-20 17:17:12adminlinkissue649582 messages
2008-02-20 17:17:12admincreate