Bug 544655 - [PropertyView] Remove @Generated NOT in oep.infra.properties plugin
Summary: [PropertyView] Remove @Generated NOT in oep.infra.properties plugin
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Views (show other bugs)
Version: 3.2.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.4.0   Edit
Assignee: Vincent Lorenzo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 544910
Blocks:
  Show dependency tree
 
Reported: 2019-02-21 04:06 EST by Vincent Lorenzo CLA
Modified: 2019-02-28 04:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2019-02-21 04:06:11 EST
The following classes contains @Generated NOT : 
org.eclipse.papyrus.infra.properties.contexts.impl.ContextImpl 
org.eclipse.papyrus.infra.properties.contexts.util.ContextsResourceImpl 
org.eclipse.papyrus.infra.properties.environment.util.EnvironmentResourceImpl 


1. We must create our own factory to be able to remove these override.
2. We must create our own resource for ctx and pee.
3. We should create a string field with the extension for ctx and pee, in order to reference it each time we need to know it. 
4. search and replace string ctx/pee in the Papyrus code to use the new created field.
Comment 1 Eclipse Genie CLA 2019-02-28 04:29:18 EST
New Gerrit change created: https://git.eclipse.org/r/137782