Open eclipse-ecp-bot opened 8 months ago
May 06, 2020 15:38
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.
If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
--\ The automated Eclipse Genie.
Apr 27, 2022 09:30
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.
If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
--\ The automated Eclipse Genie.
| --- | --- | | Bugzilla Link | 533378 | | Status | NEW | | Importance | P3 normal | | Reported | Apr 09, 2018 08:06 EDT | | Modified | Apr 27, 2022 09:30 EDT | | Reporter | Mat Hansen |
Description
Currently, the EMFForms ViewModelEditor modifies the global EPackage.Registry. This bad practice and causes many issues (i.e. duplicated resources or a broken package registry in case exceptions occur). \ An editor should always and only use the local resource registry.
To fix the situation a few parts have to be fixed: