Compiler Report

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 )

Source File: org/eclipse/wtp/layout/tests/TestRepo.java
1. WARNING: DiscouragedReference

Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar

TestRepo.java :

33 : import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type License is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar

TestRepo.java :

34 : import org.eclipse.equinox.internal.p2.metadata.License;

3. WARNING: DiscouragedReference

Discouraged access: The constructor License(URI, String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar

TestRepo.java :

108 : ILicense standardLicense = new License(null, body, null);

4. WARNING: DiscouragedReference

Discouraged access: The type License is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar

TestRepo.java :

108 : ILicense standardLicense = new License(null, body, null);

5. WARNING: LocalVariableIsNeverUsed

The local variable isFragment is never read

TestRepo.java :

223 : boolean isFragment = "true".equals(iu.getProperty("org.eclipse.equinox.p2.type.fragment"));

6. WARNING: LocalVariableIsNeverUsed

The local variable isFragment is never read

TestRepo.java :

420 : boolean isFragment = "true".equals(iu.getProperty("org.eclipse.equinox.p2.type.fragment"));

7. WARNING: DiscouragedReference

Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar

TestRepo.java :

481 : return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME);

8. WARNING: DiscouragedReference

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.1-M/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar

TestRepo.java :

481 : return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME);

Source File: org/eclipse/wtp/releng/tests/TestActivator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar

TestActivator.java :

17 : import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar

TestActivator.java :

37 : FrameworkLog log = (FrameworkLog) ServiceHelper.getService(context, FrameworkLog.class.getName());

3. WARNING: DiscouragedReference

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.1-M/eclipse/plugins/org.eclipse.equinox.p2.core_2.0.0.v20100510.jar

TestActivator.java :

37 : FrameworkLog log = (FrameworkLog) ServiceHelper.getService(context, FrameworkLog.class.getName());