Avoid to use non reentrant iteration as mentioned by Oliver in UMLClassifier…

Authored by habacker on Nov 14 2019, 9:15 AM.

Description

Avoid to use non reentrant iteration as mentioned by Oliver in UMLClassifier::resolveRef()

/****
For reference, here is the non-reentrant iteration scheme -

NOT USE THIS !

for (UMLObject *obj = subordinates().first(); obj; obj = subordinates().next())

{  ....  }

****/

CCBUG:414044

Details

Committed
habackerNov 14 2019, 9:15 AM
Parents
R139:c083902ef178: Add super/sub class related tests to classifier unit tests
Branches
Unknown
Tags
Unknown