Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 14 Number of classfiles: 14
Problems: 158 (Errors: 0 Warnings: 158 )
Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
20 : import org.eclipse.jst.j2ee.internal.actions.BaseAction;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
32 : public class ExportRARAction extends BaseAction {
Discouraged access: The constructor BaseAction() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
38 : super();
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
40 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
40 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
40 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();
Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
52 : wizard.init(plugin.getWorkbench(), selection);
Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ExportRARAction.java :
52 : wizard.init(plugin.getWorkbench(), selection);
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IConnectorArchiveConstants.java :
13 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IConnectorArchiveConstants.java :
43 : public static final String IRAR1000 = J2EEUIPlugin.PLUGIN_ID + ".irar1000"; //$NON-NLS-1$
Discouraged access: The field PLUGIN_ID from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IConnectorArchiveConstants.java :
43 : public static final String IRAR1000 = J2EEUIPlugin.PLUGIN_ID + ".irar1000"; //$NON-NLS-1$
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IConnectorArchiveConstants.java :
51 : public static final String ERAR1000 = J2EEUIPlugin.PLUGIN_ID + ".erar1000"; //$NON-NLS-1$
Discouraged access: The field PLUGIN_ID from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IConnectorArchiveConstants.java :
51 : public static final String ERAR1000 = J2EEUIPlugin.PLUGIN_ID + ".erar1000"; //$NON-NLS-1$
Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
21 : import org.eclipse.jst.j2ee.internal.actions.BaseAction;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
32 : public class ImportRARAction extends BaseAction {
Discouraged access: The constructor BaseAction() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
37 : super();
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
52 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
52 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
52 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();
Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type J2EEArtifactImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ImportRARAction.java :
54 : wizard.init(plugin.getWorkbench(), StructuredSelection.EMPTY);
Discouraged access: The type AbstractOpenWizardWorkbenchAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
15 : import org.eclipse.jst.j2ee.internal.actions.AbstractOpenWizardWorkbenchAction;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type AbstractOpenWizardWorkbenchAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
26 : public class NewConnectorComponentAction extends AbstractOpenWizardWorkbenchAction {
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The constructor AbstractOpenWizardWorkbenchAction(IWorkbench, String, Class[], boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
51 : super(workbench, label, acceptedTypes, false);
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
52 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
52 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
NewConnectorComponentAction.java :
52 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));
Discouraged access: The type ConnectorComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ConnectorComponentExportWizard.java :
13 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentExportDataModelProvider;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;
Discouraged access: The type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
16 : import org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactExportWizard;
Discouraged access: The type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
28 : public final class ConnectorComponentExportWizard extends J2EEArtifactExportWizard implements IExportWizard {
Discouraged access: The constructor J2EEArtifactExportWizard() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
38 : super();
Discouraged access: The constructor J2EEArtifactExportWizard(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
49 : super(model);
Discouraged access: The constructor ConnectorComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ConnectorComponentExportWizard.java :
54 : return new ConnectorComponentExportDataModelProvider();
Discouraged access: The type ConnectorComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ConnectorComponentExportWizard.java :
54 : return new ConnectorComponentExportDataModelProvider();
Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorComponentExportWizard.java :
66 : addPage(new RARExportPage(getDataModel(), MAIN_PG, getSelection()));
Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorComponentExportWizard.java :
66 : addPage(new RARExportPage(getDataModel(), MAIN_PG, getSelection()));
Discouraged access: The field MAIN_PG from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
66 : addPage(new RARExportPage(getDataModel(), MAIN_PG, getSelection()));
Discouraged access: The method getSelection() from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
66 : addPage(new RARExportPage(getDataModel(), MAIN_PG, getSelection()));
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The field JCA_EXPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentExportWizard.java :
78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
13 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;
Discouraged access: The type J2EEModuleImportPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
16 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleImportPage;
Discouraged access: The type J2EEModuleImportPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
22 : public class ConnectorComponentImportPage extends J2EEModuleImportPage {
Discouraged access: The constructor J2EEModuleImportPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
25 : super(model, pageName);
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The field JCA_IMPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The method createTopLevelComposite(Composite) from the type J2EEModuleImportPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
53 : return super.createTopLevelComposite(parent);
Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
58 : return IJ2EEUIContextIds.IMPORT_RAR_WIZARD_PAGE;
Discouraged access: The field IMPORT_RAR_WIZARD_PAGE from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportPage.java :
58 : return IJ2EEUIContextIds.IMPORT_RAR_WIZARD_PAGE;
Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ConnectorComponentImportWizard.java :
13 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentImportDataModelProvider;
Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;
Discouraged access: The type J2EEComponentImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
17 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentImportWizard;
Discouraged access: The type J2EEComponentImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
29 : public final class ConnectorComponentImportWizard extends J2EEComponentImportWizard {
Discouraged access: The constructor J2EEComponentImportWizard() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
38 : super();
Discouraged access: The constructor J2EEComponentImportWizard(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
51 : super(model);
Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorComponentImportWizard.java :
61 : addPage(new ConnectorComponentImportPage(getDataModel(), MAIN_PG));
Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorComponentImportWizard.java :
61 : addPage(new ConnectorComponentImportPage(getDataModel(), MAIN_PG));
Discouraged access: The field MAIN_PG from the type J2EEArtifactImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
61 : addPage(new ConnectorComponentImportPage(getDataModel(), MAIN_PG));
Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
73 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));
Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
73 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));
Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
73 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));
Discouraged access: The field IMPORT_WIZ_TITLE from the type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
73 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
74 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
74 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
74 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
74 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The field JCA_IMPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorComponentImportWizard.java :
74 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));
Discouraged access: The constructor ConnectorComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ConnectorComponentImportWizard.java :
85 : return new ConnectorComponentImportDataModelProvider();
Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ConnectorComponentImportWizard.java :
85 : return new ConnectorComponentImportDataModelProvider();
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ConnectorFacetInstallPage.java :
14 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ConnectorFacetInstallPage.java :
15 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
16 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ConnectorFacetInstallPage.java :
17 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
18 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleFacetInstallPage;
Discouraged access: The type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
25 : public class ConnectorFacetInstallPage extends J2EEModuleFacetInstallPage {
Discouraged access: The constructor J2EEModuleFacetInstallPage(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
30 : super("connector.facet.install.page"); //$NON-NLS-1$
Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorFacetInstallPage.java :
38 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P3);
Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
38 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P3);
Discouraged access: The field NEW_CONNECTOR_WIZARD_P3 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
38 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P3);
Discouraged access: The method createGenerateDescriptorControl(Composite, String) from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
43 : createGenerateDescriptorControl(composite, J2EEConstants.RAR_SHORT_NAME);
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ConnectorFacetInstallPage.java :
43 : createGenerateDescriptorControl(composite, J2EEConstants.RAR_SHORT_NAME);
Discouraged access: The field RAR_SHORT_NAME from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ConnectorFacetInstallPage.java :
43 : createGenerateDescriptorControl(composite, J2EEConstants.RAR_SHORT_NAME);
Discouraged access: The method registerFacetVersionChangeListener() from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
44 : registerFacetVersionChangeListener();
Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorFacetInstallPage.java :
53 : final IProjectFacetVersion fv = (IProjectFacetVersion) this.model.getProperty( FACET_VERSION );
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ConnectorFacetInstallPage.java :
54 : boolean isJEE6OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JCA_1_6_ID;
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ConnectorFacetInstallPage.java :
54 : boolean isJEE6OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JCA_1_6_ID;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ConnectorFacetInstallPage.java :
54 : boolean isJEE6OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JCA_1_6_ID;
Discouraged access: The field JCA_1_6_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ConnectorFacetInstallPage.java :
54 : boolean isJEE6OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JCA_1_6_ID;
Discouraged access: The field addDD from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
55 : this.addDD.setVisible(isJEE6OrGreater);
Discouraged access: The method enter() from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
67 : super.enter();
Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorFacetInstallPage.java :
68 : final IProjectFacetVersion fv = (IProjectFacetVersion) this.model.getProperty( FACET_VERSION );
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ConnectorFacetInstallPage.java :
69 : boolean isJEE6OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JCA_1_6_ID;
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ConnectorFacetInstallPage.java :
69 : boolean isJEE6OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JCA_1_6_ID;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ConnectorFacetInstallPage.java :
69 : boolean isJEE6OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JCA_1_6_ID;
Discouraged access: The field JCA_1_6_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ConnectorFacetInstallPage.java :
69 : boolean isJEE6OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JCA_1_6_ID;
Discouraged access: The field addDD from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
71 : this.addDD.setVisible(isJEE6OrGreater);
Discouraged access: The field addDD from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
72 : this.addDD.setEnabled(isJEE6OrGreater);
Discouraged access: The field addDD from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
75 : this.addDD.setVisible(true);
Discouraged access: The field addDD from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorFacetInstallPage.java :
76 : this.addDD.setEnabled(isJEE6OrGreater);
Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
18 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
20 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;
Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
21 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentFacetCreationWizardPage;
Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
29 : public class ConnectorProjectFirstPage extends J2EEComponentFacetCreationWizardPage {
Discouraged access: The constructor J2EEComponentFacetCreationWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
32 : super(dataModel, pageName);
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
35 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
35 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
35 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
35 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));
Discouraged access: The field JCA_PROJECT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
35 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));
Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorProjectFirstPage.java :
36 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P1);
Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
36 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P1);
Discouraged access: The field NEW_CONNECTOR_WIZARD_P1 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectFirstPage.java :
36 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P1);
Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
ConnectorProjectFirstPage.java :
47 : IRuntime runtime = (IRuntime)model.getProperty(IFacetProjectCreationDataModelProperties.FACET_RUNTIME);
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectWizard.java :
18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectWizard.java :
49 : final Bundle bundle = Platform.getBundle(J2EEUIPlugin.PLUGIN_ID);
Discouraged access: The field PLUGIN_ID from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ConnectorProjectWizard.java :
49 : final Bundle bundle = Platform.getBundle(J2EEUIPlugin.PLUGIN_ID);
Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
20 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;
Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;
Discouraged access: The type J2EEModuleExportPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
24 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleExportPage;
Discouraged access: The type J2EEModuleExportPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
35 : public class RARExportPage extends J2EEModuleExportPage {
Discouraged access: The constructor J2EEModuleExportPage(IDataModel, String, IStructuredSelection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
41 : super(model, pageName, selection);
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The field JCA_EXPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));
Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
55 : return J2EEUIMessages.getResourceString(J2EEUIMessages.JCA_PROJ_LBL);
Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
55 : return J2EEUIMessages.getResourceString(J2EEUIMessages.JCA_PROJ_LBL);
Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
55 : return J2EEUIMessages.getResourceString(J2EEUIMessages.JCA_PROJ_LBL);
Discouraged access: The field JCA_PROJ_LBL from the type J2EEUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
55 : return J2EEUIMessages.getResourceString(J2EEUIMessages.JCA_PROJ_LBL);
Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
85 : return IJ2EEUIContextIds.EXPORT_RAR_WIZARD_PAGE;
Discouraged access: The field EXPORT_RAR_WIZARD_PAGE from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
RARExportPage.java :
85 : return IJ2EEUIContextIds.EXPORT_RAR_WIZARD_PAGE;