[Modeling-cvs] ProjectModeling CHANGES,1.54,1.55
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-09-21 18:03:38
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15040 Modified Files: CHANGES Log Message: Fixed bug #916019: FetchSpecification did not detect when an entity has no ClassDescription (usually meaning either a typo or a model not loaded yet), but assumed that one exists in setQualifier() --leading to an error in Qualifier.validateKeysWithRootClassDescription() that was not informative at all for the developer. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** CHANGES 21 Sep 2004 17:12:02 -0000 1.54 --- CHANGES 21 Sep 2004 18:03:27 -0000 1.55 *************** *** 10,13 **** --- 10,19 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Fixed bug #916019: FetchSpecification did not detect when an entity has no + ClassDescription (usually meaning either a typo or a model not loaded + yet), but assumed that one exists in setQualifier() --leading to an error + in Qualifier.validateKeysWithRootClassDescription() that was not + informative at all for the developer. + * Fixed bug #813586: Attribute's field 'usedForLocking' is not documented |