| Summary: | timerExec(-1, runnable) behaves differently between RWT and pure SWT | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Eiro Neemous <dr.neemous> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 2.0 | ||||||
| Target Milestone: | 2.0 RC1 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Eiro Neemous
Created attachment 224798 [details]
examples
Cancelled runnables haven't been removed due to a typo in TimerExecTask#removeTask(Runnable). Moreover, multiple calls to timerExec with the same runnable resulted in multiple tasks instead of re-scheduling the existing task. Fixed with commit 1048ad9e8d9243ab14070943499ea901eaad0c95. |