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 )
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;
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;
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;
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;
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;
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);
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);
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);
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);
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);
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);
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);
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;
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;
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)) {
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)) {
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));
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));
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));
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));
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));
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));
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));
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());
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());
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;
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;
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 {
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 {
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();
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;
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;
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;
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;
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 {
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();
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());
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());
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);
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);
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);
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);
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);
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;
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;
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;
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;
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;
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));
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));
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);
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);
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()) {
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()) {
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);
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);
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));
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));
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) {
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) {
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) {
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) {
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);
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);
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));
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));
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;
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
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));
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));
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));
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;
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;
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) );
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) );
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) );
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) );
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) );
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) );
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;
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;
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;
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;
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;
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 {
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();
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);
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);
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;
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});
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});
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});
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});
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;
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;
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;
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;
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;
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;
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 {
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();
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;
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;
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);
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) {
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 );
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();
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 );
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 );
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);
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();
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;
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;
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 {
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);
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);
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();
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)){
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)){
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());
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;
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;
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;
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()))
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);
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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 {
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) {
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);
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) {
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);
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);
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);
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);
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);
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);
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) {
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();
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));
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));
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);
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);
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();
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);
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();
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 {
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 {
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);
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());
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());
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);
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);
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);
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;
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;
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;
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 {
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();
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);
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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 {
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();
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();
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,
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,
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);
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();
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();
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();
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();
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();
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());
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());
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());
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;
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);
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);
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 {
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();
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));
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));
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);
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);
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);
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();
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();
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();
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) {
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) {
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);
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);
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);
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);
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);
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);
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);
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) {
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);
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);
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);
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);
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()));
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()));
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){
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);
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);
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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;
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;
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;
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 {
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();
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);
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);
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) {
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());
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());
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));
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);
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);
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;
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$
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$
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$
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();
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();
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;
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$
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$
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$
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();
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();
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;
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;
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 {
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);
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);
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);
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);
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$
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$
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$
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);
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);
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();
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();
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;
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();
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();
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;
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 {
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);
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;
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$
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$
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$
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();
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();
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;
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;
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;
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;
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 :
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 :
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 :
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 :
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$
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$
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$
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;
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$
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$
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$
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();
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();
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;
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;
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;
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;
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;
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;
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 {
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;
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();
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$
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$
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$
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());
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);
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);
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);
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) {
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) {
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();
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);
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;
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;
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;
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;
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;
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;
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 {
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();
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{
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();
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();
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);
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);
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);
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);
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);
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);
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);
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);
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()));
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()));
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()));
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);
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);
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;