Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018366 | 1.2.0 | Peter Jones | P4 | Resolved | Fixed | 1.2beta3 |
RemoteObject.equals returns false if its parameter is not a RemoteObject. If I'm implementing a server that does not extend RemoteObject I therefore cannot ensure that stub.equals(impl) == impl.equals(stub). I can make impl.equals(stub) work correctly by retaining the stub returned by exportObject and then forwarding equals() and hashCode() methods to it, but stub.equals(impl) will still fail.
- backported by
-
JDK-2018366 Cannot implement equals/hashCode to spec unless extending RemoteObject
-
- Resolved
-
- relates to
-
JDK-4102938 can't implement hashCode() in remote class not instanceof UnicastRemoteObject
-
- Closed
-