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 184254 Details for
Bug 331539
cell editor registered for type "EDataType"
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]
patch
Bug 331539.patch (text/plain), 1.20 KB, created by
Nicolas Bros
on 2010-12-01 08:47:37 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicolas Bros
Created:
2010-12-01 08:47:37 EST
Size:
1.20 KB
patch
obsolete
>Index: src/org/eclipse/emf/facet/widgets/nattable/NatTableWidget.java >=================================================================== >--- src/org/eclipse/emf/facet/widgets/nattable/NatTableWidget.java (revision 9298) >+++ src/org/eclipse/emf/facet/widgets/nattable/NatTableWidget.java (working copy) >@@ -64,6 +64,7 @@ > import org.eclipse.emf.ecore.EAttribute; > import org.eclipse.emf.ecore.EClass; > import org.eclipse.emf.ecore.EClassifier; >+import org.eclipse.emf.ecore.EDataType; > import org.eclipse.emf.ecore.EEnum; > import org.eclipse.emf.ecore.EObject; > import org.eclipse.emf.ecore.EReference; >@@ -619,6 +620,12 @@ > EClass subTypeEClass = (EClass) subType; > return superTypeEClass.isSuperTypeOf(subTypeEClass); > } >+ >+ if (superType == EcorePackage.eINSTANCE.getEDataType() && subType instanceof EDataType) { >+ // special case because isSuperTypeOf doesn't handle it >+ return true; >+ } >+ > return false; > } > >@@ -1111,7 +1118,7 @@ > } > } > // Update the Table >- this.setInput(new TableInput(list, this.fTableInput.getEditingDomain())); >+ setInput(new TableInput(list, this.fTableInput.getEditingDomain())); > } finally { > this.fNatTable.setRedraw(true); > }
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:
gdupe
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 331539
: 184254