----------
1. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\widgets\MultiLineLabel.java (at line 46)
	static final Border MARGIN = new MarginBorder(2);
	                    ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
2. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextLayout.java (at line 35)
	protected TextFragmentBox getFragment(int i, List fragments) {
	                                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
3. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextLayout.java (at line 39)
	fragments.add(box);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
4. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 131)
	List fragments = getFragmentsWithoutBorder();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
5. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 165)
	List fragments = getFragmentsWithoutBorder();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
6. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 239)
	List fragments = getFragmentsWithoutBorder();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
7. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 297)
	List fragments = getFragmentsWithoutBorder();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
8. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 312)
	protected List getFragmentsWithoutBorder() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
9. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 313)
	List fragments = getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
10. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 329)
	List fragments = getFragmentsWithoutBorder();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
11. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 364)
	List fragments = getFragmentsWithoutBorder();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
12. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\TextFlow.java (at line 444)
	List fragments = getFragmentsWithoutBorder();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
13. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\SimpleTextLayout.java (at line 23)
	private static final String[] DELIMITERS = {
	                              ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
14. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\SimpleTextLayout.java (at line 45)
	List fragments = textFlow.getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
15. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\ParagraphTextLayout.java (at line 101)
	private final int trailingBorderSize;
	                  ^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
16. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\ParagraphTextLayout.java (at line 141)
	List fragments = textFlow.getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
17. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 55)
	List branches = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
18. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 55)
	List branches = new ArrayList();
	                    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
19. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 59)
	List result = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
20. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 59)
	List result = new ArrayList();
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
21. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 72)
	private void buildBidiTree(FlowBox box, BidiLevelNode node, List branches) {
	                                                            ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
22. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 74)
	List children = ((LineBox)box).getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
23. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 78)
	branches.add(box);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
24. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 85)
	node.add(leafBox);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
25. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 116)
	List fragments = ((LineBox)box).getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
26. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 127)
	private Result findParent(NestedLine line, List branches, int afterIndex) {
	                                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
27. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 156)
	private void layoutNestedLines(List branches) {
	                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
28. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 161)
	List frags = parent.getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
29. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 174)
	newBox.fragments.add(frags.remove(k));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
30. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 177)
	result.parent.getFragments().add(result.index + 1, newBox);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
31. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 179)
	parentFig.fragments.add(parentFig.fragments.indexOf(parent) + 1, newBox);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
32. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 180)
	branches.add(i + 1, newBox);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
33. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 209)
	private static class BidiLevelNode extends ArrayList
	                     ^^^^^^^^^^^^^
The serializable class BidiLevelNode does not declare a static final serialVersionUID field of type long
----------
34. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 209)
	private static class BidiLevelNode extends ArrayList
	                                           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
35. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 212)
	final BidiLevelNode parent;
	                    ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
36. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 223)
	void emit(List list) {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
37. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 230)
	list.add(child);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
38. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 238)
	list.add(child);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
39. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineRoot.java (at line 254)
	add(child);
	^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
40. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineBox.java (at line 35)
	List fragments = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
41. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineBox.java (at line 35)
	List fragments = new ArrayList();
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
42. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineBox.java (at line 41)
	fragments.add(child);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
43. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineBox.java (at line 84)
	List getFragments() {
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
44. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\LineBox.java (at line 103)
	for (Iterator iter = getFragments().iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
45. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlowLayout.java (at line 67)
	((InlineFlow)getFlowFigure()).getFragments().add(currentLine);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
46. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlowLayout.java (at line 85)
	List children = getFlowFigure().getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
47. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlow.java (at line 37)
	List fragments = new ArrayList(1);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
48. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlow.java (at line 37)
	List fragments = new ArrayList(1);
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
49. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlow.java (at line 44)
	Iterator iter = getChildren().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
50. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlow.java (at line 60)
	List frags = getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
51. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlow.java (at line 81)
	public List getFragments() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
52. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlow.java (at line 94)
	List frags = getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
53. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlow.java (at line 127)
	List list = getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
54. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\InlineFlow.java (at line 141)
	List list = getFragments();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
55. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\FlowUtilities.java (at line 42)
	private static final BreakIterator INTERNAL_LINE_BREAK = BreakIterator.getLineInstance();
	                                   ^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
56. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\FlowUtilities.java (at line 45)
	static final BreakIterator LINE_BREAK = BreakIterator.getLineInstance();
	                           ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
57. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\FlowPage.java (at line 107)
	List v = getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
58. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\FlowFigureLayout.java (at line 36)
	private final FlowFigure flowFigure;
	                         ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
59. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\FlowFigure.java (at line 87)
	for (Iterator iter = getChildren().iterator(); iter.hasNext();)
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
60. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\FlowContainerLayout.java (at line 107)
	List children = getFlowFigure().getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
61. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\FlowAdapter.java (at line 83)
	for (Iterator itr = getChildren().iterator(); itr.hasNext();)
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
62. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BlockFlowLayout.java (at line 140)
	List v = getFlowFigure().getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
63. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BlockFlowLayout.java (at line 191)
	List children = getFlowFigure().getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
64. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BlockFlow.java (at line 42)
	private final BlockBox blockBox;
	                       ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
65. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BlockFlow.java (at line 90)
	List children = getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
66. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BlockFlow.java (at line 176)
	List children = getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
67. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BidiProcessor.java (at line 33)
	private static final boolean isMacOS = SWT.getPlatform().equals("carbon"); //$NON-NLS-1$
	                             ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
68. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BidiProcessor.java (at line 54)
	public static final BidiProcessor INSTANCE = new BidiProcessor();
	                                  ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
69. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BidiProcessor.java (at line 57)
	private List list = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
70. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BidiProcessor.java (at line 57)
	private List list = new ArrayList();
	                        ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
71. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BidiProcessor.java (at line 72)
	list.add(new BidiEntry(fig, bidiText.length(), str.length()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
72. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\BidiProcessor.java (at line 85)
	list.add(new BidiEntry(fig, bidiText.length(), 1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
73. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\text\AbstractFlowBorder.java (at line 14)
	import org.eclipse.draw2d.Border;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.draw2d.Border is never used
----------
----------
74. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\parts\Thumbnail.java (at line 435)
	public void notifyPainting(Rectangle damage, Map dirtyRegions) {
	                                             ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
75. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\parts\Thumbnail.java (at line 436)
	Iterator dirtyFigures = dirtyRegions.keySet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
76. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 19)
	private HashMap map = new HashMap();
	        ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
77. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 19)
	private HashMap map = new HashMap();
	                          ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
78. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 21)
	public ArrayList get(Object key) {
	       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
79. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 25)
	if (value instanceof ArrayList) 
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
80. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 26)
	return (ArrayList) value;
	        ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
81. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 27)
	ArrayList v = new ArrayList(1);
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
82. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 27)
	ArrayList v = new ArrayList(1);
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
83. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 28)
	v.add(value);
	^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
84. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 37)
	map.put(key, value);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type AbstractHashMap. References to generic type AbstractHashMap<K,V> should be parameterized
----------
85. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 40)
	if (existingValues instanceof ArrayList) {
	                              ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
86. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 41)
	ArrayList v = (ArrayList) existingValues;
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
87. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 41)
	ArrayList v = (ArrayList) existingValues;
	               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
88. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 43)
	v.add(value);
	^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
89. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 47)
	ArrayList v = new ArrayList(2);
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
90. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 47)
	ArrayList v = new ArrayList(2);
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
91. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 48)
	v.add(existingValues);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
92. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 49)
	v.add(value);
	^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
93. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 50)
	map.put(key, v);
	^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type AbstractHashMap. References to generic type AbstractHashMap<K,V> should be parameterized
----------
94. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 57)
	if (existingValues instanceof ArrayList) {
	                              ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
95. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 58)
	ArrayList v = (ArrayList) existingValues;
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
96. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 58)
	ArrayList v = (ArrayList) existingValues;
	               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
97. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 74)
	Iterator iter = map.values().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
98. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 81)
	} else if (current instanceof List) {
	                              ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
99. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 82)
	if (((List)current).remove(value)) {
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
100. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\internal\MultiValueMap.java (at line 83)
	if (((List)current).isEmpty())
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
101. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 22)
	private final Edge edge;
	                   ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
102. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 23)
	private final DirectedGraph graph;
	                            ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
103. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 49)
	Insets padding = new Insets(0, edge.padding, 0, edge.padding);
	                                    ^^^^^^^
The field Edge.padding is deprecated
----------
104. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 49)
	Insets padding = new Insets(0, edge.padding, 0, edge.padding);
	                                                     ^^^^^^^
The field Edge.padding is deprecated
----------
105. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 54)
	nodes[i] = currentNode = new VirtualNode("Virtual" + i + ':' + edge, s); //$NON-NLS-1$
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor VirtualNode(Object, Subgraph) is deprecated
----------
106. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 54)
	nodes[i] = currentNode = new VirtualNode("Virtual" + i + ':' + edge, s); //$NON-NLS-1$
	                             ^^^^^^^^^^^
The type VirtualNode is deprecated
----------
107. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 55)
	currentNode.width = edge.width;
	                         ^^^^^
The field Edge.width is deprecated
----------
108. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 63)
	graph.ranks.getRank(offset + i).add(currentNode);
	      ^^^^^
The field DirectedGraph.ranks is deprecated
----------
109. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 68)
	currentEdge.offsetSource = edge.offsetSource;
	            ^^^^^^^^^^^^
The field Edge.offsetSource is deprecated
----------
110. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 68)
	currentEdge.offsetSource = edge.offsetSource;
	                                ^^^^^^^^^^^^
The field Edge.offsetSource is deprecated
----------
111. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 70)
	graph.edges.add(edges[i] = currentEdge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
112. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 71)
	graph.nodes.add(currentNode);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
113. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 76)
	currentEdge.offsetTarget = edge.offsetTarget;
	            ^^^^^^^^^^^^
The field Edge.offsetTarget is deprecated
----------
114. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 76)
	currentEdge.offsetTarget = edge.offsetTarget;
	                                ^^^^^^^^^^^^
The field Edge.offsetTarget is deprecated
----------
115. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 77)
	graph.edges.add(edges[edges.length - 1] = currentEdge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
116. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 82)
	edge.start = edges[0].start;
	     ^^^^^
The field Edge.start is deprecated
----------
117. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 82)
	edge.start = edges[0].start;
	                      ^^^^^
The field Edge.start is deprecated
----------
118. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 83)
	edge.end = edges[edges.length - 1].end;
	     ^^^
