This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java.rmi.server.UnicastRemoteObject interface


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 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]