Message2379

Author hathawsh
Recipients
Date 2004-06-28.18:41:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Eclipse raises a lot of warnings in the current Jython
CVS: unused imports, access to static members in a
non-static way, use of deprecated methods, and in the
case of org.python.rmi.UnicastRemoteObject, a statement
with no effect.  

I've created a conservative patch that solves the
obvious cases.  The deprecated methods usually involve
storing 8-bit bytes in a String.  This probably needs
to be looked at, but I didn't attempt to solve these cases.

Note that UnicastRemoteObject appears to have an actual
bug: the "remote" field will always be null.
History
Date User Action Args
2008-02-20 17:18:25adminlinkissue981445 messages
2008-02-20 17:18:25admincreate