Bug 550880

Summary: [Quick Access] Previous picks list should not store and clear non-retrieved proposals
Product: [Eclipse Project] Platform Reporter: Mickael Istria <mistria>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: mlippert
Version: 4.12   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=550835
Whiteboard:

Description Mickael Istria CLA 2019-09-09 02:49:26 EDT
When selecting some Quick Access proposal, it gets added to the Previous Pick list. However, some of those proposals might be volatile, not-retrievable from the related provider and get added anyway.
This makes a previous pick slot useless, and can -for cases where the processor isn't implemented at best- cause some issues.
Before storing the previous picks, the Quick Access should check whether the proposal is retrievable (by trying to re-build it from the previous pick info) and if not, just skip it instead of storing it.