[umbrello] [Bug 414044] Classifier unit case not enabled

Ralf Habacker bugzilla_noreply at kde.org
Thu Nov 14 09:15:25 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=414044

--- Comment #7 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 5f2e7863aeeab89b9277c94072c8af31f950756c by Ralf Habacker.
Committed on 14/11/2019 at 09:15.
Pushed by habacker into branch 'release/19.12'.

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())
   {  ....  }
****/

M  +2    -4    umbrello/uml1model/entity.cpp
M  +2    -4    umbrello/uml1model/folder.cpp
M  +3    -6    umbrello/uml1model/package.cpp
M  +6    -17   umbrello/uml1model/umlcanvasobject.cpp

https://commits.kde.org/umbrello/5f2e7863aeeab89b9277c94072c8af31f950756c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list