| Summary: | Least common supertype | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Nicolas Bros <nicolas.bros> |
| Component: | EMF-Facet | Assignee: | Nicolas Bros <nicolas.bros> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | emft.facet-inbox, gdupe |
| Version: | unspecified | Flags: | nicolas.bros:
indigo+
|
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Nicolas Bros
Committed in revision 443: org.eclipse.emf.facet.util.emf.core.internal.EMFUtils and tests in: org.eclipse.emf.facet.util.emf.core.tests.UtilEMFCoreTests Hi, The warning in the class org.eclipse.emf.facet.util.emf.core.internal.EMFUtils has to be fixed. Regards, Gregoire Dupe I fixed the warning. Hello, A least, two tests are missing : - check that when no common super type exists, EObject is returned ; - check that the method work properly with more than one metamodel. Regards, Gregoire I added tests in revision 492, and changed the implementation to return the EObject EClass instead of null. This bug can be closed. |