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

Bug 454699

Summary: Generate a warning if a part without parent is initialized
Product: [Tools] GEF Reporter: Markus Muehlbrandt <markus.muehlbrandt>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: nyssen
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Markus Muehlbrandt CLA 2014-12-10 04:59:16 EST
If the domain is activated additional testing should be performed to check if content parts have been initialized without parents (through the mechanism achorage). A warning or log entry should be created as output.
Comment 1 Alexander Nyßen CLA 2015-12-14 13:16:52 EST
Such a check will not be realizable within activate, as children are only activated when a parent is set. As such, children that only have an anchorage will never be activated. If not having to solve this generically I think such cases are pretty easy to debug. Resolving as WONTFIX thus.