----------
1. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\widgets\Synchronizer.java (at line 46)
	static final boolean IS_CARBON = "carbon".equals (SWT.getPlatform ());
	                     ^^^^^^^^^
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.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\TIFFModifiedHuffmanCodec.java (at line 23)
	static final short[][][] BLACK_CODE = {
	                         ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
3. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\TIFFModifiedHuffmanCodec.java (at line 61)
	static final short[][][] WHITE_CODE = {
	                         ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
4. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngLzBlockReader.java (at line 39)
	static final int[] lengthBases = {
	                   ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
5. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngLzBlockReader.java (at line 43)
	static final int[] extraLengthBits = {
	                   ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
6. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngLzBlockReader.java (at line 47)
	static final int[] distanceBases = {
	                   ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
7. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngLzBlockReader.java (at line 52)
	static final int[] extraDistanceBits = {
	                   ^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
8. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngIhdrChunk.java (at line 43)
	static final byte[] ValidBitDepths = {1, 2, 4, 8, 16};
	                    ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
9. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngIhdrChunk.java (at line 44)
	static final byte[] ValidColorTypes = {0, 2, 3, 4, 6};
	                    ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
10. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngHuffmanTables.java (at line 23)
	static final int[] FixedLiteralLengths = {
	                   ^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
11. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngHuffmanTables.java (at line 39)
	static final int[] FixedDistanceLengths = {
	                   ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
12. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngHuffmanTables.java (at line 45)
	static final int[] LengthCodeOrder = {
	                   ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
13. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngHuffmanTable.java (at line 21)
	static final int incs[] = {1391376, 463792, 198768, 86961, 33936, 13776, 4592, 1968, 861, 336, 112, 48, 21, 7, 3, 1};
	                 ^^^^
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.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngEncoder.java (at line 25)
	static final byte SIGNATURE[] = {(byte) '\211', (byte) 'P', (byte) 'N', (byte) 'G', (byte) '\r', (byte) '\n', (byte) '\032', (byte) '\n'};
	                  ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
15. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngEncoder.java (at line 26)
	static final byte TAG_IHDR[] = {(byte) 'I', (byte) 'H', (byte) 'D', (byte) 'R'};
	                  ^^^^^^^^
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.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngEncoder.java (at line 27)
	static final byte TAG_PLTE[] = {(byte) 'P', (byte) 'L', (byte) 'T', (byte) 'E'};
	                  ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
17. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngEncoder.java (at line 28)
	static final byte TAG_TRNS[] = {(byte) 't', (byte) 'R', (byte) 'N', (byte) 'S'};
	                  ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
18. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngEncoder.java (at line 29)
	static final byte TAG_IDAT[] = {(byte) 'I', (byte) 'D', (byte) 'A', (byte) 'T'};
	                  ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
19. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngEncoder.java (at line 30)
	static final byte TAG_IEND[] = {(byte) 'I', (byte) 'E', (byte) 'N', (byte) 'D'};
	                  ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
20. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngDeflater.java (at line 65)
	static final short mirrorBytes[] = {
	                   ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
21. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngDeflater.java (at line 117)
	static final Code lengthCodes[] = {
	                  ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
22. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngDeflater.java (at line 151)
	static final Code distanceCodes[] = {
	                  ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
23. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngChunk.java (at line 37)
	static final byte[] TYPE_IHDR = {(byte) 'I', (byte) 'H', (byte) 'D', (byte) 'R'};
	                    ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
24. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngChunk.java (at line 38)
	static final byte[] TYPE_PLTE = {(byte) 'P', (byte) 'L', (byte) 'T', (byte) 'E'};
	                    ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
25. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngChunk.java (at line 39)
	static final byte[] TYPE_IDAT = {(byte) 'I', (byte) 'D', (byte) 'A', (byte) 'T'};
	                    ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
26. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngChunk.java (at line 40)
	static final byte[] TYPE_IEND = {(byte) 'I', (byte) 'E', (byte) 'N', (byte) 'D'};
	                    ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
27. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngChunk.java (at line 41)
	static final byte[] TYPE_tRNS = {(byte) 't', (byte) 'R', (byte) 'N', (byte) 'S'};
	                    ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
28. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\PngChunk.java (at line 43)
	static final int[] CRC_TABLE;
	                   ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
29. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\LZWCodec.java (at line 29)
	static final int[] MASK_TABLE = new int[] {
	                   ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
30. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 112)
	public static final RGB[] RGB16 = new RGB[] {
	                          ^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
31. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 130)
	public static final int[] ExtendTest = {
	                          ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
32. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 134)
	public static final int[] ExtendOffset = new int[] {
	                          ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
33. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 138)
	public static final int[] ZigZag8x8 = {
	                          ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
34. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 149)
	public static final int[] CrRTable, CbBTable, CrGTable, CbGTable;
	                          ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
35. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 149)
	public static final int[] CrRTable, CbBTable, CrGTable, CbGTable;
	                                    ^^^^^^^^
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.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 149)
	public static final int[] CrRTable, CbBTable, CrGTable, CbGTable;
	                                              ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
37. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 149)
	public static final int[] CrRTable, CbBTable, CrGTable, CbGTable;
	                                                        ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
38. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 150)
	public static final int[] RYTable, GYTable, BYTable,
	                          ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
39. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 150)
	public static final int[] RYTable, GYTable, BYTable,
	                                   ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
40. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 150)
	public static final int[] RYTable, GYTable, BYTable,
	                                            ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
41. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 151)
	RCbTable, GCbTable, BCbTable, RCrTable, GCrTable, BCrTable, NBitsTable;
	^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
42. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 151)
	RCbTable, GCbTable, BCbTable, RCrTable, GCrTable, BCrTable, NBitsTable;
	          ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
43. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 151)
	RCbTable, GCbTable, BCbTable, RCrTable, GCrTable, BCrTable, NBitsTable;
	                    ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
44. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 151)
	RCbTable, GCbTable, BCbTable, RCrTable, GCrTable, BCrTable, NBitsTable;
	                              ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
45. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 151)
	RCbTable, GCbTable, BCbTable, RCrTable, GCrTable, BCrTable, NBitsTable;
	                                        ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
46. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 151)
	RCbTable, GCbTable, BCbTable, RCrTable, GCrTable, BCrTable, NBitsTable;
	                                                  ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
47. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\JPEGFileFormat.java (at line 151)
	RCbTable, GCbTable, BCbTable, RCrTable, GCrTable, BCrTable, NBitsTable;
	                                                            ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
48. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\GIFFileFormat.java (at line 33)
	static final byte [] GIF89a = new byte[] { (byte)'G', (byte)'I', (byte)'F', (byte)'8', (byte)'9', (byte)'a' };
	                     ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
49. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\GIFFileFormat.java (at line 34)
	static final byte [] NETSCAPE2_0 = new byte[] { (byte)'N', (byte)'E', (byte)'T', (byte)'S', (byte)'C', (byte)'A', (byte)'P', (byte)'E', (byte)'2', (byte)'.', (byte)'0' };
	                     ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
50. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\FileFormat.java (at line 26)
	static final String[] FORMATS = {"WinBMP", "WinBMP", "GIF", "WinICO", "JPEG", "PNG", "TIFF", "OS2BMP"}; //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$//$NON-NLS-5$ //$NON-NLS-6$//$NON-NLS-7$//$NON-NLS-8$
	                      ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
51. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\FileFormat.java (at line 70)
	Class clazz = Class.forName(FORMAT_PACKAGE + '.' + FORMATS[i] + FORMAT_SUFFIX);
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
52. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\image\FileFormat.java (at line 99)
	Class clazz = Class.forName(FORMAT_PACKAGE + '.' + FORMATS[format] + FORMAT_SUFFIX);
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
----------
53. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\Callback.java (at line 34)
	static final String PTR_SIGNATURE = C.PTR_SIZEOF == 4 ? "I" : "J"; //$NON-NLS-1$  //$NON-NLS-2$
	                    ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
54. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\Callback.java (at line 35)
	static final String SIGNATURE_0 = getSignature(0);
	                    ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
55. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\Callback.java (at line 36)
	static final String SIGNATURE_1 = getSignature(1);
	                    ^^^^^^^^^^^
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.swt\Eclipse SWT\common\org\eclipse\swt\internal\Callback.java (at line 37)
	static final String SIGNATURE_2 = getSignature(2);
	                    ^^^^^^^^^^^
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.swt\Eclipse SWT\common\org\eclipse\swt\internal\Callback.java (at line 38)
	static final String SIGNATURE_3 = getSignature(3);
	                    ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
58. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\Callback.java (at line 39)
	static final String SIGNATURE_4 = getSignature(4);
	                    ^^^^^^^^^^^
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.swt\Eclipse SWT\common\org\eclipse\swt\internal\Callback.java (at line 40)
	static final String SIGNATURE_N = "(["+PTR_SIGNATURE+")"+PTR_SIGNATURE; //$NON-NLS-1$  //$NON-NLS-2$
	                    ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
60. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\internal\Callback.java (at line 97)
	this.isStatic = object instanceof Class;
	                                  ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
----------
61. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\Rectangle.java (at line 66)
	static final long serialVersionUID = 3256439218279428914L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
62. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\RGB.java (at line 58)
	static final long serialVersionUID = 3258415023461249074L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
63. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\Point.java (at line 53)
	static final long serialVersionUID = 3257002163938146354L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
64. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\ImageLoaderEvent.java (at line 59)
	static final long serialVersionUID = 3257284738325558065L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
65. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\ImageLoader.java (at line 88)
	Vector imageLoaderListeners;
	^^^^^^
Vector is a raw type. References to generic type Vector<E> should be parameterized
----------
66. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\ImageLoader.java (at line 272)
	imageLoaderListeners = new Vector();
	                           ^^^^^^
Vector is a raw type. References to generic type Vector<E> should be parameterized
----------
67. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\ImageLoader.java (at line 274)
	imageLoaderListeners.addElement(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
----------
----------
68. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\ImageData.java (at line 213)
	static final byte[][] ANY_TO_EIGHT = new byte[9][];
	                      ^^^^^^^^^^^^
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.swt\Eclipse SWT\common\org\eclipse\swt\graphics\ImageData.java (at line 223)
	static final byte[] ONE_TO_ONE_MAPPING = ANY_TO_EIGHT[8];
	                    ^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
70. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\graphics\ImageData.java (at line 228)
	static final int[][] DITHER_MATRIX = {
	                     ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
71. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\VerifyEvent.java (at line 39)
	static final long serialVersionUID = 3257003246269577014L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
72. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\TypedEvent.java (at line 53)
	static final long serialVersionUID = 3257285846578377524L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
73. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\TreeEvent.java (at line 26)
	static final long serialVersionUID = 3257282548009677109L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
74. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\TraverseEvent.java (at line 112)
	static final long serialVersionUID = 3257565105301239349L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
75. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\ShellEvent.java (at line 32)
	static final long serialVersionUID = 3257569490479888441L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
76. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\SelectionEvent.java (at line 100)
	static final long serialVersionUID = 3976735856884987953L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
77. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\PaintEvent.java (at line 66)
	static final long serialVersionUID = 3256446919205992497L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
78. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\MouseEvent.java (at line 69)
	static final long serialVersionUID = 3257288037011566898L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
79. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\ModifyEvent.java (at line 26)
	static final long serialVersionUID = 3258129146227011891L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
80. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\MenuEvent.java (at line 26)
	static final long serialVersionUID = 3258132440332383025L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
81. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\MenuDetectEvent.java (at line 46)
	private static final long serialVersionUID = -3061660596590828941L;
	                                              ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
82. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\KeyEvent.java (at line 76)
	static final long serialVersionUID = 3256442491011412789L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
83. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\HelpEvent.java (at line 26)
	static final long serialVersionUID = 3257001038606251315L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
84. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\FocusEvent.java (at line 26)
	static final long serialVersionUID = 3258134643684227381L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
85. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\ExpandEvent.java (at line 28)
	static final long serialVersionUID = 3976735856884987356L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
86. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\DragDetectEvent.java (at line 27)
	private static final long serialVersionUID = -7229172519733647232L;
	                                              ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
87. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\DisposeEvent.java (at line 26)
	static final long serialVersionUID = 3257566187633521206L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
88. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\ControlEvent.java (at line 26)
	static final long serialVersionUID = 3258132436155119161L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
89. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\events\ArmEvent.java (at line 26)
	static final long serialVersionUID = 3258126964249212217L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
90. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\SWTException.java (at line 45)
	static final long serialVersionUID = 3257282552304842547L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
91. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\SWTError.java (at line 54)
	static final long serialVersionUID = 3833467327105808433L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
92. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\SWT.java (at line 1949)
	public static final int MODIFIER_MASK;
	                        ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
93. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\SWT.java (at line 1999)
	public static final int BUTTON_MASK;
	                        ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
94. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\SWT.java (at line 2009)
	public static final int MOD1;
	                        ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
95. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\SWT.java (at line 2019)
	public static final int MOD2;
	                        ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
96. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\SWT.java (at line 2027)
	public static final int MOD3;
	                        ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
97. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common\org\eclipse\swt\SWT.java (at line 2035)
	public static final int MOD4;
	                        ^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
98. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT PI\common\org\eclipse\swt\internal\C.java (at line 24)
	public static final int PTR_SIZEOF = PTR_sizeof ();
	                        ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
99. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT PI\common_j2me\org\eclipse\swt\internal\Library.java (at line 35)
	public static final int JAVA_VERSION, SWT_VERSION;
	                        ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
100. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT PI\common_j2me\org\eclipse\swt\internal\Library.java (at line 35)
	public static final int JAVA_VERSION, SWT_VERSION;
	                                      ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
101. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Accessibility\common\org\eclipse\swt\accessibility\AccessibleTextEvent.java (at line 37)
	static final long serialVersionUID = 3977019530868308275L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
102. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Accessibility\common\org\eclipse\swt\accessibility\AccessibleEvent.java (at line 48)
	static final long serialVersionUID = 3257567304224026934L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
103. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Accessibility\common\org\eclipse\swt\accessibility\AccessibleControlEvent.java (at line 42)
	static final long serialVersionUID = 3257281444169529141L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
104. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\TreeEditor.java (at line 107)
	final Runnable runnable = new Runnable() {
	               ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
105. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\TextChangingEvent.java (at line 49)
	static final long serialVersionUID = 3257290210114352439L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
106. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\TextChangedEvent.java (at line 23)
	static final long serialVersionUID = 3258696524257835065L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
107. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\TableTreeEditor.java (at line 100)
	final Runnable runnable = new Runnable() {
	               ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
108. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\TableTree.java (at line 62)
	static final TableTreeItem[] EMPTY_ITEMS = new TableTreeItem [0];	
	                             ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
109. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\TableTree.java (at line 63)
	static final String[] EMPTY_TEXTS = new String [0];	
	                      ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
110. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\TableTree.java (at line 64)
	static final Image[] EMPTY_IMAGES = new Image [0];
	                     ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
111. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 83)
	static final String PlatformLineDelimiter = System.getProperty("line.separator");
	                    ^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
112. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 171)
	final static boolean IS_MAC, IS_GTK, IS_MOTIF;
	                     ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
113. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 171)
	final static boolean IS_MAC, IS_GTK, IS_MOTIF;
	                             ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
114. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 171)
	final static boolean IS_MAC, IS_GTK, IS_MOTIF;
	                                     ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
115. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 385)
	Enumeration enumeration = resources.elements();			
	^^^^^^^^^^^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
----------
116. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 678)
	Vector colorTable, fontTable;
	^^^^^^
Vector is a raw type. References to generic type Vector<E> should be parameterized
----------
117. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 692)
	colorTable = new Vector();
	                 ^^^^^^
Vector is a raw type. References to generic type Vector<E> should be parameterized
----------
118. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 693)
	fontTable = new Vector();
	                ^^^^^^
Vector is a raw type. References to generic type Vector<E> should be parameterized
----------
119. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 694)
	colorTable.addElement(getForeground());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
----------
120. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 695)
	colorTable.addElement(getBackground());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
----------
121. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 696)
	fontTable.addElement(getFont());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
----------
122. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 724)
	colorTable.addElement(color);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
----------
123. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\StyledText.java (at line 740)
	fontTable.addElement(font);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
----------
----------
124. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\PaintObjectEvent.java (at line 65)
	static final long serialVersionUID = 3906081274027192855L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
125. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\MovementEvent.java (at line 56)
	static final long serialVersionUID = 3978765487853324342L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
126. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\LineStyleEvent.java (at line 83)
	static final long serialVersionUID = 3906081274027192884L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
127. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\LineBackgroundEvent.java (at line 38)
	static final long serialVersionUID = 3978711687853324342L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
128. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\ExtendedModifyEvent.java (at line 28)
	static final long serialVersionUID = 3258696507027830832L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
129. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\DefaultContent.java (at line 19)
	private final static String LineDelimiter = System.getProperty("line.separator");
	                            ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
130. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\DefaultContent.java (at line 21)
	Vector textListeners = new Vector(); // stores text listeners for event sending
	^^^^^^
Vector is a raw type. References to generic type Vector<E> should be parameterized
----------
131. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\DefaultContent.java (at line 21)
	Vector textListeners = new Vector(); // stores text listeners for event sending
	                           ^^^^^^
Vector is a raw type. References to generic type Vector<E> should be parameterized
----------
132. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\DefaultContent.java (at line 102)
	textListeners.addElement(typedListener);	
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
----------
----------
133. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\ControlEditor.java (at line 113)
	private final static int [] EVENTS = {SWT.KeyDown, SWT.KeyUp, SWT.MouseDown, SWT.MouseUp, SWT.Resize};
	                            ^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
134. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CaretEvent.java (at line 30)
	static final long serialVersionUID = 3257846571587545489L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
135. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolderEvent.java (at line 64)
	static final long serialVersionUID = 3760566386225066807L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
136. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 209)
	static final int[] TOP_LEFT_CORNER = new int[] {0,6, 1,5, 1,4, 4,1, 5,1, 6,0};
	                   ^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
137. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 213)
	static final int[] TOP_LEFT_CORNER_HILITE = new int[] {5,2, 4,2, 3,3, 2,4, 2,5, 1,6};
	                   ^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
138. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 215)
	static final int[] TOP_RIGHT_CORNER = new int[] {-6,0, -5,1, -4,1, -1,4, -1,5, 0,6};
	                   ^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
139. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 216)
	static final int[] BOTTOM_LEFT_CORNER = new int[] {0,-6, 1,-5, 1,-4, 4,-1, 5,-1, 6,0};
	                   ^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
140. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 217)
	static final int[] BOTTOM_RIGHT_CORNER = new int[] {-6,0, -5,-1, -4,-1, -1,-4, -1,-5, 0,-6};
	                   ^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
141. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 219)
	static final int[] SIMPLE_TOP_LEFT_CORNER = new int[] {0,2, 1,1, 2,0};
	                   ^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
142. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 220)
	static final int[] SIMPLE_TOP_RIGHT_CORNER = new int[] {-2,0, -1,1, 0,2};
	                   ^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
143. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 221)
	static final int[] SIMPLE_BOTTOM_LEFT_CORNER = new int[] {0,-2, 1,-1, 2,0};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
144. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 222)
	static final int[] SIMPLE_BOTTOM_RIGHT_CORNER = new int[] {-2,0, -1,-1, 0,-2};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
145. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 223)
	static final int[] SIMPLE_UNSELECTED_INNER_CORNER = new int[] {0,0};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 225)
	static final int[] TOP_LEFT_CORNER_BORDERLESS = new int[] {0,6, 1,5, 1,4, 4,1, 5,1, 6,0};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
147. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 226)
	static final int[] TOP_RIGHT_CORNER_BORDERLESS = new int[] {-7,0, -6,1, -5,1, -2,4, -2,5, -1,6};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
148. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 227)
	static final int[] BOTTOM_LEFT_CORNER_BORDERLESS = new int[] {0,-6, 1,-6, 1,-5, 2,-4, 4,-2, 5,-1, 6,-1, 6,0};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
149. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 228)
	static final int[] BOTTOM_RIGHT_CORNER_BORDERLESS = new int[] {-7,0, -7,-1, -6,-1, -5,-2, -3,-4, -2,-5, -2,-6, -1,-6};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
150. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 230)
	static final int[] SIMPLE_TOP_LEFT_CORNER_BORDERLESS = new int[] {0,2, 1,1, 2,0};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
151. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 231)
	static final int[] SIMPLE_TOP_RIGHT_CORNER_BORDERLESS= new int[] {-3,0, -2,1, -1,2};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
152. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 232)
	static final int[] SIMPLE_BOTTOM_LEFT_CORNER_BORDERLESS = new int[] {0,-3, 1,-2, 2,-1, 3,0};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
153. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 233)
	static final int[] SIMPLE_BOTTOM_RIGHT_CORNER_BORDERLESS = new int[] {-4,0, -3,-1, -2,-2, -1,-3};
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
154. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\CTabFolder.java (at line 247)
	static final RGB CLOSE_FILL = new RGB(252, 160, 160);
	                 ^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
155. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Custom Widgets\common\org\eclipse\swt\custom\BidiSegmentEvent.java (at line 79)
	static final long serialVersionUID = 3257846571587547957L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
156. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\emulated\org\eclipse\swt\dnd\TextTransfer.java (at line 32)
	private static final int TYPEID1 = registerType(TYPENAME1);
	                         ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
157. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\emulated\org\eclipse\swt\dnd\TextTransfer.java (at line 34)
	private static final int TYPEID2 = registerType(TYPENAME2);
	                         ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
158. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\emulated\org\eclipse\swt\dnd\TextTransfer.java (at line 36)
	private static final int TYPEID3 = registerType(TYPENAME3);
	                         ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
159. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\emulated\org\eclipse\swt\dnd\RTFTransfer.java (at line 32)
	private static final int TYPEID1 = registerType(TYPENAME1);
	                         ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
160. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\emulated\org\eclipse\swt\dnd\RTFTransfer.java (at line 34)
	private static final int TYPEID2 = registerType(TYPENAME2);
	                         ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
161. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\emulated\org\eclipse\swt\dnd\RTFTransfer.java (at line 36)
	private static final int TYPEID3 = registerType(TYPENAME3);
	                         ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
162. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\emulated\org\eclipse\swt\dnd\HTMLTransfer.java (at line 31)
	private static final int TYPEID1 = registerType(TYPENAME1);
	                         ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
163. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\emulated\org\eclipse\swt\dnd\HTMLTransfer.java (at line 33)
	private static final int TYPEID2 = registerType(TYPENAME2);
	                         ^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
164. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\common\org\eclipse\swt\dnd\DropTargetEvent.java (at line 84)
	static final long serialVersionUID = 3256727264573338678L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
165. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Drag and Drop\common\org\eclipse\swt\dnd\DragSourceEvent.java (at line 92)
	static final long serialVersionUID = 3257002142513770808L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
166. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Browser\common\org\eclipse\swt\browser\WindowEvent.java (at line 186)
	static final long serialVersionUID = 3617851997387174969L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
167. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Browser\common\org\eclipse\swt\browser\WebBrowser.java (at line 37)
	static final int [][] KeyTable = {
	                      ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
168. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Browser\common\org\eclipse\swt\browser\WebBrowser.java (at line 266)
	Enumeration keys = functions.keys ();
	^^^^^^^^^^^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
----------
----------
169. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Browser\common\org\eclipse\swt\browser\TitleEvent.java (at line 29)
	static final long serialVersionUID = 4121132532906340919L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
170. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Browser\common\org\eclipse\swt\browser\StatusTextEvent.java (at line 30)
	static final long serialVersionUID = 3258407348371600439L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
171. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Browser\common\org\eclipse\swt\browser\ProgressEvent.java (at line 32)
	static final long serialVersionUID = 3977018427045393972L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
172. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Browser\common\org\eclipse\swt\browser\LocationEvent.java (at line 44)
	static final long serialVersionUID = 3906644198244299574L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
----------
173. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT Browser\common\org\eclipse\swt\browser\Browser.java (at line 106)
	Class clazz = Class.forName (className);
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
----------
174. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\widgets\Sash.java (at line 96)
	xChange = SWT.LEFT == 123 ? -stepSize : stepSize;
	                            ^^^^^^^^^
Dead code
----------
175. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\widgets\Sash.java (at line 99)
	yChange = SWT.UP == 126 ? -stepSize : stepSize;
	                          ^^^^^^^^^
Dead code
----------
----------
176. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\widgets\Display.java (at line 74)
	static final int [] [] KeyTable = {
	                       ^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
177. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\widgets\Display.java (at line 195)
	static boolean isValidClass (Class clazz) {
	                             ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
----------
178. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\widgets\Decorations.java (at line 14)
	import intrinsic.mx.core.EdgeMetrics;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import intrinsic.mx.core.EdgeMetrics is never used
----------
179. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\widgets\Decorations.java (at line 15)
	import intrinsic.mx.core.ScrollControlBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import intrinsic.mx.core.ScrollControlBase is never used
----------
----------
180. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Image.java (at line 107)
	} else {
		init(new ImageData(filename));
	}
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
----------
----------
181. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 29)
	static final byte[] HAND_SOURCE = {
	                    ^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
182. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 48)
	static final byte[] HAND_MASK = {
	                    ^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
183. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 72)
	static final byte[] IBEAM_SOURCE = {
	                    ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
184. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 96)
	static final byte[] SIZEE_SOURCE = {
	                    ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
185. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 125)
	static final byte[] SIZES_SOURCE = {
	                    ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
186. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 154)
	static final byte[] SIZEALL_SOURCE = {
	                    ^^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
187. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 183)
	static final byte[] SIZENW_SOURCE = {
	                    ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
188. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 207)
	static final byte[] SIZENE_SOURCE = {
	                    ^^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
189. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\flex\org\eclipse\swt\graphics\Cursor.java (at line 231)
	static final byte[] CROSS_SOURCE = {
	                    ^^^^^^^^^^^^
ActionScript3.0: final field should be initialized to a constant value to be generated as a const
----------
----------
190. WARNING in E:\Eclipse\eclipse-sdk-3.5M6pre\workspace\org.eclipse.swt\Eclipse SWT\common_e4\org\eclipse\swt\internal\SWTEventObject.java (at line 30)
	static final long serialVersionUID = 3258125873411470903L;
	                                     ^^^^^^^^^^^^^^^^^^^^
ActionScript3.0: long literal overflow
----------
190 problems (190 warnings)