Community
Participate
Working Groups
- "Navigate > Open EPackage" - Choose the EPackage of a FacetSet (for example "http://www.eclipse.org/MoDisco/examples/java/javaTypesCustomizationFacet") - Expand the FacetSet in the "Instances" panel The browser refreshes continuously while the FacetSet is expanded in the Instances panel. This is because FacetSetImpl#getFacets populates an EObjectEList, which triggers model modification notifications, which makes the browser refresh. And each time the browser refreshes, it calls this getFacets method, and so on...
Created attachment 168904 [details] patch
Hi Nicolas, You can go ahead with this patch. Regards, Hugo
I forgot to mark this old bug as fixed.
The patch has been successfully applied.