Compiler Report

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

Number of source files: 38 Number of classfiles: 40

Problems: 351 (Errors: 0 Warnings: 351 )

Source File: org/eclipse/jst/j2ee/internal/jca/project/facet/ConnectorFacetInstallDataModelProvider.java
1. WARNING: DiscouragedReference

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

ConnectorFacetInstallDataModelProvider.java :

15 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

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

ConnectorFacetInstallDataModelProvider.java :

16 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorFacetInstallDataModelProvider.java :

17 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorFacetInstallDataModelProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences 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

ConnectorFacetInstallDataModelProvider.java :

19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorFacetInstallDataModelProvider.java :

31 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER);

7. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin 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

ConnectorFacetInstallDataModelProvider.java :

31 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER);

8. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin 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

ConnectorFacetInstallDataModelProvider.java :

31 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER);

9. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type J2EEPreferences 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

ConnectorFacetInstallDataModelProvider.java :

31 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER);

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences 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

ConnectorFacetInstallDataModelProvider.java :

31 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER);

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys 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

ConnectorFacetInstallDataModelProvider.java :

31 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER);

12. WARNING: DiscouragedReference

Discouraged access: The field JCA_CONTENT_FOLDER from the type JavaEEPreferencesInitializer.Keys 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

ConnectorFacetInstallDataModelProvider.java :

31 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER);

13. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorFacetInstallDataModelProvider.java :

34 : return projectName + IJ2EEModuleConstants.RAR_EXT;

14. WARNING: DiscouragedReference

Discouraged access: The field RAR_EXT from the type IJ2EEModuleConstants 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

ConnectorFacetInstallDataModelProvider.java :

34 : return projectName + IJ2EEModuleConstants.RAR_EXT;

15. WARNING: DiscouragedReference

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

ConnectorFacetInstallDataModelProvider.java :

37 : if(J2EEVersionConstants.VERSION_1_6_TEXT.equals(facetVersion)) {

16. WARNING: DiscouragedReference

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

ConnectorFacetInstallDataModelProvider.java :

37 : if(J2EEVersionConstants.VERSION_1_6_TEXT.equals(facetVersion)) {

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorFacetInstallDataModelProvider.java :

38 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_CONNECTOR_GENERATE_DD));

18. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin 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

ConnectorFacetInstallDataModelProvider.java :

38 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_CONNECTOR_GENERATE_DD));

19. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin 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

ConnectorFacetInstallDataModelProvider.java :

38 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_CONNECTOR_GENERATE_DD));

20. WARNING: DiscouragedReference

Discouraged access: The method getBoolean(String) from the type J2EEPreferences 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

ConnectorFacetInstallDataModelProvider.java :

38 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_CONNECTOR_GENERATE_DD));

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences 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

ConnectorFacetInstallDataModelProvider.java :

38 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_CONNECTOR_GENERATE_DD));

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys 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

ConnectorFacetInstallDataModelProvider.java :

38 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_CONNECTOR_GENERATE_DD));

23. WARNING: DiscouragedReference

Discouraged access: The field EE6_CONNECTOR_GENERATE_DD from the type JavaEEPreferencesInitializer.Keys 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

ConnectorFacetInstallDataModelProvider.java :

38 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_CONNECTOR_GENERATE_DD));

24. WARNING: DiscouragedReference

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

ConnectorFacetInstallDataModelProvider.java :

47 : return J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(version.getVersionString());

25. WARNING: DiscouragedReference

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

ConnectorFacetInstallDataModelProvider.java :

47 : return J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(version.getVersionString());

Source File: org/eclipse/jst/j2ee/jca/internal/plugin/JcaModuleExtensionImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type EarModuleExtensionImpl 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

JcaModuleExtensionImpl.java :

21 : import org.eclipse.jst.j2ee.internal.moduleextension.EarModuleExtensionImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type JcaModuleExtension 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

JcaModuleExtensionImpl.java :

22 : import org.eclipse.jst.j2ee.internal.moduleextension.JcaModuleExtension;

3. WARNING: DiscouragedReference

Discouraged access: The type EarModuleExtensionImpl 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

JcaModuleExtensionImpl.java :

28 : public class JcaModuleExtensionImpl extends EarModuleExtensionImpl implements JcaModuleExtension {

4. WARNING: DiscouragedReference

Discouraged access: The type JcaModuleExtension 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

JcaModuleExtensionImpl.java :

28 : public class JcaModuleExtensionImpl extends EarModuleExtensionImpl implements JcaModuleExtension {

5. WARNING: DiscouragedReference

Discouraged access: The constructor EarModuleExtensionImpl() 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

JcaModuleExtensionImpl.java :

34 : super();

Source File: org/eclipse/jst/j2ee/jca/internal/plugin/JcaPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

JcaPlugin.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ConnectorResourceFactory 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

JcaPlugin.java :

23 : import org.eclipse.jst.j2ee.jca.internal.impl.ConnectorResourceFactory;

3. WARNING: DiscouragedReference

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

JcaPlugin.java :

24 : import org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin 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/@dot

JcaPlugin.java :

25 : import org.eclipse.wst.common.frameworks.internal.WTPPlugin;

5. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin 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/@dot

JcaPlugin.java :

41 : public class JcaPlugin extends WTPPlugin implements ResourceLocator {

6. WARNING: DiscouragedReference

Discouraged access: The constructor WTPPlugin() 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/@dot

JcaPlugin.java :

64 : super();

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

JcaPlugin.java :

88 : return J2EEPlugin.getImageURL(key, getBundle());

8. WARNING: DiscouragedReference

Discouraged access: The method getImageURL(String, Bundle) from the type J2EEPlugin 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

JcaPlugin.java :

88 : return J2EEPlugin.getImageURL(key, getBundle());

9. WARNING: DiscouragedReference

Discouraged access: The method start(BundleContext) from the type WTPPlugin 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/@dot

JcaPlugin.java :

149 : super.start(context);

10. WARNING: DiscouragedReference

Discouraged access: The type ConnectorResourceFactory 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

JcaPlugin.java :

150 : ConnectorResourceFactory.register(WTPResourceFactoryRegistry.INSTANCE);

11. WARNING: DiscouragedReference

Discouraged access: The method register(FileNameResourceFactoryRegistry) from the type ConnectorResourceFactory 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

JcaPlugin.java :

150 : ConnectorResourceFactory.register(WTPResourceFactoryRegistry.INSTANCE);

12. WARNING: DiscouragedReference

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

JcaPlugin.java :

150 : ConnectorResourceFactory.register(WTPResourceFactoryRegistry.INSTANCE);

13. WARNING: DiscouragedReference

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

JcaPlugin.java :

150 : ConnectorResourceFactory.register(WTPResourceFactoryRegistry.INSTANCE);

Source File: org/eclipse/jst/j2ee/jca/project/facet/ConnectorFacetInstallDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil 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

ConnectorFacetInstallDelegate.java :

37 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

2. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

38 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

39 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

4. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

40 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorFacetInstallDelegate.java :

42 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

6. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

109 : IFile rarFile = sourceFolder.getFile(new Path(J2EEConstants.RAR_DD_URI));

7. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

109 : IFile rarFile = sourceFolder.getFile(new Path(J2EEConstants.RAR_DD_URI));

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorFacetInstallDelegate.java :

120 : J2EEPlugin.logError(e);

9. WARNING: DiscouragedReference

Discouraged access: The method logError(CoreException) from the type J2EEPlugin 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

ConnectorFacetInstallDelegate.java :

120 : J2EEPlugin.logError(e);

10. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

125 : else if (!sourceFolder.getFile(J2EEConstants.RAR_DD_URI).exists()) {

11. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

125 : else if (!sourceFolder.getFile(J2EEConstants.RAR_DD_URI).exists()) {

12. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

127 : int nVer = J2EEVersionUtil.convertVersionStringToInt(ver);

13. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

127 : int nVer = J2EEVersionUtil.convertVersionStringToInt(ver);

14. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

129 : IFile aFile = sourceFolder.getFile(new Path(J2EEConstants.RAR_DD_URI));

15. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

129 : IFile aFile = sourceFolder.getFile(new Path(J2EEConstants.RAR_DD_URI));

16. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

133 : if(nVer == J2EEVersionConstants.JCA_1_0_ID) {

17. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

133 : if(nVer == J2EEVersionConstants.JCA_1_0_ID) {

18. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

136 : else if (nVer == J2EEVersionConstants.JCA_1_5_ID) {

19. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

136 : else if (nVer == J2EEVersionConstants.JCA_1_5_ID) {

20. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil 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

ConnectorFacetInstallDelegate.java :

147 : ArchiveUtil.copy(in, out);

21. WARNING: DiscouragedReference

Discouraged access: The method copy(InputStream, OutputStream) from the type ArchiveUtil 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

ConnectorFacetInstallDelegate.java :

147 : ArchiveUtil.copy(in, out);

22. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

192 : IVirtualFile vf = c.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

23. WARNING: DiscouragedReference

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

ConnectorFacetInstallDelegate.java :

192 : IVirtualFile vf = c.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

Source File: org/eclipse/jst/j2ee/jca/project/facet/ConnectorFacetPostInstallDelegate.java
1. WARNING: DiscouragedReference

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

ConnectorFacetPostInstallDelegate.java :

18 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

2. WARNING: DiscouragedReference

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

ConnectorFacetPostInstallDelegate.java :

47 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString

3. WARNING: DiscouragedReference

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

ConnectorFacetPostInstallDelegate.java :

47 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString (J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(ver));

4. WARNING: DiscouragedReference

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

ConnectorFacetPostInstallDelegate.java :

48 : (J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(ver));

5. WARNING: DiscouragedReference

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

ConnectorFacetPostInstallDelegate.java :

48 : (J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(ver));

Source File: org/eclipse/jst/j2ee/jca/project/facet/ConnectorFacetProjectCreationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorFacetProjectCreationDataModelProvider.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys 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

ConnectorFacetProjectCreationDataModelProvider.java :

19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences.Keys;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorFacetProjectCreationDataModelProvider.java :

49 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.JCA_OUTPUT_FOLDER) );

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin 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

ConnectorFacetProjectCreationDataModelProvider.java :

49 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.JCA_OUTPUT_FOLDER) );

5. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin 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

ConnectorFacetProjectCreationDataModelProvider.java :

49 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.JCA_OUTPUT_FOLDER) );

6. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type J2EEPreferences 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

ConnectorFacetProjectCreationDataModelProvider.java :

49 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.JCA_OUTPUT_FOLDER) );

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys 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

ConnectorFacetProjectCreationDataModelProvider.java :

49 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.JCA_OUTPUT_FOLDER) );

8. WARNING: DiscouragedReference

Discouraged access: The field JCA_OUTPUT_FOLDER from the type JavaEEPreferencesInitializer.Keys 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

ConnectorFacetProjectCreationDataModelProvider.java :

49 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.JCA_OUTPUT_FOLDER) );

Source File: org/eclipse/jst/j2ee/internal/jca/operations/ConnectorComponentExportDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentExportDataModelProvider 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

ConnectorComponentExportDataModelProvider.java :

13 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEComponentExportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaEEComponentExportOperation 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

ConnectorComponentExportDataModelProvider.java :

14 : import org.eclipse.jst.j2ee.internal.archive.operations.JavaEEComponentExportOperation;

3. WARNING: DiscouragedReference

Discouraged access: The type EARCreationResourceHandler 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

ConnectorComponentExportDataModelProvider.java :

15 : import org.eclipse.jst.j2ee.internal.earcreation.EARCreationResourceHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorComponentExportDataModelProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

ConnectorComponentExportDataModelProvider.java :

17 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentExportDataModelProvider 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

ConnectorComponentExportDataModelProvider.java :

20 : public class ConnectorComponentExportDataModelProvider extends J2EEComponentExportDataModelProvider {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentExportDataModelProvider() 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

ConnectorComponentExportDataModelProvider.java :

23 : super();

8. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEComponentExportOperation(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/@dot

ConnectorComponentExportDataModelProvider.java :

28 : return new JavaEEComponentExportOperation(model);

9. WARNING: DiscouragedReference

Discouraged access: The type JavaEEComponentExportOperation 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

ConnectorComponentExportDataModelProvider.java :

28 : return new JavaEEComponentExportOperation(model);

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

ConnectorComponentExportDataModelProvider.java :

33 : return J2EEProjectUtilities.JCA;

11. WARNING: DiscouragedReference

Discouraged access: The type EARCreationResourceHandler 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

ConnectorComponentExportDataModelProvider.java :

38 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_RAR, new Object[]{projectName});

12. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type EARCreationResourceHandler 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

ConnectorComponentExportDataModelProvider.java :

38 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_RAR, new Object[]{projectName});

13. WARNING: DiscouragedReference

Discouraged access: The type EARCreationResourceHandler 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

ConnectorComponentExportDataModelProvider.java :

38 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_RAR, new Object[]{projectName});

14. WARNING: DiscouragedReference

Discouraged access: The field NOT_A_RAR from the type EARCreationResourceHandler 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

ConnectorComponentExportDataModelProvider.java :

38 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_RAR, new Object[]{projectName});

15. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorComponentExportDataModelProvider.java :

43 : return IJ2EEModuleConstants.RAR_EXT;

16. WARNING: DiscouragedReference

Discouraged access: The field RAR_EXT from the type IJ2EEModuleConstants 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

ConnectorComponentExportDataModelProvider.java :

43 : return IJ2EEModuleConstants.RAR_EXT;

Source File: org/eclipse/jst/j2ee/internal/jca/operations/ConnectorComponentImportDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentImportDataModelProvider 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

ConnectorComponentImportDataModelProvider.java :

13 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEComponentImportDataModelProvider;

2. WARNING: DiscouragedReference

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

ConnectorComponentImportDataModelProvider.java :

14 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type XMLResource 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

ConnectorComponentImportDataModelProvider.java :

15 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

ConnectorComponentImportDataModelProvider.java :

16 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentImportDataModelProvider 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

ConnectorComponentImportDataModelProvider.java :

