Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 199548 Details for
Bug 351917
[All table] bug with table using facets : NPE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
This patch corrects the bug : we load the facets earlier to avoid error in Papyrus Table
org.eclipse.emf.facet.widgets.nattable_20110713_1022.patch (text/plain), 1.22 KB, created by
Vincent Lorenzo
on 2011-07-13 04:23:24 EDT
(
hide
)
Description:
This patch corrects the bug : we load the facets earlier to avoid error in Papyrus Table
Filename:
MIME Type:
Creator:
Vincent Lorenzo
Created:
2011-07-13 04:23:24 EDT
Size:
1.22 KB
patch
obsolete
>Index: src/org/eclipse/emf/facet/widgets/nattable/internal/NatTableWidget.java >=================================================================== >--- src/org/eclipse/emf/facet/widgets/nattable/internal/NatTableWidget.java (revision 726) >+++ src/org/eclipse/emf/facet/widgets/nattable/internal/NatTableWidget.java (working copy) >@@ -59,6 +59,7 @@ > * Nicolas Guyomar (Mia-Software) - Bug 345730 - Deleting an element in the model breaks the table > * Nicolas Guyomar (Mia-Software) - Bug 344921 - Undo/Redo just after the creation of the table > * Nicolas Guyomar (Mia-Software) - Bug 346465 - [EMF Facet Table] Remove line does not remove obsolete column >+ * Vincent Lorenzo (CEA-LIST) - Bug 351917: [All Papyrus tables] bug with tables using facets : NPE > *******************************************************************************/ > > package org.eclipse.emf.facet.widgets.nattable.internal; >@@ -364,6 +365,8 @@ > > private void init() { > this.customizationEngine = new CustomizationEngine(); >+ // Forces the catalogs instanciation to ensure facet resolving >+ FacetSetCatalog.getSingleton(); //should be done before setInput(); > setInput(); > setLayout(new FillLayout()); > addDisposeListener(this);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vincent.lorenzo
:
review?
Actions:
View
|
Diff
Attachments on
bug 351917
: 199548