Skip to content

Console Output

[INFO] 
[INFO] -------------< org.eclipse.ecf:ch.ethz.iks.r_osgi.remote >--------------
[INFO] Building ch.ethz.iks.r_osgi.remote 1.2.201-SNAPSHOT              [6/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ ch.ethz.iks.r_osgi.remote ---
[INFO] The project's OSGi version is 1.2.201.v20191025-0020
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.java:[143] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_ERROR,
						"Error during remote service registration", e); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.java:[143] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_ERROR,
	                                         ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.java:[50] 
	private static final long serialVersionUID = 1340731053890522970L;
	                          ^^^^^^^^^^^^^^^^
The value of the field RemoteServiceReferenceImpl.serialVersionUID is not used
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/SmartObjectInputStream.java:[112] 
	final Constructor constr = clazz.getDeclaredConstructor(null);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type null of the last argument to method getDeclaredConstructor(Class...) doesn't exactly match the vararg parameter type. Cast to Class[] to confirm the non-varargs invocation, or pass individual arguments of type Class for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/SmartObjectInputStream.java:[114] 
	final Object newInstance = constr.newInstance(null);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^
Type null of the last argument to method newInstance(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java:[76] 
	boxed = new Integer(i);
	            ^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java:[86] 
	boxed = new Boolean(b);
	            ^^^^^^^^^^
The constructor Boolean(boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java:[96] 
	boxed = new Long(l);
	            ^^^^^^^
The constructor Long(long) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java:[106] 
	boxed = new Character(c);
	            ^^^^^^^^^^^^
The constructor Character(char) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java:[116] 
	boxed = new Double(d);
	            ^^^^^^^^^
The constructor Double(double) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java:[126] 
	boxed = new Float(f);
	            ^^^^^^^^
The constructor Float(float) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java:[136] 
	boxed = new Short(s);
	            ^^^^^^^^
The constructor Short(short) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java:[146] 
	boxed = new Byte(b);
	            ^^^^^^^
The constructor Byte(byte) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TimeOffset.java:[208] 
	return new Long(remoteTimestamp.longValue() + offset);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Long(long) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[149] 
	private static final int TIMEOUT = new Integer(System.getProperty(
			"ch.ethz.iks.r_osgi.channelEndpointImpl.timeout", "120000"))
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[208] 
	boolean traceChannelEndpoint = new Boolean(System.getProperty("ch.ethz.iks.r_osgi.impl.traceChannelEndpoint","false")).booleanValue();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[239] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
					"opening new channel " + getRemoteAddress()); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[239] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[305] 
	final Integer xid = new Integer(msg.getXID());
	                        ^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[417] 
	final Integer xid = new Integer(RemoteOSGiServiceImpl.nextXid());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[556] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
					"DISPOSING ENDPOINT " + getRemoteAddress()); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[556] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1002] 
	.log(LogService.LOG_WARNING,
								"failed to uninstall non-existant bundle " + uri.getFragment()); //$NON-NLS-1$
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1002] 
	.log(LogService.LOG_WARNING,
	                ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1040] 
	logService.log(LogService.LOG_INFO, buf.toString());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1040] 
	logService.log(LogService.LOG_INFO, buf.toString());
	                          ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1055] 
	logService.log(LogService.LOG_ERROR, buf.toString(), exception);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1055] 
	logService.log(LogService.LOG_ERROR, buf.toString(), exception);
	                          ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1057] 
	logService.log(LogService.LOG_INFO, buf.toString());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1057] 
	logService.log(LogService.LOG_INFO, buf.toString());
	                          ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1334] 
	final Object stream = streams.get(new Integer(reqMsg
						.getStreamID()));
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1438] 
	final Integer xid = new Integer(msg.getXID());
	                        ^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1639] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
					"NEW REMOTE TOPIC SPACE for " + getRemoteAddress() + " is " //$NON-NLS-1$ //$NON-NLS-2$
							+ remoteTopics);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1639] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1655] 
	streams.put(new Integer(sp.getStreamID()), origIS);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1681] 
	streams.put(new Integer(sp.getStreamID()), origOS);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1723] 
	.log(LogService.LOG_WARNING,
									"Object in input streams map was not an instance of a stream."); //$NON-NLS-1$
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1723] 
	.log(LogService.LOG_WARNING,
	                ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1761] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
							"Forwarding Event " + event); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1761] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/Scheduler.java:[140] 
	final Long ts = new Long(timestamp);
	                    ^^^^^^^^^^^^^^^
The constructor Long(long) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/Timestamp.java:[74] 
	timestamp = new Long(ts).longValue();
	                ^^^^^^^^
