Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 6 Number of classfiles: 13
Problems: 11 (Errors: 0 Warnings: 11 )
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar
TestRepo.java :
33 : import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper;
Discouraged access: The type License is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
TestRepo.java :
34 : import org.eclipse.equinox.internal.p2.metadata.License;
Discouraged access: The constructor License(URI, String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
TestRepo.java :
108 : ILicense standardLicense = new License(null, body, null);
Discouraged access: The type License is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
TestRepo.java :
108 : ILicense standardLicense = new License(null, body, null);
The local variable isFragment is never read
TestRepo.java :
223 : boolean isFragment = "true".equals(iu.getProperty("org.eclipse.equinox.p2.type.fragment"));
The local variable isFragment is never read
TestRepo.java :
420 : boolean isFragment = "true".equals(iu.getProperty("org.eclipse.equinox.p2.type.fragment"));
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar
TestRepo.java :
481 : return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME);
Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar
TestRepo.java :
481 : return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME);
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar
TestActivator.java :
17 : import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper;
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar
TestActivator.java :
37 : FrameworkLog log = (FrameworkLog) ServiceHelper.getService(context, FrameworkLog.class.getName());
Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar
TestActivator.java :
37 : FrameworkLog log = (FrameworkLog) ServiceHelper.getService(context, FrameworkLog.class.getName());