From: SourceForge.net <no...@so...> - 2004-12-02 20:11:13
|
Bugs item #1077865, was opened at 2004-12-02 22:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1077865&group_id=27895 Category: In-Memory Impl Group: TM4J 0.9.7 Status: Open Resolution: None Priority: 5 Submitted By: George Tryfon (gtryfon) Assigned to: Nobody/Anonymous (nobody) Summary: Association.createAssociationRole (null, type); Initial Comment: the call: AssociationRole createAssociationRole(Topic player, Topic type) if gets player!=null, type!=null works fine if gets player==null, type!=null returns AssociationRole!=null but there is a problem in details: Associatin a AssociationRole ar = a.createAssociationRole (null, t); ar.getAssociation().getAssociationRoles().size() ( does not increase ) and also: ar.getAssociation() != a while: ar.getAssociation().getObjectId() is EQUAL with a.getObjectId() I thing there is a similar problem with (player!=null, type==null) cheers George ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1077865&group_id=27895 |