35 : public final class ConnectorComponentImportDataModelProvider extends J2EEComponentImportDataModelProvider {

6. WARNING: DiscouragedReference

Discouraged access: The method init() from the type J2EEArtifactImportDataModelProvider 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

ConnectorComponentImportDataModelProvider.java :

39 : super.init();

7. WARNING: DiscouragedReference

Discouraged access: The type XMLResource 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

ConnectorComponentImportDataModelProvider.java :

49 : return XMLResource.RAR_TYPE;

8. WARNING: DiscouragedReference

Discouraged access: The field RAR_TYPE from the type XMLResource 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

ConnectorComponentImportDataModelProvider.java :

49 : return XMLResource.RAR_TYPE;

9. WARNING: DiscouragedReference

Discouraged access: The method propertySet(String, Object) from the type J2EEArtifactImportDataModelProvider 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

ConnectorComponentImportDataModelProvider.java :

64 : boolean set = super.propertySet(propertyName, propertyValue);

10. WARNING: DiscouragedReference

Discouraged access: The method getArchiveWrapper() from the type J2EEArtifactImportDataModelProvider 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

ConnectorComponentImportDataModelProvider.java :

67 : if (getArchiveWrapper() != null) {

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

ConnectorComponentImportDataModelProvider.java :

69 : IDataModel jcaFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.JCA );

12. WARNING: DiscouragedReference

Discouraged access: The method getModuleSpecVersion() from the type J2EEComponentImportDataModelProvider 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

ConnectorComponentImportDataModelProvider.java :

71 : int version = getModuleSpecVersion();

13. WARNING: DiscouragedReference

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

ConnectorComponentImportDataModelProvider.java :

72 : String versionText = J2EEVersionUtil.getJCATextVersion( version );

14. WARNING: DiscouragedReference

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

ConnectorComponentImportDataModelProvider.java :

72 : String versionText = J2EEVersionUtil.getJCATextVersion( version );

15. WARNING: DiscouragedReference

Discouraged access: The method updateWorkingCopyFacetVersion(IDataModel, IDataModel) from the type J2EEArtifactImportDataModelProvider 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

ConnectorComponentImportDataModelProvider.java :

75 : updateWorkingCopyFacetVersion(moduleDM, jcaFacetDataModel);

16. WARNING: DiscouragedReference

Discouraged access: The method updateJavaFacetVersion() from the type J2EEComponentImportDataModelProvider 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

ConnectorComponentImportDataModelProvider.java :

76 : updateJavaFacetVersion();

Source File: org/eclipse/jst/j2ee/internal/jca/operations/ConnectorComponentImportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportOperation 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

ConnectorComponentImportOperation.java :

28 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactImportOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorComponentImportOperation.java :

29 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportOperation 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

ConnectorComponentImportOperation.java :

36 : public class ConnectorComponentImportOperation extends J2EEArtifactImportOperation {

4. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactImportOperation(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/@dot

ConnectorComponentImportOperation.java :

39 : super(model);

5. WARNING: DiscouragedReference

Discouraged access: The method doExecute(IProgressMonitor) from the type J2EEArtifactImportOperation 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

ConnectorComponentImportOperation.java :

44 : super.doExecute(monitor);

6. WARNING: DiscouragedReference

Discouraged access: The field archiveWrapper from the type J2EEArtifactImportOperation 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

ConnectorComponentImportOperation.java :

54 : List <IArchiveResource> archiveResources = ((IArchive)archiveWrapper.getUnderLyingArchive()).getArchiveResources();

7. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorComponentImportOperation.java :

58 : if(archiveResource.getPath().lastSegment().endsWith(IJ2EEModuleConstants.JAR_EXT)){

8. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants 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

ConnectorComponentImportOperation.java :

58 : if(archiveResource.getPath().lastSegment().endsWith(IJ2EEModuleConstants.JAR_EXT)){

9. WARNING: DiscouragedReference

Discouraged access: The field virtualComponent from the type J2EEArtifactImportOperation 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

ConnectorComponentImportOperation.java :

59 : vFile = virtualComponent.getRootFolder().getFile(archiveResource.getPath());

Source File: org/eclipse/jst/j2ee/jca/internal/module/util/ConnectorEditAdapterFactory.java
1. WARNING: DiscouragedReference

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

ConnectorEditAdapterFactory.java :

17 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

2. WARNING: DiscouragedReference

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

ConnectorEditAdapterFactory.java :

28 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

3. WARNING: DiscouragedReference

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

ConnectorEditAdapterFactory.java :

28 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

4. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

ConnectorEditAdapterFactory.java :

29 : if (JavaEEProjectUtilities.isJCAProject(editModel.getProject()))

5. WARNING: DiscouragedReference

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

ConnectorEditAdapterFactory.java :

30 : return new ConnectorArtifactEdit((ArtifactEditModel) adaptableObject);

Source File: org/eclipse/jst/j2ee/jca/modulecore/util/ConnectorArtifactEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive 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

ConnectorArtifactEdit.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory 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

ConnectorArtifactEdit.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException 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

ConnectorArtifactEdit.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

4. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

25 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type XMLResource 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

ConnectorArtifactEdit.java :

26 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

ConnectorArtifactEdit.java :

29 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

7. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

39 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

8. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

40 : import org.eclipse.wst.common.componentcore.internal.BinaryComponentHelper;

9. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

41 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

10. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

42 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

11. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

43 : import org.eclipse.wst.common.componentcore.internal.util.IArtifactEditFactory;

12. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

53 : public class ConnectorArtifactEdit extends EnterpriseArtifactEdit implements IArtifactEditFactory {

13. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

78 : protected BinaryComponentHelper initBinaryComponentHelper(IVirtualComponent binaryModule) {

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

ConnectorArtifactEdit.java :

92 : super(aProject, toAccessAsReadOnly, forCreate, J2EEProjectUtilities.JCA);

15. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

103 : public ConnectorArtifactEdit(ArtifactEditModel anArtifactEditModel) {

16. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConnectorArtifactEdit.java :

145 : return getBinaryComponentHelper().getResource(J2EEConstants.RAR_DD_URI_OBJ);

17. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

145 : return getBinaryComponentHelper().getResource(J2EEConstants.RAR_DD_URI_OBJ);

18. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

145 : return getBinaryComponentHelper().getResource(J2EEConstants.RAR_DD_URI_OBJ);

19. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConnectorArtifactEdit.java :

147 : return getArtifactEditModel().getResource(J2EEConstants.RAR_DD_URI_OBJ);

20. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

147 : return getArtifactEditModel().getResource(J2EEConstants.RAR_DD_URI_OBJ);

21. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

147 : return getArtifactEditModel().getResource(J2EEConstants.RAR_DD_URI_OBJ);

22. WARNING: DiscouragedReference

Discouraged access: The type XMLResource 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

ConnectorArtifactEdit.java :

184 : protected void addConnectorIfNecessary(XMLResource aResource) {

23. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

191 : URI moduleURI = getArtifactEditModel().getModuleURI();

24. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

193 : connector.setDisplayName(StructureEdit.getDeployedName(moduleURI));

25. WARNING: DiscouragedReference

Discouraged access: The method getDeployedName(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConnectorArtifactEdit.java :

193 : connector.setDisplayName(StructureEdit.getDeployedName(moduleURI));

26. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

197 : aResource.setID(connector, J2EEConstants.CONNECTOR_ID);

27. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

197 : aResource.setID(connector, J2EEConstants.CONNECTOR_ID);

28. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEVersionID() from the type XMLResource 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

ConnectorArtifactEdit.java :

353 : return getConnectorXmiResource().getJ2EEVersionID();

29. WARNING: DiscouragedReference

Discouraged access: The method setModuleVersionID(int) from the type XMLResource 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

ConnectorArtifactEdit.java :

382 : res.setModuleVersionID(version);

30. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

384 : return ((ConnectorResource) getDeploymentDescriptorResource()).getRootObject();

31. WARNING: DiscouragedReference

Discouraged access: The type Archive 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

ConnectorArtifactEdit.java :

396 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

32. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException 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

ConnectorArtifactEdit.java :

396 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

33. WARNING: DiscouragedReference

Discouraged access: The method setExportSource(boolean) from the type ComponentLoadStrategyImpl 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

ConnectorArtifactEdit.java :

402 : loader.setExportSource(includeSource);

34. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

403 : String uri = ModuleURIUtil.getHandleString(getComponent());

35. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConnectorArtifactEdit.java :

403 : String uri = ModuleURIUtil.getHandleString(getComponent());

36. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory 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

ConnectorArtifactEdit.java :

404 : return CommonarchiveFactory.eINSTANCE.openRARFile(loader, uri);

37. WARNING: DiscouragedReference

Discouraged access: The method openRARFile(LoadStrategy, String) from the type CommonarchiveFactory 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

ConnectorArtifactEdit.java :

404 : return CommonarchiveFactory.eINSTANCE.openRARFile(loader, uri);

38. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory 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

ConnectorArtifactEdit.java :

404 : return CommonarchiveFactory.eINSTANCE.openRARFile(loader, uri);

39. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

447 : return J2EEConstants.RAR_DD_URI_OBJ;

40. WARNING: DiscouragedReference

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

ConnectorArtifactEdit.java :

447 : return J2EEConstants.RAR_DD_URI_OBJ;

Source File: org/eclipse/jst/j2ee/internal/jca/archive/operations/ConnectorComponentExportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactExportOperation 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

ConnectorComponentExportOperation.java :

13 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactExportOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactExportOperation 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

ConnectorComponentExportOperation.java :

19 : public class ConnectorComponentExportOperation extends J2EEArtifactExportOperation {

3. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactExportOperation() 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

ConnectorComponentExportOperation.java :

22 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactExportOperation(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/@dot

ConnectorComponentExportOperation.java :

26 : super(model);

Source File: org/eclipse/jst/j2ee/internal/jca/archive/operations/ConnectorComponentLoadStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive 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

ConnectorComponentLoadStrategyImpl.java :

36 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentLoadStrategyImpl.java :

37 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveRuntimeException 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

ConnectorComponentLoadStrategyImpl.java :

38 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.ArchiveRuntimeException;

4. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException 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

ConnectorComponentLoadStrategyImpl.java :

39 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions 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

ConnectorComponentLoadStrategyImpl.java :

40 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;

6. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

41 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

7. WARNING: DiscouragedReference

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

ConnectorComponentLoadStrategyImpl.java :

42 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

8. WARNING: DiscouragedReference

Discouraged access: The type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

43 : import org.eclipse.jst.j2ee.internal.archive.operations.ComponentLoadStrategyImpl;

9. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorComponentLoadStrategyImpl.java :

44 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

ConnectorComponentLoadStrategyImpl.java :

45 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

11. WARNING: DiscouragedReference

Discouraged access: The type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

51 : public class ConnectorComponentLoadStrategyImpl extends ComponentLoadStrategyImpl {

12. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

53 : private int dotJavaLength = ArchiveUtil.DOT_JAVA.length();

13. WARNING: DiscouragedReference

Discouraged access: The field DOT_JAVA from the type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

53 : private int dotJavaLength = ArchiveUtil.DOT_JAVA.length();

14. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorComponentLoadStrategyImpl.java :

58 : public static String[] knownLibExtensions = {IJ2EEModuleConstants.JAR_EXT,

15. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants 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

ConnectorComponentLoadStrategyImpl.java :

58 : public static String[] knownLibExtensions = {IJ2EEModuleConstants.JAR_EXT,

16. WARNING: DiscouragedReference

Discouraged access: The constructor ComponentLoadStrategyImpl(IVirtualComponent, 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/@dot

ConnectorComponentLoadStrategyImpl.java :

71 : super(vComponent, includeClasspathComponents);

17. WARNING: DiscouragedReference

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

ConnectorComponentLoadStrategyImpl.java :

72 : knownDD = vComponent.getRootFolder().getFile(J2EEConstants.RAR_DD_URI).getUnderlyingFile();

18. WARNING: DiscouragedReference

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

ConnectorComponentLoadStrategyImpl.java :

72 : knownDD = vComponent.getRootFolder().getFile(J2EEConstants.RAR_DD_URI).getUnderlyingFile();

19. WARNING: DiscouragedReference

Discouraged access: The method aggregateSourceFiles() from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

78 : aggregateSourceFiles();

20. WARNING: DiscouragedReference

Discouraged access: The field filesHolder from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

79 : return filesHolder.getFiles();

21. WARNING: DiscouragedReference

Discouraged access: The method getFiles() from the type ComponentLoadStrategyImpl.FilesHolder 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

ConnectorComponentLoadStrategyImpl.java :

79 : return filesHolder.getFiles();

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

ConnectorComponentLoadStrategyImpl.java :

83 : IPackageFragmentRoot[] sourceRoots = J2EEProjectUtilities.getSourceContainers(vComponent.getProject());

23. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(IProject) from the type J2EEProjectUtilities 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

ConnectorComponentLoadStrategyImpl.java :

83 : IPackageFragmentRoot[] sourceRoots = J2EEProjectUtilities.getSourceContainers(vComponent.getProject());

24. WARNING: DiscouragedReference

Discouraged access: The field vComponent from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

83 : IPackageFragmentRoot[] sourceRoots = J2EEProjectUtilities.getSourceContainers(vComponent.getProject());

25. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentLoadStrategyImpl.java :

85 : File aFile;

26. WARNING: DiscouragedReference

Discouraged access: The field filesHolder from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

89 : filesHolder.addFile(aFile);

27. WARNING: DiscouragedReference

Discouraged access: The method addFile(File) from the type ComponentLoadStrategyImpl.FilesHolder 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

ConnectorComponentLoadStrategyImpl.java :

89 : filesHolder.addFile(aFile);

28. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentLoadStrategyImpl.java :

99 : private File getNestedJar(IPackageFragmentRoot sourceRoot) throws JavaModelException {

29. WARNING: DiscouragedReference

Discouraged access: The field vComponent from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

102 : IProject project = vComponent.getProject();

30. WARNING: DiscouragedReference

Discouraged access: The field filesHolder from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

127 : filesHolder.removeIFile((IFile) iFilesList.get(i));

31. WARNING: DiscouragedReference

Discouraged access: The method removeIFile(IFile) from the type ComponentLoadStrategyImpl.FilesHolder 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

ConnectorComponentLoadStrategyImpl.java :

127 : filesHolder.removeIFile((IFile) iFilesList.get(i));

32. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentLoadStrategyImpl.java :

129 : File nestedArchive = createNestedArchive(iFilesList, sourceContainer, javaOutputFolder);

33. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveRuntimeException(Exception) 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

ConnectorComponentLoadStrategyImpl.java :

140 : throw new ArchiveRuntimeException(core);

34. WARNING: DiscouragedReference

Discouraged access: The type ArchiveRuntimeException 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

ConnectorComponentLoadStrategyImpl.java :

140 : throw new ArchiveRuntimeException(core);

35. WARNING: DiscouragedReference

Discouraged access: The field vComponent from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

143 : IContainer ddFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).getUnderlyingFolder();

36. WARNING: DiscouragedReference

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

ConnectorComponentLoadStrategyImpl.java :

143 : IContainer ddFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).getUnderlyingFolder();

37. WARNING: DiscouragedReference

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

ConnectorComponentLoadStrategyImpl.java :

143 : IContainer ddFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).getUnderlyingFolder();

38. WARNING: DiscouragedReference

Discouraged access: The field exportSource from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

156 : if (exportSource) {

39. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentLoadStrategyImpl.java :

186 : private File createNestedArchive(List files, IContainer sourceContainer, IFolder javaOutputFolder) {

40. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions 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

ConnectorComponentLoadStrategyImpl.java :

188 : ArchiveOptions options = ((Archive) getContainer()).getOptions().cloneWith(loader);

41. WARNING: DiscouragedReference

Discouraged access: The method getOptions() from the type Archive 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

ConnectorComponentLoadStrategyImpl.java :

188 : ArchiveOptions options = ((Archive) getContainer()).getOptions().cloneWith(loader);

42. WARNING: DiscouragedReference

Discouraged access: The method cloneWith(LoadStrategy) from the type ArchiveOptions 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

ConnectorComponentLoadStrategyImpl.java :

188 : ArchiveOptions options = ((Archive) getContainer()).getOptions().cloneWith(loader);

43. WARNING: DiscouragedReference

Discouraged access: The type Archive 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

ConnectorComponentLoadStrategyImpl.java :

188 : ArchiveOptions options = ((Archive) getContainer()).getOptions().cloneWith(loader);

44. WARNING: DiscouragedReference

Discouraged access: The method getContainer() from the type LoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

188 : ArchiveOptions options = ((Archive) getContainer()).getOptions().cloneWith(loader);

45. WARNING: DiscouragedReference

Discouraged access: The method getArchiveFactory() from the type LoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

191 : return getArchiveFactory().primOpenArchive(options, uri);

46. WARNING: DiscouragedReference

Discouraged access: The method primOpenArchive(ArchiveOptions, String) from the type CommonarchiveFactory 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

ConnectorComponentLoadStrategyImpl.java :

191 : return getArchiveFactory().primOpenArchive(options, uri);

47. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException 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

ConnectorComponentLoadStrategyImpl.java :

192 : } catch (OpenFailureException ex) {

48. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveRuntimeException(Exception) 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

ConnectorComponentLoadStrategyImpl.java :

193 : throw new ArchiveRuntimeException(ex);

49. WARNING: DiscouragedReference

Discouraged access: The type ArchiveRuntimeException 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

ConnectorComponentLoadStrategyImpl.java :

193 : throw new ArchiveRuntimeException(ex);

50. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants 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

ConnectorComponentLoadStrategyImpl.java :

207 : sb.append(IJ2EEModuleConstants.JAR_EXT);

51. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants 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

ConnectorComponentLoadStrategyImpl.java :

207 : sb.append(IJ2EEModuleConstants.JAR_EXT);

52. WARNING: DiscouragedReference

Discouraged access: The field filesHolder from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

209 : } while (filesHolder.contains(sb.toString()));

53. WARNING: DiscouragedReference

Discouraged access: The method contains(String) from the type ComponentLoadStrategyImpl.FilesHolder 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

ConnectorComponentLoadStrategyImpl.java :

209 : } while (filesHolder.contains(sb.toString()));

54. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

225 : if(artifactEdit == null){

55. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

226 : artifactEdit = ConnectorArtifactEdit.getConnectorArtifactEditForRead(vComponent);

56. WARNING: DiscouragedReference

Discouraged access: The field vComponent from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

226 : artifactEdit = ConnectorArtifactEdit.getConnectorArtifactEditForRead(vComponent);

57. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

228 : return artifactEdit;

58. WARNING: DiscouragedReference

Discouraged access: The field vComponent from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

233 : boolean isDDFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).equals(vContainer);

59. WARNING: DiscouragedReference

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

ConnectorComponentLoadStrategyImpl.java :

233 : boolean isDDFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).equals(vContainer);

60. WARNING: DiscouragedReference

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

ConnectorComponentLoadStrategyImpl.java :

233 : boolean isDDFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).equals(vContainer);

61. WARNING: DiscouragedReference

Discouraged access: The method inJavaSrc(IVirtualResource) from the type ComponentLoadStrategyImpl 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

ConnectorComponentLoadStrategyImpl.java :

234 : return isDDFolder || !inJavaSrc(vContainer);

62. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

239 : return !hasExtension(uri, ArchiveUtil.DOT_CLASS) && !hasExtension(uri, ArchiveUtil.DOT_JAVA);

63. WARNING: DiscouragedReference

Discouraged access: The field DOT_CLASS from the type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

239 : return !hasExtension(uri, ArchiveUtil.DOT_CLASS) && !hasExtension(uri, ArchiveUtil.DOT_JAVA);

64. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

239 : return !hasExtension(uri, ArchiveUtil.DOT_CLASS) && !hasExtension(uri, ArchiveUtil.DOT_JAVA);

65. WARNING: DiscouragedReference

Discouraged access: The field DOT_JAVA from the type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

239 : return !hasExtension(uri, ArchiveUtil.DOT_CLASS) && !hasExtension(uri, ArchiveUtil.DOT_JAVA);

66. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

300 : return hasExtension(iFile, ArchiveUtil.DOT_JAVA);

67. WARNING: DiscouragedReference

Discouraged access: The field DOT_JAVA from the type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

300 : return hasExtension(iFile, ArchiveUtil.DOT_JAVA);

68. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

304 : return hasExtension(iFile, ArchiveUtil.DOT_CLASS);

69. WARNING: DiscouragedReference

Discouraged access: The field DOT_CLASS from the type ArchiveUtil 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

ConnectorComponentLoadStrategyImpl.java :

304 : return hasExtension(iFile, ArchiveUtil.DOT_CLASS);

Source File: org/eclipse/jst/j2ee/internal/jca/archive/operations/ConnectorComponentNestedJARLoadStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

27 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveRuntimeException 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

28 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.ArchiveRuntimeException;

3. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategyImpl 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

29 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategyImpl 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

32 : public class ConnectorComponentNestedJARLoadStrategyImpl extends LoadStrategyImpl {

5. WARNING: DiscouragedReference

Discouraged access: The constructor LoadStrategyImpl() 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

43 : super();

6. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

80 : File cFile = createFile(iFile, relPath);

7. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

82 : urisToIFiles.put(cFile.getURI(), iFile);

8. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

89 : private File createFile(IFile iFile, IPath relPath) {

9. WARNING: DiscouragedReference

Discouraged access: The type File 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

90 : File cFile = createFile(relPath.toString());

10. WARNING: DiscouragedReference

Discouraged access: The method createFile(String) from the type LoadStrategyImpl 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

90 : File cFile = createFile(relPath.toString());

11. WARNING: DiscouragedReference

Discouraged access: The method setLastModified(long) from the type File 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

91 : cFile.setLastModified(getLastModified(iFile));

12. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveRuntimeException(String, Exception) 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

112 : throw new ArchiveRuntimeException(uri, core);

13. WARNING: DiscouragedReference

Discouraged access: The type ArchiveRuntimeException 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

ConnectorComponentNestedJARLoadStrategyImpl.java :

112 : throw new ArchiveRuntimeException(uri, core);

Source File: org/eclipse/jst/j2ee/internal/jca/providers/AuthenticationMechanismItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

AuthenticationMechanismItemProvider.java :

31 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

AuthenticationMechanismItemProvider.java :

201 : return J2EEPlugin.getPlugin().getImage("full/obj16/auth_mechanism_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin 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

AuthenticationMechanismItemProvider.java :

201 : return J2EEPlugin.getPlugin().getImage("full/obj16/auth_mechanism_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin 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

AuthenticationMechanismItemProvider.java :

201 : return J2EEPlugin.getPlugin().getImage("full/obj16/auth_mechanism_obj"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

AuthenticationMechanismItemProvider.java :

263 : return J2EEPlugin.getDefault();

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin 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

AuthenticationMechanismItemProvider.java :

263 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/jca/providers/ConfigPropertyItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConfigPropertyItemProvider.java :

31 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConfigPropertyItemProvider.java :

189 : return J2EEPlugin.getPlugin().getImage("full/obj16/config_prop_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin 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

ConfigPropertyItemProvider.java :

189 : return J2EEPlugin.getPlugin().getImage("full/obj16/config_prop_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin 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

ConfigPropertyItemProvider.java :

189 : return J2EEPlugin.getPlugin().getImage("full/obj16/config_prop_obj"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConfigPropertyItemProvider.java :

252 : return J2EEPlugin.getDefault();

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin 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

ConfigPropertyItemProvider.java :

252 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/jca/providers/ConnectorItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityDescriptionGroupItemProvider 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

ConnectorItemProvider.java :

25 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityDescriptionGroupItemProvider 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

ConnectorItemProvider.java :

35 : public class ConnectorItemProvider extends CompatibilityDescriptionGroupItemProvider {

4. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) 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

ConnectorItemProvider.java :

44 : super(adapterFactory);

5. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider 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

ConnectorItemProvider.java :

56 : super.getPropertyDescriptors(object);

6. WARNING: DiscouragedReference

Discouraged access: The method getChildrenReferences(Object) from the type DescriptionGroupItemProvider 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

ConnectorItemProvider.java :

177 : super.getChildrenReferences(object);

7. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider 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

ConnectorItemProvider.java :

194 : return super.getChildReference(object, child);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorItemProvider.java :

219 : return J2EEPlugin.getPlugin().getImage("full/obj16/connection_obj"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin 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

ConnectorItemProvider.java :

219 : return J2EEPlugin.getPlugin().getImage("full/obj16/connection_obj"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin 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

ConnectorItemProvider.java :

219 : return J2EEPlugin.getPlugin().getImage("full/obj16/connection_obj"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider 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

ConnectorItemProvider.java :

254 : super.notifyChanged(notification);

12. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider 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

ConnectorItemProvider.java :

266 : super.collectNewChildDescriptors(newChildDescriptors, object);

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ConnectorItemProvider.java :

281 : return J2EEPlugin.getDefault();

14. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin 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

ConnectorItemProvider.java :

281 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/jca/providers/JcaEditPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type JcaFactoryImpl 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

JcaEditPlugin.java :

24 : import org.eclipse.jst.j2ee.jca.internal.impl.JcaFactoryImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type JcaFactoryImpl 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

JcaEditPlugin.java :

73 : jcaPackage = JcaFactoryImpl.getPackage();

3. WARNING: DiscouragedReference

Discouraged access: The method getPackage() from the type JcaFactoryImpl 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

JcaEditPlugin.java :

73 : jcaPackage = JcaFactoryImpl.getPackage();

Source File: org/eclipse/jst/j2ee/internal/jca/providers/JcaItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type JcaAdapterFactory 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

JcaItemProviderAdapterFactory.java :

33 : import org.eclipse.jst.j2ee.jca.internal.util.JcaAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type JcaAdapterFactory 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

JcaItemProviderAdapterFactory.java :

43 : public class JcaItemProviderAdapterFactory extends JcaAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier {

3. WARNING: DiscouragedReference

Discouraged access: The method isFactoryForType(Object) from the type JcaAdapterFactory 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

JcaItemProviderAdapterFactory.java :

399 : return super.isFactoryForType(type) || supportedTypes.contains(type);

Source File: org/eclipse/jst/j2ee/internal/jca/providers/LicenseItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

LicenseItemProvider.java :

32 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

LicenseItemProvider.java :

158 : return J2EEPlugin.getPlugin().getImage("full/obj16/license_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin 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

LicenseItemProvider.java :

158 : return J2EEPlugin.getPlugin().getImage("full/obj16/license_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin 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

LicenseItemProvider.java :

158 : return J2EEPlugin.getPlugin().getImage("full/obj16/license_obj"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

LicenseItemProvider.java :

219 : return J2EEPlugin.getDefault();

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin 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

LicenseItemProvider.java :

219 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/jca/providers/ResourceAdapterItemProvider.java
1. WARNING: DiscouragedReference

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

ResourceAdapterItemProvider.java :

32 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ResourceAdapterItemProvider.java :

33 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

3. WARNING: DiscouragedReference

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

ResourceAdapterItemProvider.java :

237 : int version = J2EEVersionConstants.JCA_1_0_ID;

4. WARNING: DiscouragedReference

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

ResourceAdapterItemProvider.java :

237 : int version = J2EEVersionConstants.JCA_1_0_ID;

5. WARNING: DiscouragedReference

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

ResourceAdapterItemProvider.java :

242 : case J2EEVersionConstants.JCA_1_0_ID :

6. WARNING: DiscouragedReference

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

ResourceAdapterItemProvider.java :

242 : case J2EEVersionConstants.JCA_1_0_ID :

7. WARNING: DiscouragedReference

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

ResourceAdapterItemProvider.java :

248 : case J2EEVersionConstants.JCA_1_5_ID :

8. WARNING: DiscouragedReference

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

ResourceAdapterItemProvider.java :

248 : case J2EEVersionConstants.JCA_1_5_ID :

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

ResourceAdapterItemProvider.java :

297 : return J2EEPlugin.getPlugin().getImage("full/obj16/resource_adapter_obj"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin 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

ResourceAdapterItemProvider.java :

297 : return J2EEPlugin.getPlugin().getImage("full/obj16/resource_adapter_obj"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin 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

ResourceAdapterItemProvider.java :

297 : return J2EEPlugin.getPlugin().getImage("full/obj16/resource_adapter_obj"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/jca/providers/SecurityPermissionItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

SecurityPermissionItemProvider.java :

32 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

SecurityPermissionItemProvider.java :

158 : return J2EEPlugin.getPlugin().getImage("full/obj16/security_permission_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin 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

SecurityPermissionItemProvider.java :

158 : return J2EEPlugin.getPlugin().getImage("full/obj16/security_permission_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin 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

SecurityPermissionItemProvider.java :

158 : return J2EEPlugin.getPlugin().getImage("full/obj16/security_permission_obj"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin 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

SecurityPermissionItemProvider.java :

220 : return J2EEPlugin.getDefault();

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin 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

SecurityPermissionItemProvider.java :

220 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/jca/validation/ConnectorHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type RARFile 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

ConnectorHelper.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.RARFile;

2. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException 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

ConnectorHelper.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEValidationHelper 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

ConnectorHelper.java :

25 : import org.eclipse.jst.j2ee.internal.validation.J2EEValidationHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type ConnectorMessageConstants 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

ConnectorHelper.java :

27 : import org.eclipse.jst.j2ee.model.internal.validation.ConnectorMessageConstants;

5. WARNING: DiscouragedReference

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

ConnectorHelper.java :

30 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

6. WARNING: DiscouragedReference

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

ConnectorHelper.java :

32 : import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEValidationHelper 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

ConnectorHelper.java :

41 : public class ConnectorHelper extends J2EEValidationHelper {

8. WARNING: DiscouragedReference

Discouraged access: The type RARFile 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

ConnectorHelper.java :

42 : protected RARFile rarFile;

9. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEValidationHelper() 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

ConnectorHelper.java :

48 : super();

10. WARNING: DiscouragedReference

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

ConnectorHelper.java :

49 : registerModel(ConnectorMessageConstants.CONNECTOR_MODEL_NAME, "loadRarFile"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The type ConnectorMessageConstants 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

ConnectorHelper.java :

49 : registerModel(ConnectorMessageConstants.CONNECTOR_MODEL_NAME, "loadRarFile"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_MODEL_NAME from the type ConnectorMessageConstants 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

ConnectorHelper.java :

49 : registerModel(ConnectorMessageConstants.CONNECTOR_MODEL_NAME, "loadRarFile"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

ConnectorHelper.java :

57 : IVirtualComponent comp = ComponentCore.createComponent(getProject());

14. WARNING: DiscouragedReference

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

ConnectorHelper.java :

58 : ArtifactEdit edit = ComponentUtilities.getArtifactEditForRead(comp);

15. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConnectorHelper.java :

58 : ArtifactEdit edit = ComponentUtilities.getArtifactEditForRead(comp);

16. WARNING: DiscouragedReference

Discouraged access: The type RARFile 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

ConnectorHelper.java :

61 : rarFile = (RARFile)((ConnectorArtifactEdit) edit).asArchive(false);

17. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException 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

ConnectorHelper.java :

63 : } catch (OpenFailureException e1) {

18. WARNING: DiscouragedReference

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

ConnectorHelper.java :

84 : public void cleanup(WorkbenchReporter reporter) {

19. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive 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

ConnectorHelper.java :

86 : rarFile.close();

20. WARNING: DiscouragedReference

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

ConnectorHelper.java :

90 : super.cleanup(reporter);

Source File: org/eclipse/jst/j2ee/internal/jca/validation/UIConnectorValidator.java
1. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

21 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ConnectorValidator 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

UIConnectorValidator.java :

22 : import org.eclipse.jst.j2ee.model.internal.validation.ConnectorValidator;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin 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/@dot

UIConnectorValidator.java :

27 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

4. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

28 : import org.eclipse.wst.validation.internal.core.Message;

5. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

29 : import org.eclipse.wst.validation.internal.core.ValidationException;

6. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

30 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

7. WARNING: DiscouragedReference

Discouraged access: The type ConnectorValidator 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

UIConnectorValidator.java :

42 : public class UIConnectorValidator extends ConnectorValidator {

8. WARNING: DiscouragedReference

Discouraged access: The constructor ConnectorValidator() 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

UIConnectorValidator.java :

47 : super();

9. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

54 : public IStatus validateInJob(IValidationContext helper, IReporter reporter) throws ValidationException{

10. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

56 : IProject proj = ((IWorkbenchContext) helper).getProject();

11. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

56 : IProject proj = ((IWorkbenchContext) helper).getProject();

12. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

60 : IVirtualFile rarDD = wbModule.getRootFolder().getFile(J2EEConstants.RAR_DD_URI);

13. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

60 : IVirtualFile rarDD = wbModule.getRootFolder().getFile(J2EEConstants.RAR_DD_URI);

14. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator 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

UIConnectorValidator.java :

62 : status = super.validateInJob(helper, reporter);

15. WARNING: DiscouragedReference

Discouraged access: The method validateInJob(IValidationContext, IReporter) from the type ConnectorValidator 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

UIConnectorValidator.java :

62 : status = super.validateInJob(helper, reporter);

16. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

64 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_INVALID_CONNECTOR_FILE);

17. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

64 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_INVALID_CONNECTOR_FILE);

18. WARNING: DiscouragedReference

Discouraged access: The method getBaseName() from the type ConnectorValidator 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

UIConnectorValidator.java :

64 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_INVALID_CONNECTOR_FILE);

19. WARNING: DiscouragedReference

Discouraged access: The field ERROR_INVALID_CONNECTOR_FILE from the type ConnectorMessageConstants 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

UIConnectorValidator.java :

64 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_INVALID_CONNECTOR_FILE);

20. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator 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

UIConnectorValidator.java :

65 : status = WTPCommonPlugin.createErrorStatus( errorMsg.getText( getClass().getClassLoader()));

21. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin 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/@dot

UIConnectorValidator.java :

65 : status = WTPCommonPlugin.createErrorStatus( errorMsg.getText( getClass().getClassLoader()));

22. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin 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/@dot

UIConnectorValidator.java :

65 : status = WTPCommonPlugin.createErrorStatus( errorMsg.getText( getClass().getClassLoader()));

23. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

66 : throw new ValidationException(errorMsg);

24. WARNING: DiscouragedReference

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

UIConnectorValidator.java :

66 : throw new ValidationException(errorMsg);

25. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator 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

UIConnectorValidator.java :

70 : return status;