Message1168

Author jhodsonking
Recipients
Date 2006-07-17.19:47:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1542841

The problem arises because
com.sun.media.sound.RealTimeSequencer
inherits a boolean open as well as the method open.
A print of attributes for the object gives the boolean open.
It is not uncommon for Java to have variables and methods
with the same name. Can't Jython handle this situation?
John
History
Date User Action Args
2008-02-20 17:17:31adminlinkissue1509095 messages
2008-02-20 17:17:31admincreate