Bug 398399 - ToolItemUpdateTimer unnecessarily creates array of Runnable
Summary: ToolItemUpdateTimer unnecessarily creates array of Runnable
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.3 M6   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2013-01-17 09:30 EST by Snjezana Peco CLA
Modified: 2013-03-12 09:31 EDT (History)
5 users (show)

See Also:


Attachments
A patch that prevents unnecessarily creating an array of Runnable (1.45 KB, patch)
2013-01-17 09:30 EST, Snjezana Peco CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Snjezana Peco CLA 2013-01-17 09:30:35 EST
Created attachment 225769 [details]
A patch that prevents unnecessarily creating an array of Runnable

The issue has been described in https://bugs.eclipse.org/bugs/show_bug.cgi?id=389251#c27 .
Comment 2 Paul Webster CLA 2013-03-12 09:31:27 EDT
In 4.3.0.I20130311-2000
PW