# 5/19/12 12:08:11 PM EDT # Eclipse Compiler for Java(TM) 0.B28, 3.7.0 M4, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 53) outline.addPoint( (Point)points.get( index ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- 2. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 75) Point p2 = (Point) points.get(1); ^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- 3. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 76) Point p4 = (Point) points.get(3); ^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- 4. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 77) Point p6 = (Point) points.get(5); ^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- 5. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 78) Point p7 = (Point) points.get(6); ^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- 6. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 121) outline.addPoint( (Point)points.get( index ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- 7. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 125) outline.addPoint( (Point)points.get( 0 ) ); ^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- 8. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 139) Point pt = (Point)points.get(0); ^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- 9. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShape3DRectangleFigure.java (at line 142) pt = (Point)points.get(index); ^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Point to Point ---------- ---------- 10. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 80) ptList.addPoint(new PrecisionPoint(rBounds.preciseX, rBounds.preciseY)); ^^^^^^^^ The field PrecisionRectangle.preciseX is deprecated ---------- 11. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 80) ptList.addPoint(new PrecisionPoint(rBounds.preciseX, rBounds.preciseY)); ^^^^^^^^ The field PrecisionRectangle.preciseY is deprecated ---------- 12. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 81) ptList.addPoint(new PrecisionPoint(rBounds.preciseX + rBounds.preciseWidth, rBounds.preciseY)); ^^^^^^^^ The field PrecisionRectangle.preciseX is deprecated ---------- 13. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 81) ptList.addPoint(new PrecisionPoint(rBounds.preciseX + rBounds.preciseWidth, rBounds.preciseY)); ^^^^^^^^^^^^ The field PrecisionRectangle.preciseWidth is deprecated ---------- 14. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 81) ptList.addPoint(new PrecisionPoint(rBounds.preciseX + rBounds.preciseWidth, rBounds.preciseY)); ^^^^^^^^ The field PrecisionRectangle.preciseY is deprecated ---------- 15. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 82) ptList.addPoint(new PrecisionPoint(rBounds.preciseX + rBounds.preciseWidth, rBounds.preciseY + rBounds.preciseHeight)); ^^^^^^^^ The field PrecisionRectangle.preciseX is deprecated ---------- 16. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 82) ptList.addPoint(new PrecisionPoint(rBounds.preciseX + rBounds.preciseWidth, rBounds.preciseY + rBounds.preciseHeight)); ^^^^^^^^^^^^ The field PrecisionRectangle.preciseWidth is deprecated ---------- 17. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 82) ptList.addPoint(new PrecisionPoint(rBounds.preciseX + rBounds.preciseWidth, rBounds.preciseY + rBounds.preciseHeight)); ^^^^^^^^ The field PrecisionRectangle.preciseY is deprecated ---------- 18. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 82) ptList.addPoint(new PrecisionPoint(rBounds.preciseX + rBounds.preciseWidth, rBounds.preciseY + rBounds.preciseHeight)); ^^^^^^^^^^^^^ The field PrecisionRectangle.preciseHeight is deprecated ---------- 19. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 83) ptList.addPoint(new PrecisionPoint(rBounds.preciseX, rBounds.preciseY + rBounds.preciseHeight)); ^^^^^^^^ The field PrecisionRectangle.preciseX is deprecated ---------- 20. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 83) ptList.addPoint(new PrecisionPoint(rBounds.preciseX, rBounds.preciseY + rBounds.preciseHeight)); ^^^^^^^^ The field PrecisionRectangle.preciseY is deprecated ---------- 21. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 83) ptList.addPoint(new PrecisionPoint(rBounds.preciseX, rBounds.preciseY + rBounds.preciseHeight)); ^^^^^^^^^^^^^ The field PrecisionRectangle.preciseHeight is deprecated ---------- 22. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 84) ptList.addPoint(new PrecisionPoint(rBounds.preciseX, rBounds.preciseY)); ^^^^^^^^ The field PrecisionRectangle.preciseX is deprecated ---------- 23. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.6.0/S201205191203/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes/src/org/eclipse/gmf/runtime/diagram/ui/geoshapes/internal/draw2d/figures/GeoShapeRoundedRectangleFigure.java (at line 84) ptList.addPoint(new PrecisionPoint(rBounds.preciseX, rBounds.preciseY)); ^^^^^^^^ The field PrecisionRectangle.preciseY is deprecated ---------- 23 problems (23 warnings)