# 2/7/11 9:56:27 AM EST # Eclipse Compiler for Java(TM) 0.A58, 3.6.0, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/AllTests.java (at line 21) import org.eclipse.core.runtime.IPlatformRunnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 2. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/AllTests.java (at line 27) public class AllTests extends TestCase implements IPlatformRunnable { ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- ---------- 3. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 123) originalRes.setURI(URI.createPlatformResourceURI(RESOURCE_NAME)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPlatformResourceURI(String) from the type URI is deprecated ---------- 4. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 129) level1writer = (Writer)root1.getWriters().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Writer to Writer ---------- 5. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 130) level1book = (Book)root1.getBooks().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Book to Book ---------- 6. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 131) level1 = (Library)root1.getBranches().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Library to Library ---------- 7. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 133) level12writer = (Writer)level1.getWriters().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Writer to Writer ---------- 8. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 134) level12book = (Book)level1.getBooks().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Book to Book ---------- 9. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 135) level12 = (Library)level1.getBranches().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Library to Library ---------- 10. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 138) level2writer = (Writer)root2.getWriters().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Writer to Writer ---------- 11. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.tests.runtime.emf.clipboard.core/src/org/eclipse/gmf/tests/runtime/emf/clipboard/core/BaseClipboardTest.java (at line 139) level2book = (Book)root2.getBooks().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Book to Book ---------- 11 problems (11 warnings)