Community
Participate
Working Groups
Build Identifier: 3.6.2.M20101201-0800 If I have a user job that runs shorter than the ProgressManagerUtil.SHORT_OPERATION_TIME, then the progress view will show two entries for this job after it is finished. Reproducible: Always Steps to Reproduce: 1.Set "ProgressManagerUtil.SHORT_OPERATION_TIME = 2000". You can put this in postWindowOpen() method in ApplicationWorkbenchWindowAdvisor. 2.Create a job last less than 2 seconds. Then set the following attribute: job.setProperty(IProgressConstants.PROPERTY_IN_DIALOG, true); job.setProperty(IProgressConstants.KEEP_PROPERTY, true); job.setUser(true); 3.job.schedule(); After the job is finished. You can see two entry in the progress view. If you have a job last longer than 2 seconds, (Showing progress bar instead of busy indicator) you will see only one entry in progress view
*** This bug has been marked as a duplicate of bug 303574 ***