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 )
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;
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;
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;
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;
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;
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());
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());
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());
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());
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);
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);
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() {
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);
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() {
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());
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());
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);
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);
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);