Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 481397

Summary: Cloudio actions may loose/not obtain reference to TagCloudView
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF CloudioAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M3   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-11-04 05:56:10 EST
As the actions obtain a reference to the respective TagCloudView only when being initialized, the reference may not be obtained at all or may be lost. We probably will need a part listener to fix this.
Comment 1 Alexander Nyßen CLA 2015-11-04 07:44:52 EST
I pushed the following changes to origin/master:

- Registered a listener to infer the TagCloud view reference when a new part is opened (and unsets it when the part is closed).
- Increased version of Cloudio component to 0.3.0.

This should resolve this issue for now. We will need to refactor the actions, but I am resolving this as being fixed in 3.11.0 M3.