The constructor Long(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/Timestamp.java:[84] 
	timestamp = new Long(ts).longValue();
	                ^^^^^^^^
The constructor Long(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/Timestamp.java:[182] 
	return new Long(timestamp).hashCode();
	           ^^^^^^^^^^^^^^^
The constructor Long(long) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[150] 
	RemoteOSGiServiceImpl.log.log(
										LogService.LOG_INFO,
										"DOING FAILOVER TO " //$NON-NLS-1$
												+ primary.getRemoteAddress());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[151] 
	LogService.LOG_INFO,
	           ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[178] 
	.log(
													LogService.LOG_INFO,
													"DOING FAILOVER TO " //$NON-NLS-1$
															+ primary
																	.getRemoteAddress());
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[179] 
	LogService.LOG_INFO,
	           ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[326] 
	policies.put(service.toString(), new Integer(policy));
	                                     ^^^^^^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[66] 
	import org.osgi.service.packageadmin.PackageAdmin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[284] 
	private static PackageAdmin pkgAdmin;
	               ^^^^^^^^^^^^
The type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[326] 
	log.log(LogService.LOG_INFO, "PROXY DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[326] 
	log.log(LogService.LOG_INFO, "PROXY DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[329] 
	log.log(LogService.LOG_INFO, "MESSAGE DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[329] 
	log.log(LogService.LOG_INFO, "MESSAGE DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[332] 
	log.log(LogService.LOG_INFO, "INTERNAL DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[332] 
	log.log(LogService.LOG_INFO, "INTERNAL DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[353] 
	.getServiceReference(PackageAdmin.class.getName());
	                     ^^^^^^^^^^^^
The type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[359] 
	pkgAdmin = (PackageAdmin) context.getService(ref);
	            ^^^^^^^^^^^^
The type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[372] 
	.log(LogService.LOG_WARNING,
							"NO EVENT ADMIN FOUND. REMOTE EVENT DELIVERY TEMPORARILY DISABLED."); //$NON-NLS-1$
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[372] 
	.log(LogService.LOG_WARNING,
	                ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[474] 
	log.log(LogService.LOG_DEBUG, "Local topic space " //$NON-NLS-1$
						+ Arrays.asList(getTopics()));
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[474] 
	log.log(LogService.LOG_DEBUG, "Local topic space " //$NON-NLS-1$
	                   ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[556] 
	log.log(LogService.LOG_INFO, "REGISTERING " //$NON-NLS-1$
											+ reference
											+ " AS PROXIED SERVICES"); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[556] 
	log.log(LogService.LOG_INFO, "REGISTERING " //$NON-NLS-1$
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[645] 
	log.log(LogService.LOG_ERROR, ioe
											.getMessage(), ioe);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[645] 
	log.log(LogService.LOG_ERROR, ioe
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[986] 
	log.log(LogService.LOG_ERROR, ioe.getMessage(), ioe);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[986] 
	log.log(LogService.LOG_ERROR, ioe.getMessage(), ioe);
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1032] 
	log.log(LogService.LOG_WARNING, "COULD NOT FIND " + filter); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1032] 
	log.log(LogService.LOG_WARNING, "COULD NOT FIND " + filter); //$NON-NLS-1$
	                   ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1203] 
	new Object[] { pkgAdmin.getExportedPackages(bundle)[0]
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExportedPackages(Bundle) from the type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1204] 
	.getName().replace('.', '/') }) == null ? "/bin" //$NON-NLS-1$
	 ^^^^^^^^^
The method getName() from the type ExportedPackage is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1230] 
	final Bundle bundle = pkgAdmin.getExportedPackage(packages[i])
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExportedPackage(String) from the type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1231] 
	.getExportingBundle();
	 ^^^^^^^^^^^^^^^^^^^^
The method getExportingBundle() from the type ExportedPackage is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1279] 
	return pkgAdmin.getExportedPackage(pkg) != null;
	                ^^^^^^^^^^^^^^^^^^^^^^^
The method getExportedPackage(String) from the type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[436] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
						"creating proxy class " + implName); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[436] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[473] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
							"Creating Proxy Bundle from Interfaces " //$NON-NLS-1$
									+ Arrays.asList(serviceInterfaceNames));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[473] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[482] 
	method.visitMethodInsn(INVOKESPECIAL, "java/lang/Object", //$NON-NLS-1$
						"<init>", "()V"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[509] 
	method.visitMethodInsn(INVOKEINTERFACE,
						"org/osgi/framework/BundleContext", //$NON-NLS-1$
						"getServiceReference", //$NON-NLS-1$
						"(Ljava/lang/String;)Lorg/osgi/framework/ServiceReference;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[513] 
	method.visitMethodInsn(INVOKEINTERFACE,
						"org/osgi/framework/BundleContext", //$NON-NLS-1$
						"getService", //$NON-NLS-1$
						"(Lorg/osgi/framework/ServiceReference;)Ljava/lang/Object;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[522] 
	method.visitMethodInsn(INVOKEINTERFACE, REMOTING_I,
						"getEndpoint", "(Ljava/lang/String;)L" + ENDPOINT_I //$NON-NLS-1$ //$NON-NLS-2$
								+ ";"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[557] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"getProperties", //$NON-NLS-1$
						"(Ljava/lang/String;)Ljava/util/Dictionary;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[560] 
	method.visitMethodInsn(
						INVOKEINTERFACE,
						"org/osgi/framework/BundleContext", //$NON-NLS-1$
						"registerService", //$NON-NLS-1$
						"([Ljava/lang/String;Ljava/lang/Object;Ljava/util/Dictionary;)Lorg/osgi/framework/ServiceRegistration;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[565] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"trackRegistration", //$NON-NLS-1$
						"(Ljava/lang/String;Lorg/osgi/framework/ServiceRegistration;)V"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[572] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"getProperties", //$NON-NLS-1$
						"(Ljava/lang/String;)Ljava/util/Dictionary;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[576] 
	method.visitMethodInsn(INVOKEVIRTUAL, "java/util/Dictionary", //$NON-NLS-1$
						"get", "(Ljava/lang/Object;)Ljava/lang/Object;"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[584] 
	method.visitMethodInsn(INVOKESTATIC, "java/lang/Class", //$NON-NLS-1$
						"forName", "(Ljava/lang/String;)Ljava/lang/Class;"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[586] 
	method.visitMethodInsn(INVOKEVIRTUAL, "java/lang/Class", //$NON-NLS-1$
						"newInstance", "()Ljava/lang/Object;"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[593] 
	method.visitMethodInsn(INVOKEINTERFACE, UICOMP_I,
						"initComponent", //$NON-NLS-1$
						"(Ljava/lang/Object;Lorg/osgi/framework/BundleContext;)V"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[603] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"getPresentationProperties", //$NON-NLS-1$
						"(Ljava/lang/String;)Ljava/util/Dictionary;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[606] 
	method.visitMethodInsn(
						INVOKEINTERFACE,
						"org/osgi/framework/BundleContext", //$NON-NLS-1$
						"registerService", //$NON-NLS-1$
						"(Ljava/lang/String;Ljava/lang/Object;Ljava/util/Dictionary;)Lorg/osgi/framework/ServiceRegistration;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[616] 
	method.visitMethodInsn(INVOKEVIRTUAL, implName, "started", //$NON-NLS-1$
							"(Lorg/osgi/framework/BundleContext;)V"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[632] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"untrackRegistration", "(Ljava/lang/String;)V"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[641] 
	method.visitMethodInsn(INVOKEVIRTUAL, implName, "stopped", //$NON-NLS-1$
							"(Lorg/osgi/framework/BundleContext;)V"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[813] 
	method.visitMethodInsn(INVOKESPECIAL,
							"ch/ethz/iks/r_osgi/types/BoxedPrimitive", //$NON-NLS-1$
							"<init>", "(" + args[i].getDescriptor() + ")V"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[837] 
	method.visitMethodInsn(INVOKESPECIAL,
							"ch/ethz/iks/r_osgi/types/BoxedPrimitive", //$NON-NLS-1$
							"<init>", "(" + args[i].getDescriptor() + ")V"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[845] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I, "invokeMethod", //$NON-NLS-1$
					"(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[865] 
	method.visitMethodInsn(INVOKEVIRTUAL, BOXED_TYPE[sort],
						UNBOX_METHOD[sort], "()" + returnType.getDescriptor()); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[1050] 
	* @see org.objectweb.asm.MethodVisitor#visitMethodInsn(int,
		 *      java.lang.String, java.lang.String, java.lang.String)
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[1056] 
	super.mv.visitMethodInsn(opcode, checkRewrite(owner), name,
					checkRewriteDesc(desc));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java:[293] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
						"{TCP Channel} sending " + message); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java:[293] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java:[318] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
									"{TCP Channel} received " + msg); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java:[318] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java:[290] 
	injections.put(classFile, reader.b);
	                                 ^
The field ClassReader.b is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java:[637] 
	* @see org.objectweb.asm.MethodVisitor#visitMethodInsn(int,
		 *      java.lang.String, java.lang.String, java.lang.String)
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java:[687] 
	public void visitTableSwitchInsn(final int min, final int max,
				final Label dflt, final Label[] labels) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Varargs methods should only override or be overridden by other varargs methods unlike CodeAnalyzer.MethodAnalyzer.visitTableSwitchInsn(int, int, Label, Label[]) and MethodVisitor.visitTableSwitchInsn(int, int, Label, Label...)
110 problems (110 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ ch.ethz.iks.r_osgi.remote ---
[INFO] MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Fetching ch.ethz.iks.r_osgi.remote_1.2.201.v20191025-0020.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (56.97kB)
[INFO] Fetching ch.ethz.iks.r_osgi.remote.source_1.2.201.v20191025-0020.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (153.08kB)
[JENKINS] Archiving disabled