Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 351917
Collapse All | Expand All

(-)src/org/eclipse/emf/facet/widgets/nattable/internal/NatTableWidget.java (+3 lines)
Lines 59-64 Link Here
59
 *    Nicolas Guyomar (Mia-Software) - Bug 345730 - Deleting an element in the model breaks the table
59
 *    Nicolas Guyomar (Mia-Software) - Bug 345730 - Deleting an element in the model breaks the table
60
 *    Nicolas Guyomar (Mia-Software) - Bug 344921 - Undo/Redo just after the creation of the table 
60
 *    Nicolas Guyomar (Mia-Software) - Bug 344921 - Undo/Redo just after the creation of the table 
61
 *    Nicolas Guyomar (Mia-Software) - Bug 346465 - [EMF Facet Table] Remove line does not remove obsolete column
61
 *    Nicolas Guyomar (Mia-Software) - Bug 346465 - [EMF Facet Table] Remove line does not remove obsolete column
62
 *    Vincent Lorenzo (CEA-LIST) - Bug 351917: [All Papyrus tables] bug with tables using facets : NPE
62
 *******************************************************************************/
63
 *******************************************************************************/
63
64
64
package org.eclipse.emf.facet.widgets.nattable.internal;
65
package org.eclipse.emf.facet.widgets.nattable.internal;
Lines 364-369 Link Here
364
365
365
	private void init() {
366
	private void init() {
366
		this.customizationEngine = new CustomizationEngine();
367
		this.customizationEngine = new CustomizationEngine();
368
		// Forces the catalogs instanciation to ensure facet resolving
369
		FacetSetCatalog.getSingleton(); //should be done before setInput();
367
		setInput();
370
		setInput();
368
		setLayout(new FillLayout());
371
		setLayout(new FillLayout());
369
		addDisposeListener(this);
372
		addDisposeListener(this);

Return to bug 351917