Bug 492956

Summary: Replace usage of org.eclipse.core.internal.jobs.ObjectMap with HashMap or allign with org.eclipse.core.internal.utils.ObjectMap
Product: [Eclipse Project] Platform Reporter: Lars Vogel <Lars.Vogel>
Component: RuntimeAssignee: Sergey Prigogin <eclipse.sprigogin>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P3 CC: eclipse.sprigogin, Lars.Vogel
Version: 4.4   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Lars Vogel CLA 2016-05-04 04:32:11 EDT
org.eclipse.core.internal.jobs.ObjectMap was originally copied from org.eclipse.core.internal.utils.ObjectMap.

org.eclipse.core.internal.utils.ObjectMap has been generified and optimized in the meantime.

I suggest to replace org.eclipse.core.internal.jobs.ObjectMap either with the default Java HashMap or to allign with org.eclipse.core.internal.utils.ObjectMap.
Comment 1 Lars Vogel CLA 2016-05-04 04:32:49 EDT
Sergey, can you take this one? You are familiar with jobs and the resources API.
Comment 2 Eclipse Genie CLA 2019-09-10 18:46:28 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 3 Lars Vogel CLA 2019-09-11 07:22:22 EDT
I think this is still relevant