The field Edge.end is deprecated
----------
119. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 83)
	edge.end = edges[edges.length - 1].end;
	                                   ^^^
The field Edge.end is deprecated
----------
120. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 89)
	edge.vNodes.add(nodes[i]);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
121. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 92)
	edge.source.outgoing.add(edge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
122. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 93)
	edge.target.incoming.add(edge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
123. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNodeCreation.java (at line 95)
	graph.edges.add(edge);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
124. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNode.java (at line 40)
	incoming.add(e);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
125. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VirtualNode.java (at line 41)
	outgoing.add(e);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
126. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VerticalPlacement.java (at line 27)
	g.rankLocations = new int[g.ranks.size() + 1];
	                            ^^^^^
The field DirectedGraph.ranks is deprecated
----------
127. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VerticalPlacement.java (at line 28)
	for (row = 0; row < g.ranks.size(); row++) {
	                      ^^^^^
The field DirectedGraph.ranks is deprecated
----------
128. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\VerticalPlacement.java (at line 30)
	Rank rank = g.ranks.getRank(row);
	              ^^^^^
The field DirectedGraph.ranks is deprecated
----------
----------
129. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Vertex.java (at line 31)
	class Vertex 
	      ^^^^^^
The serializable class Vertex does not declare a static final serialVersionUID field of type long
----------
130. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Vertex.java (at line 41)
	List neighbors;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
131. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Vertex.java (at line 53)
	List paths;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
132. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Vertex.java (at line 55)
	Map cachedCosines;
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
133. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Vertex.java (at line 93)
	paths = new ArrayList();
	            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
134. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Vertex.java (at line 94)
	cachedCosines = new HashMap();
	                    ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
135. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Vertex.java (at line 97)
	paths.add(path);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
136. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Vertex.java (at line 98)
	cachedCosines.put(path, new Double(start.cosine(end)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
----------
137. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\TransposeMetrics.java (at line 57)
	edge.start.transpose();
	     ^^^^^
The field Edge.start is deprecated
----------
138. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\TransposeMetrics.java (at line 58)
	edge.end.transpose();
	     ^^^
The field Edge.end is deprecated
----------
139. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\TransposeMetrics.java (at line 60)
	List bends = edge.vNodes;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
140. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\TransposeMetrics.java (at line 64)
	VirtualNode vnode = (VirtualNode) bends.get(b);
	^^^^^^^^^^^
The type VirtualNode is deprecated
----------
141. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\TransposeMetrics.java (at line 64)
	VirtualNode vnode = (VirtualNode) bends.get(b);
	                     ^^^^^^^^^^^
The type VirtualNode is deprecated
----------
----------
142. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\TightSpanningTreeSolver.java (at line 73)
	getSpanningTreeChildren(edge.target).add(edge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
143. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\TightSpanningTreeSolver.java (at line 77)
	getSpanningTreeChildren(edge.source).add(edge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
144. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\TightSpanningTreeSolver.java (at line 126)
	members.add(node);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
145. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Subgraph.java (at line 62)
	private static final Insets NO_INSETS = new Insets();
	                            ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
146. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Subgraph.java (at line 88)
	members.add(n);
	^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
147. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 31)
	Set orderingGraphEdges = new HashSet();
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
----------
148. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 31)
	Set orderingGraphEdges = new HashSet();
	                             ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
149. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 32)
	Set orderingGraphNodes = new HashSet();
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
----------
150. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 32)
	Set orderingGraphNodes = new HashSet();
	                             ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
151. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 37)
	List noLefts = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
152. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 37)
	List noLefts = new ArrayList();
	                   ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
153. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 41)
	for (Iterator iter = orderingGraphNodes.iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
154. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 52)
	node.sortValue = index++;
	     ^^^^^^^^^
The field Node.sortValue is deprecated
----------
155. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 66)
	double min = Double.MAX_VALUE;
	             ^^^^^^^^^^^^^^^^
ActionScript3.0: SHOULD BE ERROR - double constant overflow
----------
156. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 67)
	for (Iterator iter = orderingGraphNodes.iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
157. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 69)
	if (node.sortValue < min) {
	         ^^^^^^^^^
The field Node.sortValue is deprecated
----------
158. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 71)
	min = node.sortValue;
	           ^^^^^^^^^
The field Node.sortValue is deprecated
----------
159. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 86)
	RankList ranks = g.ranks;
	                   ^^^^^
The field DirectedGraph.ranks is deprecated
----------
160. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 114)
	orderingGraphEdges.add(pair);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
161. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 116)
	orderingGraphNodes.add(pair.n1);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
162. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 117)
	orderingGraphNodes.add(pair.n2);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
163. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 134)
	RankList ranks = g.ranks;
	                   ^^^^^
The field DirectedGraph.ranks is deprecated
----------
164. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 147)
	node.sortValue = node.index;
	     ^^^^^^^^^
The field Node.sortValue is deprecated
----------
165. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 150)
	parent.sortValue += node.sortValue;
	       ^^^^^^^^^
The field Node.sortValue is deprecated
----------
166. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 150)
	parent.sortValue += node.sortValue;
	                         ^^^^^^^^^
The field Node.sortValue is deprecated
----------
167. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 163)
	subgraph.sortValue /= subgraph.index;
	         ^^^^^^^^^
The field Node.sortValue is deprecated
----------
168. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 169)
	Rank rank = g.ranks.getRank(i);
	              ^^^^^
The field DirectedGraph.ranks is deprecated
----------
169. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 180)
	rightOf(left).add(right);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
170. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 183)
	void sortedInsert(List list, Node node) {
	                  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
171. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 186)
	&& ((Node)list.get(insert)).sortValue > node.sortValue)
	                            ^^^^^^^^^
The field Node.sortValue is deprecated
----------
172. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 186)
	&& ((Node)list.get(insert)).sortValue > node.sortValue)
	                                             ^^^^^^^^^
The field Node.sortValue is deprecated
----------
173. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 188)
	list.add(insert, node);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
174. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 199)
	for (int r = 0; r < g.ranks.size(); r++) {
	                      ^^^^^
The field DirectedGraph.ranks is deprecated
----------
175. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\SortSubgraphs.java (at line 200)
	Rank rank = g.ranks.getRank(r);
	              ^^^^^
The field DirectedGraph.ranks is deprecated
----------
----------
176. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 48)
	static class PathStack extends ArrayList {
	             ^^^^^^^^^
The serializable class PathStack does not declare a static final serialVersionUID field of type long
----------
177. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 48)
	static class PathStack extends ArrayList {
	                               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
178. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 55)
	add(path);
	^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
179. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 67)
	private List orderedPaths;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
180. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 68)
	private Map pathsToChildPaths;
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
181. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 71)
	private List subPaths;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
182. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 73)
	private List userObstacles;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
183. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 74)
	private List userPaths;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
184. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 75)
	private List workingPaths;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
185. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 81)
	userPaths = new ArrayList();
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
186. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 82)
	workingPaths = new ArrayList();
	                   ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
187. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 83)
	pathsToChildPaths = new HashMap();
	                        ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
188. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 84)
	userObstacles = new ArrayList();
	                    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
189. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 102)
	userPaths.add(path);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
190. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 103)
	workingPaths.add(path);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
191. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 228)
	List paths = vertex.paths;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
192. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 302)
	workingPaths.add(newPath);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
193. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 303)
	subPaths.add(newPath);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
194. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 339)
	List currentSegments = new ArrayList(path.grownSegments);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
195. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 339)
	List currentSegments = new ArrayList(path.grownSegments);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
196. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 339)
	List currentSegments = new ArrayList(path.grownSegments);
	                           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
197. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 359)
	userObstacles.add(obs);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
198. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 530)
	orderedPaths.add(path);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
199. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 549)
	Iterator keyItr = pathsToChildPaths.keySet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
200. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 555)
	List childPaths = (List)pathsToChildPaths.get(path);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
201. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 555)
	List childPaths = (List)pathsToChildPaths.get(path);
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
202. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 564)
	path.segments.addAll(childPath.segments);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
203. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 565)
	path.visibleObstacles.addAll(childPath.visibleObstacles);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
204. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 582)
	orderedPaths.removeAll(subPaths);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
205. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 583)
	workingPaths.removeAll(subPaths);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
206. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 605)
	List children = (List)pathsToChildPaths.get(path);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
207. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 605)
	List children = (List)pathsToChildPaths.get(path);
	                 ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
208. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 609)
	workingPaths.removeAll(children);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
209. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 653)
	public List solve() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
210. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 661)
	subPaths = new ArrayList();
	               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
211. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 666)
	orderedPaths = new ArrayList();
	                   ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
212. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 677)
	return Collections.unmodifiableList(userPaths);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List<? extends T>) of type Collections
----------
213. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 677)
	return Collections.unmodifiableList(userPaths);
	                                    ^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends Object>
----------
214. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 691)
	List children = (List)pathsToChildPaths.get(path);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
215. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 691)
	List children = (List)pathsToChildPaths.get(path);
	                 ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
216. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 742)
	private void refreshChildrenEndpoints(Path path, List children) {
	                                                 ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
217. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 765)
	private List regenerateChildPaths(Path path, List children, int currentSize, int newSize) {
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
218. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 765)
	private List regenerateChildPaths(Path path, List children, int currentSize, int newSize) {
	                                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
219. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 770)
	children = new ArrayList(newSize);
	               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
220. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 771)
	pathsToChildPaths.put(path, children);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
221. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 775)
	workingPaths.removeAll(children);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
222. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 776)
	workingPaths.add(path);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
223. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 784)
	workingPaths.add(child);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
224. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 785)
	children.add(child);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
225. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 868)
	path.grownSegments.add(index, newSegmentStart);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
226. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 869)
	path.grownSegments.add(index + 1, newSegmentEnd);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
227. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 871)
	path.grownSegments.add(newSegmentStart);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
228. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 872)
	path.grownSegments.add(newSegmentEnd);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
229. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ShortestPathRouter.java (at line 878)
	path.grownSegments.add(segment);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
230. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 29)
	edge.start = new Point(
	     ^^^^^
The field Edge.start is deprecated
----------
231. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 35)
	edge.start.y = boundary.getParent().y + boundary.getParent().insets.top;
	     ^^^^^
The field Edge.start is deprecated
----------
232. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 37)
	edge.end = new Point(
	     ^^^
The field Edge.end is deprecated
----------
233. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 45)
	list.addPoint(edge.start);
	                   ^^^^^
The field Edge.start is deprecated
----------
234. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 46)
	list.addPoint(edge.end);
	                   ^^^
