java.rmi.server.UnicastRemoteObject interface

Dhek Bhun Kho bhun@chello.nl
Fri Jan 3 21:18:00 GMT 2003


The declared exceptions do not match the sun api spec's. It's really
minor on one hand, but a major problem on the other as it breaks
compiling existing code. This 'error' is also present in the current
(2003-01-03) cvs version of classpath. Checked against current gcj cvs
and 3.2.1 release.


Index: gcc/libjava/java/rmi/server/UnicastRemoteObject.java
===================================================================
RCS file:
/cvsroot/gcc/gcc/libjava/java/rmi/server/UnicastRemoteObject.java,v
retrieving revision 1.4
diff -r1.4 UnicastRemoteObject.java
116c116
<     throws RemoteException, NoSuchObjectException 
---
>     throws NoSuchObjectException 



More information about the Java-patches mailing list