# 9/14/10 3:39:05 PM EDT # Eclipse Java Compiler 0.963, 3.5.0 rc3, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/CoreTestApplication.java (at line 14) 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.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/CoreTestApplication.java (at line 20) public class CoreTestApplication implements IPlatformRunnable { ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- ---------- 3. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 287) test= (Test)suiteMethod.invoke(null, new Class[0]); // static method ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The argument of type Class[] should explicitly be cast to Object[] for the invocation of the varargs method invoke(Object, Object...) from type Method. It could alternatively be cast to Object for a varargs invocation ---------- ---------- 4. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 17) import org.eclipse.core.runtime.IPlatformRunnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 5. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 36) public class UITestApplication implements IPlatformRunnable, ITestHarness, IApplication { ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 6. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 56) if (fInDeprecatedMode && (application instanceof IPlatformRunnable)) { ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 7. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 57) result = runDeprecatedApplication((IPlatformRunnable)application, args); ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 8. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 62) if (!IPlatformRunnable.EXIT_OK.equals(result)) { ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 9. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 62) if (!IPlatformRunnable.EXIT_OK.equals(result)) { ^^^^^^^ The field IPlatformRunnable.EXIT_OK is deprecated ---------- 10. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 104) if (runnable instanceof IPlatformRunnable) ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 11. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 105) return (IPlatformRunnable) runnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Object to IPlatformRunnable ---------- 12. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 105) return (IPlatformRunnable) runnable; ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 13. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 107) return (IApplication) runnable; ^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Object to IApplication ---------- 14. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 135) if (application instanceof IPlatformRunnable) { ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 15. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 136) return ((IPlatformRunnable) application).run(args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(Object) from the type IPlatformRunnable is deprecated ---------- 16. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 136) return ((IPlatformRunnable) application).run(args); ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 17. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 150) IPlatformRunnable object, ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 18. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 184) return ((IPlatformRunnable) workbench).run(args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(Object) from the type IPlatformRunnable is deprecated ---------- 19. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.1/S201009141529/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 184) return ((IPlatformRunnable) workbench).run(args); ^^^^^^^^^^^^^^^^^ The type IPlatformRunnable is deprecated ---------- 19 problems (19 warnings)