| Summary: | Trivial warnings cleanup | ||
|---|---|---|---|
| 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 | ||
| Version: | 3.6 | ||
| Target Milestone: | 3.6.0 (Helios) M6 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
The field IWorkbenchActionConstants.DELETE is deprecated Replace with ActionFactory.DELETE.getId() (In reply to comment #1) > The field IWorkbenchActionConstants.DELETE is deprecated > Replace with ActionFactory.DELETE.getId() Also applies to UNDO, REDO, etc... The local variable composite is never read. Remove the unused local variable. The method fireMoved() from the type Figure is deprecated call fireFigureMoved() or fireCoordinateSystemChanged() as appropriate. The field InternalFrame.labeledBorder is never read locally The import org.eclipse.gef.palette.PaletteGroup is never used ShapesEditorPaletteFactory Discouraged access: The field ToggleRulerVisibility_Label from the type GEFMessages is not accessible due to restriction on classpath entry This just needs a x-friends addition to the MANIFEST in org.eclipse.gef bundle. The import org.eclipse.gef.tools.DirectEditManager is never used LogicLabelEditPart The serializable class WireBendpoint does not declare a static final serialVersionUID field of type long The field ListItemBorder.enabled is never read locally The method addChild(EditPart) from the type DragEditPartsTrackerTest.TestGraphicalEditPart is never used locally The GEF build now reports zero warnings. |