[
https://issues.apache.org/jira/browse/YOKO-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15873469#comment-15873469
]
David Jencks edited comment on YOKO-464 at 2/19/17 4:35 AM:
------------------------------------------------------------
commit 06b73e296ed98c3eced65582d93237893e9e4543
Merge: 1cb8167 026747d
Author: Neil GM Richards <[email protected]>
Date: Sat May 23 03:35:13 2015 -0400
Merge branch 're-add_idl_entity_check' into 'ibm-trunk'
Restore isIDLEntity check
I previously misread the isIDLEntity() check as being redundant compared to
IDLEntity.class.isAssignableFrom(), so removed it.
However, isIDLEntity() only compares the interfaces directly declared on
the class (not in its class hierarchy), and only compares those interface class
for equality with IDLEntity (not merely if they're assignable to IDLEntity).
Thus, isIDLEntity() is a stronger check, which I now understand needs to be
there.
commit 026747d733050d7ee7fa305f74e9db613e760eb7
Author: Neil Richards <[email protected]>
Date: Sat May 23 08:28:56 2015 +0100
Restore isIDLEntity check
commit 2f7b8da4e8a77d4fb1b9ab73358e1a05fae51b47
Author: Neil Richards <[email protected]>
Date: Thu Apr 30 09:20:10 2015 +0100
Add support for IDL interfaces to PRO.narrow
was (Author: djencks):
commit 026747d733050d7ee7fa305f74e9db613e760eb7
Author: Neil Richards <[email protected]>
Date: Sat May 23 08:28:56 2015 +0100
Restore isIDLEntity check
commit 2f7b8da4e8a77d4fb1b9ab73358e1a05fae51b47
Author: Neil Richards <[email protected]>
Date: Thu Apr 30 09:20:10 2015 +0100
Add support for IDL interfaces to PRO.narrow
> Add support for IDL interfaces to PRO.narrow
> --------------------------------------------
>
> Key: YOKO-464
> URL: https://issues.apache.org/jira/browse/YOKO-464
> Project: Yoko - CORBA Server
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: RMI-IIOP
> Affects Versions: v1.1.0
> Reporter: David Jencks
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)