The field Edge.end is deprecated
----------
235. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 54)
	Path path = new Path(edge.start, edge.end);
	                          ^^^^^
The field Edge.start is deprecated
----------
236. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 54)
	Path path = new Path(edge.start, edge.end);
	                                      ^^^
The field Edge.end is deprecated
----------
237. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 59)
	VirtualNode node = (VirtualNode)edge.vNodes.get(i);
	^^^^^^^^^^^
The type VirtualNode is deprecated
----------
238. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RouteEdges.java (at line 59)
	VirtualNode node = (VirtualNode)edge.vNodes.get(i);
	                    ^^^^^^^^^^^
The type VirtualNode is deprecated
----------
----------
239. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 34)
	prevRankSize = g.ranks.getRank(currentRow - 1).total;
	                 ^^^^^
The field DirectedGraph.ranks is deprecated
----------
240. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 35)
	if (currentRow < g.ranks.size() - 1)
	                   ^^^^^
The field DirectedGraph.ranks is deprecated
----------
241. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 36)
	nextRankSize = g.ranks.getRank(currentRow + 1).total;
	                 ^^^^^
The field DirectedGraph.ranks is deprecated
----------
242. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 45)
	prevRankSize = g.ranks.getRank(currentRow + 1).total;
	                 ^^^^^
The field DirectedGraph.ranks is deprecated
----------
243. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 47)
	nextRankSize = g.ranks.getRank(currentRow - 1).total;
	                 ^^^^^
The field DirectedGraph.ranks is deprecated
----------
244. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 63)
	incoming.set(i, incoming.get(i + 1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
245. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 64)
	incoming.set(i + 1, e);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
246. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 104)
	outgoing.set(i, outgoing.get(i + 1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
247. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 105)
	outgoing.set(i + 1, e);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
248. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 146)
	for (int i = 0; i < g.ranks.size(); i++) {
	                      ^^^^^
The field DirectedGraph.ranks is deprecated
----------
249. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 147)
	rank = g.ranks.getRank(i);
	         ^^^^^
The field DirectedGraph.ranks is deprecated
----------
250. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 150)
	Collections.sort(rank, new Comparator() {
			public int compare(Object left, Object right) {
				return ((Node)left).rowOrder - ((Node)right).rowOrder;
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation sort(Rank, new Comparator(){}) of the generic method sort(List<T>, Comparator<? super T>) of type Collections
----------
251. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 150)
	Collections.sort(rank, new Comparator() {
	                 ^^^^
Type safety: The expression of type Rank needs unchecked conversion to conform to List<Object>
----------
252. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 150)
	Collections.sort(rank, new Comparator() {
			public int compare(Object left, Object right) {
				return ((Node)left).rowOrder - ((Node)right).rowOrder;
			}
		});
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type new Comparator(){} needs unchecked conversion to conform to Comparator<? super Object>
----------
253. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 150)
	Collections.sort(rank, new Comparator() {
	                           ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
----------
254. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 152)
	return ((Node)left).rowOrder - ((Node)right).rowOrder;
	                    ^^^^^^^^
The field Node.rowOrder is deprecated
----------
255. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 152)
	return ((Node)left).rowOrder - ((Node)right).rowOrder;
	                                             ^^^^^^^^
The field Node.rowOrder is deprecated
----------
256. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 185)
	if (left.sortValue <= right.sortValue)
	         ^^^^^^^^^
The field Node.sortValue is deprecated
----------
257. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 185)
	if (left.sortValue <= right.sortValue)
	                            ^^^^^^^^^
The field Node.sortValue is deprecated
----------
258. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 187)
	rank.set(i, right);
	^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
259. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 188)
	rank.set(i + 1, left);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
260. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 202)
	node.sortValue = evaluateNodeIncoming();
	     ^^^^^^^^^
The field Node.sortValue is deprecated
----------
261. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 209)
	node.sortValue += value * progress;
	     ^^^^^^^^^
The field Node.sortValue is deprecated
----------
262. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 215)
	node.sortValue = evaluateNodeOutgoing();
	     ^^^^^^^^^
The field Node.sortValue is deprecated
----------
263. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankSorter.java (at line 222)
	node.sortValue += value * progress;
	     ^^^^^^^^^
The field Node.sortValue is deprecated
----------
----------
264. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankList.java (at line 22)
	ArrayList ranks = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
265. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankList.java (at line 22)
	ArrayList ranks = new ArrayList();
	                      ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
266. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankList.java (at line 31)
	ranks.add(new Rank());
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
267. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 59)
	spanningTree.add(edge);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
268. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 178)
	getSpanningTreeChildren(enterHead).add(enter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
269. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 226)
	spanningTree.add(edge);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
270. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 273)
	getSpanningTreeChildren(root).add(flip);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
271. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 292)
	Stack stack = new Stack();
	^^^^^
Stack is a raw type. References to generic type Stack<E> should be parameterized
----------
272. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 292)
	Stack stack = new Stack();
	                  ^^^^^
Stack is a raw type. References to generic type Stack<E> should be parameterized
----------
273. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 296)
	stack.push(node);
	^^^^^^^^^^^^^^^^
Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack<E> should be parameterized
----------
274. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 299)
	tree.add(node);
	^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
275. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 300)
	Iterator neighbors = node.iteratorNeighbors();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
276. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\RankAssignmentSolver.java (at line 305)
	stack.push(neighbor);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack<E> should be parameterized
----------
----------
277. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Rank.java (at line 18)
	public class Rank extends NodeList {
	             ^^^^
The serializable class Rank does not declare a static final serialVersionUID field of type long
----------
278. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Rank.java (at line 24)
	final int hash = new Object().hashCode();
	          ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
279. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Rank.java (at line 29)
	super.add(n);
	^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
280. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\PopulateRanks.java (at line 27)
	private Stack changes = new Stack();
	        ^^^^^
Stack is a raw type. References to generic type Stack<E> should be parameterized
----------
281. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\PopulateRanks.java (at line 27)
	private Stack changes = new Stack();
	                            ^^^^^
Stack is a raw type. References to generic type Stack<E> should be parameterized
----------
282. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\PopulateRanks.java (at line 38)
	g.ranks = new RankList();
	  ^^^^^
The field DirectedGraph.ranks is deprecated
----------
283. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\PopulateRanks.java (at line 41)
	g.ranks.getRank(node.rank).add(node);
	  ^^^^^
The field DirectedGraph.ranks is deprecated
----------
284. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\PopulateRanks.java (at line 48)
	changes.push(new VirtualNodeCreation(e, g));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack<E> should be parameterized
----------
285. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\PopulateRanks.java (at line 59)
	for (int r = 0; r < g.ranks.size(); r++) {
	                      ^^^^^
The field DirectedGraph.ranks is deprecated
----------
286. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\PopulateRanks.java (at line 60)
	Rank rank = g.ranks.getRank(r);
	              ^^^^^
The field DirectedGraph.ranks is deprecated
----------
----------
287. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 38)
	private static class SegmentStack extends ArrayList {
	                     ^^^^^^^^^^^^
The serializable class SegmentStack does not declare a static final serialVersionUID field of type long
----------
288. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 38)
	private static class SegmentStack extends ArrayList {
	                                          ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
289. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 49)
	add(obj);
	^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
290. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 54)
	private static final Point CURRENT = new Point();
	                           ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
291. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 56)
	private static final Point NEXT = new Point();
	                           ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
292. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 67)
	List excludedObstacles;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
293. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 68)
	List grownSegments;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
294. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 84)
	List segments;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
295. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 90)
	Set visibleObstacles;
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
----------
296. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 91)
	Set visibleVertices;
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
----------
297. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 98)
	segments = new ArrayList();
	               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
298. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 99)
	grownSegments = new ArrayList();
	                    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
299. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 101)
	visibleVertices = new HashSet();
	                      ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
300. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 103)
	visibleObstacles = new HashSet();
	                       ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
301. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 104)
	excludedObstacles = new ArrayList();
	                        ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
302. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 220)
	visibleObstacles.add(newObs);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
303. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 221)
	Iterator oItr = new HashSet(visibleObstacles).iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
304. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 221)
	Iterator oItr = new HashSet(visibleObstacles).iterator();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
----------
305. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 221)
	Iterator oItr = new HashSet(visibleObstacles).iterator();
	                    ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
306. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 265)
	private void addSegment(Segment segment, Obstacle exclude1, Obstacle exclude2, List allObstacles) {
	                                                                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
307. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 479)
	private void createVisibilityGraph(List allObstacles) {
	                                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
308. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 506)
	segments.add(s);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
309. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 510)
	Collections.reverse(segments);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation reverse(List) of the generic method reverse(List<T>) of type Collections
----------
310. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 510)
	Collections.reverse(segments);
	                    ^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
----------
311. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 536)
	boolean generateShortestPath(List allObstacles) {
	                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
312. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 589)
	newPath.grownSegments = new ArrayList(grownSegments.subList(
			grownSegments.indexOf(currentSegment),
			grownSegments.size()));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
313. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 589)
	newPath.grownSegments = new ArrayList(grownSegments.subList(
	                            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
314. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 594)
	grownSegments = new ArrayList(grownSegments.subList(
			0, grownSegments.indexOf(currentSegment) + 1));		
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
315. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 594)
	grownSegments = new ArrayList(grownSegments.subList(
	                    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
316. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 639)
	List neighbors = vertex.neighbors;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
317. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 659)
	Iterator v = visibleVertices.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
318. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 681)
	segment.start.neighbors = new ArrayList();
	                              ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
319. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 683)
	segment.end.neighbors = new ArrayList();
	                            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
320. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 686)
	segment.start.neighbors.add(segment.end);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
321. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 687)
	segment.end.neighbors.add(segment.start);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
322. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 690)
	visibleVertices.add(segment.start);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
323. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 691)
	visibleVertices.add(segment.end);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
324. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 706)
	grownSegments.addAll(subPath.grownSegments);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
325. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 712)
	visibleObstacles.addAll(subPath.visibleObstacles);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
326. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 725)
	void refreshExcludedObstacles(List allObstacles) {
	                              ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
327. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Path.java (at line 755)
	excludedObstacles.add(o);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
328. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Obstacle.java (at line 24)
	class Obstacle 
	      ^^^^^^^^
The serializable class Obstacle does not declare a static final serialVersionUID field of type long
----------
----------
329. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeList.java (at line 20)
	public class NodeList extends ArrayList {
	             ^^^^^^^^
The serializable class NodeList does not declare a static final serialVersionUID field of type long
----------
330. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeList.java (at line 20)
	public class NodeList extends ArrayList {
	                              ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
331. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeList.java (at line 32)
	super(list);
	^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
332. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeList.java (at line 44)
	getNode(i).sortValue = 0.0;
	           ^^^^^^^^^
The field Node.sortValue is deprecated
----------
----------
333. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeCluster.java (at line 19)
	class NodeCluster extends NodeList {
	      ^^^^^^^^^^^
The serializable class NodeCluster does not declare a static final serialVersionUID field of type long
----------
334. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeCluster.java (at line 81)
	public void adjustRank(int delta, Collection affected) {
	                                  ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
----------
335. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeCluster.java (at line 100)
	affected.add(neighbor);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
----------
336. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeCluster.java (at line 118)
	affected.add(neighbor);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
----------
337. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NodeCluster.java (at line 122)
	affected.add(this);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
----------
----------
338. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Node.java (at line 266)
	Iterator iteratorNeighbors() {
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
339. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Node.java (at line 267)
	return new Iterator() {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
340. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 20)
	List contents = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
341. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 20)
	List contents = new ArrayList();
	                    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
342. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 26)
	private static void addToNestingTree(Map map, Node child) {
	                                     ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
343. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 32)
	map.put(subgraph, parent);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
344. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 36)
	parent.contents.add(child);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
345. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 39)
	private static void addToNestingTree(Map map, NestingTree branch) {
	                                     ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
346. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 45)
	map.put(subgraph, parent);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
347. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 49)
	parent.contents.add(branch);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
348. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 53)
	Map nestingMap = new HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
349. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 53)
	Map nestingMap = new HashMap();
	                     ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
350. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 75)
	n.sortValue = n.index;
	  ^^^^^^^^^
The field Node.sortValue is deprecated
----------
351. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 85)
	sortValue = subgraph.sortValue;
	                     ^^^^^^^^^
The field Node.sortValue is deprecated
----------
352. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 119)
	r.add(o);
	^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
353. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 130)
	? ((Node)left).sortValue
	               ^^^^^^^^^
The field Node.sortValue is deprecated
----------
354. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 133)
	? ((Node)right).sortValue
	                ^^^^^^^^^
The field Node.sortValue is deprecated
----------
355. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 137)
	contents.set(index, right);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
356. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\NestingTree.java (at line 138)
	contents.set(index + 1, left);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
357. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\MinCross.java (at line 41)
	for (int row = 1; row < g.ranks.size(); row++) {			
	                          ^^^^^
The field DirectedGraph.ranks is deprecated
----------
358. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\MinCross.java (at line 42)
	rank = g.ranks.getRank(row);
	         ^^^^^
The field DirectedGraph.ranks is deprecated
----------
359. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\MinCross.java (at line 47)
	for (int row = g.ranks.size() - 2; row >= 0; row--) {
	                 ^^^^^
The field DirectedGraph.ranks is deprecated
----------
360. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\MinCross.java (at line 48)
	rank = g.ranks.getRank(row);
	         ^^^^^
The field DirectedGraph.ranks is deprecated
----------
----------
361. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\LocalOptimizer.java (at line 84)
	rank.set(index + 1, current);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
362. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\LocalOptimizer.java (at line 85)
	rank.set(index, next);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
363. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\LocalOptimizer.java (at line 98)
	for (int r = 0; r < g.ranks.size(); r++) {
	                      ^^^^^
The field DirectedGraph.ranks is deprecated
----------
364. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\LocalOptimizer.java (at line 99)
	Rank rank = g.ranks.getRank(r);
	              ^^^^^
The field DirectedGraph.ranks is deprecated
----------
----------
365. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InvertEdges.java (at line 28)
	if (e.isFeedback)
	      ^^^^^^^^^^
The field Edge.isFeedback is deprecated
----------
----------
366. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 48)
	rankMe.add(node);
	^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
367. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 66)
	List forest = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
368. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 66)
	List forest = new ArrayList();
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
369. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 67)
	Stack stack = new Stack();
	^^^^^
Stack is a raw type. References to generic type Stack<E> should be parameterized
----------
370. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 67)
	Stack stack = new Stack();
	                  ^^^^^
Stack is a raw type. References to generic type Stack<E> should be parameterized
----------
371. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 75)
	stack.push(n);
	^^^^^^^^^^^^^
Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack<E> should be parameterized
----------
372. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 79)
	tree.add(n);
	^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
373. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 83)
	stack.push(neighbor);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack<E> should be parameterized
----------
374. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 88)
	stack.push(neighbor);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack<E> should be parameterized
----------
375. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 91)
	forest.add(tree);
	^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
376. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 97)
	graph.nodes.add(graph.forestRoot);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
377. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 100)
	graph.edges.add(new Edge(graph.forestRoot, tree.getNode(0), 0, 0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
378. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\InitialRankSolver.java (at line 110)
	rank = Math.max(rank, e.delta + e.source.rank);
	                        ^^^^^
The field Edge.delta is deprecated
----------
----------
379. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 31)
	public List members = new ArrayList();
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
380. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 31)
	public List members = new ArrayList();
	                          ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
381. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 35)
	members.add(seed);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
382. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 118)
	private List allClusters;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
383. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 119)
	private Map clusterMap = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
384. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 119)
	private Map clusterMap = new HashMap();
	                             ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
385. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 121)
	Collection dirtyClusters = new HashSet();
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
----------
386. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 121)
	Collection dirtyClusters = new HashSet();
	                               ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
387. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 123)
	Map map = new HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
388. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 123)
	Map map = new HashMap();
	              ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
389. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 138)
	prime.nodes.add(ne);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
390. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 153)
	eu.delta = -dw;
	   ^^^^^
The field Edge.delta is deprecated
----------
391. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 155)
	ev.delta = dw;
	   ^^^^^
The field Edge.delta is deprecated
----------
392. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 157)
	prime.edges.add(eu);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
393. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 158)
	prime.edges.add(ev);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
394. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 244)
	RankList ranks = graph.ranks;
	                       ^^^^^
The field DirectedGraph.ranks is deprecated
----------
395. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 270)
	prime.edges.add(e);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
396. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 271)
	e.delta = graph.getPadding(n).left + graph.getMargin().left;
	  ^^^^^
The field Edge.delta is deprecated
----------
397. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 275)
	prime.edges.add(e);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
398. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 279)
	prime.nodes.add(nPrime);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
399. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 283)
	e.delta = n.width + graph.getPadding(n).right + graph.getMargin().right;
	  ^^^^^
The field Edge.delta is deprecated
----------
400. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 284)
	prime.edges.add(e);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
401. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 291)
	graph.cellLocations = new int[graph.ranks.size() + 1][];
	                                    ^^^^^
The field DirectedGraph.ranks is deprecated
----------
402. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 292)
	for (int row = 0; row < graph.ranks.size(); row++) {
	                              ^^^^^
The field DirectedGraph.ranks is deprecated
----------
403. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 293)
	Rank rank = graph.ranks.getRank(row);
	                  ^^^^^
The field DirectedGraph.ranks is deprecated
----------
404. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 308)
	allClusters = new ArrayList();
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
405. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 309)
	allClusters.add(cluster);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
406. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 340)
	cluster.add(root);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
407. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 341)
	clusterMap.put(root, cluster);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
408. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 349)
	allClusters.add(newCluster);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
409. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 356)
	map.put(key, value);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
410. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 364)
	allClusters.set(swapIndex, c);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
411. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 365)
	allClusters.set(i, temp);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
412. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 369)
	for (Iterator iter = dirtyClusters.iterator(); iter.hasNext();)
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
413. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 377)
	e.delta = source.width
	  ^^^^^
The field Edge.delta is deprecated
----------
414. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 385)
	prime.nodes.add(graphLeft = new Node(null));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
415. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 386)
	prime.nodes.add(graphRight = new Node(null));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
416. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\HorizontalPlacement.java (at line 388)
	prime.edges.add(new Edge(graphLeft, graphRight, g.tensorSize, g.tensorStrength));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
417. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\GraphUtilities.java (at line 78)
	for (int i = 0; i < graph.ranks.size(); i++) {
	                          ^^^^^
The field DirectedGraph.ranks is deprecated
----------
418. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\GraphUtilities.java (at line 79)
	Rank rank = graph.ranks.getRank(i);
	                  ^^^^^
The field DirectedGraph.ranks is deprecated
----------
419. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\GraphUtilities.java (at line 116)
	list.add(node);
	^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
420. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\GraphUtilities.java (at line 143)
	return (left.rowOrder != -1 && right.rowOrder != -1)
	             ^^^^^^^^
The field Node.rowOrder is deprecated
----------
421. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\GraphUtilities.java (at line 143)
	return (left.rowOrder != -1 && right.rowOrder != -1)
	                                     ^^^^^^^^
The field Node.rowOrder is deprecated
----------
422. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\GraphUtilities.java (at line 144)
	&& left.rowOrder != right.rowOrder;
	        ^^^^^^^^
The field Node.rowOrder is deprecated
----------
423. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\GraphUtilities.java (at line 144)
	&& left.rowOrder != right.rowOrder;
	                          ^^^^^^^^
The field Node.rowOrder is deprecated
----------
----------
424. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\EdgeList.java (at line 20)
	public class EdgeList extends ArrayList {
	             ^^^^^^^^
The serializable class EdgeList does not declare a static final serialVersionUID field of type long
----------
425. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\EdgeList.java (at line 20)
	public class EdgeList extends ArrayList {
	                              ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
----------
426. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Edge.java (at line 163)
	source.outgoing.add(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
427. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Edge.java (at line 164)
	target.incoming.add(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
428. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Edge.java (at line 264)
	target.incoming.add(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
429. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Edge.java (at line 265)
	source.outgoing.add(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
430. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Edge.java (at line 273)
	newVNodes.add(vNodes.getNode(j));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
431. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Edge.java (at line 344)
	source.outgoing.add(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
432. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\Edge.java (at line 364)
	target.incoming.add(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
433. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 66)
	List steps = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
434. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 66)
	List steps = new ArrayList();
	                 ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
435. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 76)
	steps.add(new TransposeMetrics());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
436. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 77)
	steps.add(new BreakCycles());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
437. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 78)
	steps.add(new RouteEdges());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
438. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 79)
	steps.add(new InitialRankSolver());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
439. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 80)
	steps.add(new TightSpanningTreeSolver());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
440. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 81)
	steps.add(new RankAssignmentSolver());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
441. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 82)
	steps.add(new PopulateRanks());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
442. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 83)
	steps.add(new VerticalPlacement());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
443. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 84)
	steps.add(new MinCross());
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
444. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 85)
	steps.add(new LocalOptimizer());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
445. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\DirectedGraphLayout.java (at line 86)
	steps.add(new HorizontalPlacement());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
446. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 63)
	graph.edges.add(e);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
447. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 64)
	graph.containment.add(e);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
448. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 78)
	graph.edges.add(e);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
449. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 79)
	graph.containment.add(e);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
450. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 95)
	newSource.outgoing.add(edge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
451. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 107)
	newTarget.incoming.add(edge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
452. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 115)
	graph.nodes.add(s.head);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
453. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 116)
	graph.nodes.add(s.tail);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
454. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 152)
	graph.edges.add(headToTail);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
455. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 153)
	graph.containment.add(headToTail);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
456. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 155)
	graph.subgraphs.add(s);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
457. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 157)
	roots.add(s);
	^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
458. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\ConvertCompoundGraph.java (at line 159)
	graph.edges.add(new Edge(s.head, s.tail));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
459. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 55)
	Map map = new HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
460. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 55)
	Map map = new HashMap();
	              ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
461. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 61)
	map.put(new RowKey(s, row), new RowEntry());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
462. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 76)
	Iterator containment = graph.containment.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
463. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 87)
	for (int j = 0; j < rank.count(); j++) {
		Node n = rank.getNode(j);
		Subgraph s = n.getParent();
		while (s != null) {
			getRowEntry(s, currentRow).reset();
			s = s.getParent();
		}
	}
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
----------
464. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 101)
	entry.contribution += n.sortValue;
	                        ^^^^^^^^^
The field Node.sortValue is deprecated
----------
465. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 113)
	n.sortValue =
	  ^^^^^^^^^
The field Node.sortValue is deprecated
----------
466. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 114)
	n.sortValue * (1.0 - weight) + weight * entry.contribution / entry.count;
	  ^^^^^^^^^
The field Node.sortValue is deprecated
----------
467. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 161)
	tree.sortValue = tree.subgraph.rowOrder;
	                               ^^^^^^^^
The field Node.rowOrder is deprecated
----------
468. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 166)
	n.sortValue = n.rowOrder;
	  ^^^^^^^^^
The field Node.sortValue is deprecated
----------
469. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 166)
	n.sortValue = n.rowOrder;
	                ^^^^^^^^
The field Node.rowOrder is deprecated
----------
470. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 177)
	for (int row = 0; row < g.ranks.size(); row++) {
	                          ^^^^^
The field DirectedGraph.ranks is deprecated
----------
471. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundRankSorter.java (at line 178)
	Rank rank = g.ranks.getRank(row);
	              ^^^^^
The field DirectedGraph.ranks is deprecated
----------
----------
472. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundPopulateRanks.java (at line 30)
	Iterator containment = graph.containment.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
473. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundPopulateRanks.java (at line 71)
	g.ranks.getRank(br.rank).add(br);
	  ^^^^^
The field DirectedGraph.ranks is deprecated
----------
474. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundPopulateRanks.java (at line 72)
	g.nodes.add(br);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
475. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 38)
	Set entries = new HashSet();
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
----------
476. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 38)
	Set entries = new HashSet();
	                  ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
477. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 60)
	for (int row = 0; row < g.ranks.size(); row++) {
	                          ^^^^^
The field DirectedGraph.ranks is deprecated
----------
478. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 61)
	rank = g.ranks.getRank(row);
	         ^^^^^
The field DirectedGraph.ranks is deprecated
----------
479. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 69)
	prime.edges.add(e);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
480. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 70)
	e.delta = graph.getPadding(n).left + graph.getMargin().left;
	  ^^^^^
The field Edge.delta is deprecated
----------
481. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 90)
	entries.add(entry);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
482. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 94)
	prime.edges.add(new Edge(
		getPrime(left), getPrime(right), separation, 0
	));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
483. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 128)
	prime.edges.add(new Edge(left, right, s.width, 0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
484. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 129)
	prime.edges.add(new Edge(left, head, 0, 1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
485. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 130)
	prime.edges.add(new Edge(head, right, 0, 1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
486. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 131)
	prime.edges.add(new Edge(left, tail, 0, 1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
487. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 132)
	prime.edges.add(new Edge(tail, right, 0, 1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
488. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundHorizontalPlacement.java (at line 149)
	prime.nodes.add(nPrime);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
489. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 41)
	steps.add(new TransposeMetrics());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
490. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 42)
	steps.add(new CompoundBreakCycles());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
491. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 43)
	steps.add(new RouteEdges());	
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
492. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 44)
	steps.add(new ConvertCompoundGraph());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
493. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 45)
	steps.add(new InitialRankSolver());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
494. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 46)
	steps.add(new TightSpanningTreeSolver());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
495. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 47)
	steps.add(new RankAssignmentSolver());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
496. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 48)
	steps.add(new CompoundPopulateRanks());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
497. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 49)
	steps.add(new CompoundVerticalPlacement());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
498. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 50)
	steps.add(new MinCross(new CompoundRankSorter()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
499. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 51)
	steps.add(new SortSubgraphs());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
500. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundDirectedGraphLayout.java (at line 52)
	steps.add(new CompoundHorizontalPlacement());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
501. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 93)
	sL.add(sR.remove(sR.size() - 1));	
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
502. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 102)
	sinks.add(node);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
503. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 114)
	sources.add(node);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
504. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 148)
	rightList.add(sink);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
505. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 157)
	sinks.add(parent);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
506. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 172)
	sL.add(source);
	^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
507. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 181)
	sources.add(parent);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
508. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 253)
	e.isFeedback = true;
	  ^^^^^^^^^^
The field Edge.isFeedback is deprecated
----------
509. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 300)
	sL.add(n);
	^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
510. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 335)
	allSinks.add(source);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
511. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 352)
	allSources.add(target);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
512. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\CompoundBreakCycles.java (at line 465)
	roots.add(graphNodes.getNode(i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
513. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 51)
	List noLefts = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
514. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 51)
	List noLefts = new ArrayList();
	                   ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
515. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 128)
	sR.add(node);
	^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
516. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 144)
	sL.add(node);
	^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
517. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 154)
	sL.add(max);
	^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
518. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 186)
	e.isFeedback = true;
	  ^^^^^^^^^^
The field Edge.isFeedback is deprecated
----------
519. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 211)
	private void sortedInsert(List list, Node node) {
	                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
520. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 214)
	&& ((Node)list.get(insert)).sortValue > node.sortValue)
	                            ^^^^^^^^^
The field Node.sortValue is deprecated
----------
521. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 214)
	&& ((Node)list.get(insert)).sortValue > node.sortValue)
	                                             ^^^^^^^^^
The field Node.sortValue is deprecated
----------
522. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 216)
	list.add(insert, node);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
523. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\graph\BreakCycles.java (at line 262)
	graphNodes.add(n);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
524. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\geometry\Rectangle.java (at line 33)
	public static final Rectangle SINGLETON = new Rectangle();
	                              ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
525. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\geometry\PrecisionRectangle.java (at line 19)
	public final class PrecisionRectangle extends Rectangle {
	                   ^^^^^^^^^^^^^^^^^^
The serializable class PrecisionRectangle does not declare a static final serialVersionUID field of type long
----------
----------
526. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\geometry\PrecisionPoint.java (at line 16)
	public class PrecisionPoint extends Point {
	             ^^^^^^^^^^^^^^
The serializable class PrecisionPoint does not declare a static final serialVersionUID field of type long
----------
----------
527. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\geometry\PrecisionDimension.java (at line 17)
	public class PrecisionDimension extends Dimension {
	             ^^^^^^^^^^^^^^^^^^
The serializable class PrecisionDimension does not declare a static final serialVersionUID field of type long
----------
----------
528. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\geometry\Point.java (at line 25)
	public static final Point SINGLETON = new Point();
	                          ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
529. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\geometry\Dimension.java (at line 22)
	public static final Dimension SINGLETON = new Dimension();
	                              ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
530. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\XYLayout.java (at line 33)
	protected Map constraints = new HashMap();
	          ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
531. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\XYLayout.java (at line 33)
	protected Map constraints = new HashMap();
	                                ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
532. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\XYLayout.java (at line 47)
	ListIterator children = f.getChildren().listIterator();
	^^^^^^^^^^^^
ListIterator is a raw type. References to generic type ListIterator<E> should be parameterized
----------
533. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\XYLayout.java (at line 94)
	Iterator children = parent.getChildren().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
534. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\XYLayout.java (at line 133)
	constraints.put(figure, newConstraint);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
----------
535. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Viewport.java (at line 184)
	fireMoved(); 
	^^^^^^^^^^^
The method fireMoved() from the type Figure is deprecated
----------
----------
536. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\UpdateManager.java (at line 111)
	protected void firePainting(Rectangle damage, Map dirtyRegions) {
	                                              ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
----------
537. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\UpdateListener.java (at line 32)
	void notifyPainting(Rectangle damage, Map dirtyRegions);
	                                      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
----------
538. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ToolbarLayout.java (at line 88)
	private Dimension calculateChildrenSize(List children, int wHint, int hHint,
	                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
539. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ToolbarLayout.java (at line 130)
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
540. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ToolbarLayout.java (at line 172)
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
541. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ToolbarLayout.java (at line 260)
	List children = parent.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
542. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\StackLayout.java (at line 39)
	List children = figure.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
543. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\StackLayout.java (at line 66)
	List children = figure.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
544. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\StackLayout.java (at line 85)
	List children = figure.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
545. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SimpleRaisedBorder.java (at line 22)
	private static final Scheme DOUBLE = new Scheme(
	                            ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
546. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SimpleLoweredBorder.java (at line 22)
	private static final Scheme DOUBLE = new Scheme(
	                            ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
547. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SimpleEtchedBorder.java (at line 24)
	public static final Border singleton = new SimpleEtchedBorder();
	                           ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
548. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SimpleEtchedBorder.java (at line 27)
	protected static final Insets INSETS = new Insets(2);
	                              ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
549. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 50)
	private Map constraintMap = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
550. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 50)
	private Map constraintMap = new HashMap();
	                                ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
551. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 51)
	private Map figuresToBounds;
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
552. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 52)
	private Map connectionToPaths;
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
553. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 56)
	private Set staleConnections = new HashSet();
	        ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
----------
554. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 56)
	private Set staleConnections = new HashSet();
	                                   ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
555. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 67)
	figuresToBounds.put(source, newBounds);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
556. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 94)
	figuresToBounds.put(child, bounds);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
557. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 100)
	figuresToBounds = new HashMap();
	                      ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
558. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 109)
	Iterator figureItr = figuresToBounds.keySet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
559. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 147)
	staleConnections.add(connection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
560. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 158)
	Iterator iter = staleConnections.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
561. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 160)
	connectionToPaths = new HashMap();
	                        ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
562. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 170)
	connectionToPaths.put(conn, path);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
563. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 174)
	List constraint = (List)getConstraint(conn);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
564. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 174)
	List constraint = (List)getConstraint(conn);
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
565. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 255)
	List updated = algorithm.solve();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
566. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 288)
	public List getPathsAfterRouting() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
567. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 292)
	List all = algorithm.solve();		
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
568. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 305)
	staleConnections.add(connection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
569. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ShortestPathConnectionRouter.java (at line 306)
	constraintMap.put(connection, constraint);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
----------
570. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScrollBarLayout.java (at line 42)
	protected final Transposer transposer;
	                           ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
571. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScrollBar.java (at line 33)
	private static final int ORIENTATION_FLAG = Figure.MAX_FLAG << 1;
	                         ^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
572. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScrollBar.java (at line 35)
	protected static final int MAX_FLAG = ORIENTATION_FLAG;
	                           ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
573. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScrollBar.java (at line 37)
	private static final Color COLOR_TRACK = FigureUtilities.mixColors(
	                           ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
574. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScrollBar.java (at line 58)
	protected final Transposer transposer = new Transposer();
	                           ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
575. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 34)
	DARKEST_DARKER[]   = new Color[] {buttonDarkest,  buttonDarker},
	^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
576. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 35)
	LIGHTER_DARKER[]   = new Color[] {buttonLightest, buttonDarker},
	^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
577. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 36)
	DARKER_LIGHTER[]   = new Color[] {buttonDarker, buttonLightest};
	^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
578. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 181)
	BUTTON_CONTRAST = new Scheme(
	^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
579. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 185)
	BUTTON_RAISED = new Scheme(
	^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
580. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 189)
	BUTTON_PRESSED = new Scheme(
	^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
581. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 193)
	RAISED = new Scheme(
	^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
582. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 197)
	LOWERED = new Scheme(
	^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
583. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 201)
	RIDGED = new Scheme(LIGHTER_DARKER, DARKER_LIGHTER),
	^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
584. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SchemeBorder.java (at line 202)
	ETCHED = new Scheme(DARKER_LIGHTER, LIGHTER_DARKER);
	^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
585. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 155)
	private final Rectangle tempRECT = new Rectangle();
	                        ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
586. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 164)
	private Map fontCache = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
587. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 164)
	private Map fontCache = new HashMap();
	                            ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
588. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 165)
	private Map fontDataCache = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
589. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 165)
	private Map fontDataCache = new HashMap();
	                                ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
590. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 173)
	private List stack = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
591. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 173)
	private List stack = new ArrayList();
	                         ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
592. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 244)
	Iterator iter = fontCache.values().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
593. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 482)
	fontCache.put(key, zoomedFont);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
594. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 491)
	fontDataCache.put(f, data);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
595. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScaledGraphics.java (at line 608)
	stack.add(new State(zoom, fractionalX, fractionalY, getLocalFont(), 
								localLineWidth));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
596. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScalablePolygonShape.java (at line 28)
	private static final Rectangle TEMPLATEBOUNDS = Rectangle.SINGLETON;
	                               ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
597. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ScalableLayeredPane.java (at line 109)
	fireMoved(); //for AncestorListener compatibility
	^^^^^^^^^^^
The method fireMoved() from the type Figure is deprecated
----------
----------
598. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 189)
	static final int AA_MASK;
	                 ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
599. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 190)
	static final int AA_SHIFT;
	                 ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
600. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 192)
	static final int ADVANCED_GRAPHICS_MASK;
	                 ^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
601. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 193)
	static final int ADVANCED_HINTS_DEFAULTS;
	                 ^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
602. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 194)
	static final int ADVANCED_HINTS_MASK;
	                 ^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
603. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 195)
	static final int ADVANCED_SHIFT;
	                 ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
604. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 196)
	static final int FILL_RULE_MASK;
	                 ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
605. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 197)
	static final int FILL_RULE_SHIFT;
	                 ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
606. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 199)
	static final int INTERPOLATION_MASK;
	                 ^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
607. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 200)
	static final int INTERPOLATION_SHIFT;
	                 ^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
608. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 203)
	static final int TEXT_AA_MASK;
	                 ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
609. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 204)
	static final int TEXT_AA_SHIFT;
	                 ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
610. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 205)
	static final int XOR_MASK;
	                 ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
611. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 206)
	static final int XOR_SHIFT;
	                 ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
612. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 229)
	private final LazyState appliedState = new LazyState();
	                        ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
613. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 230)
	private final State currentState = new State();
	                    ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
614. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 236)
	private List stack = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
615. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 236)
	private List stack = new ArrayList();
	                         ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
616. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTGraphics.java (at line 821)
	stack.add(currentState.clone());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
617. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTEventDispatcher.java (at line 15)
	import org.eclipse.swt.accessibility.AccessibleControlListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.swt.accessibility.AccessibleControlListener is never used
----------
618. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTEventDispatcher.java (at line 17)
	import org.eclipse.swt.accessibility.AccessibleListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.swt.accessibility.AccessibleListener is never used
----------
619. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\SWTEventDispatcher.java (at line 37)
	protected static final int ANY_BUTTON = SWT.BUTTON_MASK;
	                           ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
620. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\RoutingAnimator.java (at line 31)
	static final RoutingAnimator INSTANCE = new RoutingAnimator();
	                             ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
621. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PrinterGraphics.java (at line 29)
	Map imageCache = new HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
622. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PrinterGraphics.java (at line 29)
	Map imageCache = new HashMap();
	                     ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
623. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PrinterGraphics.java (at line 53)
	imageCache.put(image, result);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
624. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PrinterGraphics.java (at line 64)
	Iterator iter = imageCache.values().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
625. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PopUpHelper.java (at line 40)
	protected final int shellStyle;
	                    ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
626. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolylineShape.java (at line 15)
	import org.eclipse.draw2d.geometry.PointList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.draw2d.geometry.PointList is never used
----------
627. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolylineShape.java (at line 16)
	import org.eclipse.draw2d.geometry.Rectangle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.draw2d.geometry.Rectangle is never used
----------
----------
628. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolylineDecoration.java (at line 27)
	public static final PointList TRIANGLE_TIP = new PointList();
	                              ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
629. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolylineConnection.java (at line 69)
	notifier.listeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
630. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolylineConnection.java (at line 324)
	List listeners = new ArrayList(1);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
631. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolylineConnection.java (at line 324)
	List listeners = new ArrayList(1);
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
632. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolylineConnection.java (at line 328)
	listeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
633. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Polyline.java (at line 15)
	import org.eclipse.draw2d.geometry.Point;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.draw2d.geometry.Point is never used
----------
634. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Polyline.java (at line 33)
	private static final Rectangle LINEBOUNDS = Rectangle.SINGLETON;
	                               ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
635. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolygonDecoration.java (at line 29)
	public static final PointList TRIANGLE_TIP = new PointList();
	                              ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
636. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\PolygonDecoration.java (at line 31)
	public static final PointList INVERTED_TRIANGLE_TIP = new PointList();
	                              ^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
637. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\NativeGraphicsSource.java (at line 26)
	private final Control canvas;
	                      ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
638. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 31)
	private Map rowsUsed = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
639. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 31)
	private Map rowsUsed = new HashMap();
	                           ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
640. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 32)
	private Map colsUsed = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
641. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 32)
	private Map colsUsed = new HashMap();
	                           ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
642. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 35)
	private Map reservedInfo = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
643. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 35)
	private Map reservedInfo = new HashMap();
	                               ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
644. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 38)
	public List reservedRows = new ArrayList(2);
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
645. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 38)
	public List reservedRows = new ArrayList(2);
	                               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
646. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 39)
	public List reservedCols = new ArrayList(2);
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
647. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 39)
	public List reservedCols = new ArrayList(2);
	                               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
648. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 74)
	colsUsed.put(i, i);
	^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
649. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 161)
	rowsUsed.put(i, i);
	^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
650. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 193)
	protected void processPositions(Ray start, Ray end, List positions, 
	                                                    ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
651. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 268)
	reservedInfo.put(connection, info);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
652. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 270)
	info.reservedCols.add(column);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
653. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 277)
	reservedInfo.put(connection, info);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
654. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 279)
	info.reservedRows.add(row);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
655. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 302)
	List positions = new ArrayList(5);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
656. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 302)
	List positions = new ArrayList(5);
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
657. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 305)
	positions.add(new Integer(start.y));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
658. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 307)
	positions.add(new Integer(start.x));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
659. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 324)
	positions.add(new Integer(i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
660. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 335)
	positions.add(new Integer(i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
661. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 345)
	positions.add(new Integer(i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
662. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 351)
	positions.add(new Integer(i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
663. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 359)
	positions.add(new Integer(i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
664. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 364)
	positions.add(new Integer(i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
665. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 370)
	positions.add(new Integer(end.y));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
666. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ManhattanConnectionRouter.java (at line 372)
	positions.add(new Integer(end.x));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
667. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LightweightSystem.java (at line 289)
	if (bgColor != null)
	    ^^^^^^^
The field Figure.bgColor is deprecated
----------
668. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LightweightSystem.java (at line 290)
	return bgColor;
	       ^^^^^^^
The field Figure.bgColor is deprecated
----------
669. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LightweightSystem.java (at line 298)
	if (font != null)
	    ^^^^
The field Figure.font is deprecated
----------
670. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LightweightSystem.java (at line 299)
	return font;
	       ^^^^
The field Figure.font is deprecated
----------
671. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LightweightSystem.java (at line 307)
	if (fgColor != null)
	    ^^^^^^^
The field Figure.fgColor is deprecated
----------
672. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LightweightSystem.java (at line 308)
	return fgColor;
	       ^^^^^^^
The field Figure.fgColor is deprecated
----------
----------
673. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 40)
	static final LayoutAnimator INSTANCE = new LayoutAnimator();
	                            ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
674. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 58)
	Map locations = new HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
675. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 58)
	Map locations = new HashMap();
	                    ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
676. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 59)
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
677. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 63)
	locations.put(child, child.getBounds().getCopy());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
678. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 101)
	Map initial = (Map) Animation.getInitialState(this, container);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
679. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 101)
	Map initial = (Map) Animation.getInitialState(this, container);
	               ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
680. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 102)
	Map ending = (Map) Animation.getFinalState(this, container);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
681. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 102)
	Map ending = (Map) Animation.getFinalState(this, container);
	              ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
682. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayoutAnimator.java (at line 105)
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
683. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayeredPane.java (at line 25)
	private List layerKeys = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
684. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayeredPane.java (at line 25)
	private List layerKeys = new ArrayList();
	                             ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
685. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\LayeredPane.java (at line 47)
	layerKeys.add(index, layerKey);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
----------
686. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\InputEvent.java (at line 44)
	public static final int ANY_BUTTON = SWT.BUTTON_MASK;
	                        ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
687. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\IFigure.java (at line 39)
	class NoInsets
	      ^^^^^^^^
The serializable class NoInsets does not declare a static final serialVersionUID field of type long
----------
688. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\IFigure.java (at line 53)
	Dimension MAX_DIMENSION = new Dimension(Integer.MAX_VALUE, Integer.MAX_VALUE);
	          ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
689. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\IFigure.java (at line 58)
	Dimension MIN_DIMENSION = new Dimension(5, 5);
	          ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
690. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\IFigure.java (at line 63)
	Insets NO_INSETS = new NoInsets();
	       ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
691. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\IFigure.java (at line 225)
	IFigure findFigureAtExcluding(int x, int y, Collection collection);
	                                            ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
----------
692. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\IFigure.java (at line 259)
	List getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
693. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\GridLayout.java (at line 20)
	import org.eclipse.draw2d.LayoutManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.draw2d.LayoutManager is never used
----------
694. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\GridLayout.java (at line 124)
	protected Map constraints = new HashMap();
	          ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
695. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\GridLayout.java (at line 124)
	protected Map constraints = new HashMap();
	                                ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
696. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\GridLayout.java (at line 178)
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
697. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\GridLayout.java (at line 221)
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
698. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\GridLayout.java (at line 792)
	constraints.put(figure, newConstraint);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
----------
699. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Graphics.java (at line 17)
	import org.eclipse.swt.graphics.GC;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.swt.graphics.GC is never used
----------
----------
700. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FreeformLayeredPane.java (at line 52)
	Iterator iter = getListeners(FreeformListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
701. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FreeformLayeredPane.java (at line 113)
	super.fireMoved();
	^^^^^^^^^^^^^^^^^
The method fireMoved() from the type Figure is deprecated
----------
----------
702. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FreeformLayer.java (at line 46)
	Iterator iter = getListeners(FreeformListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
703. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FreeformHelper.java (at line 40)
	List children = host.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
704. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FreeformHelper.java (at line 89)
	List children = host.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
705. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FrameBorder.java (at line 30)
	SCHEME_FRAME = new SchemeBorder.Scheme(
	^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
706. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FocusTraverseManager.java (at line 77)
	List siblings = parent.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
707. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FocusTraverseManager.java (at line 140)
	List siblings = parent.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
708. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FlowLayout.java (at line 117)
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
709. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FlowLayout.java (at line 274)
	Iterator iterator = parent.getChildren().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
710. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FigureUtilities.java (at line 347)
	ArrayList left = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
711. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FigureUtilities.java (at line 347)
	ArrayList left = new ArrayList();
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
712. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FigureUtilities.java (at line 348)
	ArrayList right = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
713. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FigureUtilities.java (at line 348)
	ArrayList right = new ArrayList();
	                      ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
714. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FigureUtilities.java (at line 350)
	left.add(l);
	^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
715. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FigureUtilities.java (at line 354)
	right.add(r);
	^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
----------
716. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FigureCanvas.java (at line 116)
	private final LightweightSystem lws;
	                                ^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
717. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\FigureCanvas.java (at line 266)
	public void notifyPainting(Rectangle damage, java.util.Map dirtyRegions) { }
	                                             ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
----------
718. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 38)
	private static final Rectangle PRIVATE_RECT = new Rectangle();
	                               ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
719. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 39)
	private static final Point PRIVATE_POINT = new Point();
	                           ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
720. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 41)
	FLAG_VALID = new Integer(1).intValue(),
	^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
721. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 42)
	FLAG_OPAQUE = new Integer(1 << 1).intValue(),
	^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
722. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 43)
	FLAG_VISIBLE = new Integer(1 << 2).intValue(),
	^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
723. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 44)
	FLAG_FOCUSABLE = new Integer(1 << 3).intValue(),
	^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
724. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 45)
	FLAG_ENABLED = new Integer(1 << 4).intValue(),
	^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
725. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 46)
	FLAG_FOCUS_TRAVERSABLE = new Integer(1 << 5).intValue();
	^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
726. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 78)
	private List children = Collections.EMPTY_LIST;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
727. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 135)
	children = new ArrayList(2);
	               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
728. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 150)
	children.add(figure);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
729. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 152)
	children.add(index, figure);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
730. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 226)
	notifier.listeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
731. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 236)
	protected void addListener(Class clazz, Object listener) {
	                           ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
732. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 378)
	public final IFigure findFigureAtExcluding(int x, int y, Collection c) {
	                                                         ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
----------
733. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 444)
	Iterator figureListeners = eventListeners.getListeners(CoordinateListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
734. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 458)
	Iterator figureListeners = eventListeners.getListeners(FigureListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
735. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 552)
	public List getChildren() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
736. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 641)
	protected Iterator getListeners(Class clazz) {
	          ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
737. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 641)
	protected Iterator getListeners(Class clazz) {
	                                ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
738. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 770)
	Iterator iter = eventListeners.getListeners(FocusListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
739. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 780)
	Iterator iter = eventListeners.getListeners(FocusListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
740. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 790)
	Iterator iter = eventListeners.getListeners(KeyListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
741. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 800)
	Iterator iter = eventListeners.getListeners(KeyListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
742. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 810)
	Iterator iter = eventListeners.getListeners(MouseListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
743. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 820)
	Iterator iter = eventListeners.getListeners(MouseMotionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
744. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 830)
	Iterator iter = eventListeners.getListeners(MouseMotionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
745. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 840)
	Iterator iter = eventListeners.getListeners(MouseMotionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
746. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 850)
	Iterator iter = eventListeners.getListeners(MouseMotionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
747. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 860)
	Iterator iter = eventListeners.getListeners(MouseMotionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
748. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 870)
	Iterator iter = eventListeners.getListeners(MouseListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
749. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 880)
	Iterator iter = eventListeners.getListeners(MouseListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
750. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 926)
	for (Iterator iter = children.iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
751. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1193)
	List list = new ArrayList(getChildren());
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
752. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1193)
	List list = new ArrayList(getChildren());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
----------
753. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1193)
	List list = new ArrayList(getChildren());
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
754. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1260)
	protected void removeListener(Class clazz, Object listener) {
	                              ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
755. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1752)
	public static final TreeSearch INSTANCE = new IdentitySearch();
	                               ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
756. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1773)
	List listeners = new ArrayList(1);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
757. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1773)
	List listeners = new ArrayList(1);
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
758. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1777)
	listeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
759. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1836)
	private List list;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
760. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Figure.java (at line 1865)
	protected static final UpdateManager NO_MANAGER = new UpdateManager() {
	                                     ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
761. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ExclusionSearch.java (at line 23)
	private final Collection c;
	              ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
----------
762. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ExclusionSearch.java (at line 23)
	private final Collection c;
	                         ^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
763. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ExclusionSearch.java (at line 29)
	public ExclusionSearch(Collection collection) {
	                       ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
----------
----------
764. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 28)
	public synchronized void addListener(Class c, Object listener) {
	                                     ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
765. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 47)
	public synchronized boolean containsListener(Class c) {
	                                             ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
766. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 56)
	static class TypeIterator implements Iterator {
	                                     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
767. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 57)
	private final Object[] items;
	                       ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
768. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 58)
	private final Class type;
	              ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
769. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 58)
	private final Class type;
	                    ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
770. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 60)
	TypeIterator(Object items[], Class type) {
	                             ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
771. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 88)
	public synchronized Iterator getListeners(final Class listenerType) {
	                    ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
772. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 88)
	public synchronized Iterator getListeners(final Class listenerType) {
	                                                ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
773. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\EventListenerList.java (at line 97)
	public synchronized void removeListener(Class c, Object listener) {
	                                        ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
----------
774. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DelegatingLayout.java (at line 31)
	private Map constraints = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
775. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DelegatingLayout.java (at line 31)
	private Map constraints = new HashMap();
	                              ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
776. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DelegatingLayout.java (at line 45)
	List children = parent.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
777. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DelegatingLayout.java (at line 66)
	List children = parent.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
778. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DelegatingLayout.java (at line 92)
	constraints.put(figure, constraint);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
----------
779. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 52)
	private Map dirtyRegions = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
780. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 52)
	private Map dirtyRegions = new HashMap();
	                               ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
781. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 55)
	private List invalidFigures = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
782. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 55)
	private List invalidFigures = new ArrayList();
	                                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
783. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 110)
	dirtyRegions.put(figure, rect);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
784. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 127)
	invalidFigures.add(f);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
785. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 150)
	HashMap map = new HashMap();
	^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
786. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 150)
	HashMap map = new HashMap();
	                  ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
787. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 151)
	map.put(root, rect);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type AbstractHashMap. References to generic type AbstractHashMap<K,V> should be parameterized
----------
788. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 206)
	invalidFigures.set(i, null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
789. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 262)
	Iterator keys = dirtyRegions.keySet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
790. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 285)
	Map oldRegions = dirtyRegions;		
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
791. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\DeferredUpdateManager.java (at line 286)
	dirtyRegions = new HashMap();
	                   ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
----------
792. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 83)
	public static final Cursor ARROW;
	                           ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
793. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 87)
	public static final Cursor SIZEN;
	                           ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
794. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 91)
	public static final Cursor SIZENE;
	                           ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
795. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 95)
	public static final Cursor SIZEE;
	                           ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
796. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 99)
	public static final Cursor SIZESE;
	                           ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
797. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 103)
	public static final Cursor SIZES;
	                           ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
798. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 107)
	public static final Cursor SIZESW;
	                           ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
799. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 111)
	public static final Cursor SIZEW;
	                           ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
800. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 115)
	public static final Cursor SIZENW;
	                           ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
801. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 119)
	public static final Cursor APPSTARTING;
	                           ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
802. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 123)
	public static final Cursor CROSS;
	                           ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
803. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 127)
	public static final Cursor HAND;
	                           ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
804. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 131)
	public static final Cursor HELP;
	                           ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
805. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 135)
	public static final Cursor IBEAM;
	                           ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
806. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 139)
	public static final Cursor NO;
	                           ^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
807. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 143)
	public static final Cursor SIZEALL;
	                           ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
808. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 147)
	public static final Cursor SIZENESW;
	                           ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
809. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 151)
	public static final Cursor SIZENWSE;
	                           ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
810. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 155)
	public static final Cursor SIZEWE;
	                           ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
811. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 159)
	public static final Cursor SIZENS;
	                           ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
812. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 163)
	public static final Cursor UPARROW;
	                           ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
813. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Cursors.java (at line 167)
	public static final Cursor WAIT;
	                           ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
814. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ConnectionRouter.java (at line 24)
	ConnectionRouter NULL = new NullConnectionRouter();
	                 ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
815. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ConnectionAnchorBase.java (at line 28)
	protected List listeners = new ArrayList(1);
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
816. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ConnectionAnchorBase.java (at line 28)
	protected List listeners = new ArrayList(1);
	                               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
817. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ConnectionAnchorBase.java (at line 34)
	listeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
818. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ConnectionAnchorBase.java (at line 51)
	Iterator iter = listeners.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
819. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 45)
	Color buttonLightest
	      ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
820. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 50)
	Color button
	      ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
821. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 55)
	Color buttonDarker
	      ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
822. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 60)
	Color buttonDarkest           
	      ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
823. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 66)
	Color listBackground          
	      ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
824. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 71)
	Color listForeground          
	      ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
825. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 77)
	Color menuBackground          
	      ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
826. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 82)
	Color menuForeground          
	      ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
827. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 87)
	Color menuBackgroundSelected  
	      ^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
828. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 92)
	Color menuForegroundSelected  
	      ^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
829. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 98)
	Color titleBackground         
	      ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
830. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 103)
	Color titleGradient           
	      ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
831. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 108)
	Color titleForeground         
	      ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
832. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 113)
	Color titleInactiveForeground 
	      ^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
833. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 118)
	Color titleInactiveBackground 
	      ^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
834. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 123)
	Color titleInactiveGradient   
	      ^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
835. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 129)
	Color tooltipForeground       
	      ^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
836. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 134)
	Color tooltipBackground       
	      ^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
837. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 141)
	Color white      = new Color(null, 255, 255, 255);
	      ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
838. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 143)
	Color lightGray  = new Color(null, 192, 192, 192);
	      ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
839. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 145)
	Color gray       = new Color(null, 128, 128, 128);
	      ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
840. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 147)
	Color darkGray   = new Color(null,  64,  64,  64);
	      ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
841. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 149)
	Color black      = new Color(null,   0,   0,   0);
	      ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
842. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 151)
	Color red        = new Color(null, 255,   0,   0);
	      ^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
843. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 153)
	Color orange     = new Color(null, 255, 196,   0);
	      ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
844. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 155)
	Color yellow     = new Color(null, 255, 255,   0);
	      ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
845. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 157)
	Color green      = new Color(null,   0, 255,   0);
	      ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
846. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 159)
	Color lightGreen = new Color(null,  96, 255,  96);
	      ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
847. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 161)
	Color darkGreen  = new Color(null,   0, 127,   0);
	      ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
848. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 163)
	Color cyan       = new Color(null,   0, 255, 255);
	      ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
849. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 165)
	Color lightBlue  = new Color(null, 127, 127, 255);
	      ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
850. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 167)
	Color blue       = new Color(null,   0,   0, 255);
	      ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
851. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ColorConstants.java (at line 169)
	Color darkBlue   = new Color(null,   0,   0, 127);
	      ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
852. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Clickable.java (at line 29)
	ROLLOVER_ENABLED_FLAG = Figure.MAX_FLAG << 1,
	^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
853. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Clickable.java (at line 30)
	STYLE_BUTTON_FLAG = Figure.MAX_FLAG << 2,
	^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
854. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Clickable.java (at line 31)
	STYLE_TOGGLE_FLAG = Figure.MAX_FLAG << 3;
	^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
855. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Clickable.java (at line 45)
	public static final int STYLE_BUTTON = STYLE_BUTTON_FLAG;
	                        ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
856. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Clickable.java (at line 51)
	public static final int STYLE_TOGGLE = STYLE_TOGGLE_FLAG;
	                        ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
857. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Clickable.java (at line 197)
	Iterator listeners = getListeners(ActionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
858. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Clickable.java (at line 212)
	Iterator listeners = getListeners(ChangeListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
859. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\CheckBox.java (at line 29)
	UNCHECKED = createImage("images/checkboxenabledoff.gif"), //$NON-NLS-1$
	^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
860. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\CheckBox.java (at line 30)
	CHECKED = createImage("images/checkboxenabledon.gif"); //$NON-NLS-1$
	^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
861. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonModel.java (at line 130)
	Iterator iter = listeners.getListeners(ActionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
862. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonModel.java (at line 144)
	Iterator iter = listeners.getListeners(ButtonStateTransitionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
863. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonModel.java (at line 156)
	Iterator iter = listeners.getListeners(ButtonStateTransitionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
864. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonModel.java (at line 169)
	Iterator iter = listeners.getListeners(ButtonStateTransitionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
865. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonModel.java (at line 182)
	Iterator iter = listeners.getListeners(ButtonStateTransitionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
866. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonModel.java (at line 195)
	Iterator iter = listeners.getListeners(ChangeListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
867. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonModel.java (at line 209)
	Iterator iter = listeners.getListeners(ButtonStateTransitionListener.class);
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
868. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonGroup.java (at line 32)
	private List members = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
869. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonGroup.java (at line 32)
	private List members = new ArrayList();
	                           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
870. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonGroup.java (at line 33)
	private List listeners = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
871. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonGroup.java (at line 33)
	private List listeners = new ArrayList();
	                             ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
872. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonGroup.java (at line 52)
	members.add(model);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
873. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonGroup.java (at line 64)
	listeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
----------
874. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonGroup.java (at line 98)
	public List getElements() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
----------
875. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonBorder.java (at line 35)
	public static final Border BUTTON = new ButtonBorder(SCHEMES.BUTTON);
	                           ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
876. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonBorder.java (at line 40)
	public static final Border BUTTON_CONTRAST = new ButtonBorder(SCHEMES.BUTTON_CONTRAST);
	                           ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
877. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonBorder.java (at line 45)
	public static final Border BUTTON_SCROLLBAR = new ButtonBorder(SCHEMES.BUTTON_SCROLLBAR);
	                           ^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
878. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonBorder.java (at line 50)
	public static final Border TOOLBAR = new ButtonBorder(SCHEMES.TOOLBAR);
	                           ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
879. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonBorder.java (at line 177)
	ButtonScheme BUTTON_CONTRAST = new ButtonScheme(
	             ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
880. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonBorder.java (at line 184)
	ButtonScheme BUTTON = new ButtonScheme(
	             ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
881. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonBorder.java (at line 191)
	ButtonScheme TOOLBAR = new ButtonScheme(
	             ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
882. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\ButtonBorder.java (at line 198)
	ButtonScheme BUTTON_SCROLLBAR = new ButtonScheme(
	             ^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
883. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BorderLayout.java (at line 27)
	public static final Integer CENTER = new Integer(PositionConstants.CENTER);
	                            ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
884. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BorderLayout.java (at line 31)
	public static final Integer TOP = new Integer(PositionConstants.TOP);
	                            ^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
885. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BorderLayout.java (at line 35)
	public static final Integer BOTTOM = new Integer(PositionConstants.BOTTOM);
	                            ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
886. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BorderLayout.java (at line 39)
	public static final Integer LEFT = new Integer(PositionConstants.LEFT);
	                            ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
887. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BorderLayout.java (at line 43)
	public static final Integer RIGHT = new Integer(PositionConstants.RIGHT);
	                            ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
888. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Border.java (at line 15)
	import org.eclipse.draw2d.geometry.Rectangle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.draw2d.geometry.Rectangle is never used
----------
----------
889. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BendpointConnectionRouter.java (at line 29)
	private Map constraints = new HashMap(11);
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
890. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BendpointConnectionRouter.java (at line 29)
	private Map constraints = new HashMap(11);
	                              ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
891. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BendpointConnectionRouter.java (at line 31)
	private static final PrecisionPoint A_POINT = new PrecisionPoint();
	                                    ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
892. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BendpointConnectionRouter.java (at line 62)
	List bendpoints = (List)getConstraint(conn);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
893. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BendpointConnectionRouter.java (at line 62)
	List bendpoints = (List)getConstraint(conn);
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
----------
894. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\BendpointConnectionRouter.java (at line 100)
	constraints.put(connection, constraint);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
----------
895. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AutomaticRouter.java (at line 100)
	ArrayList connectionList = connections.get(connectionKey);
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
896. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AutomaticRouter.java (at line 128)
	ArrayList connectionList = connections.get(connectionKey);
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
897. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AutomaticRouter.java (at line 155)
	ArrayList connectionList = connections.get(connectionKey);
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
----------
898. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 45)
	final Animator animator;
	               ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
899. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 46)
	final IFigure figure;
	              ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
900. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 63)
	private static Set figureAnimators;
	               ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
----------
901. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 64)
	private static Map finalStates;
	               ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
902. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 66)
	private static Map initialStates;
	               ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
----------
903. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 74)
	private static Set toCapture;
	               ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
----------
904. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 79)
	Iterator keys = figureAnimators.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
905. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 91)
	Iterator keys = figureAnimators.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
906. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 176)
	if (figureAnimators.add(pair))
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
907. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 183)
	toCapture.add(pair);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
----------
908. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 218)
	initialStates = new HashMap();
	                    ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
909. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 219)
	finalStates = new HashMap();
	                  ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
----------
910. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 220)
	figureAnimators = new HashSet();
	                      ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
911. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 221)
	toCapture = new HashSet();
	                ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
----------
912. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 228)
	Iterator keys = figureAnimators.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
913. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 236)
	finalStates.put(new AnimPair(animator, key), state);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
914. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 240)
	initialStates.put(new AnimPair(animator, key), state);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
----------
915. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\Animation.java (at line 269)
	Iterator iter = initialStates.keySet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
916. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AncestorHelper.java (at line 27)
	protected final IFigure base;
	                        ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
917. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AbstractRouter.java (at line 23)
	private static final Point START = new Point();
	                           ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
918. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AbstractRouter.java (at line 24)
	private static final Point END = new Point();
	                           ^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
919. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AbstractPointListShape.java (at line 49)
	for (Iterator it = getChildren().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
----------
----------
920. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AbstractBorder.java (at line 25)
	private static final Dimension EMPTY = new Dimension();
	                               ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
921. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.draw2d\src\org\eclipse\draw2d\AbsoluteBendpoint.java (at line 19)
	public class AbsoluteBendpoint 
	             ^^^^^^^^^^^^^^^^^
The serializable class AbsoluteBendpoint does not declare a static final serialVersionUID field of type long
----------
921 problems (921 warnings)