Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 14 Number of classfiles: 14

Problems: 150 (Errors: 0 Warnings: 150 )

Source File: org/eclipse/jst/j2ee/jca/ui/internal/actions/ExportRARAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

20 : import org.eclipse.jst.j2ee.internal.actions.BaseAction;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

32 : public class ExportRARAction extends BaseAction {

4. WARNING: DiscouragedReference

Discouraged access: The constructor BaseAction() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

38 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

40 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

40 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

7. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

40 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

50 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

50 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

10. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

50 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

11. WARNING: DiscouragedReference

Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

51 : wizard.init(plugin.getWorkbench(), selection);

12. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportRARAction.java :

51 : wizard.init(plugin.getWorkbench(), selection);

Source File: org/eclipse/jst/j2ee/jca/ui/internal/actions/IConnectorArchiveConstants.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

IConnectorArchiveConstants.java :

13 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

IConnectorArchiveConstants.java :

43 : public static final String IRAR1000 = J2EEUIPlugin.PLUGIN_ID + ".irar1000"; //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

IConnectorArchiveConstants.java :

43 : public static final String IRAR1000 = J2EEUIPlugin.PLUGIN_ID + ".irar1000"; //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

IConnectorArchiveConstants.java :

51 : public static final String ERAR1000 = J2EEUIPlugin.PLUGIN_ID + ".erar1000"; //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

IConnectorArchiveConstants.java :

51 : public static final String ERAR1000 = J2EEUIPlugin.PLUGIN_ID + ".erar1000"; //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/jca/ui/internal/actions/ImportRARAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

21 : import org.eclipse.jst.j2ee.internal.actions.BaseAction;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

32 : public class ImportRARAction extends BaseAction {

4. WARNING: DiscouragedReference

Discouraged access: The constructor BaseAction() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

37 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

7. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

10. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

11. WARNING: DiscouragedReference

Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type J2EEArtifactImportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportRARAction.java :

53 : wizard.init(plugin.getWorkbench(), StructuredSelection.EMPTY);

Source File: org/eclipse/jst/j2ee/jca/ui/internal/actions/NewConnectorComponentAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractOpenWizardWorkbenchAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

15 : import org.eclipse.jst.j2ee.internal.actions.AbstractOpenWizardWorkbenchAction;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractOpenWizardWorkbenchAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

26 : public class NewConnectorComponentAction extends AbstractOpenWizardWorkbenchAction {

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

6. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

7. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractOpenWizardWorkbenchAction(IWorkbench, String, Class[], boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

51 : super(workbench, label, acceptedTypes, false);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

52 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

52 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

10. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewConnectorComponentAction.java :

52 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

Source File: org/eclipse/jst/j2ee/jca/ui/internal/wizard/ConnectorComponentExportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConnectorComponentExportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot

ConnectorComponentExportWizard.java :

13 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentExportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

16 : import org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactExportWizard;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

28 : public final class ConnectorComponentExportWizard extends J2EEArtifactExportWizard implements IExportWizard {

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactExportWizard() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

38 : super();

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactExportWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

49 : super(model);

8. WARNING: DiscouragedReference

Discouraged access: The constructor ConnectorComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot

ConnectorComponentExportWizard.java :

53 : return new ConnectorComponentExportDataModelProvider();

9. WARNING: DiscouragedReference

Discouraged access: The type ConnectorComponentExportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot

ConnectorComponentExportWizard.java :

53 : return new ConnectorComponentExportDataModelProvider();

10. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorComponentExportWizard.java :

64 : addPage(new RARExportPage(getDataModel(), MAIN_PG, getSelection()));

11. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorComponentExportWizard.java :

64 : addPage(new RARExportPage(getDataModel(), MAIN_PG, getSelection()));

12. WARNING: DiscouragedReference

Discouraged access: The field MAIN_PG from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

64 : addPage(new RARExportPage(getDataModel(), MAIN_PG, getSelection()));

13. WARNING: DiscouragedReference

Discouraged access: The method getSelection() from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

64 : addPage(new RARExportPage(getDataModel(), MAIN_PG, getSelection()));

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

15. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

16. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

18. WARNING: DiscouragedReference

Discouraged access: The field JCA_EXPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

Source File: org/eclipse/jst/j2ee/jca/ui/internal/wizard/ConnectorComponentImportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

13 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleImportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

16 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleImportPage;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleImportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

22 : public class ConnectorComponentImportPage extends J2EEModuleImportPage {

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEModuleImportPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

25 : super(model, pageName);

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

Discouraged access: The field JCA_IMPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

12. WARNING: DiscouragedReference

Discouraged access: The method createTopLevelComposite(Composite) from the type J2EEModuleImportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

48 : return super.createTopLevelComposite(parent);

13. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

52 : return IJ2EEUIContextIds.IMPORT_RAR_WIZARD_PAGE;

14. WARNING: DiscouragedReference

Discouraged access: The field IMPORT_RAR_WIZARD_PAGE from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportPage.java :

52 : return IJ2EEUIContextIds.IMPORT_RAR_WIZARD_PAGE;

Source File: org/eclipse/jst/j2ee/jca/ui/internal/wizard/ConnectorComponentImportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot

ConnectorComponentImportWizard.java :

13 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentImportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

17 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentImportWizard;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentImportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

29 : public final class ConnectorComponentImportWizard extends J2EEComponentImportWizard {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentImportWizard() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

38 : super();

8. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentImportWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

51 : super(model);

9. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorComponentImportWizard.java :

60 : addPage(new ConnectorComponentImportPage(getDataModel(), MAIN_PG));

10. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorComponentImportWizard.java :

60 : addPage(new ConnectorComponentImportPage(getDataModel(), MAIN_PG));

11. WARNING: DiscouragedReference

Discouraged access: The field MAIN_PG from the type J2EEArtifactImportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

60 : addPage(new ConnectorComponentImportPage(getDataModel(), MAIN_PG));

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

71 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

13. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

71 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

71 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

15. WARNING: DiscouragedReference

Discouraged access: The field IMPORT_WIZ_TITLE from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

71 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

17. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

18. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

19. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

20. WARNING: DiscouragedReference

Discouraged access: The field JCA_IMPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_IMPORT_WIZARD_BANNER));

21. WARNING: DiscouragedReference

Discouraged access: The constructor ConnectorComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot

ConnectorComponentImportWizard.java :

81 : return new ConnectorComponentImportDataModelProvider();

22. WARNING: DiscouragedReference

Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot

ConnectorComponentImportWizard.java :

81 : return new ConnectorComponentImportDataModelProvider();

Source File: org/eclipse/jst/j2ee/jca/ui/internal/wizard/ConnectorFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

15 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

17 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleFacetInstallPage;

4. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConnectorFacetInstallPage.java :

25 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

27 : public class ConnectorFacetInstallPage extends J2EEModuleFacetInstallPage implements IConnectorFacetInstallDataModelProperties {

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEModuleFacetInstallPage(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

36 : super(IModuleConstants.JST_CONNECTOR_MODULE);

7. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConnectorFacetInstallPage.java :

36 : super(IModuleConstants.JST_CONNECTOR_MODULE);

8. WARNING: DiscouragedReference

Discouraged access: The field JST_CONNECTOR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConnectorFacetInstallPage.java :

36 : super(IModuleConstants.JST_CONNECTOR_MODULE);

9. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorFacetInstallPage.java :

46 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P3);

10. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

46 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P3);

11. WARNING: DiscouragedReference

Discouraged access: The field NEW_CONNECTOR_WIZARD_P3 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

46 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P3);

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

53 : configFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.SOURCEFOLDER));

13. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

53 : configFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.SOURCEFOLDER));

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

