Bug 492956 - Replace usage of org.eclipse.core.internal.jobs.ObjectMap with HashMap or allign with org.eclipse.core.internal.utils.ObjectMap
Summary: Replace usage of org.eclipse.core.internal.jobs.ObjectMap with HashMap or all...
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Sergey Prigogin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-04 04:32 EDT by Lars Vogel CLA
Modified: 2019-09-11 07:22 EDT (History)
2 users (show)

See Also:


Attachments

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