Message772

Author pedronis
Recipients
Date 2002-11-16.21:09:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=61408

It is subtler than it seems.

It's Jython fault. When confronted with a non-public class it 
should consider using reflected methods from possibly 
implemented public interfaces and ignore the non-public 
class ones.

[This is part of the things to review about java integration.]

java.util.List.remove(l,0) works indeed.










History
Date User Action Args
2008-02-20 17:17:11adminlinkissue628315 messages
2008-02-20 17:17:11admincreate