# 2/7/11 9:52:41 AM EST # Eclipse Compiler for Java(TM) 0.A58, 3.6.0, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/figures/FigureUtilities.java (at line 249) } else if (figure instanceof IFigure) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type IFigure is already an instance of type IFigure ---------- ---------- 2. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/figures/PolylineConnectionEx.java (at line 488) int origIndex = ((Integer)originalDisplayPoints.get(p)).intValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Integer to Integer ---------- 3. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/figures/PolylineConnectionEx.java (at line 559) int origIndex = ((Integer)originalDisplayPoints.get(p)).intValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Integer to Integer ---------- ---------- 4. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 23) import org.eclipse.draw2d.geometry.Ray; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Ray is deprecated ---------- 5. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 541) Ray ptRelRay = new Ray(getOrigin(), rel); ^^^ The type Ray is deprecated ---------- 6. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 541) Ray ptRelRay = new Ray(getOrigin(), rel); ^^^ The type Ray is deprecated ---------- 7. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 541) Ray ptRelRay = new Ray(getOrigin(), rel); ^^^^^^^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 8. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 705) public TrigValues getTrigValues(final Ray ptToVector) { ^^^ The type Ray is deprecated ---------- 9. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 707) double dToLength = ptToVector.length(); ^^^^^^^^ The method length() from the type Ray is deprecated ---------- 10. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 709) Ray ptFromVector = new Ray(getOrigin(), getTerminus()); ^^^ The type Ray is deprecated ---------- 11. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 709) Ray ptFromVector = new Ray(getOrigin(), getTerminus()); ^^^ The type Ray is deprecated ---------- 12. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 709) Ray ptFromVector = new Ray(getOrigin(), getTerminus()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 13. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 719) dCosAlpha = ptFromVector.x / dFromLength; ^ The field Ray.x is deprecated ---------- 14. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 720) dSinAlpha = ptFromVector.y / dFromLength; ^ The field Ray.y is deprecated ---------- 15. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 729) double dRotateX = (ptToVector.x * dCosAlpha) - (ptToVector.y * dSinAlpha); ^ The field Ray.x is deprecated ---------- 16. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 729) double dRotateX = (ptToVector.x * dCosAlpha) - (ptToVector.y * dSinAlpha); ^ The field Ray.y is deprecated ---------- 17. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 730) double dRotateY = (ptToVector.x * dSinAlpha) + (ptToVector.y * dCosAlpha); ^ The field Ray.x is deprecated ---------- 18. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java (at line 730) double dRotateY = (ptToVector.x * dSinAlpha) + (ptToVector.y * dCosAlpha); ^ The field Ray.y is deprecated ---------- ---------- 19. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 20) import org.eclipse.draw2d.geometry.Ray; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Ray is deprecated ---------- 20. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 65) Ray seg = new Ray(ptStart, ptTerm); ^^^ The type Ray is deprecated ---------- 21. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 65) Ray seg = new Ray(ptStart, ptTerm); ^^^ The type Ray is deprecated ---------- 22. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 65) Ray seg = new Ray(ptStart, ptTerm); ^^^^^^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 23. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 66) if (Math.abs(seg.y) < straightLineTolerance) { ^ The field Ray.y is deprecated ---------- 24. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 68) } else if (Math.abs(seg.x) < straightLineTolerance){ ^ The field Ray.x is deprecated ---------- 25. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 279) Ray diameter = new Ray(infimumPoint, supremumPoint); ^^^ The type Ray is deprecated ---------- 26. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 279) Ray diameter = new Ray(infimumPoint, supremumPoint); ^^^ The type Ray is deprecated ---------- 27. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 279) Ray diameter = new Ray(infimumPoint, supremumPoint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 28. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 284) diameter.x, ^ The field Ray.x is deprecated ---------- 29. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 285) diameter.y); ^ The field Ray.y is deprecated ---------- 30. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 920) Ray ptVector1 = ^^^ The type Ray is deprecated ---------- 31. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 921) new Ray(pLineSeg.getOrigin(), pLineSeg.getTerminus()); ^^^ The type Ray is deprecated ---------- 32. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 921) new Ray(pLineSeg.getOrigin(), pLineSeg.getTerminus()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 33. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 922) Ray ptVector2 = ^^^ The type Ray is deprecated ---------- 34. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 923) new Ray(pNextSeg.getOrigin(), pNextSeg.getTerminus()); ^^^ The type Ray is deprecated ---------- 35. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 923) new Ray(pNextSeg.getOrigin(), pNextSeg.getTerminus()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 36. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 939) new Point(ptVector1.x, ptVector1.y)); ^ The field Ray.x is deprecated ---------- 37. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java (at line 939) new Point(ptVector1.x, ptVector1.y)); ^ The field Ray.y is deprecated ---------- ---------- 38. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/ConstrainedEdge.java (at line 60) this.delta = delta; ^^^^^ The field Edge.delta is deprecated ---------- ---------- 39. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgeEndPointsAssignment.java (at line 45) e.start = null; ^^^^^ The field Edge.start is deprecated ---------- 40. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgeEndPointsAssignment.java (at line 46) e.end = null; ^^^ The field Edge.end is deprecated ---------- 41. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgeEndPointsAssignment.java (at line 220) e.start = p; ^^^^^ The field Edge.start is deprecated ---------- 42. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgeEndPointsAssignment.java (at line 237) e.end = p; ^^^ The field Edge.end is deprecated ---------- ---------- 43. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 110) points.addPoint(edge.start); ^^^^^ The field Edge.start is deprecated ---------- 44. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 130) Point lastPt = edge.endingRoutedPoints.size() == 0 ? edge.end : edge.endingRoutedPoints.getFirstPoint(); ^^^ The field Edge.end is deprecated ---------- 45. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 140) points.addPoint(edge.end); ^^^ The field Edge.end is deprecated ---------- 46. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 153) if (e.start == null) { ^^^^^ The field Edge.start is deprecated ---------- 47. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 154) e.start = new Point(e.source.x + e.source.getOffsetOutgoing(), e.source.y + e.source.height); ^^^^^ The field Edge.start is deprecated ---------- 48. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 156) return e.start; ^^^^^ The field Edge.start is deprecated ---------- 49. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 166) if (e.end == null) { ^^^ The field Edge.end is deprecated ---------- 50. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 167) e.end = new Point(e.target.x + e.target.getOffsetIncoming(), e.target.y); ^^^ The field Edge.end is deprecated ---------- 51. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 169) return e.end; ^^^ The field Edge.end is deprecated ---------- 52. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 226) obstacleX = e.start.x; ^^^^^ The field Edge.start is deprecated ---------- 53. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 229) obstacleX = Math.min(obstacleX + offset, e.start.x - 1); ^^^^^ The field Edge.start is deprecated ---------- 54. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 248) obstacleX = e.start.x; ^^^^^ The field Edge.start is deprecated ---------- 55. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/EdgesRouter.java (at line 251) obstacleX = Math.max(obstacleX - offset, e.start.x + 1); ^^^^^ The field Edge.start is deprecated ---------- ---------- 56. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 64) e.start.transpose(); ^^^^^ The field Edge.start is deprecated ---------- 57. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 65) e.end.transpose(); ^^^ The field Edge.end is deprecated ---------- 58. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 108) for (int i = 0; i < g.ranks.size(); i++) { ^^^^^ The field DirectedGraph.ranks is deprecated ---------- 59. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 109) Rank rank = g.ranks.getRank(i); ^^^^^ The field DirectedGraph.ranks is deprecated ---------- 60. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 124) if (e.end != null) { ^^^ The field Edge.end is deprecated ---------- 61. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 125) return e.end.x; ^^^ The field Edge.end is deprecated ---------- 62. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 158) int targetX = e.end != null ? e.end.x : e.target.x + e.target.getOffsetIncoming(); ^^^ The field Edge.end is deprecated ---------- 63. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 158) int targetX = e.end != null ? e.end.x : e.target.x + e.target.getOffsetIncoming(); ^^^ The field Edge.end is deprecated ---------- 64. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 174) if (e.start != null) { ^^^^^ The field Edge.start is deprecated ---------- 65. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 175) return e.start.x; ^^^^^ The field Edge.start is deprecated ---------- 66. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 208) int sourceX = e.start != null ? e.start.x : e.source.x + e.source.getOffsetOutgoing(); ^^^^^ The field Edge.start is deprecated ---------- 67. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 208) int sourceX = e.start != null ? e.start.x : e.source.x + e.source.getOffsetOutgoing(); ^^^^^ The field Edge.start is deprecated ---------- 68. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 248) e.start.translate(x, y); ^^^^^ The field Edge.start is deprecated ---------- 69. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/GraphUtilities.java (at line 249) e.end.translate(x, y); ^^^ The field Edge.end is deprecated ---------- ---------- 70. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/PreRouteEdges.java (at line 142) e.endingRoutedPoints.addPoint(current.x, e.end.y); ^^^ The field Edge.end is deprecated ---------- 71. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/PreRouteEdges.java (at line 144) e.endingRoutedPoints.addPoint(e.end); ^^^ The field Edge.end is deprecated ---------- 72. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/PreRouteEdges.java (at line 146) e.startingRoutedPoints.addPoint(e.start); ^^^^^ The field Edge.start is deprecated ---------- 73. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/graph/PreRouteEdges.java (at line 148) e.startingRoutedPoints.addPoint(current.x, e.start.y); ^^^^^ The field Edge.start is deprecated ---------- ---------- 74. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/graphics/PrinterGraphics.java (at line 93) Image result = (Image)collapseImageCache.get(srcImage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Image to Image ---------- ---------- 75. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 21) import org.eclipse.draw2d.geometry.Ray; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Ray is deprecated ---------- 76. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 91) Ray ray; ^^^ The type Ray is deprecated ---------- 77. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 93) ray = new Ray(start, end); ^^^ The type Ray is deprecated ---------- 78. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 93) ray = new Ray(start, end); ^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 79. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 95) ray = new Ray(end, start); ^^^ The type Ray is deprecated ---------- 80. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 95) ray = new Ray(end, start); ^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 81. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 96) double length = Math.sqrt(((double)ray.x * (double)ray.x) + ((double)ray.y * (double)ray.y)); ^ The field Ray.x is deprecated ---------- 82. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 96) double length = Math.sqrt(((double)ray.x * (double)ray.x) + ((double)ray.y * (double)ray.y)); ^ The field Ray.x is deprecated ---------- 83. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 96) double length = Math.sqrt(((double)ray.x * (double)ray.x) + ((double)ray.y * (double)ray.y)); ^ The field Ray.y is deprecated ---------- 84. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 96) double length = Math.sqrt(((double)ray.x * (double)ray.x) + ((double)ray.y * (double)ray.y)); ^ The field Ray.y is deprecated ---------- 85. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 98) double xSeparation = getSeparation() * ray.x / length; ^ The field Ray.x is deprecated ---------- 86. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/FanRouter.java (at line 99) double ySeparation = getSeparation() * ray.y / length; ^ The field Ray.y is deprecated ---------- ---------- 87. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/ObliqueRouter.java (at line 774) .union(targetRect); ^^^^^^^^^^^^^^^^^ The method union(PrecisionRectangle) from the type PrecisionRectangle is deprecated ---------- ---------- 88. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RectilinearRouter.java (at line 21) import org.eclipse.draw2d.geometry.Ray; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Ray is deprecated ---------- 89. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RectilinearRouter.java (at line 138) Ray middleSeg = new Ray(newLine.getFirstPoint(), newLine.getLastPoint()); ^^^ The type Ray is deprecated ---------- 90. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RectilinearRouter.java (at line 138) Ray middleSeg = new Ray(newLine.getFirstPoint(), newLine.getLastPoint()); ^^^ The type Ray is deprecated ---------- 91. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RectilinearRouter.java (at line 138) Ray middleSeg = new Ray(newLine.getFirstPoint(), newLine.getLastPoint()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 92. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RectilinearRouter.java (at line 139) if (middleSeg.length() <= tolerance.width) { ^^^^^^^^ The method length() from the type Ray is deprecated ---------- ---------- 93. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RouterHelper.java (at line 35) import org.eclipse.draw2d.geometry.Ray; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Ray is deprecated ---------- 94. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RouterHelper.java (at line 314) Ray diameter = new Ray(infimumPoint, supremumPoint); ^^^ The type Ray is deprecated ---------- 95. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RouterHelper.java (at line 314) Ray diameter = new Ray(infimumPoint, supremumPoint); ^^^ The type Ray is deprecated ---------- 96. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RouterHelper.java (at line 314) Ray diameter = new Ray(infimumPoint, supremumPoint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Ray(Point, Point) is deprecated ---------- 97. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RouterHelper.java (at line 316) diameter.x, diameter.y); ^ The field Ray.x is deprecated ---------- 98. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui/src/org/eclipse/gmf/runtime/draw2d/ui/internal/routers/RouterHelper.java (at line 316) diameter.x, diameter.y); ^ The field Ray.y is deprecated ---------- 98 problems (98 warnings)