From: Benjamin B. <bg...@us...> - 2005-07-21 16:26:39
|
Update of /cvsroot/sblim/ecute/Plugin/com/ibm/ecute/rsa/core/internal/properties In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11035/Plugin/com/ibm/ecute/rsa/core/internal/properties Modified Files: QualifiersPropertySection.java Log Message: flavors presentation and modification rule implemented edit qualifiers dialog Index: QualifiersPropertySection.java =================================================================== RCS file: /cvsroot/sblim/ecute/Plugin/com/ibm/ecute/rsa/core/internal/properties/QualifiersPropertySection.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- QualifiersPropertySection.java 20 Jul 2005 15:21:46 -0000 1.21 +++ QualifiersPropertySection.java 21 Jul 2005 15:19:32 -0000 1.22 @@ -445,11 +445,11 @@ AssociationClass parentClass = (AssociationClass)prop.getOwner(); List ends = parentClass.getOwnedEnds(); if ((Property)ends.get(0) == prop){ - isOwnedEnd = true; + //isOwnedEnd = true; oppositeProp = (Property)ends.get(1); } if ((Property)ends.get(1) == prop){ - isOwnedEnd = true; + //isOwnedEnd = true; oppositeProp = (Property)ends.get(0); } @@ -572,7 +572,7 @@ } - //TODO Inherited qualifiers + // Inherited qualifiers // Get all inherited qualifiers which aren't already defined in this element ValuesTableHelper tableHelper = new ValuesTableHelper(qualifiersTable); |