Bug 396825

Summary: [EMF Runtime Extensions] Performance issue with ResourceProblemMarkerService
Product: [Automotive] Sphinx Reporter: Vimal Nair <vimalkumar.v>
Component: CoreAssignee: Project Inbox <sphinx-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: balazs.grill, idydieng, stephaneberle9
Version: 0.7.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Vimal Nair CLA 2012-12-18 06:10:46 EST
Class 
org.eclipse.sphinx.emf.internal.resource.ResourceProblemMarkerService

Note:
Editingdomain in Artop would contain resources loaded for a particular Metamodel version (for multiple projects).

Suspect API :
This API will be called incase of proxies in the files.

runUpdateProblemMarkers  API is called for every resources(Files)  and inside this again all the resources are fetched from editingdomain which will give all the resources loaded for multiple project.

This again will be further iterate all the resources “1xn” times, in background job.

This will reduce the loading performance in case n>150+  number of files with many proxies init.
Comment 1 Balazs Grill CLA 2024-05-06 23:12:18 EDT
Closed stale issue before migration