Bug 535934 - Code duplication of getSubClasses in EMFUtil and ECPUtil
Summary: Code duplication of getSubClasses in EMFUtil and ECPUtil
Status: CLOSED FIXED
Alias: None
Product: ECP
Classification: Modeling
Component: Common (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P5 normal (vote)
Target Milestone: 1.20.0   Edit
Assignee: Jonas Helming CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2018-06-15 05:54 EDT by Lucas Koehler CLA
Modified: 2018-12-05 08:16 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Koehler CLA 2018-06-15 05:54:36 EDT
EMFUtil and ECPUtil each have a getSubClasses(EClass) method with their own implementation. This should be single sourced.
Comment 1 Eugen Neufeld CLA 2018-08-22 09:35:45 EDT
Mass Move due to time constraints
Comment 2 Eugen Neufeld CLA 2018-11-06 04:41:02 EST
Mass move to 1.20 due to time constraints.
Comment 3 Jonas Helming CLA 2018-11-30 05:39:35 EST
Testing Information:

The ECPReferenceService will use EMFUtils now. In case a reference points to "EObject", this will allow to create any registered EClass (insetad of "none" before). So in case you are using the ECP application (including projects, etc.) AND you have references to "EObject" in the model, you should validate that this is wanted.
Comment 4 Eclipse Genie CLA 2018-11-30 05:41:23 EST
New Gerrit change created: https://git.eclipse.org/r/133299