Message2276

Author ype
Recipients
Date 2002-11-22.19:37:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In PyJavaClass.java:
Make sure that no more methods are called.

Factored setBeanInfoCustum(), setFields() and 
setMethods() into a new setAttributes() method.

Call setAttributes() for proxyClass (old behaviour) and for 
all interfaces (new).
setAttributes() does nothing when the given class/interface
is not public.


Doing setBeanInfoCustom() also on interfaces may be
a bit much, but why not? Currently there don't seem
to be bean like things in interfaces, but that might change.

Also removed several old lines with commented code.

I hope I got the indentation right.

History
Date User Action Args
2008-02-20 17:18:20adminlinkissue642483 messages
2008-02-20 17:18:20admincreate