]
Fred Bricon updated JBIDE-17713:
--------------------------------
Fix Version/s: 4.2.0.Beta3
ProjectExample definition content mutates every time an example is
created
--------------------------------------------------------------------------
Key: JBIDE-17713
URL:
https://issues.jboss.org/browse/JBIDE-17713
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.2.0.Final
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.2.0.Beta3
Each ProjectExample instance, loaded from project example descriptors is mutated several
times when actual exampled are created, such as
https://github.com/jbosstools/jbosstools-central/blob/94cccaa18c185657c5c....
This prevents us from mixing for instance maven projects with non maven projects
The example definition and the actual example set per the user choices should be split,
using the concept of a working copy (similar to what is done for launchconfigurations or
runtimes)