Compiler Report

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

Number of source files: 20 Number of classfiles: 74

Problems: 19 (Errors: 0 Warnings: 19 )

Source File: org/eclipse/jst/server/tomcat/ui/internal/TomcatRuntimeComposite.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

TomcatRuntimeComposite.java :

57 : 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

TomcatRuntimeComposite.java :

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

3. WARNING: DiscouragedReference

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

TomcatRuntimeComposite.java :

59 : import org.eclipse.wst.server.ui.internal.wizard.TaskWizard;

4. WARNING: DiscouragedReference

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

TomcatRuntimeComposite.java :

60 : import org.eclipse.wst.server.ui.internal.wizard.fragment.LicenseWizardFragment;

5. 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

TomcatRuntimeComposite.java :

77 : protected IInstallableRuntime ir;

6. 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

TomcatRuntimeComposite.java :

114 : ir = ServerPlugin.findInstallableRuntime(runtimeWC.getRuntimeType().getId());

7. 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

TomcatRuntimeComposite.java :

114 : ir = ServerPlugin.findInstallableRuntime(runtimeWC.getRuntimeType().getId());

8. WARNING: DiscouragedReference

Discouraged access: The method getName() 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

TomcatRuntimeComposite.java :

117 : installLabel.setText(ir.getName());

9. WARNING: DiscouragedReference

Discouraged access: The method getLicense(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

TomcatRuntimeComposite.java :

197 : license = ir.getLicense(new NullProgressMonitor());

10. WARNING: DiscouragedReference

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

TomcatRuntimeComposite.java :

202 : taskModel.putObject(LicenseWizardFragment.LICENSE, license);

11. WARNING: DiscouragedReference

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

TomcatRuntimeComposite.java :

202 : taskModel.putObject(LicenseWizardFragment.LICENSE, license);

12. WARNING: DiscouragedReference

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

TomcatRuntimeComposite.java :

203 : TaskWizard wizard2 = new TaskWizard(Messages.installDialogTitle, new WizardFragment() {

13. WARNING: DiscouragedReference

Discouraged access: The constructor TaskWizard(String, WizardFragment, TaskModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot

TomcatRuntimeComposite.java :

203 : TaskWizard wizard2 = new TaskWizard(Messages.installDialogTitle, new WizardFragment() { protected void createChildFragments(List list) { list.add(new LicenseWizardFragment()); } }, taskModel);

14. WARNING: DiscouragedReference

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

TomcatRuntimeComposite.java :

203 : TaskWizard wizard2 = new TaskWizard(Messages.installDialogTitle, new WizardFragment() {

15. WARNING: DiscouragedReference

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

TomcatRuntimeComposite.java :

205 : list.add(new LicenseWizardFragment());

16. WARNING: DiscouragedReference

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

TomcatRuntimeComposite.java :

205 : list.add(new LicenseWizardFragment());

17. 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

TomcatRuntimeComposite.java :

222 : return ServerPlugin.PLUGIN_ID.equals(family);

18. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID 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

TomcatRuntimeComposite.java :

222 : return ServerPlugin.PLUGIN_ID.equals(family);

19. 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

TomcatRuntimeComposite.java :

227 : ir.install(installPath, monitor);