Community
Participate
Working Groups
Facet columns are never created when we begin with an empty table. You can reproduce this bug with the table ecore example. In order to do that, please comment the line : list.addAll(ePackage.getEClassifiers()); in EditAnEcoreModelHandler.java. -> so, we can begin with an empty table. 1/Select the EPackage and choose the action : "Open Ecore Tabular Editor" 2/Drop an EClass in the table -> the facet columns are not created 3/Go to "Load an EMF Facet" Action -> the facets are correctly applied.
Created attachment 194683 [details] Patch for Bug 344413 Hi Vincent, Indeed, only the customizations where refreshed when a new element is added to the table. In the attached patch, I've added the facets refresh before the customization's one. (a) I, Nicolas Guyomar, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features. Regards, Nicolas Guyomar
(In reply to comment #1) Hi Nicolas, your patch works fine, thank you. Regards, Vincent Lorenzo
Created attachment 194910 [details] Patch for Bug 344413 UnitTest Hi, Please find attached a non regression test based on the given scenario. (a) I, Nicolas Guyomar, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features. Regards, Nicolas Guyomar
Created attachment 195044 [details] Patch for Bug 344413 UnitTest Hi, Please find attached a updated non regression test based on the given scenario. There were 2 java classes missing in the previous one, those classes were referenced in test facets. (a) I, Nicolas Guyomar, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features. Regards, Nicolas Guyomar
Comment on attachment 194683 [details] Patch for Bug 344413 Here is a contribution from one employee of Mia-Software, targeting future Indigo release. The company has signed a Member Commiter Agreement. The contribution does not need a CQ (see bug 322327). I've committed this contribution. Committed revision 637.
Comment on attachment 195044 [details] Patch for Bug 344413 UnitTest Here is a contribution from one employee of Mia-Software, targeting future Indigo release. The company has signed a Member Commiter Agreement. The contribution does not need a CQ (see bug 322327). I've committed this contribution. Committed revision 637.
This bug can be marked as fixed.
This bug can be marked as closed