Bug 396825 - [EMF Runtime Extensions] Performance issue with ResourceProblemMarkerService
Summary: [EMF Runtime Extensions] Performance issue with ResourceProblemMarkerService
Status: CLOSED WONTFIX
Alias: None
Product: Sphinx
Classification: Automotive
Component: Core (show other bugs)
Version: 0.7.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-18 06:10 EST by Vimal Nair CLA
Modified: 2024-05-06 23:12 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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