Bug 573445 - Job progress group is never removed
Summary: Job progress group is never removed
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.20   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-10 01:05 EDT by Marc Ernst CLA
Modified: 2021-05-10 01:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.