Bug 573445

Summary: Job progress group is never removed
Product: [Eclipse Project] Platform Reporter: Marc Ernst <marc.ernst>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.20   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Marc Ernst CLA 2021-05-10 01:05:42 EDT
Using a Job progress group with KEEPONE_PROPERTY set for the jobs, the progress group get's never removed from the progress view.

By looking inside GroupInfo and FinishedJobs class, I found out that the group info is kept and only the job infos inside the progress group are removed. There is even no way to remove it manually as all methods are private and internal.