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

Bug 206761

Summary: Remove unused private methods from FlyoutPaletteComposite
Product: [Tools] GEF Reporter: Anthony Hunter <ahunter.eclipse>
Component: GEF-Legacy GEF (MVC)Assignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: hudsonr
Version: 3.4   
Target Milestone: 3.4.0 (Ganymede) M6   
Hardware: All   
OS: All   
Whiteboard:

Description Anthony Hunter CLA 2007-10-18 10:22:03 EDT
There exists a TODO: in FlyoutPaletteComposite

@TODO:Pratik handleEditorMaximized and handleEditorMinimized are never invoked
because currently there's no mechanism in the platform to detect these actions.
See Bug 58190

Since Bug 58190 will never be resolved, we can remove these two methods and clear up two warnings in the plug-in.
Comment 1 Randy Hudson CLA 2007-10-25 13:06:04 EDT
In fact, Eclipse now maintains access to all previously-visible views by docking them as fast views around the maximized editor, so now the palette can be easily reached in a maximized editor. In other words, the behavior is no longer needed.
Comment 2 Anthony Hunter CLA 2008-01-02 14:31:17 EST
Committed to HEAD.
Comment 3 Anthony Hunter CLA 2008-02-08 15:32:50 EST
Missed M5, so moving to M6
Comment 4 Anthony Hunter CLA 2008-03-26 15:18:36 EDT
I committed this fix on January 2, but forgot to resolve the Bugzilla.