[INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui >---------- [INFO] Building org.eclipse.ecf.remoteservice.ui 3.4.200-SNAPSHOT [61/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.ui --- [INFO] The project's OSGi version is 3.4.200.v20180302-2006 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Compiling 79 source files to /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[32] import org.eclipse.ecf.remoteservices.ui.MethodInvocationDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[86] final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls); ^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[86] final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls); ^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[86] final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor MethodInvocationDialog(Shell, Class) is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[88] final int timeout = (mid.getTimeout() > 0) ? mid.getTimeout() : 30000; ^^^^^^^^^^^^ The method getTimeout() from the type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[88] final int timeout = (mid.getTimeout() > 0) ? mid.getTimeout() : 30000; ^^^^^^^^^^^^ The method getTimeout() from the type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[89] final String methodName = mid.getMethod().getName(); ^^^^^^^^^^^ The method getMethod() from the type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[90] final Object[] methodArgs = mid.getMethodArguments(); ^^^^^^^^^^^^^^^^^^^^ The method getMethodArguments() from the type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[104] final int invokeType = mid.getInvocationType(); ^^^^^^^^^^^^^^^^^^^ The method getInvocationType() from the type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[107] case MethodInvocationDialog.ASYNC_FIRE_AND_GO: ^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[107] case MethodInvocationDialog.ASYNC_FIRE_AND_GO: ^^^^^^^^^^^^^^^^^ The field MethodInvocationDialog.ASYNC_FIRE_AND_GO is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[110] case MethodInvocationDialog.ASYNC_FUTURE_RESULT: ^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[110] case MethodInvocationDialog.ASYNC_FUTURE_RESULT: ^^^^^^^^^^^^^^^^^^^ The field MethodInvocationDialog.ASYNC_FUTURE_RESULT is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[113] case MethodInvocationDialog.ASYNC_LISTENER: ^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[113] case MethodInvocationDialog.ASYNC_LISTENER: ^^^^^^^^^^^^^^ The field MethodInvocationDialog.ASYNC_LISTENER is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[116] case MethodInvocationDialog.OSGI_SERVICE_PROXY: ^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[116] case MethodInvocationDialog.OSGI_SERVICE_PROXY: ^^^^^^^^^^^^^^^^^^ The field MethodInvocationDialog.OSGI_SERVICE_PROXY is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[120] case MethodInvocationDialog.REMOTE_SERVICE_PROXY: ^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[120] case MethodInvocationDialog.REMOTE_SERVICE_PROXY: ^^^^^^^^^^^^^^^^^^^^ The field MethodInvocationDialog.REMOTE_SERVICE_PROXY is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[124] case MethodInvocationDialog.SYNCHRONOUS: ^^^^^^^^^^^^^^^^^^^^^^ The type MethodInvocationDialog is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[124] case MethodInvocationDialog.SYNCHRONOUS: ^^^^^^^^^^^ The field MethodInvocationDialog.SYNCHRONOUS is deprecated 22. INFO in /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRegistrationNode.java (at line 73) public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 23. INFO in /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNode.java (at line 90) public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 24. INFO in /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.java (at line 30) public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) { ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 25. INFO in /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.java (at line 59) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[52] ImageData id = overlays[i].getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[53] drawImage(id, x, getSize().y - id.height); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[66] ImageData id = overlays[i].getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[68] drawImage(id, x, getSize().y - id.height); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[74] ImageData bg = fBase.getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[75] drawImage(bg, 0, 0); ^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[99] ImageData id = overlays[i].getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[100] drawImage(id, x, 0); ^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[113] ImageData id = overlays[i].getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[115] drawImage(id, x, 0); ^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated 36. INFO in /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.java (at line 32) public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) { ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 37. INFO in /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.java (at line 65) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 37 problems (0 errors, 31 warnings, 31 info) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Building jar: /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Building jar: /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Pack200 normalizing jar /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.200-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Signing jar: /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.200-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.ui ---