commit | 7089c75f0e3aab55c6dc2ca380172b388ba7edb7 | [log] [tgz] |
---|---|---|
author | Eike Stepper <stepper@esc-net.de> | Fri Dec 14 08:51:54 2018 +0100 |
committer | Kenn Hussey <kenn.hussey@gmail.com> | Thu Feb 28 16:13:10 2019 -0500 |
tree | 6116f3fccde1607bad17ee4fc1d10288acc29893 | |
parent | ffa6ae73a77fc361df0481e2fb6e6d2412616bca [diff] |
[542789] Optimize stereotype application handling in ElementImpl.eBasicSetContainer() ElementImpl.eBasicSetContainer() calls ElementOperations.unapplyAllNonApplicableStereotypes(), which can take very long for big models. It appears as if this call isn't needed at all if the oldContainer is null. Change-Id: Ifb64228768118b5aaf65f9e4f6c705492a93e3fe Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=542789 Signed-off-by: Eike Stepper <stepper@esc-net.de>