| Summary: | [Progress] ProgressManager instantiates a new JobInfo when done() on an invalid job monitor is called | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Alex Nan <apnan> |
| Component: | UI | Assignee: | Platform UI Triaged <platform-ui-triaged> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | john.arthorne |
| Version: | 3.2.1 | Keywords: | helpwanted |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | stalebug | ||
|
Description
Alex Nan
>Also document in the org.eclipse.core.runtime.jobs.Job.run(IProgressMonitor
>monitor) javadoc that job monitors shouldn't be used outside the scope of a
>job.
This part of the bug has been addressed. The remaining part is to protect against ProgressManager.JobMonitor methods being called after the job is done. For example JobMonitor.done() could set a flag (done=true) and other methods could ignore progress updates when done: if (done==true) return;
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. 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. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. 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. |