Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 19 Number of classfiles: 44

Problems: 11 (Errors: 0 Warnings: 11 )

Source File: org/eclipse/jst/server/generic/ui/internal/GenericServerRuntimeWizardFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

GenericServerRuntimeWizardFragment.java :

24 : import org.eclipse.wst.server.core.internal.IInstallableRuntime;

2. WARNING: DiscouragedReference

Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

GenericServerRuntimeWizardFragment.java :

25 : import org.eclipse.wst.server.core.internal.ServerPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

GenericServerRuntimeWizardFragment.java :

68 : IInstallableRuntime ir = ServerPlugin

4. WARNING: DiscouragedReference

Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

GenericServerRuntimeWizardFragment.java :

68 : IInstallableRuntime ir = ServerPlugin

5. WARNING: DiscouragedReference

Discouraged access: The method findInstallableRuntime(String) from the type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

GenericServerRuntimeWizardFragment.java :

68 : IInstallableRuntime ir = ServerPlugin .findInstallableRuntime( getRuntimeDelegate().getRuntime() .getRuntimeType().getId() );

Source File: org/eclipse/jst/server/generic/ui/internal/InstallableRuntimeDecorator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

InstallableRuntimeDecorator.java :

25 : import org.eclipse.wst.server.core.internal.IInstallableRuntime;

2. WARNING: DiscouragedReference

Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

InstallableRuntimeDecorator.java :

26 : import org.eclipse.wst.server.core.internal.ServerPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

InstallableRuntimeDecorator.java :

41 : final IInstallableRuntime ir = ServerPlugin

4. WARNING: DiscouragedReference

Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

InstallableRuntimeDecorator.java :

41 : final IInstallableRuntime ir = ServerPlugin

5. WARNING: DiscouragedReference

Discouraged access: The method findInstallableRuntime(String) from the type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

InstallableRuntimeDecorator.java :

41 : final IInstallableRuntime ir = ServerPlugin .findInstallableRuntime(fRuntime.getRuntime().getRuntimeType() .getId());

6. WARNING: DiscouragedReference

Discouraged access: The method install(IPath, IProgressMonitor) from the type IInstallableRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

InstallableRuntimeDecorator.java :

59 : ir.install(new Path(selectedDirectory), new NullProgressMonitor());