53 : configFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.SOURCEFOLDER));

15. WARNING: DiscouragedReference

Discouraged access: The field SOURCEFOLDER from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

53 : configFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.SOURCEFOLDER));

16. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorFacetInstallPage.java :

59 : synchHelper.synchText(configFolder, CONFIG_FOLDER, null);

17. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorFacetInstallPage.java :

59 : synchHelper.synchText(configFolder, CONFIG_FOLDER, null);

18. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

62 : outputFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.OUTPUTFOLDER));

19. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

62 : outputFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.OUTPUTFOLDER));

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

62 : outputFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.OUTPUTFOLDER));

21. WARNING: DiscouragedReference

Discouraged access: The field OUTPUTFOLDER from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorFacetInstallPage.java :

62 : outputFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.OUTPUTFOLDER));

22. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorFacetInstallPage.java :

68 : synchHelper.synchText(outputFolder, OUTPUT_FOLDER, null);

23. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorFacetInstallPage.java :

68 : synchHelper.synchText(outputFolder, OUTPUT_FOLDER, null);

Source File: org/eclipse/jst/j2ee/jca/ui/internal/wizard/ConnectorProjectFirstPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

13 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

16 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentFacetCreationWizardPage;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

21 : public class ConnectorProjectFirstPage extends J2EEComponentFacetCreationWizardPage {

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentFacetCreationWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

24 : super(dataModel, pageName);

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

27 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

27 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

27 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

27 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

Discouraged access: The field JCA_PROJECT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

27 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_PROJECT_WIZARD_BANNER));

12. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

ConnectorProjectFirstPage.java :

28 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P1);

13. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

28 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P1);

14. WARNING: DiscouragedReference

Discouraged access: The field NEW_CONNECTOR_WIZARD_P1 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectFirstPage.java :

28 : setInfopopID(IJ2EEUIContextIds.NEW_CONNECTOR_WIZARD_P1);

Source File: org/eclipse/jst/j2ee/jca/ui/internal/wizard/ConnectorProjectWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectWizard.java :

18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectWizard.java :

47 : final Bundle bundle = Platform.getBundle(J2EEUIPlugin.PLUGIN_ID);

3. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ConnectorProjectWizard.java :

47 : final Bundle bundle = Platform.getBundle(J2EEUIPlugin.PLUGIN_ID);

Source File: org/eclipse/jst/j2ee/jca/ui/internal/wizard/RARExportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

20 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleExportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

24 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleExportPage;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleExportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

35 : public class RARExportPage extends J2EEModuleExportPage {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEModuleExportPage(IDataModel, String, IStructuredSelection) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

41 : super(model, pageName, selection);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

12. WARNING: DiscouragedReference

Discouraged access: The field JCA_EXPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.JCA_EXPORT_WIZARD_BANNER));

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

54 : return J2EEUIMessages.getResourceString(J2EEUIMessages.JCA_PROJ_LBL);

14. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

54 : return J2EEUIMessages.getResourceString(J2EEUIMessages.JCA_PROJ_LBL);

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

54 : return J2EEUIMessages.getResourceString(J2EEUIMessages.JCA_PROJ_LBL);

16. WARNING: DiscouragedReference

Discouraged access: The field JCA_PROJ_LBL from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

54 : return J2EEUIMessages.getResourceString(J2EEUIMessages.JCA_PROJ_LBL);

17. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

81 : return IJ2EEUIContextIds.EXPORT_RAR_WIZARD_PAGE;

18. WARNING: DiscouragedReference

Discouraged access: The field EXPORT_RAR_WIZARD_PAGE from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

RARExportPage.java :

81 : return IJ2EEUIContextIds.EXPORT_RAR_WIZARD_PAGE;