Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 184 Number of classfiles: 248
Problems: 2037 (Errors: 0 Warnings: 2037 )
Discouraged access: The type AnnotationsProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
18 : import org.eclipse.jst.common.internal.annotations.core.AnnotationsProviderManager;
Discouraged access: The type IAnnotationsProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
19 : import org.eclipse.jst.common.internal.annotations.core.IAnnotationsProvider;
Discouraged access: The type AnnotationsProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
37 : List providers = AnnotationsProviderManager.INSTANCE.getAnnotationsProviders();
Discouraged access: The method getAnnotationsProviders() from the type AnnotationsProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
37 : List providers = AnnotationsProviderManager.INSTANCE.getAnnotationsProviders();
Discouraged access: The field INSTANCE from the type AnnotationsProviderManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
37 : List providers = AnnotationsProviderManager.INSTANCE.getAnnotationsProviders();
Discouraged access: The type IAnnotationsProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
40 : IAnnotationsProvider provider = (IAnnotationsProvider) providers.get(i);
Discouraged access: The type IAnnotationsProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
40 : IAnnotationsProvider provider = (IAnnotationsProvider) providers.get(i);
Discouraged access: The method isAnnotated(EObject) from the type IAnnotationsProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
41 : provider.isAnnotated(null);
Discouraged access: The method getPrimaryAnnotatedCompilationUnit(EObject) from the type IAnnotationsProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
42 : provider.getPrimaryAnnotatedCompilationUnit(null);
Discouraged access: The method getPrimaryTagset(EObject) from the type IAnnotationsProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
AnnotationProviderTest.java :
43 : provider.getPrimaryTagset(null);
Discouraged access: The type IAnnotationsProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
TestAnnotationProvider.java :
15 : import org.eclipse.jst.common.internal.annotations.core.IAnnotationsProvider;
Discouraged access: The type IAnnotationsProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.annotations.core/@dot
TestAnnotationProvider.java :
17 : public class TestAnnotationProvider implements IAnnotationsProvider {
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
BindingsHelperTest.java :
21 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentImportDataModelProvider;
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
25 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;
Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
26 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EJBJarFile;
Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
27 : import org.eclipse.jst.j2ee.commonarchivecore.internal.WARFile;
Discouraged access: The type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
30 : import org.eclipse.jst.j2ee.core.internal.bindings.IJNDIBindingsHelper;
Discouraged access: The type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
31 : import org.eclipse.jst.j2ee.core.internal.bindings.JNDIBindingsHelperManager;
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
72 : protected EARFile getEarFile() throws Exception {
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
76 : return (EARFile) edit.asArchive(true);
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
BindingsHelperTest.java :
85 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
BindingsHelperTest.java :
85 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
105 : IJNDIBindingsHelper[] helpers = checkHelper(null);
Discouraged access: The type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
132 : helpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earProject);
Discouraged access: The method getInstance() from the type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
132 : helpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earProject);
Discouraged access: The method getBindingsHelpers(IProject) from the type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
132 : helpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earProject);
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
138 : EARFile earFile = getEarFile();
Discouraged access: The type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
139 : IJNDIBindingsHelper[] tempHelpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earFile);
Discouraged access: The type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
139 : IJNDIBindingsHelper[] tempHelpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earFile);
Discouraged access: The method getInstance() from the type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
139 : IJNDIBindingsHelper[] tempHelpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earFile);
Discouraged access: The method getBindingsHelpers(Archive) from the type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
139 : IJNDIBindingsHelper[] tempHelpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earFile);
Discouraged access: The type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
148 : private IJNDIBindingsHelper[] checkHelper(Class clazz) throws Exception {
Discouraged access: The type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
149 : IJNDIBindingsHelper[] helpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earProject);
Discouraged access: The type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
149 : IJNDIBindingsHelper[] helpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earProject);
Discouraged access: The method getInstance() from the type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
149 : IJNDIBindingsHelper[] helpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earProject);
Discouraged access: The method getBindingsHelpers(IProject) from the type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
149 : IJNDIBindingsHelper[] helpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earProject);
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
157 : EARFile earFile = getEarFile();
Discouraged access: The type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
158 : IJNDIBindingsHelper[] tempHelpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earFile);
Discouraged access: The type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
158 : IJNDIBindingsHelper[] tempHelpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earFile);
Discouraged access: The method getInstance() from the type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
158 : IJNDIBindingsHelper[] tempHelpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earFile);
Discouraged access: The method getBindingsHelpers(Archive) from the type JNDIBindingsHelperManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
158 : IJNDIBindingsHelper[] tempHelpers = JNDIBindingsHelperManager.getInstance().getBindingsHelpers(earFile);
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
164 : private void checkBindings(EARFile earFile, IJNDIBindingsHelper helper, String prefix) {
Discouraged access: The type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
164 : private void checkBindings(EARFile earFile, IJNDIBindingsHelper helper, String prefix) {
Discouraged access: The method getEJBJarFiles() from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
165 : List ejbJarFiles = earFile.getEJBJarFiles();
Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
166 : EJBJarFile ejbJarFile = (EJBJarFile) ejbJarFiles.get(0);
Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
166 : EJBJarFile ejbJarFile = (EJBJarFile) ejbJarFiles.get(0);
Discouraged access: The method getDeploymentDescriptor() from the type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
167 : EJBJar ejbJar = ejbJarFile.getDeploymentDescriptor();
Discouraged access: The method getJNDIName(EnterpriseBean) from the type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
171 : String jndiName = helper.getJNDIName(cmp);
Discouraged access: The method getJNDINameForDefaultDataSource(ContainerManagedEntity) from the type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
175 : jndiName = helper.getJNDINameForDefaultDataSource(cmp);
Discouraged access: The method getJNDINameForRef(EnterpriseBean, ResourceRef) from the type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
188 : jndiName = helper.getJNDINameForRef(session, resRef);
Discouraged access: The method getJNDINameForRef(EnterpriseBean, ResourceEnvRef) from the type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
194 : jndiName = helper.getJNDINameForRef(session, resEnvRef);
Discouraged access: The method getJNDINameForRef(EnterpriseBean, SecurityRoleRef) from the type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
200 : jndiName = helper.getJNDINameForRef(session, securityRoleRef);
Discouraged access: The method getWARFiles() from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
204 : List warFiles = earFile.getWARFiles();
Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
205 : WARFile warFile = (WARFile) warFiles.get(0);
Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
205 : WARFile warFile = (WARFile) warFiles.get(0);
Discouraged access: The method getDeploymentDescriptor() from the type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
206 : WebApp webApp = warFile.getDeploymentDescriptor();
Discouraged access: The method getJNDINameForRef(WebApp, ResourceRef) from the type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
210 : jndiName = helper.getJNDINameForRef(webApp, resRef);
Discouraged access: The method getJNDINameForRef(WebApp, ResourceEnvRef) from the type IJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BindingsHelperTest.java :
216 : jndiName = helper.getJNDINameForRef(webApp, resEnvRef);
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
TestBindingsHelper.java :
20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;
Discouraged access: The type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
21 : import org.eclipse.jst.j2ee.core.internal.bindings.AbstractJNDIBindingsHelper;
Discouraged access: The type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
28 : public abstract class TestBindingsHelper extends AbstractJNDIBindingsHelper {
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
TestBindingsHelper.java :
41 : public boolean appliesFor(Archive archive) {
Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
43 : archive.getFile(getBindingsFileName());
Discouraged access: The method getJNDIName(Object) from the type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
60 : return getBindingsFileName() + super.getJNDIName(object) + OBJ;
Discouraged access: The method getJNDIName(EnterpriseBean) from the type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
64 : return getBindingsFileName() + super.getJNDIName(bean) + EJB;
Discouraged access: The method getJNDINameForRef(EnterpriseBean, ResourceRef) from the type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
68 : return getBindingsFileName() + super.getJNDINameForRef(bean, resourceRef) + EJB_RES_REF;
Discouraged access: The method getJNDINameForRef(EnterpriseBean, ResourceEnvRef) from the type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
72 : return getBindingsFileName() + super.getJNDINameForRef(bean, resourceEnvRef) + EJB_RES_ENV_REF;
Discouraged access: The method getJNDINameForRef(EnterpriseBean, SecurityRoleRef) from the type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
76 : return getBindingsFileName() + super.getJNDINameForRef(bean, securityRoleRef) + EJB_SEC_ROLE_REF;
Discouraged access: The method getJNDINameForRef(WebApp, ResourceRef) from the type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
80 : return getBindingsFileName() + super.getJNDINameForRef(webApp, resourceRef) + WEB_RES_REF;
Discouraged access: The method getJNDINameForRef(WebApp, ResourceEnvRef) from the type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
84 : return getBindingsFileName() + super.getJNDINameForRef(webApp, resourceEnvRef) + WEB_RES_ENV_REF;
Discouraged access: The method getJNDINameForDefaultDataSource(ContainerManagedEntity) from the type AbstractJNDIBindingsHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
TestBindingsHelper.java :
88 : return getBindingsFileName() + super.getJNDINameForDefaultDataSource(bean) + CMP;
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
33 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;
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
ClasspathDependencyEARTests.java :
34 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
35 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;
Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
36 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifestImpl;
Discouraged access: The type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
37 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ArchiveImpl;
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
ClasspathDependencyEARTests.java :
42 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type ClasspathDependencyEnablement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
43 : import org.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyEnablement;
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
44 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
113 : EARFile earFile = null;
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
117 : earFile = (EARFile) earEdit.asArchive(true);
Discouraged access: The method getArchiveFiles() 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
ClasspathDependencyEARTests.java :
118 : List archives = earFile.getArchiveFiles();
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
ClasspathDependencyEARTests.java :
124 : File archive = (File) archives.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
ClasspathDependencyEARTests.java :
124 : File archive = (File) archives.get(i);
Discouraged access: The method isArchive() 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
ClasspathDependencyEARTests.java :
125 : if (archive.isArchive()) {
Discouraged access: The method getName() 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
ClasspathDependencyEARTests.java :
126 : if (archive.getName().equals(name)) {
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
ClasspathDependencyEARTests.java :
138 : File archive = (File) archives.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
ClasspathDependencyEARTests.java :
138 : File archive = (File) archives.get(i);
Discouraged access: The method isArchive() 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
ClasspathDependencyEARTests.java :
139 : if (archive.isArchive() && archive.getName().equals(UTIL_PROJECT + ".jar")) {
Discouraged access: The method getName() 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
ClasspathDependencyEARTests.java :
139 : if (archive.isArchive() && archive.getName().equals(UTIL_PROJECT + ".jar")) {
Discouraged access: The type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
140 : ArchiveImpl archiveImpl = (ArchiveImpl) archive;
Discouraged access: The type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
140 : ArchiveImpl archiveImpl = (ArchiveImpl) archive;
Discouraged access: The method getManifest() from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
141 : String[] cp = archiveImpl.getManifest().getClassPathTokenized();
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathDependencyEARTests.java :
141 : String[] cp = archiveImpl.getManifest().getClassPathTokenized();
Discouraged access: The method getFiles() from the type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
156 : archiveImpl.getFiles();
Discouraged access: The method containsFile(String) from the type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
157 : boolean hasTestFile = archiveImpl.containsFile("test");
Discouraged access: The method isArchive() 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
ClasspathDependencyEARTests.java :
164 : } else if (archive.isArchive() && archive.getName().equals(WEB_PROJECT + ".war")) {
Discouraged access: The method getName() 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
ClasspathDependencyEARTests.java :
164 : } else if (archive.isArchive() && archive.getName().equals(WEB_PROJECT + ".war")) {
Discouraged access: The type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
165 : ArchiveImpl archiveImpl = (ArchiveImpl) archive;
Discouraged access: The type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
165 : ArchiveImpl archiveImpl = (ArchiveImpl) archive;
Discouraged access: The method getFiles() from the type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
166 : archiveImpl.getFiles();
Discouraged access: The method containsFile(String) from the type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
167 : boolean hasTestFile = archiveImpl.containsFile("WEB-INF/classes/test");
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
ClasspathDependencyEARTests.java :
180 : earFile.close();
The local variable webComp is never read
ClasspathDependencyEARTests.java :
223 : IVirtualComponent webComp = createWebProject(JEE5);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
241 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The constructor J2EEFlexProjDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
241 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
241 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyEARTests.java :
243 : IModuleResource[] rootmembers = deployable.members();
Discouraged access: The method getChildModules() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyEARTests.java :
277 : IModule[] childModules = deployable.getChildModules();
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
291 : J2EEFlexProjDeployable projectModule =(J2EEFlexProjDeployable) utilModule.loadAdapter(ProjectModule.class, null);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
291 : J2EEFlexProjDeployable projectModule =(J2EEFlexProjDeployable) utilModule.loadAdapter(ProjectModule.class, null);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyEARTests.java :
292 : IModuleResource[] moduleMembers = projectModule.members();
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
293 : ArchiveManifest manifest = null;
Discouraged access: The constructor ArchiveManifestImpl(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
311 : manifest = new ArchiveManifestImpl(fis);
Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
311 : manifest = new ArchiveManifestImpl(fis);
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathDependencyEARTests.java :
339 : String[] cp = manifest.getClassPathTokenized();
Discouraged access: The type ClasspathDependencyEnablement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
345 : if (shouldHaveDependencies && ClasspathDependencyEnablement.isAllowClasspathComponentDependency()) {
Discouraged access: The method isAllowClasspathComponentDependency() from the type ClasspathDependencyEnablement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
345 : if (shouldHaveDependencies && ClasspathDependencyEnablement.isAllowClasspathComponentDependency()) {
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
354 : projectModule =(J2EEFlexProjDeployable) webModule.loadAdapter(ProjectModule.class, null);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyEARTests.java :
355 : moduleMembers = projectModule.members();
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
386 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The constructor J2EEFlexProjDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
386 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
386 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyEARTests.java :
388 : IModuleResource[] rootmembers = deployable.members();
Discouraged access: The method getChildModules() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyEARTests.java :
419 : IModule[] childModules = deployable.getChildModules();
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
428 : J2EEFlexProjDeployable projectModule =(J2EEFlexProjDeployable) webModule.loadAdapter(ProjectModule.class, null);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
428 : J2EEFlexProjDeployable projectModule =(J2EEFlexProjDeployable) webModule.loadAdapter(ProjectModule.class, null);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyEARTests.java :
429 : IModuleResource[] moduleMembers = projectModule.members();
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
430 : ArchiveManifest manifest = null;
Discouraged access: The constructor ArchiveManifestImpl(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
447 : manifest = new ArchiveManifestImpl(fis);
Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyEARTests.java :
447 : manifest = new ArchiveManifestImpl(fis);
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathDependencyEARTests.java :
465 : String[] cp = manifest.getClassPathTokenized();
Discouraged access: The type ClasspathDependencyEnablement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
471 : if (shouldHaveDependencies && ClasspathDependencyEnablement.isAllowClasspathComponentDependency()) {
Discouraged access: The method isAllowClasspathComponentDependency() from the type ClasspathDependencyEnablement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyEARTests.java :
471 : if (shouldHaveDependencies && ClasspathDependencyEnablement.isAllowClasspathComponentDependency()) {
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
ClasspathDependencyEARTests.java :
487 : int version = J2EEVersionConstants.SERVLET_2_5;
Discouraged access: The field SERVLET_2_5 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
ClasspathDependencyEARTests.java :
487 : int version = J2EEVersionConstants.SERVLET_2_5;
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
ClasspathDependencyEARTests.java :
489 : version = J2EEVersionConstants.SERVLET_2_4;
Discouraged access: The field SERVLET_2_4 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
ClasspathDependencyEARTests.java :
489 : version = J2EEVersionConstants.SERVLET_2_4;
The local variable output is never read
ClasspathDependencyEARTests.java :
505 : IFolder output = util.getFolder("build").getFolder("classes");
The local variable utilComp is never read
ClasspathDependencyEARTests.java :
512 : final IVirtualComponent utilComp = ComponentCore.createComponent(util);
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
ClasspathDependencyEARTests.java :
527 : int version = J2EEVersionConstants.SERVLET_2_5;
Discouraged access: The field SERVLET_2_5 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
ClasspathDependencyEARTests.java :
527 : int version = J2EEVersionConstants.SERVLET_2_5;
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
ClasspathDependencyEARTests.java :
529 : version = J2EEVersionConstants.SERVLET_2_4;
Discouraged access: The field SERVLET_2_4 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
ClasspathDependencyEARTests.java :
529 : version = J2EEVersionConstants.SERVLET_2_4;
The local variable entry is never read
ClasspathDependencyEARTests.java :
630 : IClasspathEntry entry = (IClasspathEntry) entries.get(0);
The local variable webJavaProject is never read
ClasspathDependencyValidationTests.java :
190 : final IJavaProject webJavaProject = JavaCore.create(webProject);
The local variable earLibContainer is never read
ClasspathDependencyValidationTests.java :
295 : IClasspathEntry earLibContainer = null;
The local variable webAppLibContainer is never read
ClasspathDependencyValidationTests.java :
296 : IClasspathEntry webAppLibContainer = null;
The local variable jreContainer is never read
ClasspathDependencyValidationTests.java :
297 : IClasspathEntry jreContainer = null;
The method testInvalidContainer(IJavaProject, IClasspathEntry) from the type ClasspathDependencyValidationTests is never used locally
ClasspathDependencyValidationTests.java :
326 : private void testInvalidContainer(final IJavaProject javaProject, final IClasspathEntry entry) throws Exception {
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
ClasspathDependencyWebTests.java :
31 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;
Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
32 : import org.eclipse.jst.j2ee.commonarchivecore.internal.WARFile;
Discouraged access: The type FileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
33 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.FileImpl;
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
ClasspathDependencyWebTests.java :
36 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyWebTests.java :
37 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;
Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
96 : WARFile warFile = null;
Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
100 : warFile = (WARFile) webEdit.asArchive(true);
Discouraged access: The method getLibArchives() from the type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
101 : List libArchives = warFile.getLibArchives();
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
ClasspathDependencyWebTests.java :
107 : File archive = (File) libArchives.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
ClasspathDependencyWebTests.java :
107 : File archive = (File) libArchives.get(i);
Discouraged access: The method isArchive() 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
ClasspathDependencyWebTests.java :
108 : if (archive.isArchive()) {
Discouraged access: The method getName() 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
ClasspathDependencyWebTests.java :
109 : if (archive.getName().equals(name)) {
Discouraged access: The method getClasses() from the type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
120 : List webInfClasses = warFile.getClasses();
Discouraged access: The type FileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
125 : if (o instanceof FileImpl && ((FileImpl)o).getURI().toString().equals("WEB-INF/classes/nested/test")) {
Discouraged access: The method getURI() from the type FileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
125 : if (o instanceof FileImpl && ((FileImpl)o).getURI().toString().equals("WEB-INF/classes/nested/test")) {
Discouraged access: The type FileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathDependencyWebTests.java :
125 : if (o instanceof FileImpl && ((FileImpl)o).getURI().toString().equals("WEB-INF/classes/nested/test")) {
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
ClasspathDependencyWebTests.java :
139 : warFile.close();
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyWebTests.java :
189 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The constructor J2EEFlexProjDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyWebTests.java :
189 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyWebTests.java :
189 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyWebTests.java :
192 : IModuleResource[] members = deployable.members();
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyWebTests.java :
249 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The constructor J2EEFlexProjDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyWebTests.java :
249 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClasspathDependencyWebTests.java :
249 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(comp.getProject(), comp);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
ClasspathDependencyWebTests.java :
252 : IModuleResource[] members = deployable.members();
The local variable utilComp is never read
ClasspathDependencyWebTests.java :
295 : final IVirtualComponent utilComp = ComponentCore.createComponent(util);
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
ClasspathDependencyWebTests.java :
299 : int version = J2EEVersionConstants.SERVLET_2_5;
Discouraged access: The field SERVLET_2_5 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
ClasspathDependencyWebTests.java :
299 : int version = J2EEVersionConstants.SERVLET_2_5;
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
ClasspathDependencyWebTests.java :
301 : version = J2EEVersionConstants.SERVLET_2_4;
Discouraged access: The field SERVLET_2_4 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
ClasspathDependencyWebTests.java :
301 : version = J2EEVersionConstants.SERVLET_2_4;
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
ClasspathDependencyWebTests.java :
329 : int version = J2EEVersionConstants.SERVLET_2_5;
Discouraged access: The field SERVLET_2_5 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
ClasspathDependencyWebTests.java :
329 : int version = J2EEVersionConstants.SERVLET_2_5;
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
ClasspathDependencyWebTests.java :
331 : version = J2EEVersionConstants.SERVLET_2_4;
Discouraged access: The field SERVLET_2_4 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
ClasspathDependencyWebTests.java :
331 : version = J2EEVersionConstants.SERVLET_2_4;
The local variable entry is never read
ClasspathDependencyWebTests.java :
417 : IClasspathEntry entry = (IClasspathEntry) entries.get(0);
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
EarLibDirContainerTests.java :
17 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EarLibDirContainerTests.java :
39 : IProject earProject = ProjectUtil.createEARProject(EAR_PROJECT_NAME, J2EEVersionConstants.JEE_5_0_ID, false);
Discouraged access: The field JEE_5_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
EarLibDirContainerTests.java :
39 : IProject earProject = ProjectUtil.createEARProject(EAR_PROJECT_NAME, J2EEVersionConstants.JEE_5_0_ID, false);
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
ProjectClasspathRefactoringTests.java :
22 : 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
ProjectClasspathRefactoringTests.java :
23 : 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
ProjectClasspathRefactoringTests.java :
87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_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
ProjectClasspathRefactoringTests.java :
87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_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
ProjectClasspathRefactoringTests.java :
87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_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
ProjectClasspathRefactoringTests.java :
87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_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
ProjectClasspathRefactoringTests.java :
87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_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
ProjectClasspathRefactoringTests.java :
87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER));
Discouraged access: The field WEB_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
ProjectClasspathRefactoringTests.java :
87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER));
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
ProjectClasspathRefactoringTests.java :
104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_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
ProjectClasspathRefactoringTests.java :
104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_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
ProjectClasspathRefactoringTests.java :
104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_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
ProjectClasspathRefactoringTests.java :
104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_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
ProjectClasspathRefactoringTests.java :
104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_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
ProjectClasspathRefactoringTests.java :
104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER));
Discouraged access: The field APPLICATION_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
ProjectClasspathRefactoringTests.java :
104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER));
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
27 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;
Discouraged access: The type RemoveComponentFromEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
28 : import org.eclipse.jst.j2ee.application.internal.operations.RemoveComponentFromEnterpriseApplicationDataModelProvider;
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
29 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProperties;
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
30 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProvider;
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyCreationUtil.java :
31 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;
Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyCreationUtil.java :
32 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifestImpl;
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
DependencyCreationUtil.java :
33 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type CreateReferenceComponentsDataModelProvider 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
DependencyCreationUtil.java :
36 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;
Discouraged access: The constructor AddComponentToEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
52 : final IDataModel dm = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
52 : final IDataModel dm = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());
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
DependencyCreationUtil.java :
60 : dm.setProperty(ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_DEPLOY_PATH, J2EEConstants.EAR_DEFAULT_LIB_DIR); //$NON-NLS-1$
Discouraged access: The field EAR_DEFAULT_LIB_DIR 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
DependencyCreationUtil.java :
60 : dm.setProperty(ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_DEPLOY_PATH, J2EEConstants.EAR_DEFAULT_LIB_DIR); //$NON-NLS-1$
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
DependencyCreationUtil.java :
62 : dm.setProperty(ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_DEPLOY_PATH, J2EEConstants.EAR_ROOT_DIR); //$NON-NLS-1$
Discouraged access: The field EAR_ROOT_DIR 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
DependencyCreationUtil.java :
62 : dm.setProperty(ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_DEPLOY_PATH, J2EEConstants.EAR_ROOT_DIR); //$NON-NLS-1$
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
DependencyCreationUtil.java :
64 : modDeployPathMap.put(childComp, J2EEConstants.EAR_ROOT_DIR);
Discouraged access: The field EAR_ROOT_DIR 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
DependencyCreationUtil.java :
64 : modDeployPathMap.put(childComp, J2EEConstants.EAR_ROOT_DIR);
Discouraged access: The constructor RemoveComponentFromEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
71 : final IDataModel dm = DataModelFactory.createDataModel(new RemoveComponentFromEnterpriseApplicationDataModelProvider());
Discouraged access: The type RemoveComponentFromEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
71 : final IDataModel dm = DataModelFactory.createDataModel(new RemoveComponentFromEnterpriseApplicationDataModelProvider());
Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() 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
DependencyCreationUtil.java :
95 : final IDataModel refdm = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());
Discouraged access: The type CreateReferenceComponentsDataModelProvider 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
DependencyCreationUtil.java :
95 : final IDataModel refdm = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());
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
DependencyCreationUtil.java :
107 : final IVirtualFile vf = dependentComp.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
DependencyCreationUtil.java :
107 : final IVirtualFile vf = dependentComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );
Discouraged access: The constructor UpdateManifestDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
110 : final IDataModel updateManifestDataModel = DataModelFactory.createDataModel(new UpdateManifestDataModelProvider());
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
110 : final IDataModel updateManifestDataModel = DataModelFactory.createDataModel(new UpdateManifestDataModelProvider());
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
111 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, dependentProjName);
Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
DependencyCreationUtil.java :
111 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, dependentProjName);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
112 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
DependencyCreationUtil.java :
112 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
113 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);
Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
DependencyCreationUtil.java :
113 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyCreationUtil.java :
114 : final ArchiveManifest manifest = getArchiveManifest(manifestmf);
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
DependencyCreationUtil.java :
115 : String[] cp = manifest.getClassPathTokenized();
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DependencyCreationUtil.java :
124 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, cpList);
Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
DependencyCreationUtil.java :
124 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, cpList);
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyCreationUtil.java :
132 : public static ArchiveManifest getArchiveManifest(final IFile manifestFile) throws CoreException, IOException {
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyCreationUtil.java :
136 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));
Discouraged access: The constructor ArchiveManifestImpl(Manifest) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyCreationUtil.java :
136 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));
Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyCreationUtil.java :
136 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));
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
DependencyUtil.java :
33 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type ConfigurationManager 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
DependencyUtil.java :
42 : import org.eclipse.wst.validation.internal.ConfigurationManager;
Discouraged access: The type GlobalConfiguration 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
DependencyUtil.java :
43 : import org.eclipse.wst.validation.internal.GlobalConfiguration;
Discouraged access: The type ValidatorMetaData 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
DependencyUtil.java :
44 : import org.eclipse.wst.validation.internal.ValidatorMetaData;
The local variable jobMgr is never read
DependencyUtil.java :
64 : final IJobManager jobMgr = Platform.getJobManager();
The local variable jobMgr is never read
DependencyUtil.java :
74 : final IJobManager jobMgr = Platform.getJobManager();
Discouraged access: The type GlobalConfiguration 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
DependencyUtil.java :
134 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The constructor GlobalConfiguration(GlobalConfiguration) 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
DependencyUtil.java :
134 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The type GlobalConfiguration 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
DependencyUtil.java :
134 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The type ConfigurationManager 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
DependencyUtil.java :
134 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The method getManager() from the type ConfigurationManager 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
DependencyUtil.java :
134 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager 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
DependencyUtil.java :
134 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The method setDisableAllValidation(boolean) from the type ValidationConfiguration 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
DependencyUtil.java :
135 : config.setDisableAllValidation(disabled);
Discouraged access: The method passivate() from the type ValidationConfiguration 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
DependencyUtil.java :
136 : config.passivate();
Discouraged access: The method store() from the type ValidationConfiguration 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
DependencyUtil.java :
137 : config.store();
Discouraged access: The type GlobalConfiguration 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
DependencyUtil.java :
147 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The constructor GlobalConfiguration(GlobalConfiguration) 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
DependencyUtil.java :
147 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The type GlobalConfiguration 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
DependencyUtil.java :
147 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The type ConfigurationManager 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
DependencyUtil.java :
147 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The method getManager() from the type ConfigurationManager 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
DependencyUtil.java :
147 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The method getGlobalConfiguration() from the type ConfigurationManager 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
DependencyUtil.java :
147 : final GlobalConfiguration config = new GlobalConfiguration(ConfigurationManager.getManager().getGlobalConfiguration());
Discouraged access: The type ValidatorMetaData 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
DependencyUtil.java :
149 : ValidatorMetaData[] enabledValidators = config.getEnabledValidators();
Discouraged access: The method getEnabledValidators() from the type ValidationConfiguration 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
DependencyUtil.java :
149 : ValidatorMetaData[] enabledValidators = config.getEnabledValidators();
Discouraged access: The method getValidatorUniqueName() from the type ValidatorMetaData 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
DependencyUtil.java :
154 : final String uniqueName = enabledValidators[i].getValidatorUniqueName();
Discouraged access: The method setEnabledValidators(ValidatorMetaData[]) from the type ValidationConfiguration 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
DependencyUtil.java :
163 : config.setEnabledValidators((ValidatorMetaData[]) listVmd.toArray(new ValidatorMetaData[0]));
Discouraged access: The type ValidatorMetaData 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
DependencyUtil.java :
163 : config.setEnabledValidators((ValidatorMetaData[]) listVmd.toArray(new ValidatorMetaData[0]));
Discouraged access: The type ValidatorMetaData 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
DependencyUtil.java :
163 : config.setEnabledValidators((ValidatorMetaData[]) listVmd.toArray(new ValidatorMetaData[0]));
Discouraged access: The method passivate() from the type ValidationConfiguration 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
DependencyUtil.java :
164 : config.passivate();
Discouraged access: The method store() from the type ValidationConfiguration 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
DependencyUtil.java :
165 : config.store();
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
DependencyUtil.java :
246 : runtimePath = new Path(J2EEConstants.WEB_INF_CLASSES);
Discouraged access: The field WEB_INF_CLASSES 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
DependencyUtil.java :
246 : runtimePath = new Path(J2EEConstants.WEB_INF_CLASSES);
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyVerificationUtil.java :
30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;
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
DependencyVerificationUtil.java :
32 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type IDependencyGraph 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
DependencyVerificationUtil.java :
37 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraph;
Discouraged access: The type IDependencyGraph 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
DependencyVerificationUtil.java :
59 : Set<IProject> referencingComponents = IDependencyGraph.INSTANCE.getReferencingComponents(target);
Discouraged access: The method getReferencingComponents(IProject) from the type IDependencyGraph 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
DependencyVerificationUtil.java :
59 : Set<IProject> referencingComponents = IDependencyGraph.INSTANCE.getReferencingComponents(target);
Discouraged access: The field INSTANCE from the type IDependencyGraph 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
DependencyVerificationUtil.java :
59 : Set<IProject> referencingComponents = IDependencyGraph.INSTANCE.getReferencingComponents(target);
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
DependencyVerificationUtil.java :
134 : final IVirtualFile vf = sourceComp.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
DependencyVerificationUtil.java :
134 : final IVirtualFile vf = sourceComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DependencyVerificationUtil.java :
136 : final ArchiveManifest manifest = DependencyCreationUtil.getArchiveManifest(manifestmf);
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
DependencyVerificationUtil.java :
137 : String[] cp = manifest.getClassPathTokenized();
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
ProjectUtil.java :
27 : 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
ProjectUtil.java :
28 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
ProjectUtil.java :
30 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetProjectCreationDataModelProvider;
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
ProjectUtil.java :
31 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ProjectUtil.java :
32 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
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
ProjectUtil.java :
130 : return createEARProject(name, J2EEVersionConstants.J2EE_1_4_ID, waitForBuildToComplete);
Discouraged access: The field J2EE_1_4_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
ProjectUtil.java :
130 : return createEARProject(name, J2EEVersionConstants.J2EE_1_4_ID, waitForBuildToComplete);
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
ProjectUtil.java :
143 : return createAndVerify(dataModel, name, J2EEProjectUtilities.ENTERPRISE_APPLICATION, null, waitForBuildToComplete);
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
ProjectUtil.java :
166 : return createWebProject(name, earName, J2EEVersionConstants.SERVLET_2_4, waitForBuildToComplete);
Discouraged access: The field SERVLET_2_4 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
ProjectUtil.java :
166 : return createWebProject(name, earName, J2EEVersionConstants.SERVLET_2_4, waitForBuildToComplete);
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
ProjectUtil.java :
179 : return createAndVerify(dataModel, name, J2EEProjectUtilities.DYNAMIC_WEB, earName, waitForBuildToComplete);
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
ProjectUtil.java :
202 : return createAndVerify(dataModel, name, J2EEProjectUtilities.UTILITY, earName, waitForBuildToComplete);
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
ProjectUtil.java :
224 : return createEJBProject(name, earName, J2EEVersionConstants.EJB_2_1_ID, waitForBuildToComplete);
Discouraged access: The field EJB_2_1_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
ProjectUtil.java :
224 : return createEJBProject(name, earName, J2EEVersionConstants.EJB_2_1_ID, waitForBuildToComplete);
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
ProjectUtil.java :
237 : return createAndVerify(dataModel, name, J2EEProjectUtilities.EJB, earName, waitForBuildToComplete);
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
ProjectUtil.java :
269 : return createAndVerify(dataModel, name, J2EEProjectUtilities.EJB, earName, waitForBuildToComplete);
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
ProjectUtil.java :
294 : return createAndVerify(dataModel, name, J2EEProjectUtilities.EJB, earName, waitForBuildToComplete);
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
ProjectUtil.java :
299 : configure(model, name, J2EEProjectUtilities.ENTERPRISE_APPLICATION, null, facetVersion, false);
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ProjectUtil.java :
304 : final IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ProjectUtil.java :
304 : final IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
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
ProjectUtil.java :
305 : configure(model, name, J2EEProjectUtilities.DYNAMIC_WEB, earName, facetVersion, facetVersion == J2EEVersionConstants.SERVLET_2_5);
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
ProjectUtil.java :
305 : configure(model, name, J2EEProjectUtilities.DYNAMIC_WEB, earName, facetVersion, facetVersion == J2EEVersionConstants.SERVLET_2_5);
Discouraged access: The field SERVLET_2_5 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
ProjectUtil.java :
305 : configure(model, name, J2EEProjectUtilities.DYNAMIC_WEB, earName, facetVersion, facetVersion == J2EEVersionConstants.SERVLET_2_5);
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
ProjectUtil.java :
311 : configure(model, name, J2EEProjectUtilities.UTILITY, earName, 0, false);
Discouraged access: The constructor EjbFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
ProjectUtil.java :
316 : final IDataModel model = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
ProjectUtil.java :
316 : final IDataModel model = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
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
ProjectUtil.java :
317 : configure(model, name, J2EEProjectUtilities.EJB, earName, facetVersion, facetVersion == J2EEVersionConstants.EJB_3_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
ProjectUtil.java :
317 : configure(model, name, J2EEProjectUtilities.EJB, earName, facetVersion, facetVersion == J2EEVersionConstants.EJB_3_0_ID);
Discouraged access: The field EJB_3_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
ProjectUtil.java :
317 : configure(model, name, J2EEProjectUtilities.EJB, earName, facetVersion, facetVersion == J2EEVersionConstants.EJB_3_0_ID);
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
ProjectUtil.java :
330 : String versionText = J2EEVersionUtil.convertVersionIntToString(facetVersion);
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
ProjectUtil.java :
330 : String versionText = J2EEVersionUtil.convertVersionIntToString(facetVersion);
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
ProjectUtil.java :
334 : facetDM = map.getFacetDataModel(J2EEProjectUtilities.JAVA);
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
ProjectUtil.java :
335 : facetDM.setStringProperty(IFacetDataModelProperties.FACET_VERSION_STR, J2EEVersionConstants.VERSION_5_0_TEXT);
Discouraged access: The field VERSION_5_0_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
ProjectUtil.java :
335 : facetDM.setStringProperty(IFacetDataModelProperties.FACET_VERSION_STR, J2EEVersionConstants.VERSION_5_0_TEXT);
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
ProjectUtil.java :
345 : verifyProject(earName, J2EEProjectUtilities.ENTERPRISE_APPLICATION);
The field ProjectUtil.listener is never read locally
ProjectUtil.java :
364 : private static ClasspathUpdateJobListener listener = new ClasspathUpdateJobListener();
The field ProjectUtil.ClasspathUpdateJobListener.isDone is never read locally
ProjectUtil.java :
368 : public boolean isDone = false;
Discouraged access: The type ComponentResource 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
AppClientArtifactEditFVTest.java :
11 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
Discouraged access: The type ComponentcoreFactory 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
AppClientArtifactEditFVTest.java :
12 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;
Discouraged access: The type EditModelEvent 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
AppClientArtifactEditFVTest.java :
13 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener 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
AppClientArtifactEditFVTest.java :
14 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
The field AppClientArtifactEditFVTest.appClientModuleName is never read locally
AppClientArtifactEditFVTest.java :
19 : private String appClientModuleName;
Discouraged access: The type EditModelListener 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
AppClientArtifactEditFVTest.java :
37 : edit.addListener(new EditModelListener() {
Discouraged access: The type EditModelEvent 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
AppClientArtifactEditFVTest.java :
39 : public void editModelChanged(EditModelEvent anEvent) {
The method validateResource() from the type AppClientArtifactEditFVTest is never used locally
AppClientArtifactEditFVTest.java :
84 : private void validateResource() {
Discouraged access: The type ComponentResource 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
AppClientArtifactEditFVTest.java :
99 : private ComponentResource createResourceComponent() {
The method createResourceComponent() from the type AppClientArtifactEditFVTest is never used locally
AppClientArtifactEditFVTest.java :
99 : private ComponentResource createResourceComponent() {
Discouraged access: The type ComponentResource 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
AppClientArtifactEditFVTest.java :
100 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The type ComponentcoreFactory 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
AppClientArtifactEditFVTest.java :
100 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method createComponentResource() from the type ComponentcoreFactory 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
AppClientArtifactEditFVTest.java :
100 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory 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
AppClientArtifactEditFVTest.java :
100 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method setRuntimePath(IPath) from the type ComponentResource 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
AppClientArtifactEditFVTest.java :
103 : resourceComponent.setRuntimePath(TestWorkspace.ARTIFACT_EDIT_FVT_RESOURCE_PATH);
Discouraged access: The method setSourcePath(IPath) from the type ComponentResource 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
AppClientArtifactEditFVTest.java :
104 : resourceComponent.setSourcePath(TestWorkspace.ARTIFACT_EDIT_FVT_RESOURCE_PATH);
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
AppClientArtifactEditTest.java :
11 : import org.eclipse.jst.j2ee.internal.common.XMLResource;
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
AppClientArtifactEditTest.java :
14 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
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
AppClientArtifactEditTest.java :
15 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent 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
AppClientArtifactEditTest.java :
16 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
Discouraged access: The type IOperationHandler 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
AppClientArtifactEditTest.java :
18 : import org.eclipse.wst.common.frameworks.internal.operations.IOperationHandler;
Discouraged access: The type EMFWorkbenchContext 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
AppClientArtifactEditTest.java :
19 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;
Discouraged access: The type EditModelEvent 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
AppClientArtifactEditTest.java :
20 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener 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
AppClientArtifactEditTest.java :
21 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
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
AppClientArtifactEditTest.java :
28 : private ArtifactEditModel artifactEditModelForRead;
Discouraged access: The type EditModelListener 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
AppClientArtifactEditTest.java :
29 : private EditModelListener emListener;
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
AppClientArtifactEditTest.java :
35 : public ApplicationArtifactTestSub(ArtifactEditModel anArtifactEditModel) {
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
AppClientArtifactEditTest.java :
39 : protected void addAppClientIfNecessary(XMLResource aResource) {
Discouraged access: The type IOperationHandler 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
AppClientArtifactEditTest.java :
49 : private IOperationHandler handler = new IOperationHandler() {
Discouraged access: The type IOperationHandler 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
AppClientArtifactEditTest.java :
49 : private IOperationHandler handler = new IOperationHandler() {
The local variable testURI is never read
AppClientArtifactEditTest.java :
202 : boolean testURI = uri.equals(TestWorkspace.APP_CLIENT_DD_XMI_RESOURCE_URI);
The local variable resource is never read
AppClientArtifactEditTest.java :
220 : Resource resource = edit.getDeploymentDescriptorResource();
The local variable edit2 is never read
AppClientArtifactEditTest.java :
221 : AppClientArtifactEdit edit2 = new AppClientArtifactEdit(getArtifactEditModelforRead()) {
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
AppClientArtifactEditTest.java :
222 : protected void addAppClientIfNecessary(XMLResource aResource) {
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
AppClientArtifactEditTest.java :
262 : StructureEdit moduleCore = null;
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
AppClientArtifactEditTest.java :
265 : moduleCore = StructureEdit.getStructureEditForRead(appClientProject);
Discouraged access: The method getStructureEditForRead(IProject) 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
AppClientArtifactEditTest.java :
265 : moduleCore = StructureEdit.getStructureEditForRead(appClientProject);
Discouraged access: The type WorkbenchComponent 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
AppClientArtifactEditTest.java :
266 : WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable wbComponent is never read
AppClientArtifactEditTest.java :
266 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method getComponent() 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
AppClientArtifactEditTest.java :
266 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method dispose() 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
AppClientArtifactEditTest.java :
272 : moduleCore.dispose();
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
AppClientArtifactEditTest.java :
281 : StructureEdit moduleCore = null;
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
AppClientArtifactEditTest.java :
284 : moduleCore = StructureEdit.getStructureEditForWrite(appClientProject);
Discouraged access: The method getStructureEditForWrite(IProject) 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
AppClientArtifactEditTest.java :
284 : moduleCore = StructureEdit.getStructureEditForWrite(appClientProject);
Discouraged access: The type WorkbenchComponent 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
AppClientArtifactEditTest.java :
285 : WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable wbComponent is never read
AppClientArtifactEditTest.java :
285 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method getComponent() 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
AppClientArtifactEditTest.java :
285 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method dispose() 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
AppClientArtifactEditTest.java :
290 : moduleCore.dispose();
The local variable object is never read
AppClientArtifactEditTest.java :
398 : Object object = edit.getContentModelRoot();
Discouraged access: The type EditModelListener 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
AppClientArtifactEditTest.java :
422 : public EditModelListener getEmListener() {
Discouraged access: The type EditModelListener 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
AppClientArtifactEditTest.java :
424 : emListener = new EditModelListener() {
Discouraged access: The type EditModelEvent 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
AppClientArtifactEditTest.java :
425 : public void editModelChanged(EditModelEvent anEvent) {
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
AppClientArtifactEditTest.java :
567 : public ArtifactEditModel getArtifactEditModelforRead() {
Discouraged access: The type EMFWorkbenchContext 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
AppClientArtifactEditTest.java :
568 : EMFWorkbenchContext context = new EMFWorkbenchContext(appClientProject);
Discouraged access: The constructor EMFWorkbenchContext(IProject) 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
AppClientArtifactEditTest.java :
568 : EMFWorkbenchContext context = new EMFWorkbenchContext(appClientProject);
Discouraged access: The type EMFWorkbenchContext 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
AppClientArtifactEditTest.java :
568 : EMFWorkbenchContext context = new EMFWorkbenchContext(appClientProject);
Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) 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
AppClientArtifactEditTest.java :
569 : artifactEditModelForRead = new ArtifactEditModel(EDIT_MODEL_ID, context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
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
AppClientArtifactEditTest.java :
569 : artifactEditModelForRead = new ArtifactEditModel(EDIT_MODEL_ID, context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
Discouraged access: The type ComponentResource 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
ConnectorArtifactEditFVTest.java :
12 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
Discouraged access: The type ComponentcoreFactory 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
ConnectorArtifactEditFVTest.java :
13 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;
Discouraged access: The type EditModelEvent 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
ConnectorArtifactEditFVTest.java :
14 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener 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
ConnectorArtifactEditFVTest.java :
15 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
The field ConnectorArtifactEditFVTest.jcaModuleName is never read locally
ConnectorArtifactEditFVTest.java :
19 : private String jcaModuleName;
Discouraged access: The type EditModelListener 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
ConnectorArtifactEditFVTest.java :
39 : edit.addListener(new EditModelListener() {
Discouraged access: The type EditModelEvent 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
ConnectorArtifactEditFVTest.java :
40 : public void editModelChanged(EditModelEvent anEvent) {
The method pass(ApplicationClient) from the type ConnectorArtifactEditFVTest is never used locally
ConnectorArtifactEditFVTest.java :
82 : private static void pass(ApplicationClient jca) {
The method validateResource() from the type ConnectorArtifactEditFVTest is never used locally
ConnectorArtifactEditFVTest.java :
87 : private void validateResource() {
Discouraged access: The type ComponentResource 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
ConnectorArtifactEditFVTest.java :
101 : private ComponentResource createResourceComponent() {
The method createResourceComponent() from the type ConnectorArtifactEditFVTest is never used locally
ConnectorArtifactEditFVTest.java :
101 : private ComponentResource createResourceComponent() {
Discouraged access: The type ComponentResource 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
ConnectorArtifactEditFVTest.java :
102 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The type ComponentcoreFactory 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
ConnectorArtifactEditFVTest.java :
102 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method createComponentResource() from the type ComponentcoreFactory 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
ConnectorArtifactEditFVTest.java :
102 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory 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
ConnectorArtifactEditFVTest.java :
102 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method setRuntimePath(IPath) from the type ComponentResource 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
ConnectorArtifactEditFVTest.java :
105 : resourceComponent.setRuntimePath(TestWorkspace.ARTIFACT_EDIT_FVT_RESOURCE_PATH);
Discouraged access: The method setSourcePath(IPath) from the type ComponentResource 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
ConnectorArtifactEditFVTest.java :
106 : resourceComponent.setSourcePath(TestWorkspace.ARTIFACT_EDIT_FVT_RESOURCE_PATH);
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
ConnectorArtifactEditTest.java :
7 : 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
ConnectorArtifactEditTest.java :
11 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
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
ConnectorArtifactEditTest.java :
12 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent 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
ConnectorArtifactEditTest.java :
13 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
Discouraged access: The type EMFWorkbenchContext 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
ConnectorArtifactEditTest.java :
15 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;
The field ConnectorArtifactEditTest.jcaModuleName is never read locally
ConnectorArtifactEditTest.java :
20 : private String jcaModuleName;
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
ConnectorArtifactEditTest.java :
37 : assertTrue(J2EEProjectUtilities.getJ2EEProjectVersion(vc.getProject()).equals(TestWorkspace.JCA_PROJECT_VERSION));
Discouraged access: The method getJ2EEProjectVersion(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
ConnectorArtifactEditTest.java :
37 : assertTrue(J2EEProjectUtilities.getJ2EEProjectVersion(vc.getProject()).equals(TestWorkspace.JCA_PROJECT_VERSION));
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
ConnectorArtifactEditTest.java :
83 : StructureEdit moduleCore = null;
Discouraged access: The type WorkbenchComponent 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
ConnectorArtifactEditTest.java :
84 : WorkbenchComponent wbComponent = null;
The local variable wbComponent is never read
ConnectorArtifactEditTest.java :
84 : WorkbenchComponent wbComponent = null;
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
ConnectorArtifactEditTest.java :
87 : moduleCore = StructureEdit.getStructureEditForWrite(jcaProject);
Discouraged access: The method getStructureEditForWrite(IProject) 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
ConnectorArtifactEditTest.java :
87 : moduleCore = StructureEdit.getStructureEditForWrite(jcaProject);
Discouraged access: The method getComponent() 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
ConnectorArtifactEditTest.java :
88 : wbComponent = moduleCore.getComponent();
Discouraged access: The method dispose() 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
ConnectorArtifactEditTest.java :
93 : moduleCore.dispose();
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
ConnectorArtifactEditTest.java :
108 : StructureEdit moduleCore = null;
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
ConnectorArtifactEditTest.java :
111 : moduleCore = StructureEdit.getStructureEditForRead(jcaProject);
Discouraged access: The method getStructureEditForRead(IProject) 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
ConnectorArtifactEditTest.java :
111 : moduleCore = StructureEdit.getStructureEditForRead(jcaProject);
Discouraged access: The type WorkbenchComponent 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
ConnectorArtifactEditTest.java :
112 : WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable wbComponent is never read
ConnectorArtifactEditTest.java :
112 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method getComponent() 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
ConnectorArtifactEditTest.java :
112 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method dispose() 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
ConnectorArtifactEditTest.java :
118 : moduleCore.dispose();
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
ConnectorArtifactEditTest.java :
127 : StructureEdit moduleCore = null;
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
ConnectorArtifactEditTest.java :
130 : moduleCore = StructureEdit.getStructureEditForWrite(jcaProject);
Discouraged access: The method getStructureEditForWrite(IProject) 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
ConnectorArtifactEditTest.java :
130 : moduleCore = StructureEdit.getStructureEditForWrite(jcaProject);
Discouraged access: The type WorkbenchComponent 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
ConnectorArtifactEditTest.java :
131 : WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable wbComponent is never read
ConnectorArtifactEditTest.java :
131 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method getComponent() 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
ConnectorArtifactEditTest.java :
131 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method dispose() 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
ConnectorArtifactEditTest.java :
136 : moduleCore.dispose();
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
ConnectorArtifactEditTest.java :
197 : public ArtifactEditModel getArtifactEditModelforRead() {
Discouraged access: The type EMFWorkbenchContext 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
ConnectorArtifactEditTest.java :
198 : EMFWorkbenchContext context = new EMFWorkbenchContext(jcaProject);
Discouraged access: The constructor EMFWorkbenchContext(IProject) 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
ConnectorArtifactEditTest.java :
198 : EMFWorkbenchContext context = new EMFWorkbenchContext(jcaProject);
Discouraged access: The type EMFWorkbenchContext 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
ConnectorArtifactEditTest.java :
198 : EMFWorkbenchContext context = new EMFWorkbenchContext(jcaProject);
Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) 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
ConnectorArtifactEditTest.java :
199 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.JCA_MODULE_URI);
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
ConnectorArtifactEditTest.java :
199 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.JCA_MODULE_URI);
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
EARArtifactEditTest.java :
22 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
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
EARArtifactEditTest.java :
23 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent 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
EARArtifactEditTest.java :
24 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
Discouraged access: The type EMFWorkbenchContext 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
EARArtifactEditTest.java :
27 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;
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
EARArtifactEditTest.java :
118 : StructureEdit moduleCore = null;
Discouraged access: The type WorkbenchComponent 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
EARArtifactEditTest.java :
119 : WorkbenchComponent wbComponent = null;
The local variable wbComponent is never read
EARArtifactEditTest.java :
119 : WorkbenchComponent wbComponent = null;
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
EARArtifactEditTest.java :
122 : moduleCore = StructureEdit.getStructureEditForWrite(earProject);
Discouraged access: The method getStructureEditForWrite(IProject) 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
EARArtifactEditTest.java :
122 : moduleCore = StructureEdit.getStructureEditForWrite(earProject);
Discouraged access: The method getComponent() 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
EARArtifactEditTest.java :
123 : wbComponent = moduleCore.getComponent();
Discouraged access: The method dispose() 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
EARArtifactEditTest.java :
128 : moduleCore.dispose();
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
EARArtifactEditTest.java :
143 : StructureEdit moduleCore = null;
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
EARArtifactEditTest.java :
146 : moduleCore = StructureEdit.getStructureEditForRead(earProject);
Discouraged access: The method getStructureEditForRead(IProject) 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
EARArtifactEditTest.java :
146 : moduleCore = StructureEdit.getStructureEditForRead(earProject);
Discouraged access: The type WorkbenchComponent 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
EARArtifactEditTest.java :
147 : WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable wbComponent is never read
EARArtifactEditTest.java :
147 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method getComponent() 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
EARArtifactEditTest.java :
147 : WorkbenchComponent wbComponent = moduleCore.getComponent();
Discouraged access: The method dispose() 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
EARArtifactEditTest.java :
153 : moduleCore.dispose();
The local variable uriExist is never read
EARArtifactEditTest.java :
279 : boolean uriExist = edit.uriExists(TestWorkspace.EJB_MODULE_URI.toString());
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
EARArtifactEditTest.java :
334 : public ArtifactEditModel getArtifactEditModelforRead() {
Discouraged access: The type EMFWorkbenchContext 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
EARArtifactEditTest.java :
335 : EMFWorkbenchContext context = new EMFWorkbenchContext(earProject);
Discouraged access: The constructor EMFWorkbenchContext(IProject) 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
EARArtifactEditTest.java :
335 : EMFWorkbenchContext context = new EMFWorkbenchContext(earProject);
Discouraged access: The type EMFWorkbenchContext 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
EARArtifactEditTest.java :
335 : EMFWorkbenchContext context = new EMFWorkbenchContext(earProject);
Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) 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
EARArtifactEditTest.java :
336 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
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
EARArtifactEditTest.java :
336 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
Discouraged access: The type ComponentResource 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
EJBArtifactEditFVTest.java :
22 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
Discouraged access: The type ComponentcoreFactory 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
EJBArtifactEditFVTest.java :
23 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;
Discouraged access: The type EditModelEvent 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
EJBArtifactEditFVTest.java :
24 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener 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
EJBArtifactEditFVTest.java :
25 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
The field EJBArtifactEditFVTest.ejbModuleName is never read locally
EJBArtifactEditFVTest.java :
30 : private String ejbModuleName;
Discouraged access: The type EditModelListener 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
EJBArtifactEditFVTest.java :
48 : edit.addListener(new EditModelListener() {
Discouraged access: The type EditModelEvent 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
EJBArtifactEditFVTest.java :
49 : public void editModelChanged(EditModelEvent anEvent) {
The method validateResource() from the type EJBArtifactEditFVTest is never used locally
EJBArtifactEditFVTest.java :
92 : private void validateResource() {
Discouraged access: The type ComponentResource 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
EJBArtifactEditFVTest.java :
106 : private ComponentResource createResourceComponent() {
The method createResourceComponent() from the type EJBArtifactEditFVTest is never used locally
EJBArtifactEditFVTest.java :
106 : private ComponentResource createResourceComponent() {
Discouraged access: The type ComponentResource 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
EJBArtifactEditFVTest.java :
107 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The type ComponentcoreFactory 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
EJBArtifactEditFVTest.java :
107 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method createComponentResource() from the type ComponentcoreFactory 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
EJBArtifactEditFVTest.java :
107 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory 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
EJBArtifactEditFVTest.java :
107 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method setRuntimePath(IPath) from the type ComponentResource 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
EJBArtifactEditFVTest.java :
110 : resourceComponent.setRuntimePath(TestWorkspace.ARTIFACT_EDIT_FVT_RESOURCE_PATH);
Discouraged access: The method setSourcePath(IPath) from the type ComponentResource 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
EJBArtifactEditFVTest.java :
111 : resourceComponent.setSourcePath(TestWorkspace.ARTIFACT_EDIT_FVT_RESOURCE_PATH);
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
EJBArtifactEditTest.java :
20 : import org.eclipse.jst.j2ee.internal.common.XMLResource;
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
EJBArtifactEditTest.java :
23 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
Discouraged access: The type EMFWorkbenchContext 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
EJBArtifactEditTest.java :
25 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;
The local variable uri is never read
EJBArtifactEditTest.java :
165 : String uri = edit.getEJBJarXmiResource().toString();
The local variable test is never read
EJBArtifactEditTest.java :
254 : EnterpriseArtifactEdit test = new EJBArtifactEdit(getArtifactEditModelforRead()) {
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
EJBArtifactEditTest.java :
255 : protected void addEJBJarIfNecessary(XMLResource aResource) {
The method test() from the type new EJBArtifactEdit(){} is never used locally
EJBArtifactEditTest.java :
260 : public void test() {
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
EJBArtifactEditTest.java :
333 : public ArtifactEditModel getArtifactEditModelforRead() {
Discouraged access: The type EMFWorkbenchContext 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
EJBArtifactEditTest.java :
334 : EMFWorkbenchContext context = new EMFWorkbenchContext(ejbProject);
Discouraged access: The constructor EMFWorkbenchContext(IProject) 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
EJBArtifactEditTest.java :
334 : EMFWorkbenchContext context = new EMFWorkbenchContext(ejbProject);
Discouraged access: The type EMFWorkbenchContext 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
EJBArtifactEditTest.java :
334 : EMFWorkbenchContext context = new EMFWorkbenchContext(ejbProject);
Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) 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
EJBArtifactEditTest.java :
335 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
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
EJBArtifactEditTest.java :
335 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
Discouraged access: The type ComponentResource 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
EarArtiFactEditFVTest.java :
23 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
Discouraged access: The type ComponentcoreFactory 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
EarArtiFactEditFVTest.java :
24 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;
Discouraged access: The type EditModelEvent 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
EarArtiFactEditFVTest.java :
25 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener 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
EarArtiFactEditFVTest.java :
26 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
The field EarArtiFactEditFVTest.earModuleName is never read locally
EarArtiFactEditFVTest.java :
33 : private String earModuleName;
Discouraged access: The type EditModelListener 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
EarArtiFactEditFVTest.java :
51 : edit.addListener(new EditModelListener() {
Discouraged access: The type EditModelEvent 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
EarArtiFactEditFVTest.java :
52 : public void editModelChanged(EditModelEvent anEvent) {
The method pass(ApplicationClient) from the type EarArtiFactEditFVTest is never used locally
EarArtiFactEditFVTest.java :
95 : private static void pass(ApplicationClient ear) {
The method validateResource() from the type EarArtiFactEditFVTest is never used locally
EarArtiFactEditFVTest.java :
100 : private void validateResource() {
Discouraged access: The type ComponentResource 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
EarArtiFactEditFVTest.java :
114 : private ComponentResource createResourceComponent() {
The method createResourceComponent() from the type EarArtiFactEditFVTest is never used locally
EarArtiFactEditFVTest.java :
114 : private ComponentResource createResourceComponent() {
Discouraged access: The type ComponentResource 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
EarArtiFactEditFVTest.java :
115 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The type ComponentcoreFactory 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
EarArtiFactEditFVTest.java :
115 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method createComponentResource() from the type ComponentcoreFactory 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
EarArtiFactEditFVTest.java :
115 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory 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
EarArtiFactEditFVTest.java :
115 : ComponentResource resourceComponent = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method setRuntimePath(IPath) from the type ComponentResource 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
EarArtiFactEditFVTest.java :
118 : resourceComponent.setRuntimePath(TestWorkspace.ARTIFACT_EDIT_FVT_RESOURCE_PATH);
Discouraged access: The method setSourcePath(IPath) from the type ComponentResource 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
EarArtiFactEditFVTest.java :
119 : resourceComponent.setSourcePath(TestWorkspace.ARTIFACT_EDIT_FVT_RESOURCE_PATH);
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
EnterpriseArtifactEditTest.java :
18 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
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
EnterpriseArtifactEditTest.java :
19 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent 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
EnterpriseArtifactEditTest.java :
20 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
Discouraged access: The type EMFWorkbenchContext 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
EnterpriseArtifactEditTest.java :
21 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;
The field EnterpriseArtifactEditTest.earModuleName is never read locally
EnterpriseArtifactEditTest.java :
26 : private String earModuleName;
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
EnterpriseArtifactEditTest.java :
40 : StructureEdit moduleCore = null;
Discouraged access: The type WorkbenchComponent 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
EnterpriseArtifactEditTest.java :
41 : WorkbenchComponent wbComponent = null;
The local variable wbComponent is never read
EnterpriseArtifactEditTest.java :
41 : WorkbenchComponent wbComponent = null;
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
EnterpriseArtifactEditTest.java :
44 : moduleCore = StructureEdit.getStructureEditForWrite(earProject);
Discouraged access: The method getStructureEditForWrite(IProject) 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
EnterpriseArtifactEditTest.java :
44 : moduleCore = StructureEdit.getStructureEditForWrite(earProject);
Discouraged access: The method getComponent() 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
EnterpriseArtifactEditTest.java :
45 : wbComponent = moduleCore.getComponent();
Discouraged access: The method dispose() 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
EnterpriseArtifactEditTest.java :
50 : moduleCore.dispose();
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
EnterpriseArtifactEditTest.java :
81 : public ArtifactEditModel getArtifactEditModelforRead() {
Discouraged access: The type EMFWorkbenchContext 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
EnterpriseArtifactEditTest.java :
82 : EMFWorkbenchContext context = new EMFWorkbenchContext(earProject);
Discouraged access: The constructor EMFWorkbenchContext(IProject) 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
EnterpriseArtifactEditTest.java :
82 : EMFWorkbenchContext context = new EMFWorkbenchContext(earProject);
Discouraged access: The type EMFWorkbenchContext 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
EnterpriseArtifactEditTest.java :
82 : EMFWorkbenchContext context = new EMFWorkbenchContext(earProject);
Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) 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
EnterpriseArtifactEditTest.java :
83 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
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
EnterpriseArtifactEditTest.java :
83 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
Discouraged access: The type JaxRPCMapArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
JaxRPCMapArtifactEditFVTest.java :
6 : import org.eclipse.jst.j2ee.internal.webservice.componentcore.util.JaxRPCMapArtifactEdit;
The field JaxRPCMapArtifactEditFVTest.serverContextData is never read locally
JaxRPCMapArtifactEditFVTest.java :
17 : private String serverContextData = TestWorkspace.WEB_SERVER_CONTEXT_ROOT + "Test";
The method updateClient(WebServices) from the type JaxRPCMapArtifactEditFVTest is never used locally
JaxRPCMapArtifactEditFVTest.java :
30 : private void updateClient(WebServices client) {
The method pass() from the type JaxRPCMapArtifactEditFVTest is never used locally
JaxRPCMapArtifactEditFVTest.java :
37 : private void pass() {
Discouraged access: The type JaxRPCMapArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
JaxRPCMapArtifactEditFVTest.java :
42 : JaxRPCMapArtifactEdit jaxedit = null;
Discouraged access: The type JaxRPCMapArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
JaxRPCMapArtifactEditFVTest.java :
47 : jaxedit = JaxRPCMapArtifactEdit.getJaxRPCMapArtifactEditForRead(comp);
Discouraged access: The method getJaxRPCMapArtifactEditForRead(IVirtualComponent) from the type JaxRPCMapArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
JaxRPCMapArtifactEditFVTest.java :
47 : jaxedit = JaxRPCMapArtifactEdit.getJaxRPCMapArtifactEditForRead(comp);
Discouraged access: The method getDeploymentDescriptorRoot(String) from the type JaxRPCMapArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
JaxRPCMapArtifactEditFVTest.java :
48 : jaxedit.getDeploymentDescriptorRoot("WebArtifactEditTest/WebArtifactEditModule/WebContent/WEB-INF/testmap.xml");
The local variable webapp is never read
JaxRPCMapArtifactEditFVTest.java :
51 : WebApp webapp = webedit.getWebApp();
The method pass(WebServices) from the type JaxRPCMapArtifactEditFVTest is never used locally
JaxRPCMapArtifactEditFVTest.java :
56 : private static void pass(WebServices webservice) {
The method validateResource() from the type JaxRPCMapArtifactEditFVTest is never used locally
JaxRPCMapArtifactEditFVTest.java :
63 : private void validateResource() {
Discouraged access: The type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
7 : import org.eclipse.jst.j2ee.internal.webservice.componentcore.util.WSDDArtifactEdit;
Discouraged access: The type EditModelEvent 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
WSDDArtifactEditFVTest.java :
10 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener 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
WSDDArtifactEditFVTest.java :
11 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
The field WSDDArtifactEditFVTest.webModuleName is never read locally
WSDDArtifactEditFVTest.java :
16 : private String webModuleName;
The field WSDDArtifactEditFVTest.serverContextData is never read locally
WSDDArtifactEditFVTest.java :
17 : private String serverContextData = TestWorkspace.WEB_SERVER_CONTEXT_ROOT + "Test";
Discouraged access: The type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
31 : WSDDArtifactEdit edit = null;
Discouraged access: The type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
33 : edit = WSDDArtifactEdit.getWSDDArtifactEditForWrite(webProject);
Discouraged access: The method getWSDDArtifactEditForWrite(IProject) from the type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
33 : edit = WSDDArtifactEdit.getWSDDArtifactEditForWrite(webProject);
Discouraged access: The type EditModelListener 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
WSDDArtifactEditFVTest.java :
34 : edit.addListener(new EditModelListener() {
Discouraged access: The type EditModelEvent 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
WSDDArtifactEditFVTest.java :
35 : public void editModelChanged(EditModelEvent anEvent) {
Discouraged access: The method getWebServices() from the type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
39 : WebServices client = edit.getWebServices();
Discouraged access: The type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
61 : WSDDArtifactEdit edit = null;
Discouraged access: The type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
63 : edit = WSDDArtifactEdit.getWSDDArtifactEditForWrite(webProject);
Discouraged access: The method getWSDDArtifactEditForWrite(IProject) from the type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
63 : edit = WSDDArtifactEdit.getWSDDArtifactEditForWrite(webProject);
Discouraged access: The method getWebServices() from the type WSDDArtifactEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot
WSDDArtifactEditFVTest.java :
64 : WebServices web = edit.getWebServices();
The method validateResource() from the type WSDDArtifactEditFVTest is never used locally
WSDDArtifactEditFVTest.java :
80 : private void validateResource() {
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebArtifactEditFVTest.java :
13 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;
Discouraged access: The type EditModelEvent 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
WebArtifactEditFVTest.java :
20 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener 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
WebArtifactEditFVTest.java :
21 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
Discouraged access: The type EditModelListener 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
WebArtifactEditFVTest.java :
44 : edit.addListener(new EditModelListener() {
Discouraged access: The type EditModelEvent 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
WebArtifactEditFVTest.java :
45 : public void editModelChanged(EditModelEvent anEvent) {
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebArtifactEditFVTest.java :
61 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(webProject, webComp);
Discouraged access: The constructor J2EEFlexProjDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebArtifactEditFVTest.java :
61 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(webProject, webComp);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebArtifactEditFVTest.java :
61 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(webProject, webComp);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
WebArtifactEditFVTest.java :
63 : IModuleResource[] resources = deployable.members();
Discouraged access: The type WebapplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebArtifactEditTest.java :
12 : import org.eclipse.jst.j2ee.webapplication.internal.impl.WebapplicationFactoryImpl;
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
WebArtifactEditTest.java :
16 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
Discouraged access: The type ComponentcoreFactory 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
WebArtifactEditTest.java :
17 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;
Discouraged access: The type ReferencedComponent 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
WebArtifactEditTest.java :
18 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;
Discouraged access: The type EMFWorkbenchContext 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
WebArtifactEditTest.java :
20 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;
The field WebArtifactEditTest.webModuleName is never read locally
WebArtifactEditTest.java :
25 : private String webModuleName;
The local variable uri is never read
WebArtifactEditTest.java :
61 : String uri = edit.getDeploymentDescriptorResource().getURI().toString();
Discouraged access: The type ReferencedComponent 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
WebArtifactEditTest.java :
313 : ReferencedComponent refComp = ComponentcoreFactory.eINSTANCE.createReferencedComponent();
Discouraged access: The type ComponentcoreFactory 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
WebArtifactEditTest.java :
313 : ReferencedComponent refComp = ComponentcoreFactory.eINSTANCE.createReferencedComponent();
Discouraged access: The method createReferencedComponent() from the type ComponentcoreFactory 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
WebArtifactEditTest.java :
313 : ReferencedComponent refComp = ComponentcoreFactory.eINSTANCE.createReferencedComponent();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory 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
WebArtifactEditTest.java :
313 : ReferencedComponent refComp = ComponentcoreFactory.eINSTANCE.createReferencedComponent();
Discouraged access: The type ReferencedComponent 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
WebArtifactEditTest.java :
314 : edit.addLibModules(new ReferencedComponent[]{refComp});
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
WebArtifactEditTest.java :
370 : public ArtifactEditModel getArtifactEditModelforRead() {
Discouraged access: The type EMFWorkbenchContext 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
WebArtifactEditTest.java :
371 : EMFWorkbenchContext context = new EMFWorkbenchContext(webProject);
Discouraged access: The constructor EMFWorkbenchContext(IProject) 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
WebArtifactEditTest.java :
371 : EMFWorkbenchContext context = new EMFWorkbenchContext(webProject);
Discouraged access: The type EMFWorkbenchContext 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
WebArtifactEditTest.java :
371 : EMFWorkbenchContext context = new EMFWorkbenchContext(webProject);
Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) 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
WebArtifactEditTest.java :
372 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
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
WebArtifactEditTest.java :
372 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);
Discouraged access: The type WebapplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebArtifactEditTest.java :
382 : WebapplicationFactoryImpl factory = new WebapplicationFactoryImpl();
Discouraged access: The constructor WebapplicationFactoryImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebArtifactEditTest.java :
382 : WebapplicationFactoryImpl factory = new WebapplicationFactoryImpl();
Discouraged access: The type WebapplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebArtifactEditTest.java :
382 : WebapplicationFactoryImpl factory = new WebapplicationFactoryImpl();
Discouraged access: The method createServlet() from the type WebapplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebArtifactEditTest.java :
385 : Servlet servlet = factory.createServlet();
Discouraged access: The method createServletType() from the type WebapplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebArtifactEditTest.java :
386 : ServletType servletType = factory.createServletType();
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
ArchiveComponentCreationTest.java :
25 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ArchiveComponentCreationTest.java :
26 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
Discouraged access: The type VirtualArchiveComponent 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
ArchiveComponentCreationTest.java :
31 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ArchiveComponentCreationTest.java :
60 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ArchiveComponentCreationTest.java :
60 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
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
ArchiveComponentCreationTest.java :
63 : IDataModel webModel = map.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);
Discouraged access: The type VirtualArchiveComponent 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
ArchiveComponentCreationTest.java :
83 : String type = VirtualArchiveComponent.VARARCHIVETYPE + IPath.SEPARATOR;
Discouraged access: The field VARARCHIVETYPE from the type VirtualArchiveComponent 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
ArchiveComponentCreationTest.java :
83 : String type = VirtualArchiveComponent.VARARCHIVETYPE + IPath.SEPARATOR;
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
EJBDeployTest.java :
37 : 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
EJBDeployTest.java :
38 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
39 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
40 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;
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
EJBDeployTest.java :
41 : 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
EJBDeployTest.java :
42 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;
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
EJBDeployTest.java :
49 : import org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry;
The method createProject(IProjectDescription, IProject, IProgressMonitor) from the type EJBDeployTest is never used locally
EJBDeployTest.java :
77 : private void createProject(IProjectDescription description, IProject projectHandle, IProgressMonitor monitor) throws CoreException, OperationCanceledException {
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
109 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The constructor J2EEFlexProjDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
109 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
109 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The method isSingleRootStructure() from the type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
111 : if (deployable.isSingleRootStructure()) {
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
EJBDeployTest.java :
112 : IModuleResource[] members = deployable.members();
The local variable javaResource is never read
EJBDeployTest.java :
119 : IModuleResource javaResource = javaMembers[j];
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
140 : dm.setProperty(INewJavaClassDataModelProperties.PROJECT_NAME, projName);
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
EJBDeployTest.java :
140 : dm.setProperty(INewJavaClassDataModelProperties.PROJECT_NAME, projName);
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
141 : dm.setProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE, PACKAGE);
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
141 : dm.setProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE, PACKAGE);
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
142 : dm.setProperty(INewJavaClassDataModelProperties.CLASS_NAME, SESSION_BEAN_NAME);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployTest.java :
142 : dm.setProperty(INewJavaClassDataModelProperties.CLASS_NAME, SESSION_BEAN_NAME);
The local variable operationStatus is never read
EJBDeployTest.java :
143 : IStatus operationStatus = dm.getDefaultOperation().execute(new NullProgressMonitor(), null);
The method getResourceSet(String) from the type EJBDeployTest is never used locally
EJBDeployTest.java :
152 : private ProjectResourceSet getResourceSet(String projName) {
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
EJBDeployTest.java :
160 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);
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
EJBDeployTest.java :
160 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_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
EJBDeployTest.java :
160 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);
Discouraged access: The field EJB_3_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
EJBDeployTest.java :
160 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_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
EJBDeployTest.java :
167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
EJBDeployTest.java :
167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
EJBDeployTest.java :
167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
EJBDeployTest.java :
167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
EJBDeployTest.java :
167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
EJBDeployTest.java :
167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));
Discouraged access: The field EJB_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
EJBDeployTest.java :
167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));
The method createEarProject(String) from the type EJBDeployTest is never used locally
EJBDeployTest.java :
172 : private IProject createEarProject(String projName) throws ExecutionException {
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
EJBDeployTest.java :
174 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
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
EJBDeployTest.java :
174 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_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
EJBDeployTest.java :
174 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
Discouraged access: The field JEE_5_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
EJBDeployTest.java :
174 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
The method registerFactory(URI, ResourceSet, Resource.Factory) from the type EJBDeployTest is never used locally
EJBDeployTest.java :
211 : private void registerFactory(URI uri, ResourceSet resSet, Resource.Factory factory) {
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
EJBDeployTest.java :
212 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();
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
EJBDeployTest.java :
212 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();
Discouraged access: The method registerLastFileSegment(String, Resource.Factory) 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
EJBDeployTest.java :
213 : registry.registerLastFileSegment(uri.lastSegment(), factory);
The method getResourceSet() from the type EJBDeployTest is never used locally
EJBDeployTest.java :
215 : private ResourceSet getResourceSet() {
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
EJBDeployTest.java :
217 : set.setResourceFactoryRegistry(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
EJBDeployTest.java :
217 : set.setResourceFactoryRegistry(WTPResourceFactoryRegistry.INSTANCE);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
J2EEFlexProjDeployablePerfTest.java :
27 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
J2EEFlexProjDeployablePerfTest.java :
47 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The constructor J2EEFlexProjDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
J2EEFlexProjDeployablePerfTest.java :
47 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
J2EEFlexProjDeployablePerfTest.java :
47 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
J2EEFlexProjDeployablePerfTest.java :
49 : IModuleResource[] members = deployable.members();
Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
PortedComponentCreationTest.java :
18 : import org.eclipse.jst.j2ee.applicationclient.internal.creation.AppClientFacetProjectCreationDataModelProvider;
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
PortedComponentCreationTest.java :
19 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetProjectCreationDataModelProvider;
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
PortedComponentCreationTest.java :
20 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
PortedComponentCreationTest.java :
21 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
The method createConnectorComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java :
89 : private void createConnectorComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
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
PortedComponentCreationTest.java :
93 : IDataModel jcaModel = map.getFacetDataModel(J2EEProjectUtilities.JCA);
The method createWebComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java :
98 : private void createWebComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
PortedComponentCreationTest.java :
99 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
PortedComponentCreationTest.java :
99 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
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
PortedComponentCreationTest.java :
102 : IDataModel webModel = map.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);
The method createAppClientComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java :
107 : private void createAppClientComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
Discouraged access: The constructor AppClientFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
PortedComponentCreationTest.java :
108 : IDataModel model = DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());
Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
PortedComponentCreationTest.java :
108 : IDataModel model = DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());
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
PortedComponentCreationTest.java :
111 : IDataModel appClientModel = map.getFacetDataModel(J2EEProjectUtilities.APPLICATION_CLIENT);
The method createEjbComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java :
116 : private void createEjbComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
Discouraged access: The constructor EjbFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
PortedComponentCreationTest.java :
117 : IDataModel model = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
PortedComponentCreationTest.java :
117 : IDataModel model = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
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
PortedComponentCreationTest.java :
120 : IDataModel ejbModel = map.getFacetDataModel(J2EEProjectUtilities.EJB);
The method createEARComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java :
125 : private void createEARComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
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
PortedComponentCreationTest.java :
129 : IDataModel earModel = map.getFacetDataModel(J2EEProjectUtilities.ENTERPRISE_APPLICATION);
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
PortedComponentCreationTest.java :
135 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
PortedComponentCreationTest.java :
135 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
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
PortedComponentCreationTest.java :
138 : IDataModel webModel = map.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);
Discouraged access: The constructor AppClientFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
PortedComponentCreationTest.java :
147 : IDataModel model = DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());
Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
PortedComponentCreationTest.java :
147 : IDataModel model = DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());
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
PortedComponentCreationTest.java :
150 : IDataModel appClientModel = map.getFacetDataModel(J2EEProjectUtilities.APPLICATION_CLIENT);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebDeployTest.java :
29 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebDeployTest.java :
52 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The constructor J2EEFlexProjDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebDeployTest.java :
52 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebDeployTest.java :
52 : J2EEFlexProjDeployable deployable = new J2EEFlexProjDeployable(project, component);
Discouraged access: The method members() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
WebDeployTest.java :
54 : IModuleResource[] members = deployable.members();
Discouraged access: The method getChildModules() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
WebDeployTest.java :
88 : IModule[] childModules = deployable.getChildModules();
Discouraged access: The method getURI(IModule) from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.web/@dot
WebDeployTest.java :
97 : String uri = deployable.getURI(childModules[l]);
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EjbProjectFacetCreationTest.java :
5 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetProjectCreationDataModelProvider;
Discouraged access: The constructor EjbFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EjbProjectFacetCreationTest.java :
27 : IDataModel dm = DataModelFactory.createDataModel( new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EjbProjectFacetCreationTest.java :
27 : IDataModel dm = DataModelFactory.createDataModel( new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
FlexibleProjectBuilderTest.java :
27 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
Discouraged access: The type ComponentResource 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
FlexibleProjectBuilderTest.java :
29 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
Discouraged access: The type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
30 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;
Discouraged access: The type ProjectComponents 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
FlexibleProjectBuilderTest.java :
31 : import org.eclipse.wst.common.componentcore.internal.ProjectComponents;
Discouraged access: The type ReferencedComponent 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
FlexibleProjectBuilderTest.java :
32 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;
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
FlexibleProjectBuilderTest.java :
33 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
34 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
Discouraged access: The type EMFWorkbenchContext 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
FlexibleProjectBuilderTest.java :
37 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;
Discouraged access: The type EMFWorkbenchContext 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
FlexibleProjectBuilderTest.java :
42 : private EMFWorkbenchContext emfContext;
The field FlexibleProjectBuilderTest.emfContext is never read locally
FlexibleProjectBuilderTest.java :
42 : private EMFWorkbenchContext emfContext;
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
FlexibleProjectBuilderTest.java :
90 : StructureEdit localModuleCore = null;
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
FlexibleProjectBuilderTest.java :
94 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());
Discouraged access: The method getContainingProject(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
FlexibleProjectBuilderTest.java :
94 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());
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
FlexibleProjectBuilderTest.java :
95 : localModuleCore = StructureEdit.getStructureEditForWrite(containingProject);
Discouraged access: The method getStructureEditForWrite(IProject) 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
FlexibleProjectBuilderTest.java :
95 : localModuleCore = StructureEdit.getStructureEditForWrite(containingProject);
Discouraged access: The type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
102 : WorkbenchComponent webModule = localModuleCore.getComponent();
Discouraged access: The method getComponent() 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
FlexibleProjectBuilderTest.java :
102 : WorkbenchComponent webModule = localModuleCore.getComponent();
Discouraged access: The method saveIfNecessary(IProgressMonitor) 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
FlexibleProjectBuilderTest.java :
107 : localModuleCore.saveIfNecessary(null);
Discouraged access: The method dispose() 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
FlexibleProjectBuilderTest.java :
111 : localModuleCore.dispose();
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
FlexibleProjectBuilderTest.java :
151 : IDataModel dataModel = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
FlexibleProjectBuilderTest.java :
151 : IDataModel dataModel = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
192 : public void addResource(WorkbenchComponent aModule, IResource aSourceFile, String aDeployPath) {
Discouraged access: The type ComponentResource 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
FlexibleProjectBuilderTest.java :
193 : ComponentResource resource = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
193 : ComponentResource resource = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method createComponentResource() from the type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
193 : ComponentResource resource = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
193 : ComponentResource resource = ComponentcoreFactory.eINSTANCE.createComponentResource();
Discouraged access: The method setSourcePath(IPath) from the type ComponentResource 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
FlexibleProjectBuilderTest.java :
194 : resource.setSourcePath(aSourceFile.getFullPath());
Discouraged access: The method setRuntimePath(IPath) from the type ComponentResource 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
FlexibleProjectBuilderTest.java :
195 : resource.setRuntimePath(new Path(aDeployPath));
Discouraged access: The method getResources() from the type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
196 : aModule.getResources().add(resource);
Discouraged access: The type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
199 : public WorkbenchComponent addWorkbenchModule(ProjectComponents theModules, String aDeployedName, URI aHandle) {
Discouraged access: The type ProjectComponents 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
FlexibleProjectBuilderTest.java :
199 : public WorkbenchComponent addWorkbenchModule(ProjectComponents theModules, String aDeployedName, URI aHandle) {
Discouraged access: The type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
200 : WorkbenchComponent module = ComponentcoreFactory.eINSTANCE.createWorkbenchComponent();
Discouraged access: The type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
200 : WorkbenchComponent module = ComponentcoreFactory.eINSTANCE.createWorkbenchComponent();
Discouraged access: The method createWorkbenchComponent() from the type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
200 : WorkbenchComponent module = ComponentcoreFactory.eINSTANCE.createWorkbenchComponent();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
200 : WorkbenchComponent module = ComponentcoreFactory.eINSTANCE.createWorkbenchComponent();
Discouraged access: The method setName(String) from the type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
201 : module.setName(aDeployedName);
Discouraged access: The method getComponents() from the type ProjectComponents 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
FlexibleProjectBuilderTest.java :
202 : theModules.getComponents().add(module);
Discouraged access: The type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
206 : public void addDependentModule(WorkbenchComponent aModule, IPath aDeployedPath, URI aHandle) {
Discouraged access: The type ReferencedComponent 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
FlexibleProjectBuilderTest.java :
207 : ReferencedComponent aClasspathDependentModule = ComponentcoreFactory.eINSTANCE.createReferencedComponent();
Discouraged access: The type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
207 : ReferencedComponent aClasspathDependentModule = ComponentcoreFactory.eINSTANCE.createReferencedComponent();
Discouraged access: The method createReferencedComponent() from the type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
207 : ReferencedComponent aClasspathDependentModule = ComponentcoreFactory.eINSTANCE.createReferencedComponent();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory 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
FlexibleProjectBuilderTest.java :
207 : ReferencedComponent aClasspathDependentModule = ComponentcoreFactory.eINSTANCE.createReferencedComponent();
Discouraged access: The method setRuntimePath(IPath) from the type ReferencedComponent 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
FlexibleProjectBuilderTest.java :
208 : aClasspathDependentModule.setRuntimePath(aDeployedPath);
Discouraged access: The method setHandle(URI) from the type ReferencedComponent 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
FlexibleProjectBuilderTest.java :
209 : aClasspathDependentModule.setHandle(aHandle);
Discouraged access: The method getReferencedComponents() from the type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
210 : aModule.getReferencedComponents().add(aClasspathDependentModule);
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
FlexibleProjectBuilderTest.java :
213 : public void createLocalModules(StructureEdit moduleCore) throws Exception {
Discouraged access: The type ProjectComponents 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
FlexibleProjectBuilderTest.java :
215 : ProjectComponents projectModules = moduleCore.getComponentModelRoot();
Discouraged access: The method getComponentModelRoot() 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
FlexibleProjectBuilderTest.java :
215 : ProjectComponents projectModules = moduleCore.getComponentModelRoot();
Discouraged access: The type WorkbenchComponent 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
FlexibleProjectBuilderTest.java :
217 : WorkbenchComponent webLibraryModule = addWorkbenchModule(projectModules, getLocalWebLibraryDeployedName(), getLocalWebLibraryModuleURI());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ModuleStructuralModelTest.java :
33 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
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
ModuleStructuralModelTest.java :
38 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
Discouraged access: The type ComponentResource 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
ModuleStructuralModelTest.java :
39 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
Discouraged access: The type ComponentcoreFactory 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
ModuleStructuralModelTest.java :
40 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;
Discouraged access: The type ProjectComponents 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
ModuleStructuralModelTest.java :
41 : import org.eclipse.wst.common.componentcore.internal.ProjectComponents;
Discouraged access: The type ReferencedComponent 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
ModuleStructuralModelTest.java :
42 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;
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
ModuleStructuralModelTest.java :
43 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent 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
ModuleStructuralModelTest.java :
44 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
Discouraged access: The type ArtifactEditModelFactory 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
ModuleStructuralModelTest.java :
45 : import org.eclipse.wst.common.componentcore.internal.impl.ArtifactEditModelFactory;
Discouraged access: The type PlatformURLModuleConnection 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
ModuleStructuralModelTest.java :
46 : import org.eclipse.wst.common.componentcore.internal.impl.PlatformURLModuleConnection;
Discouraged access: The type ResourceTreeRoot 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
ModuleStructuralModelTest.java :
47 : import org.eclipse.wst.common.componentcore.internal.impl.ResourceTreeRoot;
Discouraged access: The type SourcePathProvider 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
ModuleStructuralModelTest.java :
48 : import org.eclipse.wst.common.componentcore.internal.util.SourcePathProvider;
Discouraged access: The type EMFWorkbenchContext 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
ModuleStructuralModelTest.java :
51 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;
Discouraged access: The type EMFWorkbenchContext 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
ModuleStructuralModelTest.java :
62 : private EMFWorkbenchContext emfContext;
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
ModuleStructuralModelTest.java :
96 : StructureEdit moduleCore = null;
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
ModuleStructuralModelTest.java :
99 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(getWebModuleURI()));
Discouraged access: The method getStructureEditForRead(IProject) 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
ModuleStructuralModelTest.java :
99 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(getWebModuleURI()));
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
ModuleStructuralModelTest.java :
99 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(getWebModuleURI()));
Discouraged access: The method getContainingProject(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
ModuleStructuralModelTest.java :
99 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(getWebModuleURI()));
Discouraged access: The type WorkbenchComponent 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
ModuleStructuralModelTest.java :
101 : WorkbenchComponent module = moduleCore.getWorkbenchModules()[0];
Discouraged access: The method getWorkbenchModules() 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
ModuleStructuralModelTest.java :
101 : WorkbenchComponent module = moduleCore.getWorkbenchModules()[0];
Discouraged access: The type ResourceTreeRoot 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
ModuleStructuralModelTest.java :
102 : ResourceTreeRoot sourceRoot = new ResourceTreeRoot(module, SourcePathProvider.INSTANCE);
Discouraged access: The constructor ResourceTreeRoot(WorkbenchComponent, IPathProvider) 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
ModuleStructuralModelTest.java :
102 : ResourceTreeRoot sourceRoot = new ResourceTreeRoot(module, SourcePathProvider.INSTANCE);
Discouraged access: The type ResourceTreeRoot 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
ModuleStructuralModelTest.java :
102 : ResourceTreeRoot sourceRoot = new ResourceTreeRoot(module, SourcePathProvider.INSTANCE);
Discouraged access: The type SourcePathProvider 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
ModuleStructuralModelTest.java :
102 : ResourceTreeRoot sourceRoot = new ResourceTreeRoot(module, SourcePathProvider.INSTANCE);
Discouraged access: The field INSTANCE from the type SourcePathProvider 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
ModuleStructuralModelTest.java :
102 : ResourceTreeRoot sourceRoot = new ResourceTreeRoot(module, SourcePathProvider.INSTANCE);
Discouraged access: The type ComponentResource 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
ModuleStructuralModelTest.java :
103 : ComponentResource[] resources = sourceRoot.findModuleResources(URI.createURI("/WebContent/WEB-INF/web.xml"));
Discouraged access: The method findModuleResources(URI) from the type ResourceTreeRoot 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
ModuleStructuralModelTest.java :
103 : ComponentResource[] resources = sourceRoot.findModuleResources(URI.createURI("/WebContent/WEB-INF/web.xml"));
Discouraged access: The method getSourcePath() from the type ComponentResource 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
ModuleStructuralModelTest.java :
104 : System.out.println(resources[0] != null ? resources[0].getSourcePath().toString() : "NOT FOUND");
Discouraged access: The method dispose() 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
ModuleStructuralModelTest.java :
108 : moduleCore.dispose();
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
ModuleStructuralModelTest.java :
115 : StructureEdit moduleCore = null;
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
ModuleStructuralModelTest.java :
117 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());
Discouraged access: The method getContainingProject(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
ModuleStructuralModelTest.java :
117 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());
Discouraged access: The method getStructureEditForRead(IProject) 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
ModuleStructuralModelTest.java :
118 : moduleCore = StructureEdit.getStructureEditForRead(containingProject);
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
ModuleStructuralModelTest.java :
118 : moduleCore = StructureEdit.getStructureEditForRead(containingProject);
Discouraged access: The type WorkbenchComponent 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
ModuleStructuralModelTest.java :
119 : WorkbenchComponent[] modules = moduleCore.getWorkbenchModules();
Discouraged access: The method getWorkbenchModules() 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
ModuleStructuralModelTest.java :
119 : WorkbenchComponent[] modules = moduleCore.getWorkbenchModules();
Discouraged access: The type ProjectComponents 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
ModuleStructuralModelTest.java :
120 : ProjectComponents pm = moduleCore.getComponentModelRoot();
The local variable pm is never read
ModuleStructuralModelTest.java :
120 : ProjectComponents pm = moduleCore.getComponentModelRoot();
Discouraged access: The method getComponentModelRoot() 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
ModuleStructuralModelTest.java :
120 : ProjectComponents pm = moduleCore.getComponentModelRoot();
The local variable clazz is never read
ModuleStructuralModelTest.java :
121 : Class clazz = moduleCore.getClass();
The local variable name is never read
ModuleStructuralModelTest.java :
122 : String name = StructureEdit.getDeployedName(getWebModuleURI());
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
ModuleStructuralModelTest.java :
122 : String name = StructureEdit.getDeployedName(getWebModuleURI());
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
ModuleStructuralModelTest.java :
122 : String name = StructureEdit.getDeployedName(getWebModuleURI());
Discouraged access: The method getName() from the type WorkbenchComponent 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
ModuleStructuralModelTest.java :
125 : System.out.println("Module: " + modules[i].getName());
Discouraged access: The method getResources() from the type WorkbenchComponent 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
ModuleStructuralModelTest.java :
126 : List list = modules[i].getResources();
Discouraged access: The type ComponentResource 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
ModuleStructuralModelTest.java :
128 : ComponentResource wmr = (ComponentResource) list.get(j);
Discouraged access: The type ComponentResource 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
ModuleStructuralModelTest.java :
128 : ComponentResource wmr = (ComponentResource) list.get(j);
The local variable er is never read
ModuleStructuralModelTest.java :
129 : IResource er = StructureEdit.getEclipseResource(wmr);
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
ModuleStructuralModelTest.java :
129 : IResource er = StructureEdit.getEclipseResource(wmr);
Discouraged access: The method getEclipseResource(ComponentResource) 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
ModuleStructuralModelTest.java :
129 : IResource er = StructureEdit.getEclipseResource(wmr);
Discouraged access: The method getReferencedComponents() from the type WorkbenchComponent 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
ModuleStructuralModelTest.java :
132 : dependentModules = modules[i].getReferencedComponents();
Discouraged access: The type ReferencedComponent 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
ModuleStructuralModelTest.java :
134 : ReferencedComponent dependentModule = (ReferencedComponent) dependentModules.get(dependentIndex);
Discouraged access: The type ReferencedComponent 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
ModuleStructuralModelTest.java :
134 : ReferencedComponent dependentModule = (ReferencedComponent) dependentModules.get(dependentIndex);
Discouraged access: The type WorkbenchComponent 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
ModuleStructuralModelTest.java :
135 : WorkbenchComponent resolvedModule = moduleCore.findComponentByURI(dependentModule.getHandle());
Discouraged access: The method findComponentByURI(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
ModuleStructuralModelTest.java :
135 : WorkbenchComponent resolvedModule = moduleCore.findComponentByURI(dependentModule.getHandle());
Discouraged access: The method getHandle() from the type ReferencedComponent 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
ModuleStructuralModelTest.java :
135 : WorkbenchComponent resolvedModule = moduleCore.findComponentByURI(dependentModule.getHandle());
Discouraged access: The method getName() from the type WorkbenchComponent 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
ModuleStructuralModelTest.java :
136 : System.out.println("\tDependentModule: " + resolvedModule.getName() + " in " + resolvedModule.getHandle());
Discouraged access: The method getHandle() from the type WorkbenchComponent 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
ModuleStructuralModelTest.java :
136 : System.out.println("\tDependentModule: " + resolvedModule.getName() + " in " + resolvedModule.getHandle());
The local variable b is never read
ModuleStructuralModelTest.java :
137 : boolean b = moduleCore.isLocalDependency(dependentModule);
Discouraged access: The method isLocalDependency(ReferencedComponent) 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
ModuleStructuralModelTest.java :
137 : boolean b = moduleCore.isLocalDependency(dependentModule);
Discouraged access: The method dispose() 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
ModuleStructuralModelTest.java :
142 : moduleCore.dispose();
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
ModuleStructuralModelTest.java :
148 : ArtifactEditModel artifactModel = null;
Discouraged access: The method getAdapter(Class) 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
ModuleStructuralModelTest.java :
152 : WebArtifactEdit editUtility = (WebArtifactEdit) artifactModel.getAdapter(WebArtifactEdit.ADAPTER_TYPE);
Discouraged access: The method releaseAccess(Object) 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
ModuleStructuralModelTest.java :
161 : artifactModel.releaseAccess(this);
Discouraged access: The type PlatformURLModuleConnection 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
ModuleStructuralModelTest.java :
175 : if (PlatformURLModuleConnection.RESOURCE_MODULE.equals(segments[0])) {
Discouraged access: The field RESOURCE_MODULE from the type PlatformURLModuleConnection 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
ModuleStructuralModelTest.java :
175 : if (PlatformURLModuleConnection.RESOURCE_MODULE.equals(segments[0])) {
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
ModuleStructuralModelTest.java :
176 : StructureEdit moduleCore = null;
Discouraged access: The method getStructureEditForRead(IProject) 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
ModuleStructuralModelTest.java :
178 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(uri));
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
ModuleStructuralModelTest.java :
178 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(uri));
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
ModuleStructuralModelTest.java :
178 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(uri));
Discouraged access: The method getContainingProject(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
ModuleStructuralModelTest.java :
178 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(uri));
Discouraged access: The type ComponentResource 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
ModuleStructuralModelTest.java :
179 : ComponentResource[] resource = moduleCore.findResourcesByRuntimePath(uri);
Discouraged access: The method findResourcesByRuntimePath(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
ModuleStructuralModelTest.java :
179 : ComponentResource[] resource = moduleCore.findResourcesByRuntimePath(uri);
Discouraged access: The method getSourcePath() from the type ComponentResource 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
ModuleStructuralModelTest.java :
180 : System.out.println(resource != null ? resource[0].getSourcePath().toString() : "NOT FOUND");
Discouraged access: The method dispose() 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
ModuleStructuralModelTest.java :
183 : moduleCore.dispose();
Discouraged access: The type PlatformURLModuleConnection 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
ModuleStructuralModelTest.java :
185 : } else if (PlatformURLModuleConnection.BINARY_MODULE.equals(segments[0])) {
Discouraged access: The field BINARY_MODULE from the type PlatformURLModuleConnection 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
ModuleStructuralModelTest.java :
185 : } else if (PlatformURLModuleConnection.BINARY_MODULE.equals(segments[0])) {
Discouraged access: The type ArtifactEditModelFactory 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
ModuleStructuralModelTest.java :
191 : ArtifactEditModelFactory factory = new ArtifactEditModelFactory();
Discouraged access: The constructor ArtifactEditModelFactory() 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
ModuleStructuralModelTest.java :
191 : ArtifactEditModelFactory factory = new ArtifactEditModelFactory();
Discouraged access: The type ArtifactEditModelFactory 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
ModuleStructuralModelTest.java :
191 : ArtifactEditModelFactory factory = new ArtifactEditModelFactory();
Discouraged access: The type PlatformURLModuleConnection 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
ModuleStructuralModelTest.java :
193 : URI moduleURI = URI.createURI(PlatformURLModuleConnection.MODULE_PROTOCOL + IPath.SEPARATOR + getWebModuleAndLocalWebLibModuleProjectName() + IPath.SEPARATOR + getWebModuleDeployedName());
Discouraged access: The field MODULE_PROTOCOL from the type PlatformURLModuleConnection 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
ModuleStructuralModelTest.java :
193 : URI moduleURI = URI.createURI(PlatformURLModuleConnection.MODULE_PROTOCOL + IPath.SEPARATOR + getWebModuleAndLocalWebLibModuleProjectName() + IPath.SEPARATOR + getWebModuleDeployedName());
Discouraged access: The type ArtifactEditModelFactory 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
ModuleStructuralModelTest.java :
197 : params.put(ArtifactEditModelFactory.PARAM_MODULE_URI, moduleURI);
Discouraged access: The field PARAM_MODULE_URI from the type ArtifactEditModelFactory 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
ModuleStructuralModelTest.java :
197 : params.put(ArtifactEditModelFactory.PARAM_MODULE_URI, moduleURI);
Discouraged access: The type EMFWorkbenchContext 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
ModuleStructuralModelTest.java :
198 : EMFWorkbenchContext context = createEMFWorkbenchContext();
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
ModuleStructuralModelTest.java :
199 : ArtifactEditModel editModel = (ArtifactEditModel) factory.createEditModelForWrite(IModuleTypesConstants.MODULE_TYPE_WEB, context, params);
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
ModuleStructuralModelTest.java :
199 : ArtifactEditModel editModel = (ArtifactEditModel) factory.createEditModelForWrite(IModuleTypesConstants.MODULE_TYPE_WEB, context, params);
Discouraged access: The method createEditModelForWrite(String, EMFWorkbenchContext, Map) from the type ArtifactEditModelFactory 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
ModuleStructuralModelTest.java :
199 : ArtifactEditModel editModel = (ArtifactEditModel) factory.createEditModelForWrite(IModuleTypesConstants.MODULE_TYPE_WEB, context, params);
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
ModuleStructuralModelTest.java :
200 : Resource ddResource = editModel.getResource(ddURI);
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
ModuleStructuralModelTest.java :
210 : StructureEdit localModuleCore = null;
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
ModuleStructuralModelTest.java :
214 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());
Discouraged access: The method getContainingProject(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
ModuleStructuralModelTest.java :
214 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());
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
ModuleStructuralModelTest.java :
215 : localModuleCore = StructureEdit.getStructureEditForWrite(containingProject);
Discouraged access: The method getStructureEditForWrite(IProject) 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
ModuleStructuralModelTest.java :
215 : localModuleCore = StructureEdit.getStructureEditForWrite(containingProject);
Discouraged access: The type WorkbenchComponent 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
ModuleStructuralModelTest.java :
222 : WorkbenchComponent webModule = localModuleCore.getComponent();
Discouraged access: The method getComponent() 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
ModuleStructuralModelTest.java :
222 : WorkbenchComponent webModule = localModuleCore.getComponent();
Discouraged access: The method saveIfNecessary(IProgressMonitor) 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
ModuleStructuralModelTest.java :
227 : localModuleCore.saveIfNecessary(null);
Discouraged access: The method dispose() 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
ModuleStructuralModelTest.java :
231 : localModuleCore.dispose();
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
ModuleStructuralModelTest.java :
236 : public void createLocalModules(StructureEdit moduleCore) throws Exception {
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
DeleteProjectTest.java :
27 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
DeleteProjectTest.java :
86 : + "testDeleteProjectSameProvider", null, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
DeleteProjectTest.java :
86 : + "testDeleteProjectSameProvider", null, J2EEVersionConstants.EJB_3_0_ID, true);
The local variable secondModel is never read
DeleteProjectTest.java :
101 : EJBJar secondModel = (EJBJar) provider.getModelObject();
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
DeleteProjectTest.java :
126 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
DeleteProjectTest.java :
126 : J2EEVersionConstants.EJB_3_0_ID, true);
The local variable secondModel is never read
DeleteProjectTest.java :
140 : EJBJar secondModel = (EJBJar) provider.getModelObject();
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
EJB3MergedModelProviderFactoryTest.java :
20 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EJB3MergedModelProviderFactoryTest.java :
68 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EJB3MergedModelProviderFactoryTest.java :
68 : J2EEVersionConstants.EJB_3_0_ID, true);
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
EJB3MergedModelProviderTest.java :
33 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type EjbClientJarCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJB3MergedModelProviderTest.java :
34 : import org.eclipse.jst.j2ee.internal.ejb.archiveoperations.EjbClientJarCreationDataModelProvider;
Discouraged access: The type IEjbClientJarCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJB3MergedModelProviderTest.java :
35 : import org.eclipse.jst.j2ee.internal.ejb.archiveoperations.IEjbClientJarCreationDataModelProperties;
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
EJB3MergedModelProviderTest.java :
71 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EJB3MergedModelProviderTest.java :
71 : J2EEVersionConstants.EJB_3_0_ID, true);
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
EJB3MergedModelProviderTest.java :
121 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EJB3MergedModelProviderTest.java :
121 : J2EEVersionConstants.EJB_3_0_ID, true);
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
EJB3MergedModelProviderTest.java :
137 : IProject project = ProjectUtil.createEJBProject(ejbProjectName, null, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EJB3MergedModelProviderTest.java :
137 : IProject project = ProjectUtil.createEJBProject(ejbProjectName, null, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The constructor EjbClientJarCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJB3MergedModelProviderTest.java :
186 : final IDataModel model = DataModelFactory.createDataModel(new EjbClientJarCreationDataModelProvider());
Discouraged access: The type EjbClientJarCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJB3MergedModelProviderTest.java :
186 : final IDataModel model = DataModelFactory.createDataModel(new EjbClientJarCreationDataModelProvider());
Discouraged access: The type IEjbClientJarCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJB3MergedModelProviderTest.java :
187 : model.setProperty(IEjbClientJarCreationDataModelProperties.EJB_PROJECT_NAME, ejbProjectName);
Discouraged access: The field EJB_PROJECT_NAME from the type IEjbClientJarCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJB3MergedModelProviderTest.java :
187 : model.setProperty(IEjbClientJarCreationDataModelProperties.EJB_PROJECT_NAME, ejbProjectName);
Discouraged access: The type IEjbClientJarCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJB3MergedModelProviderTest.java :
188 : model.setProperty(IEjbClientJarCreationDataModelProperties.PROJECT_NAME, CLIENT_NAME + "newName");
Discouraged access: The field PROJECT_NAME from the type IEjbClientJarCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJB3MergedModelProviderTest.java :
188 : model.setProperty(IEjbClientJarCreationDataModelProperties.PROJECT_NAME, CLIENT_NAME + "newName");
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
EJB3MergedModelProviderTest.java :
198 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EJB3MergedModelProviderTest.java :
198 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJB3MergedModelProviderTest.java :
330 : dataModel.setStringProperty(INewSessionBeanClassDataModelProperties.CLASS_NAME, className);
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJB3MergedModelProviderTest.java :
333 : dataModel.setStringProperty(INewSessionBeanClassDataModelProperties.JAVA_PACKAGE, javaPackage);
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
EJB3MergedModelProviderTest.java :
334 : dataModel.setStringProperty(INewSessionBeanClassDataModelProperties.PROJECT_NAME, projectName);
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
EJBAnnotationReaderWithClientTest.java :
24 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EJBAnnotationReaderWithClientTest.java :
57 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EJBAnnotationReaderWithClientTest.java :
57 : J2EEVersionConstants.EJB_3_0_ID, true);
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
Ejb3ModelProviderTest.java :
17 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
Ejb3ModelProviderTest.java :
55 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
Ejb3ModelProviderTest.java :
55 : J2EEVersionConstants.EJB_3_0_ID, true);
The import org.eclipse.jst.jee.model.internal.EjbAnnotationFactory is never used
EjbAnnotationFactoryTest.java :
25 : import org.eclipse.jst.jee.model.internal.EjbAnnotationFactory;
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
EjbAnnotationReaderTest.java :
31 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EjbAnnotationReaderTest.java :
68 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EjbAnnotationReaderTest.java :
68 : J2EEVersionConstants.EJB_3_0_ID, true);
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
EjbAnnotationReaderTest.java :
140 : IProject emptyProject = ProjectUtil.createEJBProject(projectName, null, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EjbAnnotationReaderTest.java :
140 : IProject emptyProject = ProjectUtil.createEJBProject(projectName, null, J2EEVersionConstants.EJB_3_0_ID, true);
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
EjbAnnotationReaderTest.java :
150 : .createEJBProject(projectName, null, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EjbAnnotationReaderTest.java :
150 : .createEJBProject(projectName, null, J2EEVersionConstants.EJB_3_0_ID, true);
The local variable beans is never read
EjbAnnotationReaderTest.java :
178 : List<SessionBean> beans = getEJBJar().getEnterpriseBeans().getSessionBeans();
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
EjbReferenceTest.java :
24 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EjbReferenceTest.java :
52 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
EjbReferenceTest.java :
52 : J2EEVersionConstants.EJB_3_0_ID, true);
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
GenerateDDTest.java :
21 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
The field GenerateDDTest.EJB_JAR_CONTENT is never read locally
GenerateDDTest.java :
36 : private static final String EJB_JAR_CONTENT = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
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
GenerateDDTest.java :
56 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
GenerateDDTest.java :
56 : J2EEVersionConstants.EJB_3_0_ID, true);
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
LifecycleAnnotationsTest.java :
25 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
LifecycleAnnotationsTest.java :
62 : J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
LifecycleAnnotationsTest.java :
62 : J2EEVersionConstants.EJB_3_0_ID, true);
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
SecurityRolesTest.java :
24 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
SecurityRolesTest.java :
53 : project = ProjectUtil.createEJBProject(SecurityRolesTest.class.getSimpleName(), null, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
SecurityRolesTest.java :
53 : project = ProjectUtil.createEJBProject(SecurityRolesTest.class.getSimpleName(), null, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The type EjbFacetInstallDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
AbstractTest.java :
48 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetInstallDataModelProvider;
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
AbstractTest.java :
49 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetProjectCreationDataModelProvider;
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
AbstractTest.java :
50 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AbstractTest.java :
51 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
Discouraged access: The constructor EjbFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
AbstractTest.java :
74 : IDataModel dm = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
AbstractTest.java :
74 : IDataModel dm = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The constructor EjbFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
AbstractTest.java :
109 : IDataModel dm = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
AbstractTest.java :
109 : IDataModel dm = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
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
AbstractTest.java :
113 : IDataModel javaFacetDataModel = facetDataModelMap.getFacetDataModel(J2EEProjectUtilities.JAVA);
Discouraged access: The constructor EjbFacetInstallDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
AbstractTest.java :
148 : IDataModel ejbFacetInstallDataModel = DataModelFactory.createDataModel(new EjbFacetInstallDataModelProvider());
Discouraged access: The type EjbFacetInstallDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
AbstractTest.java :
148 : IDataModel ejbFacetInstallDataModel = DataModelFactory.createDataModel(new EjbFacetInstallDataModelProvider());
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AbstractTest.java :
304 : IDataModel dm = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AbstractTest.java :
304 : IDataModel dm = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
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
AbstractTest.java :
308 : IDataModel javaFacetDataModel = facetDataModelMap.getFacetDataModel(J2EEProjectUtilities.JAVA);
Discouraged access: The type EJBJarResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5LegacyModelTest.java :
40 : import org.eclipse.jst.j2ee.ejb.internal.impl.EJBJarResourceFactory;
Discouraged access: The type EJBResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5LegacyModelTest.java :
41 : import org.eclipse.jst.j2ee.ejb.internal.impl.EJBResourceImpl;
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
JEE5LegacyModelTest.java :
42 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
JEE5LegacyModelTest.java :
43 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentImportDataModelProvider;
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
JEE5LegacyModelTest.java :
44 : 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
JEE5LegacyModelTest.java :
45 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;
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
JEE5LegacyModelTest.java :
46 : import org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry;
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE5LegacyModelTest.java :
49 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;
Discouraged access: The constructor EJBComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
JEE5LegacyModelTest.java :
77 : IDataModel importModel = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
JEE5LegacyModelTest.java :
77 : IDataModel importModel = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE5LegacyModelTest.java :
105 : IHeadlessRunnableWithProgress op = new IHeadlessRunnableWithProgress() {
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE5LegacyModelTest.java :
105 : IHeadlessRunnableWithProgress op = new IHeadlessRunnableWithProgress() {
The local variable operationStatus is never read
JEE5LegacyModelTest.java :
111 : IStatus operationStatus = importModel.getDefaultOperation().execute(new NullProgressMonitor(), null);
Discouraged access: The method run(IProgressMonitor) from the type IHeadlessRunnableWithProgress 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
JEE5LegacyModelTest.java :
121 : op.run(new NullProgressMonitor());
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
JEE5LegacyModelTest.java :
131 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;
Discouraged access: The field EJBJAR_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
JEE5LegacyModelTest.java :
131 : String modelPathURI = J2EEConstants.EJBJAR_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
JEE5LegacyModelTest.java :
132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5LegacyModelTest.java :
132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5LegacyModelTest.java :
132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5LegacyModelTest.java :
132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5LegacyModelTest.java :
132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5LegacyModelTest.java :
132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The field EJB_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
JEE5LegacyModelTest.java :
132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The type EJBResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5LegacyModelTest.java :
135 : EJBResourceImpl ejbRes = (EJBResourceImpl) resSet.getResource(uri,true,EJBJarResourceFactory.getRegisteredFactory());
Discouraged access: The type EJBResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5LegacyModelTest.java :
135 : EJBResourceImpl ejbRes = (EJBResourceImpl) resSet.getResource(uri,true,EJBJarResourceFactory.getRegisteredFactory());
Discouraged access: The type EJBJarResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5LegacyModelTest.java :
135 : EJBResourceImpl ejbRes = (EJBResourceImpl) resSet.getResource(uri,true,EJBJarResourceFactory.getRegisteredFactory());
Discouraged access: The method getRegisteredFactory() from the type EJBJarResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5LegacyModelTest.java :
135 : EJBResourceImpl ejbRes = (EJBResourceImpl) resSet.getResource(uri,true,EJBJarResourceFactory.getRegisteredFactory());
Discouraged access: The method getContents() from the type TranslatorResourceImpl 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
JEE5LegacyModelTest.java :
136 : Assert.assertTrue(ejbRes.getContents().size() > 0);
Discouraged access: The method getContents() from the type TranslatorResourceImpl 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
JEE5LegacyModelTest.java :
139 : Assert.assertTrue(ejbRes.getContents().size() > 0);
Discouraged access: The method getContents() from the type TranslatorResourceImpl 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
JEE5LegacyModelTest.java :
141 : if (ejbRes.getContents().size() > 0) {
Discouraged access: The method getEJBJar() from the type EJBResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5LegacyModelTest.java :
142 : org.eclipse.jst.j2ee.ejb.EJBJar jar = ejbRes.getEJBJar();
Discouraged access: The method save(Map) from the type TranslatorResourceImpl 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
JEE5LegacyModelTest.java :
152 : ejbRes.save(null);
The method registerFactory(URI, ResourceSet, Resource.Factory) from the type JEE5LegacyModelTest is never used locally
JEE5LegacyModelTest.java :
183 : private void registerFactory(URI uri, ResourceSet resSet, Resource.Factory factory) {
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
JEE5LegacyModelTest.java :
184 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();
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
JEE5LegacyModelTest.java :
184 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();
Discouraged access: The method registerLastFileSegment(String, Resource.Factory) 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
JEE5LegacyModelTest.java :
185 : registry.registerLastFileSegment(uri.lastSegment(), factory);
The method getResourceSet() from the type JEE5LegacyModelTest is never used locally
JEE5LegacyModelTest.java :
187 : private ResourceSet getResourceSet() {
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
JEE5LegacyModelTest.java :
189 : set.setResourceFactoryRegistry(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
JEE5LegacyModelTest.java :
189 : set.setResourceFactoryRegistry(WTPResourceFactoryRegistry.INSTANCE);
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
JEE5ModelTest.java :
42 : 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
JEE5ModelTest.java :
43 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
JEE5ModelTest.java :
44 : import org.eclipse.jst.j2ee.internal.common.CreationConstants;
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
JEE5ModelTest.java :
45 : 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
JEE5ModelTest.java :
46 : 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
JEE5ModelTest.java :
47 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;
Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
52 : import org.eclipse.jst.javaee.application.internal.util.ApplicationResourceImpl;
Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
54 : import org.eclipse.jst.javaee.applicationclient.internal.util.ApplicationclientResourceImpl;
Discouraged access: The type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
56 : import org.eclipse.jst.javaee.ejb.internal.util.EjbResourceImpl;
Discouraged access: The type WebResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
58 : import org.eclipse.jst.javaee.web.internal.util.WebResourceImpl;
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
JEE5ModelTest.java :
63 : import org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry;
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE5ModelTest.java :
66 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;
Discouraged access: The type RendererFactory 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
JEE5ModelTest.java :
67 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;
Discouraged access: The method setValidating(boolean) from the type RendererFactory 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
JEE5ModelTest.java :
100 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory 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
JEE5ModelTest.java :
100 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The type RendererFactory 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
JEE5ModelTest.java :
100 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE5ModelTest.java :
108 : IHeadlessRunnableWithProgress op = new IHeadlessRunnableWithProgress() {
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE5ModelTest.java :
108 : IHeadlessRunnableWithProgress op = new IHeadlessRunnableWithProgress() {
Discouraged access: The method run(IProgressMonitor) from the type IHeadlessRunnableWithProgress 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
JEE5ModelTest.java :
124 : op.run(new NullProgressMonitor());
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
JEE5ModelTest.java :
201 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;
Discouraged access: The field EJBJAR_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
JEE5ModelTest.java :
201 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;
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
JEE5ModelTest.java :
202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The field EJB_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
JEE5ModelTest.java :
202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
206 : EjbResourceImpl ejbRes = (EjbResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
206 : EjbResourceImpl ejbRes = (EjbResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getEjbJar() from the type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
210 : EJBJar jar = ejbRes.getEjbJar();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
212 : ejbRes.save(null);
Discouraged access: The type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
216 : ejbRes = (EjbResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getEjbJar() from the type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
220 : EJBJar jar = ejbRes.getEjbJar();
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
JEE5ModelTest.java :
232 : String modelPathURI = J2EEConstants.APP_CLIENT_DD_URI;
Discouraged access: The field APP_CLIENT_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
JEE5ModelTest.java :
232 : String modelPathURI = J2EEConstants.APP_CLIENT_DD_URI;
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
JEE5ModelTest.java :
233 : URI uri = URI.createURI(CreationConstants.DEFAULT_APPCLIENT_SOURCE_FOLDER + "/" + modelPathURI);
Discouraged access: The field DEFAULT_APPCLIENT_SOURCE_FOLDER from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
JEE5ModelTest.java :
233 : URI uri = URI.createURI(CreationConstants.DEFAULT_APPCLIENT_SOURCE_FOLDER + "/" + modelPathURI);
Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
236 : ApplicationclientResourceImpl appClientRes = (ApplicationclientResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
236 : ApplicationclientResourceImpl appClientRes = (ApplicationclientResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getApplicationClient() from the type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
240 : ApplicationClient client = appClientRes.getApplicationClient();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
242 : appClientRes.save(null);
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
JEE5ModelTest.java :
252 : String modelPathURI = J2EEConstants.APPLICATION_DD_URI;
Discouraged access: The field APPLICATION_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
JEE5ModelTest.java :
252 : String modelPathURI = J2EEConstants.APPLICATION_DD_URI;
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
JEE5ModelTest.java :
253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The field APPLICATION_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
JEE5ModelTest.java :
253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
256 : ApplicationResourceImpl earRes = (ApplicationResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
256 : ApplicationResourceImpl earRes = (ApplicationResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getApplication() from the type ApplicationResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
260 : Application ear = earRes.getApplication();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
262 : earRes.save(null);
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
JEE5ModelTest.java :
272 : String modelPathURI = J2EEConstants.WEBAPP_DD_URI;
Discouraged access: The field WEBAPP_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
JEE5ModelTest.java :
272 : String modelPathURI = J2EEConstants.WEBAPP_DD_URI;
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
JEE5ModelTest.java :
273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE5ModelTest.java :
273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The field WEB_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
JEE5ModelTest.java :
273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The type WebResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
276 : WebResourceImpl webRes = (WebResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type WebResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
276 : WebResourceImpl webRes = (WebResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getWebApp() from the type WebResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
280 : WebApp ear = webRes.getWebApp();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE5ModelTest.java :
282 : webRes.save(null);
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
JEE5ModelTest.java :
295 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_2_5_ID);
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
JEE5ModelTest.java :
295 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_2_5_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
JEE5ModelTest.java :
295 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_2_5_ID);
Discouraged access: The field WEB_2_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
JEE5ModelTest.java :
295 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_2_5_ID);
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
JEE5ModelTest.java :
307 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);
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
JEE5ModelTest.java :
307 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_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
JEE5ModelTest.java :
307 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);
Discouraged access: The field EJB_3_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
JEE5ModelTest.java :
307 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);
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
JEE5ModelTest.java :
314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));
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
JEE5ModelTest.java :
314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
JEE5ModelTest.java :
314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
JEE5ModelTest.java :
314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
JEE5ModelTest.java :
314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_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
JEE5ModelTest.java :
314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));
Discouraged access: The field EJB_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
JEE5ModelTest.java :
314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));
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
JEE5ModelTest.java :
321 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
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
JEE5ModelTest.java :
321 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_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
JEE5ModelTest.java :
321 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
Discouraged access: The field JEE_5_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
JEE5ModelTest.java :
321 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
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
JEE5ModelTest.java :
332 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
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
JEE5ModelTest.java :
332 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_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
JEE5ModelTest.java :
332 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
Discouraged access: The field JEE_5_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
JEE5ModelTest.java :
332 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);
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
JEE5ModelTest.java :
339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));
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
JEE5ModelTest.java :
339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_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
JEE5ModelTest.java :
339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_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
JEE5ModelTest.java :
339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_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
JEE5ModelTest.java :
339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_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
JEE5ModelTest.java :
339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));
Discouraged access: The field APP_CLIENT_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
JEE5ModelTest.java :
339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));
The method addWebProjectProperties(IDataModel, String, IProjectFacetVersion) from the type JEE5ModelTest is never used locally
JEE5ModelTest.java :
352 : private void addWebProjectProperties(IDataModel dataModel, String projName, IProjectFacetVersion web25){
The method registerFactory(URI, ResourceSet, Resource.Factory) from the type JEE5ModelTest is never used locally
JEE5ModelTest.java :
407 : private void registerFactory(URI uri, ResourceSet resSet, Resource.Factory factory) {
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
JEE6ModelTest.java :
42 : 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
JEE6ModelTest.java :
43 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
JEE6ModelTest.java :
44 : import org.eclipse.jst.j2ee.internal.common.CreationConstants;
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
JEE6ModelTest.java :
45 : 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
JEE6ModelTest.java :
46 : 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
JEE6ModelTest.java :
47 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;
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
JEE6ModelTest.java :
48 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences.Keys;
Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
55 : import org.eclipse.jst.javaee.application.internal.util.ApplicationResourceImpl;
Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
57 : import org.eclipse.jst.javaee.applicationclient.internal.util.ApplicationclientResourceImpl;
Discouraged access: The type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
59 : import org.eclipse.jst.javaee.ejb.internal.util.EjbResourceImpl;
Discouraged access: The type JcaResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
61 : import org.eclipse.jst.javaee.jca.internal.util.JcaResourceImpl;
Discouraged access: The type WebResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
64 : import org.eclipse.jst.javaee.web.internal.util.WebResourceImpl;
Discouraged access: The type WebfragmentResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
65 : import org.eclipse.jst.javaee.webfragment.internal.util.WebfragmentResourceImpl;
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
JEE6ModelTest.java :
70 : import org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry;
Discouraged access: The type IModuleConstants 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
JEE6ModelTest.java :
71 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE6ModelTest.java :
74 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;
Discouraged access: The type RendererFactory 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
JEE6ModelTest.java :
75 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;
Discouraged access: The method setValidating(boolean) from the type RendererFactory 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
JEE6ModelTest.java :
110 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory 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
JEE6ModelTest.java :
110 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The type RendererFactory 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
JEE6ModelTest.java :
110 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE6ModelTest.java :
118 : IHeadlessRunnableWithProgress op = new IHeadlessRunnableWithProgress() {
Discouraged access: The type IHeadlessRunnableWithProgress 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
JEE6ModelTest.java :
118 : IHeadlessRunnableWithProgress op = new IHeadlessRunnableWithProgress() {
Discouraged access: The method run(IProgressMonitor) from the type IHeadlessRunnableWithProgress 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
JEE6ModelTest.java :
134 : op.run(new NullProgressMonitor());
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
JEE6ModelTest.java :
211 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;
Discouraged access: The field EJBJAR_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
JEE6ModelTest.java :
211 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;
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
JEE6ModelTest.java :
212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The field EJB_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
JEE6ModelTest.java :
212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
216 : EjbResourceImpl ejbRes = (EjbResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
216 : EjbResourceImpl ejbRes = (EjbResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getEjbJar() from the type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
220 : EJBJar jar = ejbRes.getEjbJar();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
222 : ejbRes.save(null);
Discouraged access: The type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
226 : ejbRes = (EjbResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getEjbJar() from the type EjbResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
230 : EJBJar jar = ejbRes.getEjbJar();
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
JEE6ModelTest.java :
242 : String modelPathURI = J2EEConstants.APP_CLIENT_DD_URI;
Discouraged access: The field APP_CLIENT_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
JEE6ModelTest.java :
242 : String modelPathURI = J2EEConstants.APP_CLIENT_DD_URI;
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
JEE6ModelTest.java :
243 : URI uri = URI.createURI(CreationConstants.DEFAULT_APPCLIENT_SOURCE_FOLDER + "/" + modelPathURI);
Discouraged access: The field DEFAULT_APPCLIENT_SOURCE_FOLDER from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
JEE6ModelTest.java :
243 : URI uri = URI.createURI(CreationConstants.DEFAULT_APPCLIENT_SOURCE_FOLDER + "/" + modelPathURI);
Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
246 : ApplicationclientResourceImpl appClientRes = (ApplicationclientResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
246 : ApplicationclientResourceImpl appClientRes = (ApplicationclientResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getApplicationClient() from the type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
250 : ApplicationClient client = appClientRes.getApplicationClient();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
252 : appClientRes.save(null);
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
JEE6ModelTest.java :
262 : String modelPathURI = J2EEConstants.APPLICATION_DD_URI;
Discouraged access: The field APPLICATION_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
JEE6ModelTest.java :
262 : String modelPathURI = J2EEConstants.APPLICATION_DD_URI;
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
JEE6ModelTest.java :
263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The field APPLICATION_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
JEE6ModelTest.java :
263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
266 : ApplicationResourceImpl earRes = (ApplicationResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
266 : ApplicationResourceImpl earRes = (ApplicationResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getApplication() from the type ApplicationResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
270 : Application ear = earRes.getApplication();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
272 : earRes.save(null);
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
JEE6ModelTest.java :
282 : String modelPathURI = 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
JEE6ModelTest.java :
282 : String modelPathURI = J2EEConstants.RAR_DD_URI;
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
JEE6ModelTest.java :
283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The type JcaResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
286 : JcaResourceImpl connectorRes = (JcaResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type JcaResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
286 : JcaResourceImpl connectorRes = (JcaResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getConnector() from the type JcaResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
290 : Connector connector = connectorRes.getConnector();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
292 : connectorRes.save(null);
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
JEE6ModelTest.java :
302 : String modelPathURI = J2EEConstants.WEBAPP_DD_URI;
Discouraged access: The field WEBAPP_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
JEE6ModelTest.java :
302 : String modelPathURI = J2EEConstants.WEBAPP_DD_URI;
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
JEE6ModelTest.java :
303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
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
JEE6ModelTest.java :
303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The field WEB_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
JEE6ModelTest.java :
303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);
Discouraged access: The type WebResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
306 : WebResourceImpl webRes = (WebResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type WebResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
306 : WebResourceImpl webRes = (WebResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getWebApp() from the type WebResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
310 : WebApp ear = webRes.getWebApp();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
312 : webRes.save(null);
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
JEE6ModelTest.java :
323 : String modelPathURI = J2EEConstants.WEBFRAGMENT_DD_URI;
Discouraged access: The field WEBFRAGMENT_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
JEE6ModelTest.java :
323 : String modelPathURI = J2EEConstants.WEBFRAGMENT_DD_URI;
Discouraged access: The type WebfragmentResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
327 : WebfragmentResourceImpl webRes = (WebfragmentResourceImpl) resSet.getResource(uri,true);
Discouraged access: The type WebfragmentResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
327 : WebfragmentResourceImpl webRes = (WebfragmentResourceImpl) resSet.getResource(uri,true);
Discouraged access: The method getWebFragment() from the type WebfragmentResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
331 : WebFragment fragment = webRes.getWebFragment();
Discouraged access: The method save(Map) from the type JavaeeResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEE6ModelTest.java :
333 : webRes.save(null);
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
JEE6ModelTest.java :
346 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_3_0_ID);
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
JEE6ModelTest.java :
346 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_3_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
JEE6ModelTest.java :
346 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_3_0_ID);
Discouraged access: The field WEB_3_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
JEE6ModelTest.java :
346 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_3_0_ID);
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
JEE6ModelTest.java :
358 : String webFragmentVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEBFRAGMENT_3_0_ID);
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
JEE6ModelTest.java :
358 : String webFragmentVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEBFRAGMENT_3_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
JEE6ModelTest.java :
358 : String webFragmentVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEBFRAGMENT_3_0_ID);
Discouraged access: The field WEBFRAGMENT_3_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
JEE6ModelTest.java :
358 : String webFragmentVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEBFRAGMENT_3_0_ID);
The local variable javaFacet is never read
JEE6ModelTest.java :
359 : IProjectFacet javaFacet = ProjectFacetsManager.getProjectFacet(IJ2EEFacetConstants.JAVA);
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
ModelProviderTest.java :
44 : 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
ModelProviderTest.java :
45 : 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
ModelProviderTest.java :
46 : 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
ModelProviderTest.java :
47 : 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
ModelProviderTest.java :
48 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;
Discouraged access: The type IHeadlessRunnableWithProgress 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
ModelProviderTest.java :
68 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;
Discouraged access: The type RendererFactory 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
ModelProviderTest.java :
69 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;
Discouraged access: The type RendererFactory 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
ModelProviderTest.java :
108 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory 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
ModelProviderTest.java :
108 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The method setValidating(boolean) from the type RendererFactory 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
ModelProviderTest.java :
108 : RendererFactory.getDefaultRendererFactory().setValidating(false);
Discouraged access: The type IHeadlessRunnableWithProgress 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
ModelProviderTest.java :
116 : IHeadlessRunnableWithProgress op = new IHeadlessRunnableWithProgress() {
Discouraged access: The type IHeadlessRunnableWithProgress 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
ModelProviderTest.java :
116 : IHeadlessRunnableWithProgress op = new IHeadlessRunnableWithProgress() {
Discouraged access: The method run(IProgressMonitor) from the type IHeadlessRunnableWithProgress 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
ModelProviderTest.java :
130 : op.run(new NullProgressMonitor());
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
ModelProviderTest.java :
156 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_5_0_ID, true);
Discouraged access: The field JEE_5_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
ModelProviderTest.java :
156 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_5_0_ID, true);
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
ModelProviderTest.java :
185 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_6_0_ID, true);
Discouraged access: The field JEE_6_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
ModelProviderTest.java :
185 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_6_0_ID, true);
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
ModelProviderTest.java :
215 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_5_0_ID, false);
Discouraged access: The field JEE_5_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
ModelProviderTest.java :
215 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_5_0_ID, false);
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
ModelProviderTest.java :
247 : IProject earProj = createEarProject(projName, J2EEVersionConstants.J2EE_1_4_ID, true);
Discouraged access: The field J2EE_1_4_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
ModelProviderTest.java :
247 : IProject earProj = createEarProject(projName, J2EEVersionConstants.J2EE_1_4_ID, true);
The local variable ear is never read
ModelProviderTest.java :
251 : org.eclipse.jst.j2ee.application.Application ear = (org.eclipse.jst.j2ee.application.Application) provider
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
ModelProviderTest.java :
252 : .getModelObject(new Path(J2EEConstants.APPLICATION_DD_URI));
Discouraged access: The field APPLICATION_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
ModelProviderTest.java :
252 : .getModelObject(new Path(J2EEConstants.APPLICATION_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
ModelProviderTest.java :
279 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_5_ID, true);
Discouraged access: The field WEB_2_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
ModelProviderTest.java :
279 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_5_ID, true);
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
ModelProviderTest.java :
306 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_3_0_ID, true);
Discouraged access: The field WEB_3_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
ModelProviderTest.java :
306 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_3_0_ID, true);
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
ModelProviderTest.java :
333 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_5_ID, false);
Discouraged access: The field WEB_2_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
ModelProviderTest.java :
333 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_5_ID, false);
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
ModelProviderTest.java :
366 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_4_ID, true);
Discouraged access: The field WEB_2_4_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
ModelProviderTest.java :
366 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_4_ID, true);
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
ModelProviderTest.java :
394 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
ModelProviderTest.java :
394 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, true);
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
ModelProviderTest.java :
423 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_1_ID, true);
Discouraged access: The field EJB_3_1_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
ModelProviderTest.java :
423 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_1_ID, true);
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
ModelProviderTest.java :
462 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, false);
Discouraged access: The field EJB_3_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
ModelProviderTest.java :
462 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, false);
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
ModelProviderTest.java :
495 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_2_1_ID, true);
Discouraged access: The field EJB_2_1_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
ModelProviderTest.java :
495 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_2_1_ID, true);
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
ModelProviderTest.java :
520 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.J2EE_1_4_ID, true);
Discouraged access: The field J2EE_1_4_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
ModelProviderTest.java :
520 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.J2EE_1_4_ID, true);
The local variable client is never read
ModelProviderTest.java :
524 : ApplicationClient client = (ApplicationClient) provider
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
ModelProviderTest.java :
525 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
Discouraged access: The field APP_CLIENT_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
ModelProviderTest.java :
525 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_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
ModelProviderTest.java :
549 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_5_0_ID, true);
Discouraged access: The field JEE_5_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
ModelProviderTest.java :
549 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_5_0_ID, true);
The local variable client is never read
ModelProviderTest.java :
553 : org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient) provider
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
ModelProviderTest.java :
554 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
Discouraged access: The field APP_CLIENT_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
ModelProviderTest.java :
554 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_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
ModelProviderTest.java :
580 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_6_0_ID, true);
Discouraged access: The field JEE_6_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
ModelProviderTest.java :
580 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_6_0_ID, true);
The local variable client is never read
ModelProviderTest.java :
584 : org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient) provider
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
ModelProviderTest.java :
585 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
Discouraged access: The field APP_CLIENT_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
ModelProviderTest.java :
585 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_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
ModelProviderTest.java :
611 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_5_0_ID, false);
Discouraged access: The field JEE_5_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
ModelProviderTest.java :
611 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_5_0_ID, false);
The local variable client is never read
ModelProviderTest.java :
620 : org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient) provider
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
ModelProviderTest.java :
621 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
Discouraged access: The field APP_CLIENT_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
ModelProviderTest.java :
621 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_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
ModelProviderTest.java :
664 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(vers);
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
ModelProviderTest.java :
664 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(vers);
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
ModelProviderTest.java :
675 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);
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
ModelProviderTest.java :
675 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);
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
ModelProviderTest.java :
686 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);
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
ModelProviderTest.java :
686 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);
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
ModelProviderTest.java :
699 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);
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
ModelProviderTest.java :
699 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);
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
ModelProviderTest.java :
739 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, true);
Discouraged access: The field EJB_3_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
ModelProviderTest.java :
739 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, true);
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
ModelProviderTest.java :
758 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;
Discouraged access: The field EJBJAR_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
ModelProviderTest.java :
758 : String modelPathURI = J2EEConstants.EJBJAR_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
ModelProviderTest.java :
759 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(
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
ModelProviderTest.java :
759 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(
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
ModelProviderTest.java :
759 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(
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
ModelProviderTest.java :
759 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString( J2EEPreferences.Keys.EJB_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
ModelProviderTest.java :
760 : J2EEPreferences.Keys.EJB_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
ModelProviderTest.java :
760 : J2EEPreferences.Keys.EJB_CONTENT_FOLDER)
Discouraged access: The field EJB_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
ModelProviderTest.java :
760 : J2EEPreferences.Keys.EJB_CONTENT_FOLDER)
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
DeleteWebProjectTest.java :
28 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
DeleteWebProjectTest.java :
89 : + "testDeleteProjectSameProvider", null, J2EEVersionConstants.WEB_2_5_ID, true);
Discouraged access: The field WEB_2_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
DeleteWebProjectTest.java :
89 : + "testDeleteProjectSameProvider", null, J2EEVersionConstants.WEB_2_5_ID, true);
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
26 : import org.eclipse.jst.j2ee.internal.web.operations.INewServletClassDataModelProperties;
Discouraged access: The type NewServletClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
27 : import org.eclipse.jst.j2ee.internal.web.operations.NewServletClassDataModelProvider;
The local variable fragment is never read
Web25MergedModelProviderTest.java :
86 : IPackageFragment fragment = root.createPackageFragment("sap", true, new NullProgressMonitor());
The method saveFileAndUpdate(IFile, String) from the type Web25MergedModelProviderTest is never used locally
Web25MergedModelProviderTest.java :
128 : private void saveFileAndUpdate(IFile webXml, String content) throws InterruptedException, Exception {
Discouraged access: The constructor NewServletClassDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
138 : dataModel = DataModelFactory.createDataModel(new NewServletClassDataModelProvider());
Discouraged access: The type NewServletClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
138 : dataModel = DataModelFactory.createDataModel(new NewServletClassDataModelProvider());
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
139 : dataModel.setStringProperty(INewServletClassDataModelProperties.CLASS_NAME, className);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
Web25MergedModelProviderTest.java :
139 : dataModel.setStringProperty(INewServletClassDataModelProperties.CLASS_NAME, className);
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
140 : dataModel.setStringProperty(INewServletClassDataModelProperties.DISPLAY_NAME, dispayName);
Discouraged access: The field DISPLAY_NAME from the type INewWebClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
140 : dataModel.setStringProperty(INewServletClassDataModelProperties.DISPLAY_NAME, dispayName);
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
141 : dataModel.setStringProperty(INewServletClassDataModelProperties.PROJECT_NAME, facetedProject.getProject()
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
Web25MergedModelProviderTest.java :
141 : dataModel.setStringProperty(INewServletClassDataModelProperties.PROJECT_NAME, facetedProject.getProject()
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
143 : dataModel.setBooleanProperty(INewServletClassDataModelProperties.USE_EXISTING_CLASS, Boolean.TRUE);
Discouraged access: The field USE_EXISTING_CLASS from the type INewWebClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
143 : dataModel.setBooleanProperty(INewServletClassDataModelProperties.USE_EXISTING_CLASS, Boolean.TRUE);
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
144 : dataModel.setBooleanProperty(INewServletClassDataModelProperties.IS_SERVLET_TYPE, Boolean.FALSE);
Discouraged access: The field IS_SERVLET_TYPE from the type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
144 : dataModel.setBooleanProperty(INewServletClassDataModelProperties.IS_SERVLET_TYPE, Boolean.FALSE);
Discouraged access: The constructor NewServletClassDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
149 : IDataModel dataModel = DataModelFactory.createDataModel(new NewServletClassDataModelProvider());
Discouraged access: The type NewServletClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
149 : IDataModel dataModel = DataModelFactory.createDataModel(new NewServletClassDataModelProvider());
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
150 : dataModel.setStringProperty(INewServletClassDataModelProperties.CLASS_NAME, className);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
Web25MergedModelProviderTest.java :
150 : dataModel.setStringProperty(INewServletClassDataModelProperties.CLASS_NAME, className);
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
151 : dataModel.setStringProperty(INewServletClassDataModelProperties.PROJECT_NAME, facetedProject.getProject()
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
Web25MergedModelProviderTest.java :
151 : dataModel.setStringProperty(INewServletClassDataModelProperties.PROJECT_NAME, facetedProject.getProject()
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
153 : dataModel.setBooleanProperty(INewServletClassDataModelProperties.IS_SERVLET_TYPE, Boolean.TRUE);
Discouraged access: The field IS_SERVLET_TYPE from the type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
153 : dataModel.setBooleanProperty(INewServletClassDataModelProperties.IS_SERVLET_TYPE, Boolean.TRUE);
Discouraged access: The type INewServletClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
Web25MergedModelProviderTest.java :
154 : dataModel.setStringProperty(INewServletClassDataModelProperties.JAVA_PACKAGE, "org.eclipse");
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
Web25MergedModelProviderTest.java :
154 : dataModel.setStringProperty(INewServletClassDataModelProperties.JAVA_PACKAGE, "org.eclipse");
The field Web3AnnotationReaderTest.BEAN_WITH_NAME is never read locally
Web3AnnotationReaderTest.java :
51 : private static String BEAN_WITH_NAME = "package com.sap;" + "import javax.ejb.Stateless;"
The field WebAnnotationReaderTest.BEAN_WITH_NAME is never read locally
WebAnnotationReaderTest.java :
47 : private static String BEAN_WITH_NAME = "package com.sap;" + "import javax.ejb.Stateless;"
Discouraged access: The type AppClientComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientExportOperationTest.java :
21 : import org.eclipse.jst.j2ee.application.internal.operations.AppClientComponentExportDataModelProvider;
Discouraged access: The constructor AppClientComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientExportOperationTest.java :
304 : IDataModel exportModel = DataModelFactory.createDataModel(new AppClientComponentExportDataModelProvider());
Discouraged access: The type AppClientComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientExportOperationTest.java :
304 : IDataModel exportModel = DataModelFactory.createDataModel(new AppClientComponentExportDataModelProvider());
Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientImportOperationBaseTest.java :
14 : import org.eclipse.jst.j2ee.applicationclient.internal.creation.AppClientComponentImportDataModelProvider;
Discouraged access: The constructor AppClientComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientImportOperationBaseTest.java :
43 : IDataModel importModel = DataModelFactory.createDataModel(new AppClientComponentImportDataModelProvider());
Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientImportOperationBaseTest.java :
43 : IDataModel importModel = DataModelFactory.createDataModel(new AppClientComponentImportDataModelProvider());
Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientProjectCreationOperationTest.java :
21 : import org.eclipse.jst.j2ee.applicationclient.internal.creation.AppClientFacetProjectCreationDataModelProvider;
Discouraged access: The constructor AppClientFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientProjectCreationOperationTest.java :
236 : IDataModel dm = DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());
Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AppClientProjectCreationOperationTest.java :
236 : IDataModel dm = DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());
Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARExportOperationTest.java :
18 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentExportDataModelProvider;
Discouraged access: The constructor EARComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARExportOperationTest.java :
157 : IDataModel exportModel = DataModelFactory.createDataModel(new EARComponentExportDataModelProvider());
Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARExportOperationTest.java :
157 : IDataModel exportModel = DataModelFactory.createDataModel(new EARComponentExportDataModelProvider());
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EARExportOperationTest.java :
218 : earArchive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(destination));
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EARExportOperationTest.java :
273 : referencedProjectArchive = JavaEEArchiveUtilities.INSTANCE.openArchive(referencedProjectArchivePath);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EARExportOperationTest.java :
278 : JavaEEArchiveUtilities.INSTANCE.closeArchive(referencedProjectArchive);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EARExportOperationTest.java :
287 : JavaEEArchiveUtilities.INSTANCE.closeArchive(earArchive);
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARImportOperationTest.java :
12 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentImportDataModelProvider;
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
EARImportOperationTest.java :
16 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARImportOperationTest.java :
257 : IDataModel importModel = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARImportOperationTest.java :
257 : IDataModel importModel = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
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
EARImportOperationTest.java :
362 : IVirtualComponent projectVirtComponent = ComponentUtilities.getComponent(earProjectName);
Discouraged access: The method getComponent(String) 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
EARImportOperationTest.java :
362 : IVirtualComponent projectVirtComponent = ComponentUtilities.getComponent(earProjectName);
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
EARProjectCreationOperationTest.java :
45 : import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EARProjectCreationOperationTest.java :
46 : import org.eclipse.jst.common.internal.modulecore.ClasspathContainerVirtualComponent;
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARProjectCreationOperationTest.java :
47 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;
Discouraged access: The type AddReferenceToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARProjectCreationOperationTest.java :
48 : import org.eclipse.jst.j2ee.application.internal.operations.AddReferenceToEnterpriseApplicationDataModelProvider;
Discouraged access: The type VirtualArchiveComponent 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
EARProjectCreationOperationTest.java :
60 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;
Discouraged access: The type VirtualReference 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
EARProjectCreationOperationTest.java :
61 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;
The field EARProjectCreationOperationTest.CONNECTOR_PROJ_15 is never read locally
EARProjectCreationOperationTest.java :
111 : private static final String CONNECTOR_PROJ_15 = "myConnector_15";
The local variable initializer is never read
EARProjectCreationOperationTest.java :
477 : ClasspathContainerInitializer initializer= JavaCore.getClasspathContainerInitializer(JavaCore.USER_LIBRARY_CONTAINER_ID);
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
EARProjectCreationOperationTest.java :
483 : JavaModelManager.getUserLibraryManager().setUserLibrary("a999", new IClasspathEntry[]{junitEntry}, false);
Discouraged access: The method getUserLibraryManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
EARProjectCreationOperationTest.java :
483 : JavaModelManager.getUserLibraryManager().setUserLibrary("a999", new IClasspathEntry[]{junitEntry}, false);
Discouraged access: The method setUserLibrary(String, IClasspathEntry[], boolean) from the type UserLibraryManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
EARProjectCreationOperationTest.java :
483 : JavaModelManager.getUserLibraryManager().setUserLibrary("a999", new IClasspathEntry[]{junitEntry}, false);
Discouraged access: The constructor ClasspathContainerVirtualComponent(IProject, IVirtualComponent, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EARProjectCreationOperationTest.java :
493 : IVirtualComponent classpathContainerComp = new ClasspathContainerVirtualComponent(rootProj, rootComp, containerPath);
Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EARProjectCreationOperationTest.java :
493 : IVirtualComponent classpathContainerComp = new ClasspathContainerVirtualComponent(rootProj, rootComp, containerPath);
Discouraged access: The type VirtualReference 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
EARProjectCreationOperationTest.java :
494 : final VirtualReference ref = new VirtualReference(rootComp, classpathContainerComp, new Path("/testFolder").makeAbsolute());
Discouraged access: The constructor VirtualReference(IVirtualComponent, IVirtualComponent, IPath) 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
EARProjectCreationOperationTest.java :
494 : final VirtualReference ref = new VirtualReference(rootComp, classpathContainerComp, new Path("/testFolder").makeAbsolute());
Discouraged access: The type VirtualReference 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
EARProjectCreationOperationTest.java :
494 : final VirtualReference ref = new VirtualReference(rootComp, classpathContainerComp, new Path("/testFolder").makeAbsolute());
Discouraged access: The method setDependencyType(int) from the type VirtualReference 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
EARProjectCreationOperationTest.java :
495 : ref.setDependencyType(IVirtualReference.DEPENDENCY_TYPE_CONSUMES);
Discouraged access: The constructor AddReferenceToEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARProjectCreationOperationTest.java :
498 : IDataModelProvider provider = new AddReferenceToEnterpriseApplicationDataModelProvider();
Discouraged access: The type AddReferenceToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARProjectCreationOperationTest.java :
498 : IDataModelProvider provider = new AddReferenceToEnterpriseApplicationDataModelProvider();
Discouraged access: The type VirtualArchiveComponent 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
EARProjectCreationOperationTest.java :
538 : String type = VirtualArchiveComponent.VARARCHIVETYPE + IPath.SEPARATOR;
Discouraged access: The field VARARCHIVETYPE from the type VirtualArchiveComponent 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
EARProjectCreationOperationTest.java :
538 : String type = VirtualArchiveComponent.VARARCHIVETYPE + IPath.SEPARATOR;
Discouraged access: The constructor AddComponentToEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARProjectCreationOperationTest.java :
541 : IDataModelProvider provider = new AddComponentToEnterpriseApplicationDataModelProvider();
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EARProjectCreationOperationTest.java :
541 : IDataModelProvider provider = new AddComponentToEnterpriseApplicationDataModelProvider();
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEJBeanOperationTest.java :
17 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;
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
AddEJBeanOperationTest.java :
18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEJBeanOperationTest.java :
26 : INewJavaClassDataModelProperties {
The local variable proj is never read
AddEJBeanOperationTest.java :
60 : IProject proj = ProjectUtilities.getProject(EJB_PROJECT_NAME);
The local variable proj is never read
AddEJBeanOperationTest.java :
78 : IProject proj = ProjectUtilities.getProject(EJB_PROJECT_NAME);
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
AddEJBeanOperationTest.java :
99 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();
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
AddEJBeanOperationTest.java :
99 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();
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
AddEJBeanOperationTest.java :
100 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, true);
Discouraged access: The field DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY 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
AddEJBeanOperationTest.java :
100 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, true);
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
AddEJBeanOperationTest.java :
104 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();
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
AddEJBeanOperationTest.java :
104 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();
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
AddEJBeanOperationTest.java :
105 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, false);
Discouraged access: The field DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY 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
AddEJBeanOperationTest.java :
105 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, false);
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
AddEJBeanOperationTest.java :
116 : dm.setProperty(PROJECT_NAME, EJB_PROJECT_NAME);
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEJBeanOperationTest.java :
117 : dm.setProperty(JAVA_PACKAGE, PACKAGE);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEJBeanOperationTest.java :
118 : dm.setProperty(CLASS_NAME, SESSION_BEAN_NAME);
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
AddEJBeanOperationTest.java :
124 : dm.setProperty(PROJECT_NAME, EJB_PROJECT_NAME);
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEJBeanOperationTest.java :
125 : dm.setProperty(JAVA_PACKAGE, PACKAGE);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEJBeanOperationTest.java :
126 : dm.setProperty(CLASS_NAME, MESSAGE_DRIVEN_BEAN_NAME);
Discouraged access: The type EJBComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBExportOperationTest.java :
22 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentExportDataModelProvider;
The method addStateless(IDataModel) from the type EJBExportOperationTest is never used locally
EJBExportOperationTest.java :
85 : private void addStateless(IDataModel dm) throws Exception {
Discouraged access: The constructor EJBComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBExportOperationTest.java :
368 : IDataModel exportModel = DataModelFactory.createDataModel(new EJBComponentExportDataModelProvider());
Discouraged access: The type EJBComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBExportOperationTest.java :
368 : IDataModel exportModel = DataModelFactory.createDataModel(new EJBComponentExportDataModelProvider());
Discouraged access: The type EJBComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
17 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentExportDataModelProvider;
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
18 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentImportDataModelProvider;
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
19 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetProjectCreationDataModelProvider;
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
EJBGeneraUseTest.java :
20 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
Discouraged access: The type IProjectCreationPropertiesNew 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
EJBGeneraUseTest.java :
26 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationPropertiesNew;
Discouraged access: The constructor EjbFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
55 : IDataModel model = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
55 : IDataModel model = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type IProjectCreationPropertiesNew 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
EJBGeneraUseTest.java :
56 : model.setProperty(IProjectCreationPropertiesNew.PROJECT_NAME, this.EJB_NAME);
Discouraged access: The field PROJECT_NAME from the type IProjectCreationPropertiesNew 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
EJBGeneraUseTest.java :
56 : model.setProperty(IProjectCreationPropertiesNew.PROJECT_NAME, this.EJB_NAME);
The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way
EJBGeneraUseTest.java :
57 : this.runAndVerify(model);
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
EJBGeneraUseTest.java :
60 : IVirtualComponent ejb = ComponentUtilities.getComponent(this.EJB_NAME);
Discouraged access: The method getComponent(String) 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
EJBGeneraUseTest.java :
60 : IVirtualComponent ejb = ComponentUtilities.getComponent(this.EJB_NAME);
Discouraged access: The constructor EJBComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
75 : model = DataModelFactory.createDataModel(new EJBComponentExportDataModelProvider());
Discouraged access: The type EJBComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
75 : model = DataModelFactory.createDataModel(new EJBComponentExportDataModelProvider());
The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way
EJBGeneraUseTest.java :
79 : this.runAndVerify(model);
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
EJBGeneraUseTest.java :
84 : Assert.assertNull("The " + this.EJB_NAME + " project should no longer exsist.", ComponentUtilities.getComponent(this.EJB_NAME));
Discouraged access: The method getComponent(String) 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
EJBGeneraUseTest.java :
84 : Assert.assertNull("The " + this.EJB_NAME + " project should no longer exsist.", ComponentUtilities.getComponent(this.EJB_NAME));
Discouraged access: The constructor EJBComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
94 : model = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBGeneraUseTest.java :
94 : model = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());
The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way
EJBGeneraUseTest.java :
97 : this.runAndVerify(model);
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
EJBGeneraUseTest.java :
100 : ejb = ComponentUtilities.getComponent(this.EJB_NAME);
Discouraged access: The method getComponent(String) 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
EJBGeneraUseTest.java :
100 : ejb = ComponentUtilities.getComponent(this.EJB_NAME);
Null pointer access: The variable file can only be null at this location
EJBGeneraUseTest.java :
104 : Assert.assertTrue("The file " + this.FILE1 + " should exsist in the project.", file.exists());
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBImportOperationBaseTest.java :
15 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentImportDataModelProvider;
Discouraged access: The constructor EJBComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBImportOperationBaseTest.java :
41 : IDataModel importModel = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBImportOperationBaseTest.java :
41 : IDataModel importModel = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBProjectCreationOperationTest.java :
17 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetProjectCreationDataModelProvider;
Discouraged access: The constructor EjbFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBProjectCreationOperationTest.java :
270 : IDataModel dm = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
EJBProjectCreationOperationTest.java :
270 : IDataModel dm = DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ArchiveTestsUtil.java :
45 : aArchive = JavaEEArchiveUtilities.INSTANCE.openArchive(a);
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ArchiveTestsUtil.java :
46 : bArchive = JavaEEArchiveUtilities.INSTANCE.openArchive(b);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ArchiveTestsUtil.java :
50 : JavaEEArchiveUtilities.INSTANCE.closeArchive(aArchive);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ArchiveTestsUtil.java :
53 : JavaEEArchiveUtilities.INSTANCE.closeArchive(bArchive);
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
HeaderParserTests.java :
15 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
20 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
74 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(null);
Discouraged access: The constructor JavaEEQuickPeek(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
74 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(null);
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
74 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(null);
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
75 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getType());
Discouraged access: The field UNKNOWN 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
HeaderParserTests.java :
75 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getType());
Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
75 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getType());
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
76 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getVersion());
Discouraged access: The field UNKNOWN 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
HeaderParserTests.java :
76 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getVersion());
Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
76 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getVersion());
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
77 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getJavaEEVersion());
Discouraged access: The field UNKNOWN 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
HeaderParserTests.java :
77 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getJavaEEVersion());
Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
HeaderParserTests.java :
77 : Assert.assertEquals(JavaEEQuickPeek.UNKNOWN, quickPeek.getJavaEEVersion());
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
HeaderParserTests.java :
82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,
Discouraged access: The field APPLICATION_CLIENT_TYPE 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
HeaderParserTests.java :
82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_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
HeaderParserTests.java :
82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,
Discouraged access: The field J2EE_1_2_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
HeaderParserTests.java :
82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_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
HeaderParserTests.java :
82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,
Discouraged access: The field J2EE_1_2_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
HeaderParserTests.java :
82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_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
HeaderParserTests.java :
84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,
Discouraged access: The field APPLICATION_CLIENT_TYPE 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
HeaderParserTests.java :
84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_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
HeaderParserTests.java :
84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,
Discouraged access: The field J2EE_1_3_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
HeaderParserTests.java :
84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_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
HeaderParserTests.java :
84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,
Discouraged access: The field J2EE_1_3_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
HeaderParserTests.java :
84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_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
HeaderParserTests.java :
86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,
Discouraged access: The field APPLICATION_CLIENT_TYPE 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
HeaderParserTests.java :
86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_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
HeaderParserTests.java :
86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,
Discouraged access: The field J2EE_1_4_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
HeaderParserTests.java :
86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_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
HeaderParserTests.java :
86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,
Discouraged access: The field J2EE_1_4_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
HeaderParserTests.java :
86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_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
HeaderParserTests.java :
88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,
Discouraged access: The field APPLICATION_CLIENT_TYPE 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
HeaderParserTests.java :
88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_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
HeaderParserTests.java :
88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,
Discouraged access: The field JEE_5_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
HeaderParserTests.java :
88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_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
HeaderParserTests.java :
88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,
Discouraged access: The field JEE_5_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
HeaderParserTests.java :
88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_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
HeaderParserTests.java :
91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,
Discouraged access: The field APPLICATION_TYPE 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
HeaderParserTests.java :
91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_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
HeaderParserTests.java :
91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,
Discouraged access: The field J2EE_1_2_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
HeaderParserTests.java :
91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_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
HeaderParserTests.java :
91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,
Discouraged access: The field J2EE_1_2_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
HeaderParserTests.java :
91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_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
HeaderParserTests.java :
93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,
Discouraged access: The field APPLICATION_TYPE 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
HeaderParserTests.java :
93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_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
HeaderParserTests.java :
93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,
Discouraged access: The field J2EE_1_3_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
HeaderParserTests.java :
93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_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
HeaderParserTests.java :
93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,
Discouraged access: The field J2EE_1_3_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
HeaderParserTests.java :
93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_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
HeaderParserTests.java :
95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,
Discouraged access: The field APPLICATION_TYPE 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
HeaderParserTests.java :
95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_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
HeaderParserTests.java :
95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,
Discouraged access: The field J2EE_1_4_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
HeaderParserTests.java :
95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_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
HeaderParserTests.java :
95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,
Discouraged access: The field J2EE_1_4_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
HeaderParserTests.java :
95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_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
HeaderParserTests.java :
97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,
Discouraged access: The field APPLICATION_TYPE 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
HeaderParserTests.java :
97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_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
HeaderParserTests.java :
97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,
Discouraged access: The field JEE_5_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
HeaderParserTests.java :
97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_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
HeaderParserTests.java :
97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,
Discouraged access: The field JEE_5_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
HeaderParserTests.java :
97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_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
HeaderParserTests.java :
100 : data.add(new TestData("ejb-jar11.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_1_1_ID, J2EEVersionConstants.J2EE_1_2_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field EJB_TYPE 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
HeaderParserTests.java :
100 : data.add(new TestData("ejb-jar11.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_1_1_ID, J2EEVersionConstants.J2EE_1_2_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
100 : data.add(new TestData("ejb-jar11.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_1_1_ID, J2EEVersionConstants.J2EE_1_2_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field EJB_1_1_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
HeaderParserTests.java :
100 : data.add(new TestData("ejb-jar11.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_1_1_ID, J2EEVersionConstants.J2EE_1_2_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
100 : data.add(new TestData("ejb-jar11.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_1_1_ID, J2EEVersionConstants.J2EE_1_2_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field J2EE_1_2_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
HeaderParserTests.java :
100 : data.add(new TestData("ejb-jar11.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_1_1_ID, J2EEVersionConstants.J2EE_1_2_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
101 : data.add(new TestData("ejb-jar20.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field EJB_TYPE 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
HeaderParserTests.java :
101 : data.add(new TestData("ejb-jar20.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
101 : data.add(new TestData("ejb-jar20.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field EJB_2_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
HeaderParserTests.java :
101 : data.add(new TestData("ejb-jar20.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
101 : data.add(new TestData("ejb-jar20.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field J2EE_1_3_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
HeaderParserTests.java :
101 : data.add(new TestData("ejb-jar20.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
102 : data.add(new TestData("ejb-jar21.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_1_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field EJB_TYPE 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
HeaderParserTests.java :
102 : data.add(new TestData("ejb-jar21.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_1_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
102 : data.add(new TestData("ejb-jar21.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_1_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field EJB_2_1_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
HeaderParserTests.java :
102 : data.add(new TestData("ejb-jar21.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_1_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
102 : data.add(new TestData("ejb-jar21.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_1_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
Discouraged access: The field J2EE_1_4_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
HeaderParserTests.java :
102 : data.add(new TestData("ejb-jar21.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_2_1_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.ejb.EJBJar.class));
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
HeaderParserTests.java :
103 : data.add(new TestData("ejb-jar30.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_3_0_ID, J2EEVersionConstants.JEE_5_0_ID, org.eclipse.jst.javaee.ejb.EJBJar.class));
Discouraged access: The field EJB_TYPE 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
HeaderParserTests.java :
103 : data.add(new TestData("ejb-jar30.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_3_0_ID, J2EEVersionConstants.JEE_5_0_ID, org.eclipse.jst.javaee.ejb.EJBJar.class));
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
HeaderParserTests.java :
103 : data.add(new TestData("ejb-jar30.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_3_0_ID, J2EEVersionConstants.JEE_5_0_ID, org.eclipse.jst.javaee.ejb.EJBJar.class));
Discouraged access: The field EJB_3_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
HeaderParserTests.java :
103 : data.add(new TestData("ejb-jar30.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_3_0_ID, J2EEVersionConstants.JEE_5_0_ID, org.eclipse.jst.javaee.ejb.EJBJar.class));
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
HeaderParserTests.java :
103 : data.add(new TestData("ejb-jar30.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_3_0_ID, J2EEVersionConstants.JEE_5_0_ID, org.eclipse.jst.javaee.ejb.EJBJar.class));
Discouraged access: The field JEE_5_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
HeaderParserTests.java :
103 : data.add(new TestData("ejb-jar30.jar", J2EEVersionConstants.EJB_TYPE, J2EEVersionConstants.EJB_3_0_ID, J2EEVersionConstants.JEE_5_0_ID, org.eclipse.jst.javaee.ejb.EJBJar.class));
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
HeaderParserTests.java :
105 : data.add(new TestData("ra10.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.jca.Connector.class));
Discouraged access: The field CONNECTOR_TYPE 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
HeaderParserTests.java :
105 : data.add(new TestData("ra10.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.jca.Connector.class));
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
HeaderParserTests.java :
105 : data.add(new TestData("ra10.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.jca.Connector.class));
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
HeaderParserTests.java :
105 : data.add(new TestData("ra10.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.jca.Connector.class));
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
HeaderParserTests.java :
105 : data.add(new TestData("ra10.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.jca.Connector.class));
Discouraged access: The field J2EE_1_3_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
HeaderParserTests.java :
105 : data.add(new TestData("ra10.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_0_ID, J2EEVersionConstants.J2EE_1_3_ID, org.eclipse.jst.j2ee.jca.Connector.class));
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
HeaderParserTests.java :
106 : data.add(new TestData("ra15.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_5_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.jca.Connector.class));
Discouraged access: The field CONNECTOR_TYPE 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
HeaderParserTests.java :
106 : data.add(new TestData("ra15.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_5_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.jca.Connector.class));
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
HeaderParserTests.java :
106 : data.add(new TestData("ra15.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_5_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.jca.Connector.class));
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
HeaderParserTests.java :
106 : data.add(new TestData("ra15.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_5_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.jca.Connector.class));
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
HeaderParserTests.java :
106 : data.add(new TestData("ra15.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_5_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.jca.Connector.class));
Discouraged access: The field J2EE_1_4_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
HeaderParserTests.java :
106 : data.add(new TestData("ra15.rar", J2EEVersionConstants.CONNECTOR_TYPE, J2EEVersionConstants.JCA_1_5_ID, J2EEVersionConstants.J2EE_1_4_ID, org.eclipse.jst.j2ee.jca.Connector.class));
Discouraged access: The field WEB_2_2_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
HeaderParserTests.java :
108 : data.add(new TestData("web22.war", J2EEVersionConstants.WEB_TYPE, J2EEVersionConstants.WEB_2_2_ID, J2EEVersionConstants.J2EE_1_2_ID, WebApp.class));
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
HeaderParserTests.java :
108 : data.add(new TestData("web22.war", J2EEVersionConstants.WEB_TYPE, J2EEVersionConstants.WEB_2_2_ID, J2EEVersionConstants.J2EE_1_2_ID, WebApp.class));
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportOperationTest.java :
165 : importedArchive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(importedArchivePath));
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportOperationTest.java :
166 : exportedArchive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(exportDestination));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportOperationTest.java :
238 : JavaEEArchiveUtilities.INSTANCE.closeArchive(importedArchive);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportOperationTest.java :
242 : JavaEEArchiveUtilities.INSTANCE.closeArchive(exportedArchive);
Discouraged access: The type IModuleConstants 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
JavaEEFacetConstants.java :
3 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Discouraged access: The type IModuleConstants 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
JavaEEFacetConstants.java :
10 : public static final IProjectFacet APP_CLIENT_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_APPCLIENT_MODULE); //$NON-NLS-1$
Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants 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
JavaEEFacetConstants.java :
10 : public static final IProjectFacet APP_CLIENT_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_APPCLIENT_MODULE); //$NON-NLS-1$
Discouraged access: The type IModuleConstants 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
JavaEEFacetConstants.java :
17 : public static final IProjectFacet EJB_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EJB_MODULE); //$NON-NLS-1$
Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants 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
JavaEEFacetConstants.java :
17 : public static final IProjectFacet EJB_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EJB_MODULE); //$NON-NLS-1$
Discouraged access: The type IModuleConstants 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
JavaEEFacetConstants.java :
24 : public static final IProjectFacet WEB_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE); //$NON-NLS-1$
Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants 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
JavaEEFacetConstants.java :
24 : public static final IProjectFacet WEB_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE); //$NON-NLS-1$
Discouraged access: The type IModuleConstants 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
JavaEEFacetConstants.java :
31 : public static final IProjectFacet CONNECTOR_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_CONNECTOR_MODULE); //$NON-NLS-1$
Discouraged access: The field JST_CONNECTOR_MODULE from the type IModuleConstants 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
JavaEEFacetConstants.java :
31 : public static final IProjectFacet CONNECTOR_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_CONNECTOR_MODULE); //$NON-NLS-1$
Discouraged access: The type IModuleConstants 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
JavaEEFacetConstants.java :
36 : public static final IProjectFacet EAR_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE); //$NON-NLS-1$
Discouraged access: The field JST_EAR_MODULE from the type IModuleConstants 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
JavaEEFacetConstants.java :
36 : public static final IProjectFacet EAR_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE); //$NON-NLS-1$
Discouraged access: The type IModuleConstants 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
JavaEEFacetConstants.java :
43 : public static final IProjectFacet JAVA_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_JAVA); //$NON-NLS-1$
Discouraged access: The field JST_JAVA from the type IModuleConstants 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
JavaEEFacetConstants.java :
43 : public static final IProjectFacet JAVA_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_JAVA); //$NON-NLS-1$
Discouraged access: The type IModuleConstants 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
JavaEEFacetConstants.java :
49 : public static final IProjectFacet WEBFRAGMENT_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEBFRAGMENT_MODULE);
Discouraged access: The field JST_WEBFRAGMENT_MODULE from the type IModuleConstants 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
JavaEEFacetConstants.java :
49 : public static final IProjectFacet WEBFRAGMENT_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEBFRAGMENT_MODULE);
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
JavaFileTestingUtilities.java :
22 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
JavaFileTestingUtilities.java :
26 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
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
JavaFileTestingUtilities.java :
52 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
Discouraged access: The method getComponent(String) 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
JavaFileTestingUtilities.java :
52 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
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
JavaFileTestingUtilities.java :
58 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
Discouraged access: The method getComponent(String) 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
JavaFileTestingUtilities.java :
58 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
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
JavaFileTestingUtilities.java :
64 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
Discouraged access: The method getComponent(String) 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
JavaFileTestingUtilities.java :
64 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
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
JavaFileTestingUtilities.java :
70 : IProject proj = J2EEProjectUtilities.getProject(projectName);
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
JavaFileTestingUtilities.java :
80 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
Discouraged access: The method getComponent(String) 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
JavaFileTestingUtilities.java :
80 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
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
JavaFileTestingUtilities.java :
86 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
Discouraged access: The method getComponent(String) 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
JavaFileTestingUtilities.java :
86 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JavaFileTestingUtilities.java :
95 : archive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(archivePath));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JavaFileTestingUtilities.java :
99 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JavaFileTestingUtilities.java :
108 : archive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(archivePath));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JavaFileTestingUtilities.java :
112 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JavaFileTestingUtilities.java :
121 : archive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(archivePath));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JavaFileTestingUtilities.java :
125 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
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
JavaFileTestingUtilities.java :
273 : IProject[] webProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.DYNAMIC_WEB);
Discouraged access: The method getAllProjectsInWorkspaceOfType(String) 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
JavaFileTestingUtilities.java :
273 : IProject[] webProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.DYNAMIC_WEB);
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
JavaFileTestingUtilities.java :
273 : IProject[] webProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.DYNAMIC_WEB);
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
JavaFileTestingUtilities.java :
274 : IProject[] appClientProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.APPLICATION_CLIENT);
Discouraged access: The method getAllProjectsInWorkspaceOfType(String) 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
JavaFileTestingUtilities.java :
274 : IProject[] appClientProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.APPLICATION_CLIENT);
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
JavaFileTestingUtilities.java :
274 : IProject[] appClientProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.APPLICATION_CLIENT);
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
JavaFileTestingUtilities.java :
275 : IProject[] connectorProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.JCA);
Discouraged access: The method getAllProjectsInWorkspaceOfType(String) 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
JavaFileTestingUtilities.java :
275 : IProject[] connectorProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.JCA);
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
JavaFileTestingUtilities.java :
275 : IProject[] connectorProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.JCA);
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
JavaFileTestingUtilities.java :
276 : IProject[] ejbProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.EJB);
Discouraged access: The method getAllProjectsInWorkspaceOfType(String) 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
JavaFileTestingUtilities.java :
276 : IProject[] ejbProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.EJB);
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
JavaFileTestingUtilities.java :
276 : IProject[] ejbProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.EJB);
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
JavaFileTestingUtilities.java :
277 : IProject[] utilityProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.UTILITY);
Discouraged access: The method getAllProjectsInWorkspaceOfType(String) 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
JavaFileTestingUtilities.java :
277 : IProject[] utilityProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.UTILITY);
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
JavaFileTestingUtilities.java :
277 : IProject[] utilityProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.UTILITY);
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JavaFileTestingUtilities.java :
343 : earArchive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(earArchivePath));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JavaFileTestingUtilities.java :
392 : JavaEEArchiveUtilities.INSTANCE.closeArchive(earArchive);
Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SourceFolderUpdateTest.java :
18 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;
Discouraged access: The constructor NewJavaClassDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SourceFolderUpdateTest.java :
45 : IDataModel model = DataModelFactory.createDataModel(new NewJavaClassDataModelProvider());
Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SourceFolderUpdateTest.java :
45 : IDataModel model = DataModelFactory.createDataModel(new NewJavaClassDataModelProvider());
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
SourceFolderUpdateTest.java :
48 : model.setStringProperty(PROJECT_NAME, "project1");
Discouraged access: The field SOURCE_FOLDER from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SourceFolderUpdateTest.java :
52 : model.setStringProperty(SOURCE_FOLDER, "/project1/src");
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
SourceFolderUpdateTest.java :
55 : model.setStringProperty(PROJECT_NAME, "project2");
Discouraged access: The field SOURCE_FOLDER from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SourceFolderUpdateTest.java :
58 : assertEquals(new Path("/project2/src"), new Path(model.getStringProperty(SOURCE_FOLDER)));
Discouraged access: The type ConnectorComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
JCAExportOperationTest.java :
12 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentExportDataModelProvider;
Discouraged access: The constructor ConnectorComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
JCAExportOperationTest.java :
116 : IDataModel exportModel = DataModelFactory.createDataModel(new ConnectorComponentExportDataModelProvider());
Discouraged access: The type ConnectorComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
JCAExportOperationTest.java :
116 : IDataModel exportModel = DataModelFactory.createDataModel(new ConnectorComponentExportDataModelProvider());
Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
JCAImportOperationTest.java :
12 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentImportDataModelProvider;
Discouraged access: The constructor ConnectorComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
JCAImportOperationTest.java :
82 : IDataModel importModel = DataModelFactory.createDataModel(new ConnectorComponentImportDataModelProvider());
Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
JCAImportOperationTest.java :
82 : IDataModel importModel = DataModelFactory.createDataModel(new ConnectorComponentImportDataModelProvider());
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UtilityImportOperationTest.java :
96 : archive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(filePath));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UtilityImportOperationTest.java :
124 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UtilityImportOperationTest.java :
134 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UtilityImportOperationTest.java :
144 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UtilityImportOperationTest.java :
154 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
33 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;
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
AddWebArtifactOperationTest.java :
34 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type NewFilterClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AddWebArtifactOperationTest.java :
35 : import org.eclipse.jst.j2ee.internal.web.operations.NewFilterClassDataModelProvider;
Discouraged access: The type NewListenerClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AddWebArtifactOperationTest.java :
36 : import org.eclipse.jst.j2ee.internal.web.operations.NewListenerClassDataModelProvider;
Discouraged access: The type NewServletClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AddWebArtifactOperationTest.java :
37 : import org.eclipse.jst.j2ee.internal.web.operations.NewServletClassDataModelProvider;
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
55 : INewJavaClassDataModelProperties {
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
AddWebArtifactOperationTest.java :
363 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();
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
AddWebArtifactOperationTest.java :
363 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();
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
AddWebArtifactOperationTest.java :
364 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, true);
Discouraged access: The field DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY 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
AddWebArtifactOperationTest.java :
364 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, true);
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
AddWebArtifactOperationTest.java :
368 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();
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
AddWebArtifactOperationTest.java :
368 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();
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
AddWebArtifactOperationTest.java :
369 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, false);
Discouraged access: The field DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY 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
AddWebArtifactOperationTest.java :
369 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, false);
Discouraged access: The type NewServletClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AddWebArtifactOperationTest.java :
379 : IDataModel dm = DataModelFactory.createDataModel(NewServletClassDataModelProvider.class);
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
AddWebArtifactOperationTest.java :
380 : dm.setProperty(PROJECT_NAME, WEB_PROJECT_NAME);
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
381 : dm.setProperty(JAVA_PACKAGE, PACKAGE);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
382 : dm.setProperty(CLASS_NAME, SERVLET_NAME);
Discouraged access: The type NewFilterClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AddWebArtifactOperationTest.java :
387 : IDataModel dm = DataModelFactory.createDataModel(NewFilterClassDataModelProvider.class);
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
AddWebArtifactOperationTest.java :
388 : dm.setProperty(PROJECT_NAME, WEB_PROJECT_NAME);
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
389 : dm.setProperty(JAVA_PACKAGE, PACKAGE);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
390 : dm.setProperty(CLASS_NAME, FILTER_NAME);
Discouraged access: The type NewListenerClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AddWebArtifactOperationTest.java :
395 : IDataModel dm = DataModelFactory.createDataModel(NewListenerClassDataModelProvider.class);
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties 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
AddWebArtifactOperationTest.java :
396 : dm.setProperty(PROJECT_NAME, WEB_PROJECT_NAME);
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
397 : dm.setProperty(JAVA_PACKAGE, PACKAGE);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
398 : dm.setProperty(CLASS_NAME, LISTENER_NAME);
Discouraged access: The type NewListenerClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AddWebArtifactOperationTest.java :
400 : interfaces.add(NewListenerClassDataModelProvider.LISTENER_INTERFACES[0]);
Discouraged access: The field LISTENER_INTERFACES from the type NewListenerClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
AddWebArtifactOperationTest.java :
400 : interfaces.add(NewListenerClassDataModelProvider.LISTENER_INTERFACES[0]);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddWebArtifactOperationTest.java :
401 : dm.setProperty(INTERFACES, interfaces);
Discouraged access: The type WebComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebExportOperationTest.java :
22 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportDataModelProvider;
Discouraged access: The constructor WebComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebExportOperationTest.java :
532 : IDataModel exportModel = DataModelFactory.createDataModel(new WebComponentExportDataModelProvider());
Discouraged access: The type WebComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebExportOperationTest.java :
532 : IDataModel exportModel = DataModelFactory.createDataModel(new WebComponentExportDataModelProvider());
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebImportOperationBaseTest.java :
17 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentImportDataModelProvider;
Discouraged access: The constructor WebComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebImportOperationBaseTest.java :
45 : IDataModel importModel = DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebImportOperationBaseTest.java :
45 : IDataModel importModel = DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebProjectCreationOperationTest.java :
21 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebProjectCreationOperationTest.java :
531 : IDataModel dm = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebProjectCreationOperationTest.java :
531 : IDataModel dm = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebAppLibrariesContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebAppLibrariesContainerTests.java :
37 : import org.eclipse.jst.j2ee.internal.web.classpath.WebAppLibrariesContainer;
Discouraged access: The type WebAppLibrariesContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebAppLibrariesContainerTests.java :
191 : = ( new Path( WebAppLibrariesContainer.CONTAINER_ID ) ).append( "abc" );
Discouraged access: The field CONTAINER_ID from the type WebAppLibrariesContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
WebAppLibrariesContainerTests.java :
191 : = ( new Path( WebAppLibrariesContainer.CONTAINER_ID ) ).append( "abc" );
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathContainerThreading.java :
20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;
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
ClasspathContainerThreading.java :
22 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ClasspathContainerThreading.java :
95 : ArchiveManifest manifest = J2EEProjectUtilities.readManifest(project);
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
ClasspathContainerThreading.java :
95 : ArchiveManifest manifest = J2EEProjectUtilities.readManifest(project);
Discouraged access: The method readManifest(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
ClasspathContainerThreading.java :
95 : ArchiveManifest manifest = J2EEProjectUtilities.readManifest(project);
Discouraged access: The method addEntry(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathContainerThreading.java :
96 : manifest.addEntry("foo.jar");
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
ClasspathContainerThreading.java :
97 : J2EEProjectUtilities.writeManifest(project, manifest);
Discouraged access: The method writeManifest(IProject, ArchiveManifest) 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
ClasspathContainerThreading.java :
97 : J2EEProjectUtilities.writeManifest(project, manifest);
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
ClasspathContainerThreading.java :
99 : manifest = J2EEProjectUtilities.readManifest(project);
Discouraged access: The method readManifest(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
ClasspathContainerThreading.java :
99 : manifest = J2EEProjectUtilities.readManifest(project);
Discouraged access: The method removeEntry(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathContainerThreading.java :
100 : manifest.removeEntry("foo.jar");
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
ClasspathContainerThreading.java :
101 : J2EEProjectUtilities.writeManifest(project, manifest);
Discouraged access: The method writeManifest(IProject, ArchiveManifest) 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
ClasspathContainerThreading.java :
101 : J2EEProjectUtilities.writeManifest(project, manifest);
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
ClasspathContainerThreading.java :
120 : IProject[] allProjects = J2EEProjectUtilities.getAllProjects();
Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
40 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentExportDataModelProvider;
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
41 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentImportDataModelProvider;
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
DefectVerificationTests.java :
42 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEComponentExportDataModelProvider;
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
DefectVerificationTests.java :
43 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;
Discouraged access: The type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
44 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchivePackage;
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
45 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;
Discouraged access: The type ModuleFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
46 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ModuleFile;
Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
47 : import org.eclipse.jst.j2ee.commonarchivecore.internal.WARFile;
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
DefectVerificationTests.java :
48 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;
Discouraged access: The type RuntimeClasspathEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
49 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.RuntimeClasspathEntry;
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
DefectVerificationTests.java :
50 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;
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
DefectVerificationTests.java :
59 : 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
DefectVerificationTests.java :
61 : 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
DefectVerificationTests.java :
63 : 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
DefectVerificationTests.java :
64 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type WebComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
65 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportDataModelProvider;
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
66 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentImportDataModelProvider;
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
67 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
Discouraged access: The type CreateReferenceComponentsDataModelProvider 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
DefectVerificationTests.java :
82 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;
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
DefectVerificationTests.java :
83 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
Discouraged access: The type IModuleConstants 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
DefectVerificationTests.java :
84 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
125 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
125 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
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
DefectVerificationTests.java :
129 : IVirtualComponent webComponent = ComponentCore.createComponent(J2EEProjectUtilities.getProject("WebForLibDep"));
Discouraged access: The method getName() from the type VirtualArchiveComponent 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
DefectVerificationTests.java :
136 : Assert.assertTrue( j2eeVirtualArchive.getName().endsWith("EjbTestClient.jar"));
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
145 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
145 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The method getComponent(String) 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
DefectVerificationTests.java :
149 : IVirtualComponent component = ComponentUtilities.getComponent("Test120018");
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
DefectVerificationTests.java :
149 : IVirtualComponent component = ComponentUtilities.getComponent("Test120018");
Discouraged access: The constructor WebComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
162 : IDataModel dataModel = DataModelFactory.createDataModel(new WebComponentExportDataModelProvider());
Discouraged access: The type WebComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
162 : IDataModel dataModel = DataModelFactory.createDataModel(new WebComponentExportDataModelProvider());
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
DefectVerificationTests.java :
163 : dataModel.setProperty(J2EEComponentExportDataModelProvider.ARCHIVE_DESTINATION, getDataPath("testblah.war"));
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
DefectVerificationTests.java :
164 : dataModel.setProperty(J2EEComponentExportDataModelProvider.COMPONENT, component);
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
DefectVerificationTests.java :
165 : dataModel.setBooleanProperty(J2EEComponentExportDataModelProvider.EXPORT_SOURCE_FILES, true);
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
DefectVerificationTests.java :
166 : dataModel.setBooleanProperty(J2EEComponentExportDataModelProvider.OVERWRITE_EXISTING, true);
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
170 : IArchive archiveWAR = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(getDataPath("testblah.war")));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
177 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archiveWAR);
Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
185 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
185 : IDataModel model = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
Discouraged access: The method getComponent(String) 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
DefectVerificationTests.java :
189 : IVirtualComponent component = ComponentUtilities.getComponent("Test120018");
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
DefectVerificationTests.java :
189 : IVirtualComponent component = ComponentUtilities.getComponent("Test120018");
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
238 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
238 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
251 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
251 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
The local variable moduleList is never read
DefectVerificationTests.java :
253 : List moduleList = (List) model.getProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST);
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
260 : EARFile earFile = null;
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
262 : earFile = (EARFile) artifactEdit.asArchive(true);
Discouraged access: The method getEJBReferences(boolean, boolean) from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
263 : earFile.getEJBReferences(false, false);
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
DefectVerificationTests.java :
266 : earFile.close();
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
296 : EARFile earFile = null;
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
DefectVerificationTests.java :
298 : ArchiveOptions opts = new ArchiveOptions();
Discouraged access: The constructor 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
DefectVerificationTests.java :
298 : ArchiveOptions opts = new ArchiveOptions();
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
DefectVerificationTests.java :
298 : ArchiveOptions opts = new ArchiveOptions();
Discouraged access: The method setIsReadOnly(boolean) 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
DefectVerificationTests.java :
299 : opts.setIsReadOnly(true);
Discouraged access: The method openEARFile(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
DefectVerificationTests.java :
300 : earFile = CommonarchiveFactory.eINSTANCE.openEARFile(opts, earFileName);
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
DefectVerificationTests.java :
300 : earFile = CommonarchiveFactory.eINSTANCE.openEARFile(opts, earFileName);
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
DefectVerificationTests.java :
300 : earFile = CommonarchiveFactory.eINSTANCE.openEARFile(opts, earFileName);
Discouraged access: The method getModuleFiles() from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
302 : List moduleList = earFile.getModuleFiles();
Discouraged access: The type ModuleFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
304 : ModuleFile module = (ModuleFile) moduleList.get(i);
Discouraged access: The type ModuleFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
304 : ModuleFile module = (ModuleFile) moduleList.get(i);
Discouraged access: The type RuntimeClasspathEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
305 : RuntimeClasspathEntry[] entries = module.getFullRuntimeClassPath();
Discouraged access: The method getFullRuntimeClassPath() 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
DefectVerificationTests.java :
305 : RuntimeClasspathEntry[] entries = module.getFullRuntimeClassPath();
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
DefectVerificationTests.java :
307 : assertTrue(entries[0].toString().endsWith(module.getURI()));
Discouraged access: The method isOpen() 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
DefectVerificationTests.java :
312 : if (earFile != null && earFile.isOpen()) {
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
DefectVerificationTests.java :
313 : earFile.close();
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
321 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
321 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
327 : EARFile earFile = (EARFile) earEdit.asArchive(false);
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
327 : EARFile earFile = (EARFile) earEdit.asArchive(false);
Discouraged access: The method getEJBReferences(boolean, boolean) from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
328 : earFile.getEJBReferences(true, true);
Discouraged access: The method getEJBReferences(boolean, boolean) from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
329 : earFile.getEJBReferences(true, false);
Discouraged access: The method getEJBReferences(boolean, boolean) from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
330 : earFile.getEJBReferences(false, true);
Discouraged access: The method getEJBReferences(boolean, boolean) from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
331 : earFile.getEJBReferences(false, false);
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
DefectVerificationTests.java :
332 : earFile.close();
Discouraged access: The constructor EARComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
338 : IDataModel export = DataModelFactory.createDataModel(new EARComponentExportDataModelProvider());
Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
338 : IDataModel export = DataModelFactory.createDataModel(new EARComponentExportDataModelProvider());
Discouraged access: The constructor WebComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
401 : IDataModel dataModel = DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DefectVerificationTests.java :
401 : IDataModel dataModel = DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
415 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
415 : IDataModel model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
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
DefectVerificationTests.java :
419 : IVirtualComponent earComponent = ComponentCore.createComponent(J2EEProjectUtilities.getProject("149995"));
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
425 : model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DefectVerificationTests.java :
425 : model = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
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
DefectVerificationTests.java :
430 : earComponent = ComponentCore.createComponent(J2EEProjectUtilities.getProject("149995"));
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
DefectVerificationTests.java :
554 : ArchiveOptions options = new ArchiveOptions();
Discouraged access: The constructor 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
DefectVerificationTests.java :
554 : ArchiveOptions options = new ArchiveOptions();
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
DefectVerificationTests.java :
554 : ArchiveOptions options = new ArchiveOptions();
Discouraged access: The method setRendererType(int) 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
DefectVerificationTests.java :
555 : options.setRendererType(ArchiveOptions.DOM);
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
DefectVerificationTests.java :
555 : options.setRendererType(ArchiveOptions.DOM);
Discouraged access: The field DOM 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
DefectVerificationTests.java :
555 : options.setRendererType(ArchiveOptions.DOM);
Discouraged access: The type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
557 : CommonarchivePackage pkg = CommonarchivePackage.eINSTANCE;
Discouraged access: The type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
557 : CommonarchivePackage pkg = CommonarchivePackage.eINSTANCE;
Discouraged access: The field eINSTANCE from the type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
557 : CommonarchivePackage pkg = CommonarchivePackage.eINSTANCE;
Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
558 : WARFile warFile = pkg.getCommonarchiveFactory().openWARFile(options, earPath);
Discouraged access: The method openWARFile(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
DefectVerificationTests.java :
558 : WARFile warFile = pkg.getCommonarchiveFactory().openWARFile(options, earPath);
Discouraged access: The method getCommonarchiveFactory() from the type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
558 : WARFile warFile = pkg.getCommonarchiveFactory().openWARFile(options, earPath);
Discouraged access: The method getDeploymentDescriptor() from the type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
DefectVerificationTests.java :
559 : warFile.getDeploymentDescriptor();
Discouraged access: The method deriveEARRelativeURI(String, String) 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
DefectVerificationTests.java :
576 : Assert.assertEquals("A.jar", ArchiveUtil.deriveEARRelativeURI("A.jar", "B.jar"));
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
DefectVerificationTests.java :
576 : Assert.assertEquals("A.jar", ArchiveUtil.deriveEARRelativeURI("A.jar", "B.jar"));
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ThreadingTest.java :
30 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentImportDataModelProvider;
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
ThreadingTest.java :
31 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The constructor WebComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ThreadingTest.java :
62 : return DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ThreadingTest.java :
62 : return DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());
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
ThreadingTest.java :
152 : StructureEdit[][] readStructureEdits = new StructureEdit[iterationMax][projects.size()];
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
ThreadingTest.java :
152 : StructureEdit[][] readStructureEdits = new StructureEdit[iterationMax][projects.size()];
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
ThreadingTest.java :
153 : StructureEdit[][] writeStructureEdits = new StructureEdit[readStructureEdits.length][projectArray.length];
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
ThreadingTest.java :
153 : StructureEdit[][] writeStructureEdits = new StructureEdit[readStructureEdits.length][projectArray.length];
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
ThreadingTest.java :
158 : readStructureEdits[structureEditCount][projectCount] = StructureEdit.getStructureEditForRead(projectArray[projectCount]);
Discouraged access: The method getStructureEditForRead(IProject) 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
ThreadingTest.java :
158 : readStructureEdits[structureEditCount][projectCount] = StructureEdit.getStructureEditForRead(projectArray[projectCount]);
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
ThreadingTest.java :
159 : writeStructureEdits[structureEditCount][projectCount] = StructureEdit.getStructureEditForWrite(projectArray[projectCount]);
Discouraged access: The method getStructureEditForWrite(IProject) 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
ThreadingTest.java :
159 : writeStructureEdits[structureEditCount][projectCount] = StructureEdit.getStructureEditForWrite(projectArray[projectCount]);
Discouraged access: The method getComponentModelRoot() 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
ThreadingTest.java :
166 : readStructureEdits[structureEditCount][projectCount].getComponentModelRoot();
The local variable project is never read
ThreadingTest.java :
169 : IProject project = StructureEdit.getContainingProject(writeStructureEdits[structureEditCount][projectCount].getComponent());
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
ThreadingTest.java :
169 : IProject project = StructureEdit.getContainingProject(writeStructureEdits[structureEditCount][projectCount].getComponent());
Discouraged access: The method getContainingProject(WorkbenchComponent) 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
ThreadingTest.java :
169 : IProject project = StructureEdit.getContainingProject(writeStructureEdits[structureEditCount][projectCount].getComponent());
Discouraged access: The method getComponent() 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
ThreadingTest.java :
169 : IProject project = StructureEdit.getContainingProject(writeStructureEdits[structureEditCount][projectCount].getComponent());
Discouraged access: The method dispose() 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
ThreadingTest.java :
189 : readStructureEdits[structureEditCount][projectCount].dispose();
Discouraged access: The method dispose() 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
ThreadingTest.java :
192 : writeStructureEdits[structureEditCount][projectCount].dispose();
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
EJBExportDataModelVerifier.java :
9 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EJBExportDataModelVerifier.java :
27 : return J2EEVersionConstants.EJB_TYPE;
Discouraged access: The field EJB_TYPE 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
EJBExportDataModelVerifier.java :
27 : return J2EEVersionConstants.EJB_TYPE;
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
EJBImportDataModelVerifier.java :
17 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EJBImportDataModelVerifier.java :
38 : return J2EEVersionConstants.EJB_TYPE;
Discouraged access: The field EJB_TYPE 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
EJBImportDataModelVerifier.java :
38 : return J2EEVersionConstants.EJB_TYPE;
The local variable nestedArchive is never read
EJBImportDataModelVerifier.java :
71 : for(IArchive nestedArchive : nestedArchives) {
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
EJBProjectCreationDataModelVerifier.java :
27 : 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
EJBProjectCreationDataModelVerifier.java :
28 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EJBProjectCreationDataModelVerifier.java :
29 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
EJBProjectCreationDataModelVerifier.java :
59 : this.facetProjectType = J2EEProjectUtilities.EJB;
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
EJBProjectCreationDataModelVerifier.java :
64 : return component.getRootFolder().getFile(J2EEConstants.EJBJAR_DD_URI).getUnderlyingFile();
Discouraged access: The field EJBJAR_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
EJBProjectCreationDataModelVerifier.java :
64 : return component.getRootFolder().getFile(J2EEConstants.EJBJAR_DD_URI).getUnderlyingFile();
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
EJBProjectCreationDataModelVerifier.java :
69 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
Discouraged access: The method getJ2EEProjectVersion(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
EJBProjectCreationDataModelVerifier.java :
69 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
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
EJBProjectCreationDataModelVerifier.java :
70 : if(version.equals(J2EEVersionConstants.VERSION_3_0_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_1_TEXT) ){
Discouraged access: The field VERSION_3_0_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
EJBProjectCreationDataModelVerifier.java :
70 : if(version.equals(J2EEVersionConstants.VERSION_3_0_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_1_TEXT) ){
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
EJBProjectCreationDataModelVerifier.java :
70 : if(version.equals(J2EEVersionConstants.VERSION_3_0_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_1_TEXT) ){
Discouraged access: The field VERSION_3_1_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
EJBProjectCreationDataModelVerifier.java :
70 : if(version.equals(J2EEVersionConstants.VERSION_3_0_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_1_TEXT) ){
Discouraged access: The type AppClientComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
9 : import org.eclipse.jst.j2ee.application.internal.operations.AppClientComponentExportDataModelProvider;
Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
10 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentExportDataModelProvider;
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
11 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentImportDataModelProvider;
Discouraged access: The type J2EEUtilityJarImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
12 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEUtilityJarImportDataModelProvider;
Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
13 : import org.eclipse.jst.j2ee.applicationclient.internal.creation.AppClientComponentImportDataModelProvider;
Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
14 : import org.eclipse.jst.j2ee.applicationclient.internal.creation.AppClientFacetProjectCreationDataModelProvider;
Discouraged access: The type EJBComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
DataModelVerifierListGenerator.java :
15 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentExportDataModelProvider;
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
DataModelVerifierListGenerator.java :
16 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentImportDataModelProvider;
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
DataModelVerifierListGenerator.java :
17 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetProjectCreationDataModelProvider;
Discouraged access: The type ConnectorComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
DataModelVerifierListGenerator.java :
18 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentExportDataModelProvider;
Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
DataModelVerifierListGenerator.java :
19 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentImportDataModelProvider;
Discouraged access: The type WebComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DataModelVerifierListGenerator.java :
21 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportDataModelProvider;
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DataModelVerifierListGenerator.java :
22 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentImportDataModelProvider;
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DataModelVerifierListGenerator.java :
23 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
56 : verifiers.put(AppClientFacetProjectCreationDataModelProvider.class.getName(), AppClientProjectCreationDataModelVerifier.class);
Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
57 : verifiers.put(AppClientComponentImportDataModelProvider.class.getName(), AppClientImportDataModelVerifier.class);
Discouraged access: The type AppClientComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
58 : verifiers.put(AppClientComponentExportDataModelProvider.class.getName(),AppClientExportDataModelVerifier.class);
Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
DataModelVerifierListGenerator.java :
60 : verifiers.put(EjbFacetProjectCreationDataModelProvider.class.getName(), EJBProjectCreationDataModelVerifier.class);
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
DataModelVerifierListGenerator.java :
61 : verifiers.put(EJBComponentImportDataModelProvider.class.getName(), EJBImportDataModelVerifier.class);
Discouraged access: The type EJBComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
DataModelVerifierListGenerator.java :
62 : verifiers.put(EJBComponentExportDataModelProvider.class.getName(), EJBExportDataModelVerifier.class);
Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DataModelVerifierListGenerator.java :
64 : verifiers.put(WebFacetProjectCreationDataModelProvider.class.getName(), WebProjectCreationDataModelVerifier.class);
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DataModelVerifierListGenerator.java :
65 : verifiers.put(WebComponentImportDataModelProvider.class.getName(), WebImportDataModelVerifier.class);
Discouraged access: The type WebComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
DataModelVerifierListGenerator.java :
66 : verifiers.put(WebComponentExportDataModelProvider.class.getName(), WebExportDataModelVerifier.class);
Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
DataModelVerifierListGenerator.java :
69 : verifiers.put(ConnectorComponentImportDataModelProvider.class.getName(), JCAImportDataModelVerifier.class);
Discouraged access: The type ConnectorComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
DataModelVerifierListGenerator.java :
70 : verifiers.put(ConnectorComponentExportDataModelProvider.class.getName(), JCAExportDataModelVerifier.class);
Discouraged access: The constructor J2EEUtilityJarImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
74 : verifiers.put((new J2EEUtilityJarImportDataModelProvider()).getID(), UtilityImportDataModelVerifier.class);
Discouraged access: The method getID() from the type J2EEUtilityJarImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
74 : verifiers.put((new J2EEUtilityJarImportDataModelProvider()).getID(), UtilityImportDataModelVerifier.class);
Discouraged access: The type J2EEUtilityJarImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
74 : verifiers.put((new J2EEUtilityJarImportDataModelProvider()).getID(), UtilityImportDataModelVerifier.class);
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
77 : verifiers.put(EARComponentImportDataModelProvider.class.getName(), EARImportDataModelVerifier.class);
Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
DataModelVerifierListGenerator.java :
78 : verifiers.put(EARComponentExportDataModelProvider.class.getName(), EARExportDataModelVerifier.class);
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
JEEExportDataModelVerifier.java :
17 : 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
JEEExportDataModelVerifier.java :
18 : 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
JEEExportDataModelVerifier.java :
20 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
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
JEEExportDataModelVerifier.java :
21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
23 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;
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
JEEExportDataModelVerifier.java :
58 : String sProjVersion = J2EEProjectUtilities.getJ2EEProjectVersion(project);
Discouraged access: The method getJ2EEProjectVersion(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
JEEExportDataModelVerifier.java :
58 : String sProjVersion = J2EEProjectUtilities.getJ2EEProjectVersion(project);
The local variable iProjVersion is never read
JEEExportDataModelVerifier.java :
59 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);
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
JEEExportDataModelVerifier.java :
59 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);
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
JEEExportDataModelVerifier.java :
59 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
63 : JavaEEQuickPeek archiveQuickPeek = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(projectArchive);
Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
64 : if(archiveQuickPeek.getJavaEEVersion() == J2EEVersionConstants.JEE_5_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
JEEExportDataModelVerifier.java :
64 : if(archiveQuickPeek.getJavaEEVersion() == J2EEVersionConstants.JEE_5_0_ID){
Discouraged access: The field JEE_5_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
JEEExportDataModelVerifier.java :
64 : if(archiveQuickPeek.getJavaEEVersion() == J2EEVersionConstants.JEE_5_0_ID){
Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
66 : switch(archiveQuickPeek.getType()){
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
JEEExportDataModelVerifier.java :
67 : case J2EEVersionConstants.APPLICATION_CLIENT_TYPE:
Discouraged access: The field APPLICATION_CLIENT_TYPE 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
JEEExportDataModelVerifier.java :
67 : case J2EEVersionConstants.APPLICATION_CLIENT_TYPE:
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
JEEExportDataModelVerifier.java :
68 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.APP_CLIENT_DD_URI));
Discouraged access: The field APP_CLIENT_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
JEEExportDataModelVerifier.java :
68 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.APP_CLIENT_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
JEEExportDataModelVerifier.java :
70 : case J2EEVersionConstants.APPLICATION_TYPE:
Discouraged access: The field APPLICATION_TYPE 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
JEEExportDataModelVerifier.java :
70 : case J2EEVersionConstants.APPLICATION_TYPE:
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
JEEExportDataModelVerifier.java :
71 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.APPLICATION_DD_URI));
Discouraged access: The field APPLICATION_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
JEEExportDataModelVerifier.java :
71 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.APPLICATION_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
JEEExportDataModelVerifier.java :
73 : case J2EEVersionConstants.EJB_TYPE:
Discouraged access: The field EJB_TYPE 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
JEEExportDataModelVerifier.java :
73 : case J2EEVersionConstants.EJB_TYPE:
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
JEEExportDataModelVerifier.java :
74 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.EJBJAR_DD_URI));
Discouraged access: The field EJBJAR_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
JEEExportDataModelVerifier.java :
74 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.EJBJAR_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
JEEExportDataModelVerifier.java :
76 : case J2EEVersionConstants.WEB_TYPE:
Discouraged access: The field WEB_TYPE 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
JEEExportDataModelVerifier.java :
76 : case J2EEVersionConstants.WEB_TYPE:
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
JEEExportDataModelVerifier.java :
77 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.WEBAPP_DD_URI));
Discouraged access: The field WEBAPP_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
JEEExportDataModelVerifier.java :
77 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.WEBAPP_DD_URI));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
88 : JavaEEArchiveUtilities.INSTANCE.closeArchive(projectArchive);
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
101 : JavaEEQuickPeek archiveQuickPeek = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(projectArchive);
Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
102 : int type = archiveQuickPeek.getType();
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
106 : JavaEEArchiveUtilities.INSTANCE.closeArchive(projectArchive);
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
114 : zipArchive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(archivePath));
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
116 : JavaEEQuickPeek archiveQuickPeek = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(zipArchive);
Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
117 : int type = archiveQuickPeek.getType();
Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
119 : int iVersionConstant = archiveQuickPeek.getVersion();
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
JEEExportDataModelVerifier.java :
120 : String sProjVersion = J2EEProjectUtilities.getJ2EEDDProjectVersion(exportedProj);
Discouraged access: The method getJ2EEDDProjectVersion(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
JEEExportDataModelVerifier.java :
120 : String sProjVersion = J2EEProjectUtilities.getJ2EEDDProjectVersion(exportedProj);
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
JEEExportDataModelVerifier.java :
121 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);
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
JEEExportDataModelVerifier.java :
121 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEExportDataModelVerifier.java :
125 : JavaEEArchiveUtilities.INSTANCE.closeArchive(zipArchive);
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
JEEImportDataModelVerifier.java :
22 : 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
JEEImportDataModelVerifier.java :
24 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
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
JEEImportDataModelVerifier.java :
25 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
29 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;
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
JEEImportDataModelVerifier.java :
30 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
69 : archive = JavaEEArchiveUtilities.INSTANCE.openArchive(new Path(archivePath));
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
76 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
102 : JavaEEQuickPeek archiveQuickPeek = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive);
Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
103 : int type = archiveQuickPeek.getType();
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
104 : if(JavaEEQuickPeek.UNKNOWN != type){
Discouraged access: The field UNKNOWN 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
JEEImportDataModelVerifier.java :
104 : if(JavaEEQuickPeek.UNKNOWN != type){
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
108 : JavaEEQuickPeek archiveQuickPeek = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive);
Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
109 : int type = archiveQuickPeek.getType();
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
JEEImportDataModelVerifier.java :
115 : String sProjVersion = J2EEProjectUtilities.getJ2EEDDProjectVersion(project);
Discouraged access: The method getJ2EEDDProjectVersion(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
JEEImportDataModelVerifier.java :
115 : String sProjVersion = J2EEProjectUtilities.getJ2EEDDProjectVersion(project);
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
JEEImportDataModelVerifier.java :
116 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);
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
JEEImportDataModelVerifier.java :
116 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);
Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEImportDataModelVerifier.java :
117 : int iVersionConstant = archiveQuickPeek.getVersion();
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
JEEImportDataModelVerifier.java :
164 : IVirtualComponent projectComponent = ComponentUtilities.getComponent(project.getName());
Discouraged access: The method getComponent(String) 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
JEEImportDataModelVerifier.java :
164 : IVirtualComponent projectComponent = ComponentUtilities.getComponent(project.getName());
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
JEEImportDataModelVerifier.java :
187 : ((getExportType() == J2EEVersionConstants.WEB_TYPE) ? (resourcePath.segmentCount() > 2 && resourcePath.segment(0).equals("WEB-INF") && resourcePath.segment(1).equals("classes")) : true)){
Discouraged access: The field WEB_TYPE 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
JEEImportDataModelVerifier.java :
187 : ((getExportType() == J2EEVersionConstants.WEB_TYPE) ? (resourcePath.segmentCount() > 2 && resourcePath.segment(0).equals("WEB-INF") && resourcePath.segment(1).equals("classes")) : true)){
Discouraged access: The type ProjectFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot
JEEProjectCreationDataModelVerifier.java :
27 : import org.eclipse.wst.common.project.facet.core.internal.ProjectFacetVersion;
Discouraged access: The type ProjectFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot
JEEProjectCreationDataModelVerifier.java :
84 : ProjectFacetVersion version = (ProjectFacetVersion)facetModel.getProperty(IFacetDataModelProperties.FACET_VERSION);
Discouraged access: The type ProjectFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot
JEEProjectCreationDataModelVerifier.java :
84 : ProjectFacetVersion version = (ProjectFacetVersion)facetModel.getProperty(IFacetDataModelProperties.FACET_VERSION);
Discouraged access: The method getProjectFacet() from the type ProjectFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot
JEEProjectCreationDataModelVerifier.java :
86 : IProjectFacet projFact = version.getProjectFacet();
Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JEEProjectCreationDataModelVerifier.java :
115 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);
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
JCAExportDataModelVerifier.java :
9 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
JCAExportDataModelVerifier.java :
28 : return J2EEVersionConstants.CONNECTOR_TYPE;
Discouraged access: The field CONNECTOR_TYPE 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
JCAExportDataModelVerifier.java :
28 : return J2EEVersionConstants.CONNECTOR_TYPE;
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
JCAImportDataModelVerifier.java :
17 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
JCAImportDataModelVerifier.java :
38 : return J2EEVersionConstants.CONNECTOR_TYPE;
Discouraged access: The field CONNECTOR_TYPE 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
JCAImportDataModelVerifier.java :
38 : return J2EEVersionConstants.CONNECTOR_TYPE;
The local variable nestedArchive is never read
JCAImportDataModelVerifier.java :
71 : for(IArchive nestedArchive : nestedArchives) {
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
JCAProjectCreationDataModelVerifier.java :
14 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
JCAProjectCreationDataModelVerifier.java :
15 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
JCAProjectCreationDataModelVerifier.java :
16 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
JCAProjectCreationDataModelVerifier.java :
41 : this.facetProjectType = J2EEProjectUtilities.JCA;
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
JCAProjectCreationDataModelVerifier.java :
46 : return component.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
JCAProjectCreationDataModelVerifier.java :
46 : return component.getRootFolder().getFile(J2EEConstants.RAR_DD_URI).getUnderlyingFile();
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
JCAProjectCreationDataModelVerifier.java :
51 : String projectVersion = J2EEProjectUtilities.getJ2EEProjectVersion(project);
Discouraged access: The method getJ2EEProjectVersion(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
JCAProjectCreationDataModelVerifier.java :
51 : String projectVersion = J2EEProjectUtilities.getJ2EEProjectVersion(project);
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
JCAProjectCreationDataModelVerifier.java :
53 : if (J2EEVersionConstants.VERSION_1_6_TEXT.equals(projectVersion))
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
JCAProjectCreationDataModelVerifier.java :
53 : if (J2EEVersionConstants.VERSION_1_6_TEXT.equals(projectVersion))
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
JCAProjectCreationDataModelVerifier.java :
73 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.JCA);
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
UtilityImportDataModelVerifier.java :
12 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
UtilityImportDataModelVerifier.java :
41 : return J2EEVersionConstants.UNKNOWN;
Discouraged access: The field UNKNOWN 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
UtilityImportDataModelVerifier.java :
41 : return J2EEVersionConstants.UNKNOWN;
The local variable nestedArchive is never read
UtilityImportDataModelVerifier.java :
82 : for(IArchive nestedArchive : nestedArchives) {
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
UtilityProjectCreationDataModelVerifier.java :
4 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
UtilityProjectCreationDataModelVerifier.java :
27 : this.facetProjectType = J2EEProjectUtilities.UTILITY;
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
WebExportDataModelVerifier.java :
9 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
WebExportDataModelVerifier.java :
27 : return J2EEVersionConstants.WEB_TYPE;
Discouraged access: The field WEB_TYPE 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
WebExportDataModelVerifier.java :
27 : return J2EEVersionConstants.WEB_TYPE;
Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebImportDataModelVerifier.java :
19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;
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
WebImportDataModelVerifier.java :
20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;
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
WebImportDataModelVerifier.java :
21 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
WebImportDataModelVerifier.java :
42 : return J2EEVersionConstants.WEB_TYPE;
Discouraged access: The field WEB_TYPE 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
WebImportDataModelVerifier.java :
42 : return J2EEVersionConstants.WEB_TYPE;
The local variable nestedArchive is never read
WebImportDataModelVerifier.java :
79 : for(IArchive nestedArchive : nestedArchives) {
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
WebImportDataModelVerifier.java :
85 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getPath().toString());
Discouraged access: The method classUriToJavaUri(String) 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
WebImportDataModelVerifier.java :
85 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getPath().toString());
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
WebImportDataModelVerifier.java :
93 : String jspUri = javaUri.substring(0, javaUri.indexOf(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
WebImportDataModelVerifier.java :
93 : String jspUri = javaUri.substring(0, javaUri.indexOf(ArchiveUtil.DOT_JAVA));
Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebImportDataModelVerifier.java :
95 : int _index = lastSlash == -1 ? ArchiveConstants.WEBAPP_CLASSES_URI.length() : lastSlash + 1;
Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebImportDataModelVerifier.java :
95 : int _index = lastSlash == -1 ? ArchiveConstants.WEBAPP_CLASSES_URI.length() : lastSlash + 1;
Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebImportDataModelVerifier.java :
97 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;
Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebImportDataModelVerifier.java :
97 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;
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
WebImportDataModelVerifier.java :
97 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;
Discouraged access: The field DOT_JSP 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
WebImportDataModelVerifier.java :
97 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;
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
WebProjectCreationDataModelVerifier.java :
17 : 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
WebProjectCreationDataModelVerifier.java :
18 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
WebProjectCreationDataModelVerifier.java :
19 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
WebProjectCreationDataModelVerifier.java :
57 : this.facetProjectType = J2EEProjectUtilities.DYNAMIC_WEB;
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
WebProjectCreationDataModelVerifier.java :
62 : return component.getRootFolder().getFile(J2EEConstants.WEBAPP_DD_URI).getUnderlyingFile();
Discouraged access: The field WEBAPP_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
WebProjectCreationDataModelVerifier.java :
62 : return component.getRootFolder().getFile(J2EEConstants.WEBAPP_DD_URI).getUnderlyingFile();
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
WebProjectCreationDataModelVerifier.java :
67 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
Discouraged access: The method getJ2EEProjectVersion(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
WebProjectCreationDataModelVerifier.java :
67 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
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
WebProjectCreationDataModelVerifier.java :
68 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_0_TEXT)){
Discouraged access: The field VERSION_2_5_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
WebProjectCreationDataModelVerifier.java :
68 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_0_TEXT)){
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
WebProjectCreationDataModelVerifier.java :
68 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_0_TEXT)){
Discouraged access: The field VERSION_3_0_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
WebProjectCreationDataModelVerifier.java :
68 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_0_TEXT)){
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
WebProjectCreationDataModelVerifier.java :
79 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);
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
WebProjectCreationDataModelVerifier.java :
91 : IVirtualReference projRef = J2EEProjectUtilities.getComponentReference(earComponent, project.getName());
Discouraged access: The method getComponentReference(IVirtualComponent, String) 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
WebProjectCreationDataModelVerifier.java :
91 : IVirtualReference projRef = J2EEProjectUtilities.getComponentReference(earComponent, project.getName());
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
WebProjectCreationDataModelVerifier.java :
100 : IPath path = new Path(J2EEConstants.APPLICATION_DD_URI);
Discouraged access: The field APPLICATION_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
WebProjectCreationDataModelVerifier.java :
100 : IPath path = new Path(J2EEConstants.APPLICATION_DD_URI);
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
WebProjectCreationDataModelVerifier.java :
108 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
Discouraged access: The method getJ2EEProjectVersion(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
WebProjectCreationDataModelVerifier.java :
108 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
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
WebProjectCreationDataModelVerifier.java :
109 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT)){
Discouraged access: The field VERSION_2_5_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
WebProjectCreationDataModelVerifier.java :
109 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT)){
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
WebProjectCreationDataModelVerifier.java :
127 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);
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
WebProjectCreationDataModelVerifier.java :
135 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);
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
AppClientExportDataModelVerifier.java :
9 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
AppClientExportDataModelVerifier.java :
28 : return J2EEVersionConstants.APPLICATION_CLIENT_TYPE;
Discouraged access: The field APPLICATION_CLIENT_TYPE 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
AppClientExportDataModelVerifier.java :
28 : return J2EEVersionConstants.APPLICATION_CLIENT_TYPE;
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
AppClientImportDataModelVerifier.java :
17 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
AppClientImportDataModelVerifier.java :
38 : return J2EEVersionConstants.APPLICATION_CLIENT_TYPE;
Discouraged access: The field APPLICATION_CLIENT_TYPE 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
AppClientImportDataModelVerifier.java :
38 : return J2EEVersionConstants.APPLICATION_CLIENT_TYPE;
The local variable nestedArchive is never read
AppClientImportDataModelVerifier.java :
73 : for(IArchive nestedArchive : nestedArchives) {
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
AppClientProjectCreationDataModelVerifier.java :
13 : 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
AppClientProjectCreationDataModelVerifier.java :
14 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
AppClientProjectCreationDataModelVerifier.java :
15 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
AppClientProjectCreationDataModelVerifier.java :
20 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
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
AppClientProjectCreationDataModelVerifier.java :
46 : this.facetProjectType = J2EEProjectUtilities.APPLICATION_CLIENT;
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
AppClientProjectCreationDataModelVerifier.java :
51 : return component.getRootFolder().getFile(J2EEConstants.APP_CLIENT_DD_URI).getUnderlyingFile();
Discouraged access: The field APP_CLIENT_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
AppClientProjectCreationDataModelVerifier.java :
51 : return component.getRootFolder().getFile(J2EEConstants.APP_CLIENT_DD_URI).getUnderlyingFile();
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
AppClientProjectCreationDataModelVerifier.java :
56 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
Discouraged access: The method getJ2EEProjectVersion(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
AppClientProjectCreationDataModelVerifier.java :
56 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
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
AppClientProjectCreationDataModelVerifier.java :
57 : if(version.equals(J2EEVersionConstants.VERSION_5_0_TEXT)){
Discouraged access: The field VERSION_5_0_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
AppClientProjectCreationDataModelVerifier.java :
57 : if(version.equals(J2EEVersionConstants.VERSION_5_0_TEXT)){
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
AppClientProjectCreationDataModelVerifier.java :
59 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_5_TEXT, client.getVersion());
Discouraged access: The field VERSION_5_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
AppClientProjectCreationDataModelVerifier.java :
59 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_5_TEXT, client.getVersion());
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
AppClientProjectCreationDataModelVerifier.java :
60 : } else if(version.equals(J2EEVersionConstants.VERSION_6_0_TEXT)){
Discouraged access: The field VERSION_6_0_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
AppClientProjectCreationDataModelVerifier.java :
60 : } else if(version.equals(J2EEVersionConstants.VERSION_6_0_TEXT)){
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
AppClientProjectCreationDataModelVerifier.java :
62 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_6_TEXT, client.getVersion());
Discouraged access: The field VERSION_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
AppClientProjectCreationDataModelVerifier.java :
62 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_6_TEXT, client.getVersion());
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
AppClientProjectCreationDataModelVerifier.java :
71 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.APPLICATION_CLIENT);
The local variable proj is never read
AppClientProjectCreationDataModelVerifier.java :
76 : IProject proj = ProjectUtilities.getProject(projName);
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
AppClientProjectCreationDataModelVerifier.java :
77 : IVirtualComponent appClient = ComponentUtilities.getComponent(projName);
Discouraged access: The method getComponent(String) 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
AppClientProjectCreationDataModelVerifier.java :
77 : IVirtualComponent appClient = ComponentUtilities.getComponent(projName);
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
EARExportDataModelVerifier.java :
9 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EARExportDataModelVerifier.java :
28 : return J2EEVersionConstants.APPLICATION_TYPE;
Discouraged access: The field APPLICATION_TYPE 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
EARExportDataModelVerifier.java :
28 : return J2EEVersionConstants.APPLICATION_TYPE;
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
EARImportDataModelVerifier.java :
22 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type IProjectCreationPropertiesNew 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
EARImportDataModelVerifier.java :
27 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationPropertiesNew;
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
EARImportDataModelVerifier.java :
48 : return J2EEVersionConstants.APPLICATION_TYPE;
Discouraged access: The field APPLICATION_TYPE 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
EARImportDataModelVerifier.java :
48 : return J2EEVersionConstants.APPLICATION_TYPE;
Discouraged access: The type IProjectCreationPropertiesNew 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
EARImportDataModelVerifier.java :
98 : projectName = nonExplodedNestedModels.getStringProperty(IProjectCreationPropertiesNew.PROJECT_NAME);
Discouraged access: The field PROJECT_NAME from the type IProjectCreationPropertiesNew 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
EARImportDataModelVerifier.java :
98 : projectName = nonExplodedNestedModels.getStringProperty(IProjectCreationPropertiesNew.PROJECT_NAME);
The local variable utilityList is never read
EARImportDataModelVerifier.java :
104 : List utilityList = (List)model.getProperty(IEARComponentImportDataModelProperties.UTILITY_LIST);
The local variable ejbClientList is never read
EARImportDataModelVerifier.java :
105 : List ejbClientList = (List)model.getProperty(IEARComponentImportDataModelProperties.EJB_CLIENT_LIST);
The local variable utilityModelsList is never read
EARImportDataModelVerifier.java :
106 : List utilityModelsList = (List)model.getProperty(IEARComponentImportDataModelProperties.UTILITY_MODELS_LIST);
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
EARProjectCreationDataModelVerifier.java :
17 : 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
EARProjectCreationDataModelVerifier.java :
18 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
EARProjectCreationDataModelVerifier.java :
19 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
EARProjectCreationDataModelVerifier.java :
43 : this.facetProjectType = J2EEProjectUtilities.ENTERPRISE_APPLICATION;
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
EARProjectCreationDataModelVerifier.java :
48 : return component.getRootFolder().getFile(J2EEConstants.APPLICATION_DD_URI).getUnderlyingFile();
Discouraged access: The field APPLICATION_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
EARProjectCreationDataModelVerifier.java :
48 : return component.getRootFolder().getFile(J2EEConstants.APPLICATION_DD_URI).getUnderlyingFile();
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
EARProjectCreationDataModelVerifier.java :
53 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
Discouraged access: The method getJ2EEProjectVersion(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
EARProjectCreationDataModelVerifier.java :
53 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);
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
EARProjectCreationDataModelVerifier.java :
54 : if(version.equals(J2EEVersionConstants.VERSION_5_0_TEXT)){
Discouraged access: The field VERSION_5_0_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
EARProjectCreationDataModelVerifier.java :
54 : if(version.equals(J2EEVersionConstants.VERSION_5_0_TEXT)){
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
EARProjectCreationDataModelVerifier.java :
56 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_5_TEXT, ear.getVersion());
Discouraged access: The field VERSION_5_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
EARProjectCreationDataModelVerifier.java :
56 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_5_TEXT, ear.getVersion());
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
EARProjectCreationDataModelVerifier.java :
57 : } else if(version.equals(J2EEVersionConstants.VERSION_6_0_TEXT)){
Discouraged access: The field VERSION_6_0_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
EARProjectCreationDataModelVerifier.java :
57 : } else if(version.equals(J2EEVersionConstants.VERSION_6_0_TEXT)){
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
EARProjectCreationDataModelVerifier.java :
59 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_6_TEXT, ear.getVersion());
Discouraged access: The field VERSION_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
EARProjectCreationDataModelVerifier.java :
59 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_6_TEXT, ear.getVersion());
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
26 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
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
ExportModelTest.java :
27 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent 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
ExportModelTest.java :
28 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
Discouraged access: The type FilterResourceParticipant 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
ExportModelTest.java :
29 : import org.eclipse.wst.common.componentcore.internal.flat.FilterResourceParticipant;
Discouraged access: The type FlatVirtualComponent 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
ExportModelTest.java :
30 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent;
Discouraged access: The type IFlatFolder 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
ExportModelTest.java :
31 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFolder;
Discouraged access: The type IFlatResource 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
ExportModelTest.java :
32 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatResource;
Discouraged access: The type IFlatVirtualComponent 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
ExportModelTest.java :
33 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatVirtualComponent;
Discouraged access: The type IFlattenParticipant 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
ExportModelTest.java :
34 : import org.eclipse.wst.common.componentcore.internal.flat.IFlattenParticipant;
Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel 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
ExportModelTest.java :
35 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.FlatComponentTaskModel;
Discouraged access: The type CreateReferenceComponentsDataModelProvider 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
ExportModelTest.java :
36 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;
Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() 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
ExportModelTest.java :
95 : IDataModelProvider provider = new CreateReferenceComponentsDataModelProvider();
Discouraged access: The type CreateReferenceComponentsDataModelProvider 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
ExportModelTest.java :
95 : IDataModelProvider provider = new CreateReferenceComponentsDataModelProvider();
Discouraged access: The type FilterResourceParticipant 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
ExportModelTest.java :
129 : assertEquals(4, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{})));
Discouraged access: The method createSuffixFilterParticipant(String[]) from the type FilterResourceParticipant 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
ExportModelTest.java :
129 : assertEquals(4, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{})));
Discouraged access: The type FilterResourceParticipant 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
ExportModelTest.java :
130 : assertEquals(3, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{".txt"})));
Discouraged access: The method createSuffixFilterParticipant(String[]) from the type FilterResourceParticipant 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
ExportModelTest.java :
130 : assertEquals(3, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{".txt"})));
Discouraged access: The type FilterResourceParticipant 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
ExportModelTest.java :
131 : assertEquals(3, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{".java"})));
Discouraged access: The method createSuffixFilterParticipant(String[]) from the type FilterResourceParticipant 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
ExportModelTest.java :
131 : assertEquals(3, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{".java"})));
Discouraged access: The type FilterResourceParticipant 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
ExportModelTest.java :
132 : assertEquals(2, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{".java", ".txt"})));
Discouraged access: The method createSuffixFilterParticipant(String[]) from the type FilterResourceParticipant 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
ExportModelTest.java :
132 : assertEquals(2, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{".java", ".txt"})));
Discouraged access: The type FilterResourceParticipant 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
ExportModelTest.java :
133 : assertEquals(1, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{".java", ".txt", ".xml"})));
Discouraged access: The method createSuffixFilterParticipant(String[]) from the type FilterResourceParticipant 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
ExportModelTest.java :
133 : assertEquals(1, countRecurse(p, FilterResourceParticipant.createSuffixFilterParticipant(new String[]{".java", ".txt", ".xml"})));
Discouraged access: The type IFlatVirtualComponent 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
ExportModelTest.java :
139 : IFlatVirtualComponent model = new FlatVirtualComponent(component);
Discouraged access: The constructor FlatVirtualComponent(IVirtualComponent) 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
ExportModelTest.java :
139 : IFlatVirtualComponent model = new FlatVirtualComponent(component);
Discouraged access: The type FlatVirtualComponent 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
ExportModelTest.java :
139 : IFlatVirtualComponent model = new FlatVirtualComponent(component);
Discouraged access: The type IFlatResource 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
ExportModelTest.java :
140 : IFlatResource[] resources = model.fetchResources();
Discouraged access: The method fetchResources() from the type IFlatVirtualComponent 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
ExportModelTest.java :
140 : IFlatResource[] resources = model.fetchResources();
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
141 : ComponentResource[] mappings = getMappings(p);
Discouraged access: The type IFlatVirtualComponent 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
ExportModelTest.java :
148 : IFlatVirtualComponent model = new FlatVirtualComponent(component);
Discouraged access: The constructor FlatVirtualComponent(IVirtualComponent) 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
ExportModelTest.java :
148 : IFlatVirtualComponent model = new FlatVirtualComponent(component);
Discouraged access: The type FlatVirtualComponent 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
ExportModelTest.java :
148 : IFlatVirtualComponent model = new FlatVirtualComponent(component);
Discouraged access: The type IFlatResource 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
ExportModelTest.java :
149 : IFlatResource[] resources = model.fetchResources();
Discouraged access: The method fetchResources() from the type IFlatVirtualComponent 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
ExportModelTest.java :
149 : IFlatResource[] resources = model.fetchResources();
Discouraged access: The type IFlattenParticipant 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
ExportModelTest.java :
153 : protected static int countRecurse(IProject p, IFlattenParticipant participant) throws Exception {
Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel 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
ExportModelTest.java :
156 : FlatComponentTaskModel tm = new FlatComponentTaskModel();
Discouraged access: The constructor FlatVirtualComponent.FlatComponentTaskModel() 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
ExportModelTest.java :
156 : FlatComponentTaskModel tm = new FlatComponentTaskModel();
Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel 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
ExportModelTest.java :
156 : FlatComponentTaskModel tm = new FlatComponentTaskModel();
Discouraged access: The type IFlatVirtualComponent 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
ExportModelTest.java :
157 : tm.put(IFlatVirtualComponent.PARTICIPANT_LIST, participant);
Discouraged access: The field PARTICIPANT_LIST from the type IFlatVirtualComponent 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
ExportModelTest.java :
157 : tm.put(IFlatVirtualComponent.PARTICIPANT_LIST, participant);
Discouraged access: The type IFlatVirtualComponent 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
ExportModelTest.java :
158 : IFlatVirtualComponent model = new FlatVirtualComponent(component, tm);
Discouraged access: The constructor FlatVirtualComponent(IVirtualComponent, FlatVirtualComponent.FlatComponentTaskModel) 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
ExportModelTest.java :
158 : IFlatVirtualComponent model = new FlatVirtualComponent(component, tm);
Discouraged access: The type FlatVirtualComponent 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
ExportModelTest.java :
158 : IFlatVirtualComponent model = new FlatVirtualComponent(component, tm);
Discouraged access: The type IFlatResource 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
ExportModelTest.java :
159 : IFlatResource[] resources = model.fetchResources();
Discouraged access: The method fetchResources() from the type IFlatVirtualComponent 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
ExportModelTest.java :
159 : IFlatResource[] resources = model.fetchResources();
Discouraged access: The type IFlatResource 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
ExportModelTest.java :
165 : protected static int countRecurse(IFlatResource[] resources) {
Discouraged access: The type IFlatFolder 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
ExportModelTest.java :
170 : if( resources[i] instanceof IFlatFolder)
Discouraged access: The method members() from the type IFlatFolder 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
ExportModelTest.java :
171 : count += countRecurse(((IFlatFolder)resources[i]).members());
Discouraged access: The type IFlatFolder 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
ExportModelTest.java :
171 : count += countRecurse(((IFlatFolder)resources[i]).members());
Discouraged access: The type IFlatResource 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
ExportModelTest.java :
177 : protected static void verifyMappingsAndOutput(IProject p, IFlatResource[] resources, ComponentResource[] mappings) {
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
177 : protected static void verifyMappingsAndOutput(IProject p, IFlatResource[] resources, ComponentResource[] mappings) {
Discouraged access: The method getModuleRelativePath() from the type IFlatResource 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
ExportModelTest.java :
179 : IPath deployPath = resources[i].getModuleRelativePath().append(resources[i].getName());
Discouraged access: The method getName() from the type IFlatResource 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
ExportModelTest.java :
179 : IPath deployPath = resources[i].getModuleRelativePath().append(resources[i].getName());
Discouraged access: The method getSourcePath() from the type ComponentResource 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
ExportModelTest.java :
185 : IPath tmp = new Path(p.getName()).makeAbsolute().append(mappings[j].getSourcePath()).append(deployPath);
Discouraged access: The type IFlatFolder 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
ExportModelTest.java :
189 : if( resources[i] instanceof IFlatFolder)
Discouraged access: The method members() from the type IFlatFolder 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
ExportModelTest.java :
190 : verifyMappingsAndOutput(p, ((IFlatFolder)resources[i]).members(), mappings);
Discouraged access: The type IFlatFolder 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
ExportModelTest.java :
190 : verifyMappingsAndOutput(p, ((IFlatFolder)resources[i]).members(), mappings);
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
194 : protected static ComponentResource[] getMappings(IProject project) {
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
ExportModelTest.java :
195 : StructureEdit structureEdit = null;
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
ExportModelTest.java :
196 : structureEdit = StructureEdit.getStructureEditForRead(project);
Discouraged access: The method getStructureEditForRead(IProject) 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
ExportModelTest.java :
196 : structureEdit = StructureEdit.getStructureEditForRead(project);
Discouraged access: The type WorkbenchComponent 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
ExportModelTest.java :
197 : WorkbenchComponent component = structureEdit.getComponent();
Discouraged access: The method getComponent() 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
ExportModelTest.java :
197 : WorkbenchComponent component = structureEdit.getComponent();
Discouraged access: The method getResources() from the type WorkbenchComponent 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
ExportModelTest.java :
198 : EList list = component.getResources();
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
199 : List<ComponentResource> newList = new ArrayList<ComponentResource>();
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
199 : List<ComponentResource> newList = new ArrayList<ComponentResource>();
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
201 : newList.add((ComponentResource)i.next());
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
203 : return (ComponentResource[]) newList.toArray(new ComponentResource[newList
Discouraged access: The type ComponentResource 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
ExportModelTest.java :
203 : return (ComponentResource[]) newList.toArray(new ComponentResource[newList
Discouraged access: The type ComponentcorePackage 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
TestExportReferenceResolver.java :
10 : import org.eclipse.wst.common.componentcore.internal.ComponentcorePackage;
Discouraged access: The type DependencyType 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
TestExportReferenceResolver.java :
11 : import org.eclipse.wst.common.componentcore.internal.DependencyType;
Discouraged access: The type ReferencedComponent 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
TestExportReferenceResolver.java :
12 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;
Discouraged access: The type PlatformURLModuleConnection 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
TestExportReferenceResolver.java :
13 : import org.eclipse.wst.common.componentcore.internal.impl.PlatformURLModuleConnection;
Discouraged access: The type IReferenceResolver 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
TestExportReferenceResolver.java :
14 : import org.eclipse.wst.common.componentcore.resolvers.IReferenceResolver;
Discouraged access: The type IReferenceResolver 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
TestExportReferenceResolver.java :
18 : public class TestExportReferenceResolver implements IReferenceResolver {
Discouraged access: The type PlatformURLModuleConnection 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
TestExportReferenceResolver.java :
20 : public static final String PROTOCOL = PlatformURLModuleConnection.MODULE_PROTOCOL
Discouraged access: The field MODULE_PROTOCOL from the type PlatformURLModuleConnection 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
TestExportReferenceResolver.java :
20 : public static final String PROTOCOL = PlatformURLModuleConnection.MODULE_PROTOCOL
Discouraged access: The type ReferencedComponent 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
TestExportReferenceResolver.java :
30 : public ReferencedComponent resolve(IVirtualReference reference) {
Discouraged access: The type ReferencedComponent 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
TestExportReferenceResolver.java :
32 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();
Discouraged access: The type ComponentcorePackage 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
TestExportReferenceResolver.java :
32 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();
Discouraged access: The method getComponentcoreFactory() from the type ComponentcorePackage 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
TestExportReferenceResolver.java :
32 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();
Discouraged access: The method createReferencedComponent() from the type ComponentcoreFactory 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
TestExportReferenceResolver.java :
32 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();
Discouraged access: The field eINSTANCE from the type ComponentcorePackage 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
TestExportReferenceResolver.java :
32 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();
Discouraged access: The method setArchiveName(String) from the type ReferencedComponent 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
TestExportReferenceResolver.java :
33 : rc.setArchiveName(reference.getArchiveName());
Discouraged access: The method setRuntimePath(IPath) from the type ReferencedComponent 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
TestExportReferenceResolver.java :
34 : rc.setRuntimePath(reference.getRuntimePath());
Discouraged access: The method setHandle(URI) from the type ReferencedComponent 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
TestExportReferenceResolver.java :
35 : rc.setHandle(URI.createURI(PROTOCOL + vc.getFullPath().toString()));
Discouraged access: The method setDependencyType(DependencyType) from the type ReferencedComponent 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
TestExportReferenceResolver.java :
36 : rc.setDependencyType(DependencyType.CONSUMES_LITERAL);
Discouraged access: The type DependencyType 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
TestExportReferenceResolver.java :
36 : rc.setDependencyType(DependencyType.CONSUMES_LITERAL);
Discouraged access: The field CONSUMES_LITERAL from the type DependencyType 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
TestExportReferenceResolver.java :
36 : rc.setDependencyType(DependencyType.CONSUMES_LITERAL);
Discouraged access: The type ReferencedComponent 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
TestExportReferenceResolver.java :
41 : ReferencedComponent referencedComponent) {
Discouraged access: The method getHandle() from the type ReferencedComponent 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
TestExportReferenceResolver.java :
42 : URI uri = referencedComponent.getHandle();
Discouraged access: The type ReferencedComponent 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
TestExportReferenceResolver.java :
49 : ReferencedComponent referencedComponent) {
Discouraged access: The method getHandle() from the type ReferencedComponent 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
TestExportReferenceResolver.java :
50 : URI uri = referencedComponent.getHandle();
Discouraged access: The method getArchiveName() from the type ReferencedComponent 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
TestExportReferenceResolver.java :
58 : ref.setArchiveName(referencedComponent.getArchiveName());
Discouraged access: The method getRuntimePath() from the type ReferencedComponent 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
TestExportReferenceResolver.java :
59 : ref.setRuntimePath(referencedComponent.getRuntimePath());
Discouraged access: The method getDependencyType() from the type ReferencedComponent 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
TestExportReferenceResolver.java :
60 : ref.setDependencyType(referencedComponent.getDependencyType().getValue());
Discouraged access: The type VirtualComponent 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
TestExportVirtualComponent.java :
8 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;
Discouraged access: The type VirtualFile 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
TestExportVirtualComponent.java :
9 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualFile;
Discouraged access: The type VirtualFolder 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
TestExportVirtualComponent.java :
10 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualFolder;
Discouraged access: The type VirtualComponent 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
TestExportVirtualComponent.java :
14 : public class TestExportVirtualComponent extends VirtualComponent {
Discouraged access: The constructor VirtualComponent(IProject, IPath) 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
TestExportVirtualComponent.java :
17 : super(file.getProject(), new Path(""));
Discouraged access: The type VirtualFolder 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
TestExportVirtualComponent.java :
32 : public class TestExportVirtualFolder extends VirtualFolder {
Discouraged access: The constructor VirtualFolder(IProject, IPath) 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
TestExportVirtualComponent.java :
34 : super(aComponentProject, new Path("/"));
Discouraged access: The constructor VirtualFile(IProject, IPath, IFile) 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
TestExportVirtualComponent.java :
39 : new VirtualFile(file.getProject(), new Path("inside"), file)
Discouraged access: The type VirtualFile 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
TestExportVirtualComponent.java :
39 : new VirtualFile(file.getProject(), new Path("inside"), file)