Compiler Report

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 )

Source File: org/eclipse/jst/common/annotations/tests/AnnotationProviderTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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();

4. WARNING: DiscouragedReference

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();

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/common/annotations/tests/TestAnnotationProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

Source File: org/eclipse/jst/j2ee/bindingshelper/tests/BindingsHelperTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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 {

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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());

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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 {

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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();

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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) {

31. WARNING: DiscouragedReference

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) {

32. WARNING: DiscouragedReference

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();

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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();

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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();

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/bindingshelper/tests/TestBindingsHelper.java
1. WARNING: DiscouragedReference

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

TestBindingsHelper.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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 {

4. WARNING: DiscouragedReference

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

TestBindingsHelper.java :

41 : public boolean appliesFor(Archive archive) {

5. WARNING: DiscouragedReference

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());

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/j2ee/classpath/tests/ClasspathDependencyEARTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

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

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

124 : File archive = (File) archives.get(i);

13. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

124 : File archive = (File) archives.get(i);

14. WARNING: DiscouragedReference

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()) {

15. WARNING: DiscouragedReference

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)) {

16. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

138 : File archive = (File) archives.get(i);

17. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

138 : File archive = (File) archives.get(i);

18. WARNING: DiscouragedReference

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")) {

19. WARNING: DiscouragedReference

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")) {

20. WARNING: DiscouragedReference

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;

21. WARNING: DiscouragedReference

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;

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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();

24. WARNING: DiscouragedReference

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();

25. WARNING: DiscouragedReference

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");

26. WARNING: DiscouragedReference

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")) {

27. WARNING: DiscouragedReference

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")) {

28. WARNING: DiscouragedReference

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;

29. WARNING: DiscouragedReference

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;

30. WARNING: DiscouragedReference

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();

31. WARNING: DiscouragedReference

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");

32. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

180 : earFile.close();

33. WARNING: LocalVariableIsNeverUsed

The local variable webComp is never read

ClasspathDependencyEARTests.java :

223 : IVirtualComponent webComp = createWebProject(JEE5);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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();

38. WARNING: DiscouragedReference

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();

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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;

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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();

46. WARNING: DiscouragedReference

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()) {

47. WARNING: DiscouragedReference

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()) {

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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();

50. WARNING: DiscouragedReference

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);

51. WARNING: DiscouragedReference

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);

52. WARNING: DiscouragedReference

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);

53. WARNING: DiscouragedReference

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();

54. WARNING: DiscouragedReference

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();

55. WARNING: DiscouragedReference

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);

56. WARNING: DiscouragedReference

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);

57. WARNING: DiscouragedReference

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();

58. WARNING: DiscouragedReference

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;

59. WARNING: DiscouragedReference

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);

60. WARNING: DiscouragedReference

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);

61. WARNING: DiscouragedReference

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();

62. WARNING: DiscouragedReference

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()) {

63. WARNING: DiscouragedReference

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()) {

64. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

487 : int version = J2EEVersionConstants.SERVLET_2_5;

65. WARNING: DiscouragedReference

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;

66. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

489 : version = J2EEVersionConstants.SERVLET_2_4;

67. WARNING: DiscouragedReference

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;

68. WARNING: LocalVariableIsNeverUsed

The local variable output is never read

ClasspathDependencyEARTests.java :

505 : IFolder output = util.getFolder("build").getFolder("classes");

69. WARNING: LocalVariableIsNeverUsed

The local variable utilComp is never read

ClasspathDependencyEARTests.java :

512 : final IVirtualComponent utilComp = ComponentCore.createComponent(util);

70. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

527 : int version = J2EEVersionConstants.SERVLET_2_5;

71. WARNING: DiscouragedReference

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;

72. WARNING: DiscouragedReference

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

ClasspathDependencyEARTests.java :

529 : version = J2EEVersionConstants.SERVLET_2_4;

73. WARNING: DiscouragedReference

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;

74. WARNING: LocalVariableIsNeverUsed

The local variable entry is never read

ClasspathDependencyEARTests.java :

630 : IClasspathEntry entry = (IClasspathEntry) entries.get(0);

Source File: org/eclipse/jst/j2ee/classpath/tests/ClasspathDependencyValidationTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable webJavaProject is never read

ClasspathDependencyValidationTests.java :

190 : final IJavaProject webJavaProject = JavaCore.create(webProject);

2. WARNING: LocalVariableIsNeverUsed

The local variable earLibContainer is never read

ClasspathDependencyValidationTests.java :

295 : IClasspathEntry earLibContainer = null;

3. WARNING: LocalVariableIsNeverUsed

The local variable webAppLibContainer is never read

ClasspathDependencyValidationTests.java :

296 : IClasspathEntry webAppLibContainer = null;

4. WARNING: LocalVariableIsNeverUsed

The local variable jreContainer is never read

ClasspathDependencyValidationTests.java :

297 : IClasspathEntry jreContainer = null;

5. WARNING: UnusedPrivateMethod

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 {

Source File: org/eclipse/jst/j2ee/classpath/tests/ClasspathDependencyWebTests.java
1. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

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

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

107 : File archive = (File) libArchives.get(i);

10. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

107 : File archive = (File) libArchives.get(i);

11. WARNING: DiscouragedReference

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()) {

12. WARNING: DiscouragedReference

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)) {

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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")) {

15. WARNING: DiscouragedReference

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")) {

16. WARNING: DiscouragedReference

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")) {

17. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

139 : warFile.close();

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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();

26. WARNING: LocalVariableIsNeverUsed

The local variable utilComp is never read

ClasspathDependencyWebTests.java :

295 : final IVirtualComponent utilComp = ComponentCore.createComponent(util);

27. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

299 : int version = J2EEVersionConstants.SERVLET_2_5;

28. WARNING: DiscouragedReference

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;

29. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

301 : version = J2EEVersionConstants.SERVLET_2_4;

30. WARNING: DiscouragedReference

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;

31. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

329 : int version = J2EEVersionConstants.SERVLET_2_5;

32. WARNING: DiscouragedReference

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;

33. WARNING: DiscouragedReference

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

ClasspathDependencyWebTests.java :

331 : version = J2EEVersionConstants.SERVLET_2_4;

34. WARNING: DiscouragedReference

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;

35. WARNING: LocalVariableIsNeverUsed

The local variable entry is never read

ClasspathDependencyWebTests.java :

417 : IClasspathEntry entry = (IClasspathEntry) entries.get(0);

Source File: org/eclipse/jst/j2ee/dependency/tests/EarLibDirContainerTests.java
1. WARNING: DiscouragedReference

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

EarLibDirContainerTests.java :

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

2. WARNING: DiscouragedReference

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

EarLibDirContainerTests.java :

39 : IProject earProject = ProjectUtil.createEARProject(EAR_PROJECT_NAME, J2EEVersionConstants.JEE_5_0_ID, false);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/dependency/tests/ProjectClasspathRefactoringTests.java
1. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

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

2. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

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

3. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER));

4. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER));

5. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER));

6. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER));

7. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER));

8. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

87 : final IPath webContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER));

9. WARNING: DiscouragedReference

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));

10. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER));

11. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER));

12. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER));

13. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER));

14. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER));

15. WARNING: DiscouragedReference

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

ProjectClasspathRefactoringTests.java :

104 : final IPath earContent = new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER));

16. WARNING: DiscouragedReference

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));

Source File: org/eclipse/jst/j2ee/dependency/tests/util/DependencyCreationUtil.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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

DependencyCreationUtil.java :

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

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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());

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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

DependencyCreationUtil.java :

60 : dm.setProperty(ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_DEPLOY_PATH, J2EEConstants.EAR_DEFAULT_LIB_DIR); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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$

13. WARNING: DiscouragedReference

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

DependencyCreationUtil.java :

62 : dm.setProperty(ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_DEPLOY_PATH, J2EEConstants.EAR_ROOT_DIR); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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$

15. WARNING: DiscouragedReference

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

DependencyCreationUtil.java :

64 : modDeployPathMap.put(childComp, J2EEConstants.EAR_ROOT_DIR);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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());

18. WARNING: DiscouragedReference

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());

19. WARNING: DiscouragedReference

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());

20. WARNING: DiscouragedReference

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());

21. WARNING: DiscouragedReference

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

DependencyCreationUtil.java :

107 : final IVirtualFile vf = dependentComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );

22. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependencyCreationUtil.java :

107 : final IVirtualFile vf = dependentComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );

23. WARNING: DiscouragedReference

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());

24. WARNING: DiscouragedReference

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());

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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();

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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 {

36. WARNING: DiscouragedReference

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));

37. WARNING: DiscouragedReference

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));

38. WARNING: DiscouragedReference

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));

Source File: org/eclipse/jst/j2ee/dependency/tests/util/DependencyUtil.java
1. WARNING: DiscouragedReference

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

DependencyUtil.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: LocalVariableIsNeverUsed

The local variable jobMgr is never read

DependencyUtil.java :

64 : final IJobManager jobMgr = Platform.getJobManager();

6. WARNING: LocalVariableIsNeverUsed

The local variable jobMgr is never read

DependencyUtil.java :

74 : final IJobManager jobMgr = Platform.getJobManager();

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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());

9. WARNING: DiscouragedReference

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());

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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());

12. WARNING: DiscouragedReference

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());

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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());

17. WARNING: DiscouragedReference

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());

18. WARNING: DiscouragedReference

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());

19. WARNING: DiscouragedReference

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());

20. WARNING: DiscouragedReference

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());

21. WARNING: DiscouragedReference

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());

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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();

24. WARNING: DiscouragedReference

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();

25. WARNING: DiscouragedReference

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]));

26. WARNING: DiscouragedReference

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]));

27. WARNING: DiscouragedReference

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]));

28. WARNING: DiscouragedReference

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();

29. WARNING: DiscouragedReference

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();

30. WARNING: DiscouragedReference

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

DependencyUtil.java :

246 : runtimePath = new Path(J2EEConstants.WEB_INF_CLASSES);

31. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/dependency/tests/util/DependencyVerificationUtil.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

DependencyVerificationUtil.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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

DependencyVerificationUtil.java :

134 : final IVirtualFile vf = sourceComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );

8. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependencyVerificationUtil.java :

134 : final IVirtualFile vf = sourceComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/dependency/tests/util/ProjectUtil.java
1. WARNING: DiscouragedReference

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

ProjectUtil.java :

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

2. WARNING: DiscouragedReference

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

ProjectUtil.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

ProjectUtil.java :

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

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

ProjectUtil.java :

130 : return createEARProject(name, J2EEVersionConstants.J2EE_1_4_ID, waitForBuildToComplete);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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

ProjectUtil.java :

143 : return createAndVerify(dataModel, name, J2EEProjectUtilities.ENTERPRISE_APPLICATION, null, waitForBuildToComplete);

9. WARNING: DiscouragedReference

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

ProjectUtil.java :

166 : return createWebProject(name, earName, J2EEVersionConstants.SERVLET_2_4, waitForBuildToComplete);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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

ProjectUtil.java :

179 : return createAndVerify(dataModel, name, J2EEProjectUtilities.DYNAMIC_WEB, earName, waitForBuildToComplete);

12. WARNING: DiscouragedReference

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

ProjectUtil.java :

202 : return createAndVerify(dataModel, name, J2EEProjectUtilities.UTILITY, earName, waitForBuildToComplete);

13. WARNING: DiscouragedReference

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

ProjectUtil.java :

224 : return createEJBProject(name, earName, J2EEVersionConstants.EJB_2_1_ID, waitForBuildToComplete);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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

ProjectUtil.java :

237 : return createAndVerify(dataModel, name, J2EEProjectUtilities.EJB, earName, waitForBuildToComplete);

16. WARNING: DiscouragedReference

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

ProjectUtil.java :

269 : return createAndVerify(dataModel, name, J2EEProjectUtilities.EJB, earName, waitForBuildToComplete);

17. WARNING: DiscouragedReference

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

ProjectUtil.java :

294 : return createAndVerify(dataModel, name, J2EEProjectUtilities.EJB, earName, waitForBuildToComplete);

18. WARNING: DiscouragedReference

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

ProjectUtil.java :

299 : configure(model, name, J2EEProjectUtilities.ENTERPRISE_APPLICATION, null, facetVersion, false);

19. WARNING: DiscouragedReference

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());

20. WARNING: DiscouragedReference

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());

21. WARNING: DiscouragedReference

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

ProjectUtil.java :

305 : configure(model, name, J2EEProjectUtilities.DYNAMIC_WEB, earName, facetVersion, facetVersion == J2EEVersionConstants.SERVLET_2_5);

22. WARNING: DiscouragedReference

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

ProjectUtil.java :

305 : configure(model, name, J2EEProjectUtilities.DYNAMIC_WEB, earName, facetVersion, facetVersion == J2EEVersionConstants.SERVLET_2_5);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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

ProjectUtil.java :

311 : configure(model, name, J2EEProjectUtilities.UTILITY, earName, 0, false);

25. WARNING: DiscouragedReference

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());

26. WARNING: DiscouragedReference

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());

27. WARNING: DiscouragedReference

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

ProjectUtil.java :

317 : configure(model, name, J2EEProjectUtilities.EJB, earName, facetVersion, facetVersion == J2EEVersionConstants.EJB_3_0_ID);

28. WARNING: DiscouragedReference

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

ProjectUtil.java :

317 : configure(model, name, J2EEProjectUtilities.EJB, earName, facetVersion, facetVersion == J2EEVersionConstants.EJB_3_0_ID);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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

ProjectUtil.java :

330 : String versionText = J2EEVersionUtil.convertVersionIntToString(facetVersion);

31. WARNING: DiscouragedReference

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

ProjectUtil.java :

330 : String versionText = J2EEVersionUtil.convertVersionIntToString(facetVersion);

32. WARNING: DiscouragedReference

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

ProjectUtil.java :

334 : facetDM = map.getFacetDataModel(J2EEProjectUtilities.JAVA);

33. WARNING: DiscouragedReference

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

ProjectUtil.java :

335 : facetDM.setStringProperty(IFacetDataModelProperties.FACET_VERSION_STR, J2EEVersionConstants.VERSION_5_0_TEXT);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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

ProjectUtil.java :

345 : verifyProject(earName, J2EEProjectUtilities.ENTERPRISE_APPLICATION);

36. WARNING: UnusedPrivateField

The field ProjectUtil.listener is never read locally

ProjectUtil.java :

364 : private static ClasspathUpdateJobListener listener = new ClasspathUpdateJobListener();

37. WARNING: UnusedPrivateField

The field ProjectUtil.ClasspathUpdateJobListener.isDone is never read locally

ProjectUtil.java :

368 : public boolean isDone = false;

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/AppClientArtifactEditFVTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: UnusedPrivateField

The field AppClientArtifactEditFVTest.appClientModuleName is never read locally

AppClientArtifactEditFVTest.java :

19 : private String appClientModuleName;

6. WARNING: DiscouragedReference

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() {

7. WARNING: DiscouragedReference

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) {

8. WARNING: UnusedPrivateMethod

The method validateResource() from the type AppClientArtifactEditFVTest is never used locally

AppClientArtifactEditFVTest.java :

84 : private void validateResource() {

9. WARNING: DiscouragedReference

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() {

10. WARNING: UnusedPrivateMethod

The method createResourceComponent() from the type AppClientArtifactEditFVTest is never used locally

AppClientArtifactEditFVTest.java :

99 : private ComponentResource createResourceComponent() {

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/AppClientArtifactEditTest.java
1. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

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

2. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

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

3. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

28 : private ArtifactEditModel artifactEditModelForRead;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

35 : public ApplicationArtifactTestSub(ArtifactEditModel anArtifactEditModel) {

12. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

39 : protected void addAppClientIfNecessary(XMLResource aResource) {

13. WARNING: DiscouragedReference

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() {

14. WARNING: DiscouragedReference

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() {

15. WARNING: LocalVariableIsNeverUsed

The local variable testURI is never read

AppClientArtifactEditTest.java :

202 : boolean testURI = uri.equals(TestWorkspace.APP_CLIENT_DD_XMI_RESOURCE_URI);

16. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

AppClientArtifactEditTest.java :

220 : Resource resource = edit.getDeploymentDescriptorResource();

17. WARNING: LocalVariableIsNeverUsed

The local variable edit2 is never read

AppClientArtifactEditTest.java :

221 : AppClientArtifactEdit edit2 = new AppClientArtifactEdit(getArtifactEditModelforRead()) {

18. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

222 : protected void addAppClientIfNecessary(XMLResource aResource) {

19. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

262 : StructureEdit moduleCore = null;

20. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

265 : moduleCore = StructureEdit.getStructureEditForRead(appClientProject);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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();

23. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

AppClientArtifactEditTest.java :

266 : WorkbenchComponent wbComponent = moduleCore.getComponent();

24. WARNING: DiscouragedReference

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();

25. WARNING: DiscouragedReference

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();

26. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

281 : StructureEdit moduleCore = null;

27. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

284 : moduleCore = StructureEdit.getStructureEditForWrite(appClientProject);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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();

30. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

AppClientArtifactEditTest.java :

285 : WorkbenchComponent wbComponent = moduleCore.getComponent();

31. WARNING: DiscouragedReference

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();

32. WARNING: DiscouragedReference

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();

33. WARNING: LocalVariableIsNeverUsed

The local variable object is never read

AppClientArtifactEditTest.java :

398 : Object object = edit.getContentModelRoot();

34. WARNING: DiscouragedReference

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() {

35. WARNING: DiscouragedReference

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() {

36. WARNING: DiscouragedReference

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) {

37. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

567 : public ArtifactEditModel getArtifactEditModelforRead() {

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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

AppClientArtifactEditTest.java :

569 : artifactEditModelForRead = new ArtifactEditModel(EDIT_MODEL_ID, context, true, TestWorkspace.APP_CLIENT_MODULE_URI);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/ConnectorArtifactEditFVTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: UnusedPrivateField

The field ConnectorArtifactEditFVTest.jcaModuleName is never read locally

ConnectorArtifactEditFVTest.java :

19 : private String jcaModuleName;

6. WARNING: DiscouragedReference

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() {

7. WARNING: DiscouragedReference

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) {

8. WARNING: UnusedPrivateMethod

The method pass(ApplicationClient) from the type ConnectorArtifactEditFVTest is never used locally

ConnectorArtifactEditFVTest.java :

82 : private static void pass(ApplicationClient jca) {

9. WARNING: UnusedPrivateMethod

The method validateResource() from the type ConnectorArtifactEditFVTest is never used locally

ConnectorArtifactEditFVTest.java :

87 : private void validateResource() {

10. WARNING: DiscouragedReference

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() {

11. WARNING: UnusedPrivateMethod

The method createResourceComponent() from the type ConnectorArtifactEditFVTest is never used locally

ConnectorArtifactEditFVTest.java :

101 : private ComponentResource createResourceComponent() {

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/ConnectorArtifactEditTest.java
1. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

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

2. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

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

3. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: UnusedPrivateField

The field ConnectorArtifactEditTest.jcaModuleName is never read locally

ConnectorArtifactEditTest.java :

20 : private String jcaModuleName;

7. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

37 : assertTrue(J2EEProjectUtilities.getJ2EEProjectVersion(vc.getProject()).equals(TestWorkspace.JCA_PROJECT_VERSION));

8. WARNING: DiscouragedReference

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));

9. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

83 : StructureEdit moduleCore = null;

10. WARNING: DiscouragedReference

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;

11. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

ConnectorArtifactEditTest.java :

84 : WorkbenchComponent wbComponent = null;

12. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

87 : moduleCore = StructureEdit.getStructureEditForWrite(jcaProject);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

108 : StructureEdit moduleCore = null;

17. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

111 : moduleCore = StructureEdit.getStructureEditForRead(jcaProject);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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();

20. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

ConnectorArtifactEditTest.java :

112 : WorkbenchComponent wbComponent = moduleCore.getComponent();

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

127 : StructureEdit moduleCore = null;

24. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

130 : moduleCore = StructureEdit.getStructureEditForWrite(jcaProject);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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();

27. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

ConnectorArtifactEditTest.java :

131 : WorkbenchComponent wbComponent = moduleCore.getComponent();

28. WARNING: DiscouragedReference

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();

29. WARNING: DiscouragedReference

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();

30. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

197 : public ArtifactEditModel getArtifactEditModelforRead() {

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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

ConnectorArtifactEditTest.java :

199 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.JCA_MODULE_URI);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/EARArtifactEditTest.java
1. WARNING: DiscouragedReference

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

EARArtifactEditTest.java :

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

2. WARNING: DiscouragedReference

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

EARArtifactEditTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

EARArtifactEditTest.java :

118 : StructureEdit moduleCore = null;

6. WARNING: DiscouragedReference

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;

7. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

EARArtifactEditTest.java :

119 : WorkbenchComponent wbComponent = null;

8. WARNING: DiscouragedReference

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

EARArtifactEditTest.java :

122 : moduleCore = StructureEdit.getStructureEditForWrite(earProject);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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

EARArtifactEditTest.java :

143 : StructureEdit moduleCore = null;

13. WARNING: DiscouragedReference

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

EARArtifactEditTest.java :

146 : moduleCore = StructureEdit.getStructureEditForRead(earProject);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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();

16. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

EARArtifactEditTest.java :

147 : WorkbenchComponent wbComponent = moduleCore.getComponent();

17. WARNING: DiscouragedReference

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();

18. WARNING: DiscouragedReference

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();

19. WARNING: LocalVariableIsNeverUsed

The local variable uriExist is never read

EARArtifactEditTest.java :

279 : boolean uriExist = edit.uriExists(TestWorkspace.EJB_MODULE_URI.toString());

20. WARNING: DiscouragedReference

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

EARArtifactEditTest.java :

334 : public ArtifactEditModel getArtifactEditModelforRead() {

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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

EARArtifactEditTest.java :

336 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/EJBArtifactEditFVTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: UnusedPrivateField

The field EJBArtifactEditFVTest.ejbModuleName is never read locally

EJBArtifactEditFVTest.java :

30 : private String ejbModuleName;

6. WARNING: DiscouragedReference

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() {

7. WARNING: DiscouragedReference

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) {

8. WARNING: UnusedPrivateMethod

The method validateResource() from the type EJBArtifactEditFVTest is never used locally

EJBArtifactEditFVTest.java :

92 : private void validateResource() {

9. WARNING: DiscouragedReference

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() {

10. WARNING: UnusedPrivateMethod

The method createResourceComponent() from the type EJBArtifactEditFVTest is never used locally

EJBArtifactEditFVTest.java :

106 : private ComponentResource createResourceComponent() {

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/EJBArtifactEditTest.java
1. WARNING: DiscouragedReference

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

EJBArtifactEditTest.java :

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

2. WARNING: DiscouragedReference

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

EJBArtifactEditTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: LocalVariableIsNeverUsed

The local variable uri is never read

EJBArtifactEditTest.java :

165 : String uri = edit.getEJBJarXmiResource().toString();

5. WARNING: LocalVariableIsNeverUsed

The local variable test is never read

EJBArtifactEditTest.java :

254 : EnterpriseArtifactEdit test = new EJBArtifactEdit(getArtifactEditModelforRead()) {

6. WARNING: DiscouragedReference

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

EJBArtifactEditTest.java :

255 : protected void addEJBJarIfNecessary(XMLResource aResource) {

7. WARNING: UnusedPrivateMethod

The method test() from the type new EJBArtifactEdit(){} is never used locally

EJBArtifactEditTest.java :

260 : public void test() {

8. WARNING: DiscouragedReference

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

EJBArtifactEditTest.java :

333 : public ArtifactEditModel getArtifactEditModelforRead() {

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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

EJBArtifactEditTest.java :

335 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/EarArtiFactEditFVTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: UnusedPrivateField

The field EarArtiFactEditFVTest.earModuleName is never read locally

EarArtiFactEditFVTest.java :

33 : private String earModuleName;

6. WARNING: DiscouragedReference

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() {

7. WARNING: DiscouragedReference

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) {

8. WARNING: UnusedPrivateMethod

The method pass(ApplicationClient) from the type EarArtiFactEditFVTest is never used locally

EarArtiFactEditFVTest.java :

95 : private static void pass(ApplicationClient ear) {

9. WARNING: UnusedPrivateMethod

The method validateResource() from the type EarArtiFactEditFVTest is never used locally

EarArtiFactEditFVTest.java :

100 : private void validateResource() {

10. WARNING: DiscouragedReference

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() {

11. WARNING: UnusedPrivateMethod

The method createResourceComponent() from the type EarArtiFactEditFVTest is never used locally

EarArtiFactEditFVTest.java :

114 : private ComponentResource createResourceComponent() {

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/EnterpriseArtifactEditTest.java
1. WARNING: DiscouragedReference

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

EnterpriseArtifactEditTest.java :

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

2. WARNING: DiscouragedReference

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

EnterpriseArtifactEditTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: UnusedPrivateField

The field EnterpriseArtifactEditTest.earModuleName is never read locally

EnterpriseArtifactEditTest.java :

26 : private String earModuleName;

6. WARNING: DiscouragedReference

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

EnterpriseArtifactEditTest.java :

40 : StructureEdit moduleCore = null;

7. WARNING: DiscouragedReference

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;

8. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

EnterpriseArtifactEditTest.java :

41 : WorkbenchComponent wbComponent = null;

9. WARNING: DiscouragedReference

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

EnterpriseArtifactEditTest.java :

44 : moduleCore = StructureEdit.getStructureEditForWrite(earProject);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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

EnterpriseArtifactEditTest.java :

81 : public ArtifactEditModel getArtifactEditModelforRead() {

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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

EnterpriseArtifactEditTest.java :

83 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/JaxRPCMapArtifactEditFVTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: UnusedPrivateField

The field JaxRPCMapArtifactEditFVTest.serverContextData is never read locally

JaxRPCMapArtifactEditFVTest.java :

17 : private String serverContextData = TestWorkspace.WEB_SERVER_CONTEXT_ROOT + "Test";

3. WARNING: UnusedPrivateMethod

The method updateClient(WebServices) from the type JaxRPCMapArtifactEditFVTest is never used locally

JaxRPCMapArtifactEditFVTest.java :

30 : private void updateClient(WebServices client) {

4. WARNING: UnusedPrivateMethod

The method pass() from the type JaxRPCMapArtifactEditFVTest is never used locally

JaxRPCMapArtifactEditFVTest.java :

37 : private void pass() {

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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");

9. WARNING: LocalVariableIsNeverUsed

The local variable webapp is never read

JaxRPCMapArtifactEditFVTest.java :

51 : WebApp webapp = webedit.getWebApp();

10. WARNING: UnusedPrivateMethod

The method pass(WebServices) from the type JaxRPCMapArtifactEditFVTest is never used locally

JaxRPCMapArtifactEditFVTest.java :

56 : private static void pass(WebServices webservice) {

11. WARNING: UnusedPrivateMethod

The method validateResource() from the type JaxRPCMapArtifactEditFVTest is never used locally

JaxRPCMapArtifactEditFVTest.java :

63 : private void validateResource() {

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/WSDDArtifactEditFVTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: UnusedPrivateField

The field WSDDArtifactEditFVTest.webModuleName is never read locally

WSDDArtifactEditFVTest.java :

16 : private String webModuleName;

5. WARNING: UnusedPrivateField

The field WSDDArtifactEditFVTest.serverContextData is never read locally

WSDDArtifactEditFVTest.java :

17 : private String serverContextData = TestWorkspace.WEB_SERVER_CONTEXT_ROOT + "Test";

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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() {

10. WARNING: DiscouragedReference

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) {

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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();

16. WARNING: UnusedPrivateMethod

The method validateResource() from the type WSDDArtifactEditFVTest is never used locally

WSDDArtifactEditFVTest.java :

80 : private void validateResource() {

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/WebArtifactEditFVTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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() {

5. WARNING: DiscouragedReference

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) {

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/flexible/project/apitests/artifactedit/WebArtifactEditTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

WebArtifactEditTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: UnusedPrivateField

The field WebArtifactEditTest.webModuleName is never read locally

WebArtifactEditTest.java :

25 : private String webModuleName;

7. WARNING: LocalVariableIsNeverUsed

The local variable uri is never read

WebArtifactEditTest.java :

61 : String uri = edit.getDeploymentDescriptorResource().getURI().toString();

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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});

13. WARNING: DiscouragedReference

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

WebArtifactEditTest.java :

370 : public ArtifactEditModel getArtifactEditModelforRead() {

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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

WebArtifactEditTest.java :

372 : return new ArtifactEditModel(this.toString(), context, true, TestWorkspace.APP_CLIENT_MODULE_URI);

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/flexible/project/fvtests/ArchiveComponentCreationTest.java
1. WARNING: DiscouragedReference

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

ArchiveComponentCreationTest.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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());

5. WARNING: DiscouragedReference

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());

6. WARNING: DiscouragedReference

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

ArchiveComponentCreationTest.java :

63 : IDataModel webModel = map.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/j2ee/flexible/project/fvtests/EJBDeployTest.java
1. WARNING: DiscouragedReference

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

EJBDeployTest.java :

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

2. WARNING: DiscouragedReference

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

EJBDeployTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

EJBDeployTest.java :

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

6. WARNING: DiscouragedReference

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

EJBDeployTest.java :

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

7. WARNING: DiscouragedReference

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

EJBDeployTest.java :

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

8. WARNING: UnusedPrivateMethod

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 {

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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()) {

13. WARNING: DiscouragedReference

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();

14. WARNING: LocalVariableIsNeverUsed

The local variable javaResource is never read

EJBDeployTest.java :

119 : IModuleResource javaResource = javaMembers[j];

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: LocalVariableIsNeverUsed

The local variable operationStatus is never read

EJBDeployTest.java :

143 : IStatus operationStatus = dm.getDefaultOperation().execute(new NullProgressMonitor(), null);

22. WARNING: UnusedPrivateMethod

The method getResourceSet(String) from the type EJBDeployTest is never used locally

EJBDeployTest.java :

152 : private ProjectResourceSet getResourceSet(String projName) {

23. WARNING: DiscouragedReference

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

EJBDeployTest.java :

160 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);

24. WARNING: DiscouragedReference

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

EJBDeployTest.java :

160 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);

25. WARNING: DiscouragedReference

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

EJBDeployTest.java :

160 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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

EJBDeployTest.java :

167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

28. WARNING: DiscouragedReference

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

EJBDeployTest.java :

167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

29. WARNING: DiscouragedReference

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

EJBDeployTest.java :

167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

30. WARNING: DiscouragedReference

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

EJBDeployTest.java :

167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

31. WARNING: DiscouragedReference

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

EJBDeployTest.java :

167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

32. WARNING: DiscouragedReference

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

EJBDeployTest.java :

167 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

33. WARNING: DiscouragedReference

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)));

34. WARNING: UnusedPrivateMethod

The method createEarProject(String) from the type EJBDeployTest is never used locally

EJBDeployTest.java :

172 : private IProject createEarProject(String projName) throws ExecutionException {

35. WARNING: DiscouragedReference

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

EJBDeployTest.java :

174 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

36. WARNING: DiscouragedReference

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

EJBDeployTest.java :

174 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

37. WARNING: DiscouragedReference

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

EJBDeployTest.java :

174 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

38. WARNING: DiscouragedReference

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);

39. WARNING: UnusedPrivateMethod

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) {

40. WARNING: DiscouragedReference

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

EJBDeployTest.java :

212 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();

41. WARNING: DiscouragedReference

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

EJBDeployTest.java :

212 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();

42. WARNING: DiscouragedReference

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);

43. WARNING: UnusedPrivateMethod

The method getResourceSet() from the type EJBDeployTest is never used locally

EJBDeployTest.java :

215 : private ResourceSet getResourceSet() {

44. WARNING: DiscouragedReference

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

EJBDeployTest.java :

217 : set.setResourceFactoryRegistry(WTPResourceFactoryRegistry.INSTANCE);

45. WARNING: DiscouragedReference

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

EJBDeployTest.java :

217 : set.setResourceFactoryRegistry(WTPResourceFactoryRegistry.INSTANCE);

Source File: org/eclipse/jst/j2ee/flexible/project/fvtests/J2EEFlexProjDeployablePerfTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/flexible/project/fvtests/PortedComponentCreationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

PortedComponentCreationTest.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: UnusedPrivateMethod

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{

6. WARNING: DiscouragedReference

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

PortedComponentCreationTest.java :

93 : IDataModel jcaModel = map.getFacetDataModel(J2EEProjectUtilities.JCA);

7. WARNING: UnusedPrivateMethod

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{

8. WARNING: DiscouragedReference

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());

9. WARNING: DiscouragedReference

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());

10. WARNING: DiscouragedReference

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

PortedComponentCreationTest.java :

102 : IDataModel webModel = map.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);

11. WARNING: UnusedPrivateMethod

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{

12. WARNING: DiscouragedReference

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());

13. WARNING: DiscouragedReference

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());

14. WARNING: DiscouragedReference

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

PortedComponentCreationTest.java :

111 : IDataModel appClientModel = map.getFacetDataModel(J2EEProjectUtilities.APPLICATION_CLIENT);

15. WARNING: UnusedPrivateMethod

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{

16. WARNING: DiscouragedReference

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());

17. WARNING: DiscouragedReference

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());

18. WARNING: DiscouragedReference

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

PortedComponentCreationTest.java :

120 : IDataModel ejbModel = map.getFacetDataModel(J2EEProjectUtilities.EJB);

19. WARNING: UnusedPrivateMethod

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{

20. WARNING: DiscouragedReference

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

PortedComponentCreationTest.java :

129 : IDataModel earModel = map.getFacetDataModel(J2EEProjectUtilities.ENTERPRISE_APPLICATION);

21. WARNING: DiscouragedReference

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());

22. WARNING: DiscouragedReference

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());

23. WARNING: DiscouragedReference

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

PortedComponentCreationTest.java :

138 : IDataModel webModel = map.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);

24. WARNING: DiscouragedReference

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());

25. WARNING: DiscouragedReference

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());

26. WARNING: DiscouragedReference

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

PortedComponentCreationTest.java :

150 : IDataModel appClientModel = map.getFacetDataModel(J2EEProjectUtilities.APPLICATION_CLIENT);

Source File: org/eclipse/jst/j2ee/flexible/project/fvtests/WebDeployTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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]);

Source File: org/eclipse/jst/j2ee/project/facet/tests/EjbProjectFacetCreationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/jst/j2ee/tests/modulecore/FlexibleProjectBuilderTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

FlexibleProjectBuilderTest.java :

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

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: UnusedPrivateField

The field FlexibleProjectBuilderTest.emfContext is never read locally

FlexibleProjectBuilderTest.java :

42 : private EMFWorkbenchContext emfContext;

11. WARNING: DiscouragedReference

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

FlexibleProjectBuilderTest.java :

90 : StructureEdit localModuleCore = null;

12. WARNING: DiscouragedReference

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

FlexibleProjectBuilderTest.java :

94 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());

13. WARNING: DiscouragedReference

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());

14. WARNING: DiscouragedReference

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

FlexibleProjectBuilderTest.java :

95 : localModuleCore = StructureEdit.getStructureEditForWrite(containingProject);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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();

17. WARNING: DiscouragedReference

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();

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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());

21. WARNING: DiscouragedReference

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());

22. WARNING: DiscouragedReference

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) {

23. WARNING: DiscouragedReference

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();

24. WARNING: DiscouragedReference

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();

25. WARNING: DiscouragedReference

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();

26. WARNING: DiscouragedReference

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();

27. WARNING: DiscouragedReference

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());

28. WARNING: DiscouragedReference

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));

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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) {

31. WARNING: DiscouragedReference

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) {

32. WARNING: DiscouragedReference

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();

33. WARNING: DiscouragedReference

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();

34. WARNING: DiscouragedReference

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();

35. WARNING: DiscouragedReference

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();

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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) {

39. WARNING: DiscouragedReference

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();

40. WARNING: DiscouragedReference

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();

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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();

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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

FlexibleProjectBuilderTest.java :

213 : public void createLocalModules(StructureEdit moduleCore) throws Exception {

47. WARNING: DiscouragedReference

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();

48. WARNING: DiscouragedReference

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();

49. WARNING: DiscouragedReference

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());

Source File: org/eclipse/jst/j2ee/tests/modulecore/ModuleStructuralModelTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

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

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

96 : StructureEdit moduleCore = null;

16. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

99 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(getWebModuleURI()));

17. WARNING: DiscouragedReference

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()));

18. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

99 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(getWebModuleURI()));

19. WARNING: DiscouragedReference

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()));

20. WARNING: DiscouragedReference

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];

21. WARNING: DiscouragedReference

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];

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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"));

28. WARNING: DiscouragedReference

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"));

29. WARNING: DiscouragedReference

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");

30. WARNING: DiscouragedReference

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();

31. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

115 : StructureEdit moduleCore = null;

32. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

117 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());

33. WARNING: DiscouragedReference

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());

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

118 : moduleCore = StructureEdit.getStructureEditForRead(containingProject);

36. WARNING: DiscouragedReference

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();

37. WARNING: DiscouragedReference

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();

38. WARNING: DiscouragedReference

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();

39. WARNING: LocalVariableIsNeverUsed

The local variable pm is never read

ModuleStructuralModelTest.java :

120 : ProjectComponents pm = moduleCore.getComponentModelRoot();

40. WARNING: DiscouragedReference

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();

41. WARNING: LocalVariableIsNeverUsed

The local variable clazz is never read

ModuleStructuralModelTest.java :

121 : Class clazz = moduleCore.getClass();

42. WARNING: LocalVariableIsNeverUsed

The local variable name is never read

ModuleStructuralModelTest.java :

122 : String name = StructureEdit.getDeployedName(getWebModuleURI());

43. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

122 : String name = StructureEdit.getDeployedName(getWebModuleURI());

44. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

122 : String name = StructureEdit.getDeployedName(getWebModuleURI());

45. WARNING: DiscouragedReference

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());

46. WARNING: DiscouragedReference

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();

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: LocalVariableIsNeverUsed

The local variable er is never read

ModuleStructuralModelTest.java :

129 : IResource er = StructureEdit.getEclipseResource(wmr);

50. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

129 : IResource er = StructureEdit.getEclipseResource(wmr);

51. WARNING: DiscouragedReference

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);

52. WARNING: DiscouragedReference

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();

53. WARNING: DiscouragedReference

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);

54. WARNING: DiscouragedReference

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);

55. WARNING: DiscouragedReference

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());

56. WARNING: DiscouragedReference

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());

57. WARNING: DiscouragedReference

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());

58. WARNING: DiscouragedReference

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());

59. WARNING: DiscouragedReference

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());

60. WARNING: LocalVariableIsNeverUsed

The local variable b is never read

ModuleStructuralModelTest.java :

137 : boolean b = moduleCore.isLocalDependency(dependentModule);

61. WARNING: DiscouragedReference

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);

62. WARNING: DiscouragedReference

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();

63. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

148 : ArtifactEditModel artifactModel = null;

64. WARNING: DiscouragedReference

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);

65. WARNING: DiscouragedReference

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);

66. WARNING: DiscouragedReference

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])) {

67. WARNING: DiscouragedReference

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])) {

68. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

176 : StructureEdit moduleCore = null;

69. WARNING: DiscouragedReference

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));

70. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

178 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(uri));

71. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

178 : moduleCore = StructureEdit.getStructureEditForRead(StructureEdit.getContainingProject(uri));

72. WARNING: DiscouragedReference

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));

73. WARNING: DiscouragedReference

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);

74. WARNING: DiscouragedReference

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);

75. WARNING: DiscouragedReference

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");

76. WARNING: DiscouragedReference

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();

77. WARNING: DiscouragedReference

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])) {

78. WARNING: DiscouragedReference

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])) {

79. WARNING: DiscouragedReference

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();

80. WARNING: DiscouragedReference

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();

81. WARNING: DiscouragedReference

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();

82. WARNING: DiscouragedReference

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());

83. WARNING: DiscouragedReference

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());

84. WARNING: DiscouragedReference

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);

85. WARNING: DiscouragedReference

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);

86. WARNING: DiscouragedReference

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();

87. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

199 : ArtifactEditModel editModel = (ArtifactEditModel) factory.createEditModelForWrite(IModuleTypesConstants.MODULE_TYPE_WEB, context, params);

88. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

199 : ArtifactEditModel editModel = (ArtifactEditModel) factory.createEditModelForWrite(IModuleTypesConstants.MODULE_TYPE_WEB, context, params);

89. WARNING: DiscouragedReference

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);

90. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

200 : Resource ddResource = editModel.getResource(ddURI);

91. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

210 : StructureEdit localModuleCore = null;

92. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

214 : IProject containingProject = StructureEdit.getContainingProject(getWebModuleURI());

93. WARNING: DiscouragedReference

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());

94. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

215 : localModuleCore = StructureEdit.getStructureEditForWrite(containingProject);

95. WARNING: DiscouragedReference

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);

96. WARNING: DiscouragedReference

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();

97. WARNING: DiscouragedReference

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();

98. WARNING: DiscouragedReference

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);

99. WARNING: DiscouragedReference

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();

100. WARNING: DiscouragedReference

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

ModuleStructuralModelTest.java :

236 : public void createLocalModules(StructureEdit moduleCore) throws Exception {

Source File: org/eclipse/jst/jee/model/ejb/tests/DeleteProjectTest.java
1. WARNING: DiscouragedReference

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

DeleteProjectTest.java :

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

2. WARNING: DiscouragedReference

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

DeleteProjectTest.java :

86 : + "testDeleteProjectSameProvider", null, J2EEVersionConstants.EJB_3_0_ID, true);

3. WARNING: DiscouragedReference

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);

4. WARNING: LocalVariableIsNeverUsed

The local variable secondModel is never read

DeleteProjectTest.java :

101 : EJBJar secondModel = (EJBJar) provider.getModelObject();

5. WARNING: DiscouragedReference

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

DeleteProjectTest.java :

126 : J2EEVersionConstants.EJB_3_0_ID, true);

6. WARNING: DiscouragedReference

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);

7. WARNING: LocalVariableIsNeverUsed

The local variable secondModel is never read

DeleteProjectTest.java :

140 : EJBJar secondModel = (EJBJar) provider.getModelObject();

Source File: org/eclipse/jst/jee/model/ejb/tests/EJB3MergedModelProviderFactoryTest.java
1. WARNING: DiscouragedReference

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

EJB3MergedModelProviderFactoryTest.java :

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

2. WARNING: DiscouragedReference

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

EJB3MergedModelProviderFactoryTest.java :

68 : J2EEVersionConstants.EJB_3_0_ID, true);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/ejb/tests/EJB3MergedModelProviderTest.java
1. WARNING: DiscouragedReference

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

EJB3MergedModelProviderTest.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

EJB3MergedModelProviderTest.java :

71 : J2EEVersionConstants.EJB_3_0_ID, true);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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

EJB3MergedModelProviderTest.java :

121 : J2EEVersionConstants.EJB_3_0_ID, true);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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

EJB3MergedModelProviderTest.java :

137 : IProject project = ProjectUtil.createEJBProject(ejbProjectName, null, J2EEVersionConstants.EJB_3_0_ID, true);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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());

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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");

15. WARNING: DiscouragedReference

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");

16. WARNING: DiscouragedReference

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

EJB3MergedModelProviderTest.java :

198 : J2EEVersionConstants.EJB_3_0_ID, true);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/ejb/tests/EJBAnnotationReaderWithClientTest.java
1. WARNING: DiscouragedReference

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

EJBAnnotationReaderWithClientTest.java :

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

2. WARNING: DiscouragedReference

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

EJBAnnotationReaderWithClientTest.java :

57 : J2EEVersionConstants.EJB_3_0_ID, true);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/ejb/tests/Ejb3ModelProviderTest.java
1. WARNING: DiscouragedReference

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

Ejb3ModelProviderTest.java :

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

2. WARNING: DiscouragedReference

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

Ejb3ModelProviderTest.java :

55 : J2EEVersionConstants.EJB_3_0_ID, true);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/ejb/tests/EjbAnnotationFactoryTest.java
1. WARNING: UnusedImport

The import org.eclipse.jst.jee.model.internal.EjbAnnotationFactory is never used

EjbAnnotationFactoryTest.java :

25 : import org.eclipse.jst.jee.model.internal.EjbAnnotationFactory;

Source File: org/eclipse/jst/jee/model/ejb/tests/EjbAnnotationReaderTest.java
1. WARNING: DiscouragedReference

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

EjbAnnotationReaderTest.java :

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

2. WARNING: DiscouragedReference

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

EjbAnnotationReaderTest.java :

68 : J2EEVersionConstants.EJB_3_0_ID, true);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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

EjbAnnotationReaderTest.java :

140 : IProject emptyProject = ProjectUtil.createEJBProject(projectName, null, J2EEVersionConstants.EJB_3_0_ID, true);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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

EjbAnnotationReaderTest.java :

150 : .createEJBProject(projectName, null, J2EEVersionConstants.EJB_3_0_ID, true);

7. WARNING: DiscouragedReference

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);

8. WARNING: LocalVariableIsNeverUsed

The local variable beans is never read

EjbAnnotationReaderTest.java :

178 : List<SessionBean> beans = getEJBJar().getEnterpriseBeans().getSessionBeans();

Source File: org/eclipse/jst/jee/model/ejb/tests/EjbReferenceTest.java
1. WARNING: DiscouragedReference

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

EjbReferenceTest.java :

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

2. WARNING: DiscouragedReference

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

EjbReferenceTest.java :

52 : J2EEVersionConstants.EJB_3_0_ID, true);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/ejb/tests/GenerateDDTest.java
1. WARNING: DiscouragedReference

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

GenerateDDTest.java :

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

2. WARNING: UnusedPrivateField

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\"?>"

3. WARNING: DiscouragedReference

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

GenerateDDTest.java :

56 : J2EEVersionConstants.EJB_3_0_ID, true);

4. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/ejb/tests/LifecycleAnnotationsTest.java
1. WARNING: DiscouragedReference

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

LifecycleAnnotationsTest.java :

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

2. WARNING: DiscouragedReference

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

LifecycleAnnotationsTest.java :

62 : J2EEVersionConstants.EJB_3_0_ID, true);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/ejb/tests/SecurityRolesTest.java
1. WARNING: DiscouragedReference

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

SecurityRolesTest.java :

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

2. WARNING: DiscouragedReference

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

SecurityRolesTest.java :

53 : project = ProjectUtil.createEJBProject(SecurityRolesTest.class.getSimpleName(), null, J2EEVersionConstants.EJB_3_0_ID, true);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/tests/AbstractTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

AbstractTest.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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());

6. WARNING: DiscouragedReference

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());

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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());

9. WARNING: DiscouragedReference

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

AbstractTest.java :

113 : IDataModel javaFacetDataModel = facetDataModelMap.getFacetDataModel(J2EEProjectUtilities.JAVA);

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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());

12. WARNING: DiscouragedReference

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());

13. WARNING: DiscouragedReference

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());

14. WARNING: DiscouragedReference

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

AbstractTest.java :

308 : IDataModel javaFacetDataModel = facetDataModelMap.getFacetDataModel(J2EEProjectUtilities.JAVA);

Source File: org/eclipse/jst/jee/model/tests/JEE5LegacyModelTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

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

6. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

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

7. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

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

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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());

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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() {

12. WARNING: DiscouragedReference

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() {

13. WARNING: LocalVariableIsNeverUsed

The local variable operationStatus is never read

JEE5LegacyModelTest.java :

111 : IStatus operationStatus = importModel.getDefaultOperation().execute(new NullProgressMonitor(), null);

14. WARNING: DiscouragedReference

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());

15. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

131 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;

16. WARNING: DiscouragedReference

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;

17. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

18. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

19. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

20. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

21. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

22. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

132 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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());

25. WARNING: DiscouragedReference

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());

26. WARNING: DiscouragedReference

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());

27. WARNING: DiscouragedReference

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());

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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) {

31. WARNING: DiscouragedReference

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();

32. WARNING: DiscouragedReference

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);

33. WARNING: UnusedPrivateMethod

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) {

34. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

184 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();

35. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

184 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();

36. WARNING: DiscouragedReference

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);

37. WARNING: UnusedPrivateMethod

The method getResourceSet() from the type JEE5LegacyModelTest is never used locally

JEE5LegacyModelTest.java :

187 : private ResourceSet getResourceSet() {

38. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

189 : set.setResourceFactoryRegistry(WTPResourceFactoryRegistry.INSTANCE);

39. WARNING: DiscouragedReference

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

JEE5LegacyModelTest.java :

189 : set.setResourceFactoryRegistry(WTPResourceFactoryRegistry.INSTANCE);

Source File: org/eclipse/jst/jee/model/tests/JEE5ModelTest.java
1. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

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

2. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

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

5. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

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

6. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

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

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

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

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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() {

18. WARNING: DiscouragedReference

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() {

19. WARNING: DiscouragedReference

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());

20. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

201 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;

21. WARNING: DiscouragedReference

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;

22. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

23. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

24. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

25. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

26. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

27. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

202 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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();

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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();

35. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

232 : String modelPathURI = J2EEConstants.APP_CLIENT_DD_URI;

36. WARNING: DiscouragedReference

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;

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

252 : String modelPathURI = J2EEConstants.APPLICATION_DD_URI;

44. WARNING: DiscouragedReference

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;

45. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

46. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

47. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

48. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

49. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

50. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

253 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

51. WARNING: DiscouragedReference

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);

52. WARNING: DiscouragedReference

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);

53. WARNING: DiscouragedReference

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);

54. WARNING: DiscouragedReference

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();

55. WARNING: DiscouragedReference

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);

56. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

272 : String modelPathURI = J2EEConstants.WEBAPP_DD_URI;

57. WARNING: DiscouragedReference

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;

58. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

59. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

60. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

61. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

62. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

63. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

273 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

64. WARNING: DiscouragedReference

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);

65. WARNING: DiscouragedReference

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);

66. WARNING: DiscouragedReference

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);

67. WARNING: DiscouragedReference

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();

68. WARNING: DiscouragedReference

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);

69. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

295 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_2_5_ID);

70. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

295 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_2_5_ID);

71. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

295 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_2_5_ID);

72. WARNING: DiscouragedReference

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);

73. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

307 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);

74. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

307 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);

75. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

307 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.EJB_3_0_ID);

76. WARNING: DiscouragedReference

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);

77. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

78. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

79. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

80. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

81. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

82. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

314 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER)));

83. WARNING: DiscouragedReference

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)));

84. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

321 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

85. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

321 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

86. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

321 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

87. WARNING: DiscouragedReference

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);

88. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

332 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

89. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

332 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

90. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

332 : String versionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.JEE_5_0_ID);

91. WARNING: DiscouragedReference

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);

92. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));

93. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));

94. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));

95. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));

96. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));

97. WARNING: DiscouragedReference

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

JEE5ModelTest.java :

339 : map.add(setupJavaInstallAction(projName,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APP_CLIENT_CONTENT_FOLDER)));

98. WARNING: DiscouragedReference

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)));

99. WARNING: UnusedPrivateMethod

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){

100. WARNING: UnusedPrivateMethod

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) {

Source File: org/eclipse/jst/jee/model/tests/JEE6ModelTest.java
1. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

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

2. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

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

5. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

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

6. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

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

7. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

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

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

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

15. WARNING: DiscouragedReference

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;

16. WARNING: DiscouragedReference

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;

17. WARNING: DiscouragedReference

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;

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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() {

22. WARNING: DiscouragedReference

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() {

23. WARNING: DiscouragedReference

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());

24. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

211 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;

25. WARNING: DiscouragedReference

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;

26. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

27. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

28. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

29. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

30. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

31. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

212 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER) + "/" + modelPathURI);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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();

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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();

39. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

242 : String modelPathURI = J2EEConstants.APP_CLIENT_DD_URI;

40. WARNING: DiscouragedReference

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;

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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();

46. WARNING: DiscouragedReference

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);

47. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

262 : String modelPathURI = J2EEConstants.APPLICATION_DD_URI;

48. WARNING: DiscouragedReference

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;

49. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

50. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

51. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

52. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

53. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

54. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

263 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.APPLICATION_CONTENT_FOLDER) + "/" + modelPathURI);

55. WARNING: DiscouragedReference

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);

56. WARNING: DiscouragedReference

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);

57. WARNING: DiscouragedReference

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);

58. WARNING: DiscouragedReference

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();

59. WARNING: DiscouragedReference

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);

60. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

282 : String modelPathURI = J2EEConstants.RAR_DD_URI;

61. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JEE6ModelTest.java :

282 : String modelPathURI = J2EEConstants.RAR_DD_URI;

62. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);

63. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);

64. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);

65. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);

66. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);

67. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);

68. WARNING: DiscouragedReference

Discouraged access: The field JCA_CONTENT_FOLDER from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEE6ModelTest.java :

283 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER) + "/" + modelPathURI);

69. WARNING: DiscouragedReference

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);

70. WARNING: DiscouragedReference

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);

71. WARNING: DiscouragedReference

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();

72. WARNING: DiscouragedReference

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);

73. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

302 : String modelPathURI = J2EEConstants.WEBAPP_DD_URI;

74. WARNING: DiscouragedReference

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;

75. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

76. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

77. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

78. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

79. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

80. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

303 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER) + "/" + modelPathURI);

81. WARNING: DiscouragedReference

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);

82. WARNING: DiscouragedReference

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);

83. WARNING: DiscouragedReference

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);

84. WARNING: DiscouragedReference

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();

85. WARNING: DiscouragedReference

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);

86. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

323 : String modelPathURI = J2EEConstants.WEBFRAGMENT_DD_URI;

87. WARNING: DiscouragedReference

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;

88. WARNING: DiscouragedReference

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);

89. WARNING: DiscouragedReference

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);

90. WARNING: DiscouragedReference

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();

91. WARNING: DiscouragedReference

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);

92. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

346 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_3_0_ID);

93. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

346 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_3_0_ID);

94. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

346 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEB_3_0_ID);

95. WARNING: DiscouragedReference

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);

96. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

358 : String webFragmentVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEBFRAGMENT_3_0_ID);

97. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

358 : String webFragmentVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEBFRAGMENT_3_0_ID);

98. WARNING: DiscouragedReference

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

JEE6ModelTest.java :

358 : String webFragmentVersionString = J2EEVersionUtil.convertVersionIntToString(J2EEVersionConstants.WEBFRAGMENT_3_0_ID);

99. WARNING: DiscouragedReference

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);

100. WARNING: LocalVariableIsNeverUsed

The local variable javaFacet is never read

JEE6ModelTest.java :

359 : IProjectFacet javaFacet = ProjectFacetsManager.getProjectFacet(IJ2EEFacetConstants.JAVA);

Source File: org/eclipse/jst/jee/model/tests/ModelProviderTest.java
1. WARNING: DiscouragedReference

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

ModelProviderTest.java :

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

2. WARNING: DiscouragedReference

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

ModelProviderTest.java :

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

3. WARNING: DiscouragedReference

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

ModelProviderTest.java :

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

4. WARNING: DiscouragedReference

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

ModelProviderTest.java :

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

5. WARNING: DiscouragedReference

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

ModelProviderTest.java :

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

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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() {

12. WARNING: DiscouragedReference

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() {

13. WARNING: DiscouragedReference

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());

14. WARNING: DiscouragedReference

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

ModelProviderTest.java :

156 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_5_0_ID, true);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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

ModelProviderTest.java :

185 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_6_0_ID, true);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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

ModelProviderTest.java :

215 : IProject earProj = createEarProject(projName, J2EEVersionConstants.JEE_5_0_ID, false);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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

ModelProviderTest.java :

247 : IProject earProj = createEarProject(projName, J2EEVersionConstants.J2EE_1_4_ID, true);

21. WARNING: DiscouragedReference

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);

22. WARNING: LocalVariableIsNeverUsed

The local variable ear is never read

ModelProviderTest.java :

251 : org.eclipse.jst.j2ee.application.Application ear = (org.eclipse.jst.j2ee.application.Application) provider

23. WARNING: DiscouragedReference

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

ModelProviderTest.java :

252 : .getModelObject(new Path(J2EEConstants.APPLICATION_DD_URI));

24. WARNING: DiscouragedReference

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));

25. WARNING: DiscouragedReference

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

ModelProviderTest.java :

279 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_5_ID, true);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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

ModelProviderTest.java :

306 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_3_0_ID, true);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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

ModelProviderTest.java :

333 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_5_ID, false);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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

ModelProviderTest.java :

366 : IProject webProj = createWebProject(projName, J2EEVersionConstants.WEB_2_4_ID, true);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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

ModelProviderTest.java :

394 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, true);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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

ModelProviderTest.java :

423 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_1_ID, true);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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

ModelProviderTest.java :

462 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, false);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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

ModelProviderTest.java :

495 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_2_1_ID, true);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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

ModelProviderTest.java :

520 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.J2EE_1_4_ID, true);

42. WARNING: DiscouragedReference

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);

43. WARNING: LocalVariableIsNeverUsed

The local variable client is never read

ModelProviderTest.java :

524 : ApplicationClient client = (ApplicationClient) provider

44. WARNING: DiscouragedReference

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

ModelProviderTest.java :

525 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));

45. WARNING: DiscouragedReference

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));

46. WARNING: DiscouragedReference

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

ModelProviderTest.java :

549 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_5_0_ID, true);

47. WARNING: DiscouragedReference

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);

48. WARNING: LocalVariableIsNeverUsed

The local variable client is never read

ModelProviderTest.java :

553 : org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient) provider

49. WARNING: DiscouragedReference

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

ModelProviderTest.java :

554 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));

50. WARNING: DiscouragedReference

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));

51. WARNING: DiscouragedReference

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

ModelProviderTest.java :

580 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_6_0_ID, true);

52. WARNING: DiscouragedReference

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);

53. WARNING: LocalVariableIsNeverUsed

The local variable client is never read

ModelProviderTest.java :

584 : org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient) provider

54. WARNING: DiscouragedReference

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

ModelProviderTest.java :

585 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));

55. WARNING: DiscouragedReference

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));

56. WARNING: DiscouragedReference

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

ModelProviderTest.java :

611 : IProject appClientProj = createAppClientProject(projName, J2EEVersionConstants.JEE_5_0_ID, false);

57. WARNING: DiscouragedReference

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);

58. WARNING: LocalVariableIsNeverUsed

The local variable client is never read

ModelProviderTest.java :

620 : org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient) provider

59. WARNING: DiscouragedReference

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

ModelProviderTest.java :

621 : .getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));

60. WARNING: DiscouragedReference

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));

61. WARNING: DiscouragedReference

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

ModelProviderTest.java :

664 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(vers);

62. WARNING: DiscouragedReference

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

ModelProviderTest.java :

664 : String webVersionString = J2EEVersionUtil.convertVersionIntToString(vers);

63. WARNING: DiscouragedReference

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

ModelProviderTest.java :

675 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);

64. WARNING: DiscouragedReference

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

ModelProviderTest.java :

675 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);

65. WARNING: DiscouragedReference

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

ModelProviderTest.java :

686 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);

66. WARNING: DiscouragedReference

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

ModelProviderTest.java :

686 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);

67. WARNING: DiscouragedReference

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

ModelProviderTest.java :

699 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);

68. WARNING: DiscouragedReference

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

ModelProviderTest.java :

699 : String versionString = J2EEVersionUtil.convertVersionIntToString(vers);

69. WARNING: DiscouragedReference

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

ModelProviderTest.java :

739 : IProject ejbProj = createEjbProject(projName, J2EEVersionConstants.EJB_3_0_ID, true);

70. WARNING: DiscouragedReference

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);

71. WARNING: DiscouragedReference

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

ModelProviderTest.java :

758 : String modelPathURI = J2EEConstants.EJBJAR_DD_URI;

72. WARNING: DiscouragedReference

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;

73. WARNING: DiscouragedReference

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

ModelProviderTest.java :

759 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(

74. WARNING: DiscouragedReference

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

ModelProviderTest.java :

759 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(

75. WARNING: DiscouragedReference

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

ModelProviderTest.java :

759 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString(

76. WARNING: DiscouragedReference

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

ModelProviderTest.java :

759 : URI uri = URI.createURI(J2EEPlugin.getDefault().getJ2EEPreferences().getString( J2EEPreferences.Keys.EJB_CONTENT_FOLDER)

77. WARNING: DiscouragedReference

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

ModelProviderTest.java :

760 : J2EEPreferences.Keys.EJB_CONTENT_FOLDER)

78. WARNING: DiscouragedReference

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

ModelProviderTest.java :

760 : J2EEPreferences.Keys.EJB_CONTENT_FOLDER)

79. WARNING: DiscouragedReference

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)

Source File: org/eclipse/jst/jee/model/web/tests/DeleteWebProjectTest.java
1. WARNING: DiscouragedReference

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

DeleteWebProjectTest.java :

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

2. WARNING: DiscouragedReference

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

DeleteWebProjectTest.java :

89 : + "testDeleteProjectSameProvider", null, J2EEVersionConstants.WEB_2_5_ID, true);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/jee/model/web/tests/Web25MergedModelProviderTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: LocalVariableIsNeverUsed

The local variable fragment is never read

Web25MergedModelProviderTest.java :

86 : IPackageFragment fragment = root.createPackageFragment("sap", true, new NullProgressMonitor());

4. WARNING: UnusedPrivateMethod

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 {

5. WARNING: DiscouragedReference

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());

6. WARNING: DiscouragedReference

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());

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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()

12. WARNING: DiscouragedReference

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()

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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());

18. WARNING: DiscouragedReference

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());

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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()

22. WARNING: DiscouragedReference

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()

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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");

26. WARNING: DiscouragedReference

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");

Source File: org/eclipse/jst/jee/model/web/tests/Web3AnnotationReaderTest.java
1. WARNING: UnusedPrivateField

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;"

Source File: org/eclipse/jst/jee/model/web/tests/WebAnnotationReaderTest.java
1. WARNING: UnusedPrivateField

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;"

Source File: org/eclipse/wtp/j2ee/headless/tests/appclient/operations/AppClientExportOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/appclient/operations/AppClientImportOperationBaseTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/appclient/operations/AppClientProjectCreationOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/ear/operations/EARExportOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

4. WARNING: DiscouragedReference

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));

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/ear/operations/EARImportOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

EARImportOperationTest.java :

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

3. WARNING: DiscouragedReference

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());

4. WARNING: DiscouragedReference

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());

5. WARNING: DiscouragedReference

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

EARImportOperationTest.java :

362 : IVirtualComponent projectVirtComponent = ComponentUtilities.getComponent(earProjectName);

6. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/ear/operations/EARProjectCreationOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: UnusedPrivateField

The field EARProjectCreationOperationTest.CONNECTOR_PROJ_15 is never read locally

EARProjectCreationOperationTest.java :

111 : private static final String CONNECTOR_PROJ_15 = "myConnector_15";

8. WARNING: LocalVariableIsNeverUsed

The local variable initializer is never read

EARProjectCreationOperationTest.java :

477 : ClasspathContainerInitializer initializer= JavaCore.getClasspathContainerInitializer(JavaCore.USER_LIBRARY_CONTAINER_ID);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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());

15. WARNING: DiscouragedReference

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());

16. WARNING: DiscouragedReference

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());

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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;

21. WARNING: DiscouragedReference

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;

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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();

Source File: org/eclipse/wtp/j2ee/headless/tests/ejb/operations/AddEJBeanOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

AddEJBeanOperationTest.java :

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

3. WARNING: DiscouragedReference

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 {

4. WARNING: LocalVariableIsNeverUsed

The local variable proj is never read

AddEJBeanOperationTest.java :

60 : IProject proj = ProjectUtilities.getProject(EJB_PROJECT_NAME);

5. WARNING: LocalVariableIsNeverUsed

The local variable proj is never read

AddEJBeanOperationTest.java :

78 : IProject proj = ProjectUtilities.getProject(EJB_PROJECT_NAME);

6. WARNING: DiscouragedReference

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

AddEJBeanOperationTest.java :

99 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

7. WARNING: DiscouragedReference

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

AddEJBeanOperationTest.java :

99 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

8. WARNING: DiscouragedReference

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

AddEJBeanOperationTest.java :

100 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, true);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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

AddEJBeanOperationTest.java :

104 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

11. WARNING: DiscouragedReference

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

AddEJBeanOperationTest.java :

104 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

12. WARNING: DiscouragedReference

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

AddEJBeanOperationTest.java :

105 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, false);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/ejb/operations/EJBExportOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: UnusedPrivateMethod

The method addStateless(IDataModel) from the type EJBExportOperationTest is never used locally

EJBExportOperationTest.java :

85 : private void addStateless(IDataModel dm) throws Exception {

3. WARNING: DiscouragedReference

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());

4. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/ejb/operations/EJBGeneraUseTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

EJBGeneraUseTest.java :

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

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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());

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: NonStaticAccessToStaticMethod

The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way

EJBGeneraUseTest.java :

57 : this.runAndVerify(model);

11. WARNING: DiscouragedReference

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

EJBGeneraUseTest.java :

60 : IVirtualComponent ejb = ComponentUtilities.getComponent(this.EJB_NAME);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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());

14. WARNING: DiscouragedReference

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());

15. WARNING: NonStaticAccessToStaticMethod

The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way

EJBGeneraUseTest.java :

79 : this.runAndVerify(model);

16. WARNING: DiscouragedReference

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

EJBGeneraUseTest.java :

84 : Assert.assertNull("The " + this.EJB_NAME + " project should no longer exsist.", ComponentUtilities.getComponent(this.EJB_NAME));

17. WARNING: DiscouragedReference

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));

18. WARNING: DiscouragedReference

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());

19. WARNING: DiscouragedReference

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());

20. WARNING: NonStaticAccessToStaticMethod

The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way

EJBGeneraUseTest.java :

97 : this.runAndVerify(model);

21. WARNING: DiscouragedReference

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

EJBGeneraUseTest.java :

100 : ejb = ComponentUtilities.getComponent(this.EJB_NAME);

22. WARNING: DiscouragedReference

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);

23. WARNING: NullLocalVariableReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/ejb/operations/EJBImportOperationBaseTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/ejb/operations/EJBProjectCreationOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/operations/ArchiveTestsUtil.java
1. WARNING: DiscouragedReference

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);

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/operations/HeaderParserTests.java
1. WARNING: DiscouragedReference

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

HeaderParserTests.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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());

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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());

9. WARNING: DiscouragedReference

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());

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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());

12. WARNING: DiscouragedReference

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());

13. WARNING: DiscouragedReference

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());

14. WARNING: DiscouragedReference

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());

15. WARNING: DiscouragedReference

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

HeaderParserTests.java :

82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,

16. WARNING: DiscouragedReference

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,

17. WARNING: DiscouragedReference

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

HeaderParserTests.java :

82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,

18. WARNING: DiscouragedReference

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,

19. WARNING: DiscouragedReference

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

HeaderParserTests.java :

82 : data.add(new TestData("application-client12.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,

20. WARNING: DiscouragedReference

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,

21. WARNING: DiscouragedReference

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

HeaderParserTests.java :

84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,

22. WARNING: DiscouragedReference

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,

23. WARNING: DiscouragedReference

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

HeaderParserTests.java :

84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,

24. WARNING: DiscouragedReference

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,

25. WARNING: DiscouragedReference

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

HeaderParserTests.java :

84 : data.add(new TestData("application-client13.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,

26. WARNING: DiscouragedReference

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,

27. WARNING: DiscouragedReference

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

HeaderParserTests.java :

86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,

28. WARNING: DiscouragedReference

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,

29. WARNING: DiscouragedReference

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

HeaderParserTests.java :

86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,

30. WARNING: DiscouragedReference

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,

31. WARNING: DiscouragedReference

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

HeaderParserTests.java :

86 : data.add(new TestData("application-client14.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,

32. WARNING: DiscouragedReference

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,

33. WARNING: DiscouragedReference

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

HeaderParserTests.java :

88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,

34. WARNING: DiscouragedReference

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,

35. WARNING: DiscouragedReference

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

HeaderParserTests.java :

88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,

36. WARNING: DiscouragedReference

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,

37. WARNING: DiscouragedReference

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

HeaderParserTests.java :

88 : data.add(new TestData("application-client5.jar", J2EEVersionConstants.APPLICATION_CLIENT_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,

38. WARNING: DiscouragedReference

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,

39. WARNING: DiscouragedReference

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

HeaderParserTests.java :

91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,

40. WARNING: DiscouragedReference

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,

41. WARNING: DiscouragedReference

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

HeaderParserTests.java :

91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,

42. WARNING: DiscouragedReference

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,

43. WARNING: DiscouragedReference

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

HeaderParserTests.java :

91 : data.add(new TestData("application12.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_2_ID, J2EEVersionConstants.J2EE_1_2_ID,

44. WARNING: DiscouragedReference

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,

45. WARNING: DiscouragedReference

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

HeaderParserTests.java :

93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,

46. WARNING: DiscouragedReference

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,

47. WARNING: DiscouragedReference

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

HeaderParserTests.java :

93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,

48. WARNING: DiscouragedReference

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,

49. WARNING: DiscouragedReference

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

HeaderParserTests.java :

93 : data.add(new TestData("application13.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_3_ID, J2EEVersionConstants.J2EE_1_3_ID,

50. WARNING: DiscouragedReference

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,

51. WARNING: DiscouragedReference

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

HeaderParserTests.java :

95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,

52. WARNING: DiscouragedReference

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,

53. WARNING: DiscouragedReference

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

HeaderParserTests.java :

95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,

54. WARNING: DiscouragedReference

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,

55. WARNING: DiscouragedReference

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

HeaderParserTests.java :

95 : data.add(new TestData("application14.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.J2EE_1_4_ID, J2EEVersionConstants.J2EE_1_4_ID,

56. WARNING: DiscouragedReference

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,

57. WARNING: DiscouragedReference

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

HeaderParserTests.java :

97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,

58. WARNING: DiscouragedReference

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,

59. WARNING: DiscouragedReference

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

HeaderParserTests.java :

97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,

60. WARNING: DiscouragedReference

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,

61. WARNING: DiscouragedReference

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

HeaderParserTests.java :

97 : data.add(new TestData("application5.ear", J2EEVersionConstants.APPLICATION_TYPE, J2EEVersionConstants.JEE_5_0_ID, J2EEVersionConstants.JEE_5_0_ID,

62. WARNING: DiscouragedReference

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,

63. WARNING: DiscouragedReference

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

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));

64. WARNING: DiscouragedReference

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));

65. WARNING: DiscouragedReference

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

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));

66. WARNING: DiscouragedReference

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));

67. WARNING: DiscouragedReference

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

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));

68. WARNING: DiscouragedReference

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));

69. WARNING: DiscouragedReference

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

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));

70. WARNING: DiscouragedReference

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));

71. WARNING: DiscouragedReference

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

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));

72. WARNING: DiscouragedReference

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));

73. WARNING: DiscouragedReference

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

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));

74. WARNING: DiscouragedReference

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));

75. WARNING: DiscouragedReference

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

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));

76. WARNING: DiscouragedReference

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));

77. WARNING: DiscouragedReference

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

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));

78. WARNING: DiscouragedReference

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));

79. WARNING: DiscouragedReference

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

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));

80. WARNING: DiscouragedReference

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));

81. WARNING: DiscouragedReference

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

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));

82. WARNING: DiscouragedReference

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));

83. WARNING: DiscouragedReference

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

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));

84. WARNING: DiscouragedReference

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));

85. WARNING: DiscouragedReference

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

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));

86. WARNING: DiscouragedReference

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));

87. WARNING: DiscouragedReference

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

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));

88. WARNING: DiscouragedReference

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));

89. WARNING: DiscouragedReference

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

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));

90. WARNING: DiscouragedReference

Discouraged access: The field JCA_1_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

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));

91. WARNING: DiscouragedReference

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

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));

92. WARNING: DiscouragedReference

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));

93. WARNING: DiscouragedReference

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

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));

94. WARNING: DiscouragedReference

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));

95. WARNING: DiscouragedReference

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

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));

96. WARNING: DiscouragedReference

Discouraged access: The field JCA_1_5_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

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));

97. WARNING: DiscouragedReference

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

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));

98. WARNING: DiscouragedReference

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));

99. WARNING: DiscouragedReference

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));

100. WARNING: DiscouragedReference

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

HeaderParserTests.java :

108 : data.add(new TestData("web22.war", J2EEVersionConstants.WEB_TYPE, J2EEVersionConstants.WEB_2_2_ID, J2EEVersionConstants.J2EE_1_2_ID, WebApp.class));

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/operations/JEEImportOperationTest.java
1. WARNING: DiscouragedReference

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));

2. WARNING: DiscouragedReference

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));

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/operations/JavaEEFacetConstants.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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$

11. WARNING: DiscouragedReference

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$

12. WARNING: DiscouragedReference

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$

13. WARNING: DiscouragedReference

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$

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/operations/JavaFileTestingUtilities.java
1. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

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

2. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

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

3. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

52 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

58 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

64 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

70 : IProject proj = J2EEProjectUtilities.getProject(projectName);

10. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

80 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

86 : IVirtualComponent projVirtComp = ComponentUtilities.getComponent(projectName);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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));

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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));

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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));

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

273 : IProject[] webProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.DYNAMIC_WEB);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

273 : IProject[] webProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.DYNAMIC_WEB);

23. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

274 : IProject[] appClientProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.APPLICATION_CLIENT);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

274 : IProject[] appClientProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.APPLICATION_CLIENT);

26. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

275 : IProject[] connectorProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.JCA);

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

275 : IProject[] connectorProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.JCA);

29. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

276 : IProject[] ejbProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.EJB);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

276 : IProject[] ejbProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.EJB);

32. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

277 : IProject[] utilityProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.UTILITY);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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

JavaFileTestingUtilities.java :

277 : IProject[] utilityProjects = J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.UTILITY);

35. WARNING: DiscouragedReference

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));

36. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/operations/SourceFolderUpdateTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

4. WARNING: DiscouragedReference

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");

5. WARNING: DiscouragedReference

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");

6. WARNING: DiscouragedReference

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");

7. WARNING: DiscouragedReference

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)));

Source File: org/eclipse/wtp/j2ee/headless/tests/jca/operations/JCAExportOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/jca/operations/JCAImportOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/utility/operations/UtilityImportOperationTest.java
1. WARNING: DiscouragedReference

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));

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/web/operations/AddWebArtifactOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

AddWebArtifactOperationTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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 {

7. WARNING: DiscouragedReference

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

AddWebArtifactOperationTest.java :

363 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

8. WARNING: DiscouragedReference

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

AddWebArtifactOperationTest.java :

363 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

9. WARNING: DiscouragedReference

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

AddWebArtifactOperationTest.java :

364 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, true);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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

AddWebArtifactOperationTest.java :

368 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

12. WARNING: DiscouragedReference

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

AddWebArtifactOperationTest.java :

368 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

13. WARNING: DiscouragedReference

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

AddWebArtifactOperationTest.java :

369 : preferences.setValue(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY, false);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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]);

28. WARNING: DiscouragedReference

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]);

29. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/web/operations/WebExportOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/web/operations/WebImportOperationBaseTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/web/operations/WebProjectCreationOperationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/web/container/WebAppLibrariesContainerTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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" );

3. WARNING: DiscouragedReference

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" );

Source File: org/eclipse/jst/j2ee/defect/tests/ClasspathContainerThreading.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

ClasspathContainerThreading.java :

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

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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

ClasspathContainerThreading.java :

95 : ArchiveManifest manifest = J2EEProjectUtilities.readManifest(project);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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");

7. WARNING: DiscouragedReference

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

ClasspathContainerThreading.java :

97 : J2EEProjectUtilities.writeManifest(project, manifest);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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

ClasspathContainerThreading.java :

99 : manifest = J2EEProjectUtilities.readManifest(project);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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");

12. WARNING: DiscouragedReference

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

ClasspathContainerThreading.java :

101 : J2EEProjectUtilities.writeManifest(project, manifest);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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

ClasspathContainerThreading.java :

120 : IProject[] allProjects = J2EEProjectUtilities.getAllProjects();

Source File: org/eclipse/jst/j2ee/defect/tests/DefectVerificationTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

4. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

12. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

13. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

14. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

15. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

16. WARNING: DiscouragedReference

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;

17. WARNING: DiscouragedReference

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;

18. WARNING: DiscouragedReference

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;

19. WARNING: DiscouragedReference

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;

20. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

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

21. WARNING: DiscouragedReference

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;

22. WARNING: DiscouragedReference

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());

23. WARNING: DiscouragedReference

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());

24. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

129 : IVirtualComponent webComponent = ComponentCore.createComponent(J2EEProjectUtilities.getProject("WebForLibDep"));

25. WARNING: DiscouragedReference

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"));

26. WARNING: DiscouragedReference

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());

27. WARNING: DiscouragedReference

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());

28. WARNING: DiscouragedReference

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");

29. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

149 : IVirtualComponent component = ComponentUtilities.getComponent("Test120018");

30. WARNING: DiscouragedReference

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());

31. WARNING: DiscouragedReference

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());

32. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

163 : dataModel.setProperty(J2EEComponentExportDataModelProvider.ARCHIVE_DESTINATION, getDataPath("testblah.war"));

33. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

164 : dataModel.setProperty(J2EEComponentExportDataModelProvider.COMPONENT, component);

34. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

165 : dataModel.setBooleanProperty(J2EEComponentExportDataModelProvider.EXPORT_SOURCE_FILES, true);

35. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

166 : dataModel.setBooleanProperty(J2EEComponentExportDataModelProvider.OVERWRITE_EXISTING, true);

36. WARNING: DiscouragedReference

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")));

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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());

39. WARNING: DiscouragedReference

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());

40. WARNING: DiscouragedReference

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");

41. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

189 : IVirtualComponent component = ComponentUtilities.getComponent("Test120018");

42. WARNING: DiscouragedReference

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());

43. WARNING: DiscouragedReference

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());

44. WARNING: DiscouragedReference

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());

45. WARNING: DiscouragedReference

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());

46. WARNING: LocalVariableIsNeverUsed

The local variable moduleList is never read

DefectVerificationTests.java :

253 : List moduleList = (List) model.getProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST);

47. WARNING: DiscouragedReference

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;

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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);

50. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

266 : earFile.close();

51. WARNING: DiscouragedReference

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;

52. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

298 : ArchiveOptions opts = new ArchiveOptions();

53. WARNING: DiscouragedReference

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();

54. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

298 : ArchiveOptions opts = new ArchiveOptions();

55. WARNING: DiscouragedReference

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);

56. WARNING: DiscouragedReference

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);

57. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

300 : earFile = CommonarchiveFactory.eINSTANCE.openEARFile(opts, earFileName);

58. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DefectVerificationTests.java :

300 : earFile = CommonarchiveFactory.eINSTANCE.openEARFile(opts, earFileName);

59. WARNING: DiscouragedReference

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();

60. WARNING: DiscouragedReference

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);

61. WARNING: DiscouragedReference

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);

62. WARNING: DiscouragedReference

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();

63. WARNING: DiscouragedReference

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();

64. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

307 : assertTrue(entries[0].toString().endsWith(module.getURI()));

65. WARNING: DiscouragedReference

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()) {

66. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

313 : earFile.close();

67. WARNING: DiscouragedReference

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());

68. WARNING: DiscouragedReference

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());

69. WARNING: DiscouragedReference

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);

70. WARNING: DiscouragedReference

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);

71. WARNING: DiscouragedReference

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);

72. WARNING: DiscouragedReference

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);

73. WARNING: DiscouragedReference

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);

74. WARNING: DiscouragedReference

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);

75. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

332 : earFile.close();

76. WARNING: DiscouragedReference

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());

77. WARNING: DiscouragedReference

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());

78. WARNING: DiscouragedReference

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());

79. WARNING: DiscouragedReference

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());

80. WARNING: DiscouragedReference

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());

81. WARNING: DiscouragedReference

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());

82. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

419 : IVirtualComponent earComponent = ComponentCore.createComponent(J2EEProjectUtilities.getProject("149995"));

83. WARNING: DiscouragedReference

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());

84. WARNING: DiscouragedReference

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());

85. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

430 : earComponent = ComponentCore.createComponent(J2EEProjectUtilities.getProject("149995"));

86. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

554 : ArchiveOptions options = new ArchiveOptions();

87. WARNING: DiscouragedReference

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();

88. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

554 : ArchiveOptions options = new ArchiveOptions();

89. WARNING: DiscouragedReference

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);

90. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

555 : options.setRendererType(ArchiveOptions.DOM);

91. WARNING: DiscouragedReference

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);

92. WARNING: DiscouragedReference

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;

93. WARNING: DiscouragedReference

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;

94. WARNING: DiscouragedReference

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;

95. WARNING: DiscouragedReference

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);

96. WARNING: DiscouragedReference

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);

97. WARNING: DiscouragedReference

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);

98. WARNING: DiscouragedReference

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();

99. WARNING: DiscouragedReference

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"));

100. WARNING: DiscouragedReference

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

DefectVerificationTests.java :

576 : Assert.assertEquals("A.jar", ArchiveUtil.deriveEARRelativeURI("A.jar", "B.jar"));

Source File: org/eclipse/wtp/headless/tests/savestrategy/ThreadingTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

ThreadingTest.java :

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

3. WARNING: DiscouragedReference

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());

4. WARNING: DiscouragedReference

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());

5. WARNING: DiscouragedReference

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

ThreadingTest.java :

152 : StructureEdit[][] readStructureEdits = new StructureEdit[iterationMax][projects.size()];

6. WARNING: DiscouragedReference

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

ThreadingTest.java :

152 : StructureEdit[][] readStructureEdits = new StructureEdit[iterationMax][projects.size()];

7. WARNING: DiscouragedReference

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

ThreadingTest.java :

153 : StructureEdit[][] writeStructureEdits = new StructureEdit[readStructureEdits.length][projectArray.length];

8. WARNING: DiscouragedReference

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

ThreadingTest.java :

153 : StructureEdit[][] writeStructureEdits = new StructureEdit[readStructureEdits.length][projectArray.length];

9. WARNING: DiscouragedReference

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

ThreadingTest.java :

158 : readStructureEdits[structureEditCount][projectCount] = StructureEdit.getStructureEditForRead(projectArray[projectCount]);

10. WARNING: DiscouragedReference

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]);

11. WARNING: DiscouragedReference

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

ThreadingTest.java :

159 : writeStructureEdits[structureEditCount][projectCount] = StructureEdit.getStructureEditForWrite(projectArray[projectCount]);

12. WARNING: DiscouragedReference

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]);

13. WARNING: DiscouragedReference

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();

14. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

ThreadingTest.java :

169 : IProject project = StructureEdit.getContainingProject(writeStructureEdits[structureEditCount][projectCount].getComponent());

15. WARNING: DiscouragedReference

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

ThreadingTest.java :

169 : IProject project = StructureEdit.getContainingProject(writeStructureEdits[structureEditCount][projectCount].getComponent());

16. WARNING: DiscouragedReference

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());

17. WARNING: DiscouragedReference

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());

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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();

Source File: org/eclipse/wtp/j2ee/headless/tests/ejb/verifiers/EJBExportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

EJBExportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

EJBExportDataModelVerifier.java :

27 : return J2EEVersionConstants.EJB_TYPE;

3. WARNING: DiscouragedReference

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;

Source File: org/eclipse/wtp/j2ee/headless/tests/ejb/verifiers/EJBImportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

EJBImportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

EJBImportDataModelVerifier.java :

38 : return J2EEVersionConstants.EJB_TYPE;

3. WARNING: DiscouragedReference

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;

4. WARNING: LocalVariableIsNeverUsed

The local variable nestedArchive is never read

EJBImportDataModelVerifier.java :

71 : for(IArchive nestedArchive : nestedArchives) {

Source File: org/eclipse/wtp/j2ee/headless/tests/ejb/verifiers/EJBProjectCreationDataModelVerifier.java
1. WARNING: DiscouragedReference

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

EJBProjectCreationDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

EJBProjectCreationDataModelVerifier.java :

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

3. WARNING: DiscouragedReference

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

EJBProjectCreationDataModelVerifier.java :

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

4. WARNING: DiscouragedReference

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

EJBProjectCreationDataModelVerifier.java :

59 : this.facetProjectType = J2EEProjectUtilities.EJB;

5. WARNING: DiscouragedReference

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

EJBProjectCreationDataModelVerifier.java :

64 : return component.getRootFolder().getFile(J2EEConstants.EJBJAR_DD_URI).getUnderlyingFile();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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

EJBProjectCreationDataModelVerifier.java :

69 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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

EJBProjectCreationDataModelVerifier.java :

70 : if(version.equals(J2EEVersionConstants.VERSION_3_0_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_1_TEXT) ){

10. WARNING: DiscouragedReference

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) ){

11. WARNING: DiscouragedReference

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

EJBProjectCreationDataModelVerifier.java :

70 : if(version.equals(J2EEVersionConstants.VERSION_3_0_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_1_TEXT) ){

12. WARNING: DiscouragedReference

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) ){

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/verifiers/DataModelVerifierListGenerator.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/verifiers/JEEExportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

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

3. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

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

4. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

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

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

58 : String sProjVersion = J2EEProjectUtilities.getJ2EEProjectVersion(project);

7. WARNING: DiscouragedReference

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);

8. WARNING: LocalVariableIsNeverUsed

The local variable iProjVersion is never read

JEEExportDataModelVerifier.java :

59 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);

9. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

59 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);

10. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

59 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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){

13. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

64 : if(archiveQuickPeek.getJavaEEVersion() == J2EEVersionConstants.JEE_5_0_ID){

14. WARNING: DiscouragedReference

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){

15. WARNING: DiscouragedReference

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()){

16. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

67 : case J2EEVersionConstants.APPLICATION_CLIENT_TYPE:

17. WARNING: DiscouragedReference

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:

18. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

68 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.APP_CLIENT_DD_URI));

19. WARNING: DiscouragedReference

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));

20. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

70 : case J2EEVersionConstants.APPLICATION_TYPE:

21. WARNING: DiscouragedReference

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:

22. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

71 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.APPLICATION_DD_URI));

23. WARNING: DiscouragedReference

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));

24. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

73 : case J2EEVersionConstants.EJB_TYPE:

25. WARNING: DiscouragedReference

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:

26. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

74 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.EJBJAR_DD_URI));

27. WARNING: DiscouragedReference

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));

28. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

76 : case J2EEVersionConstants.WEB_TYPE:

29. WARNING: DiscouragedReference

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:

30. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

77 : hasDD = projectArchive.containsArchiveResource(new Path(J2EEConstants.WEBAPP_DD_URI));

31. WARNING: DiscouragedReference

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));

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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();

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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));

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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();

39. WARNING: DiscouragedReference

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();

40. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

120 : String sProjVersion = J2EEProjectUtilities.getJ2EEDDProjectVersion(exportedProj);

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

121 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);

43. WARNING: DiscouragedReference

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

JEEExportDataModelVerifier.java :

121 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);

44. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/verifiers/JEEImportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

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

3. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

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

6. WARNING: DiscouragedReference

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));

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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){

11. WARNING: DiscouragedReference

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){

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

115 : String sProjVersion = J2EEProjectUtilities.getJ2EEDDProjectVersion(project);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

116 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);

17. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

116 : int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

164 : IVirtualComponent projectComponent = ComponentUtilities.getComponent(project.getName());

20. WARNING: DiscouragedReference

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());

21. WARNING: DiscouragedReference

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

JEEImportDataModelVerifier.java :

187 : ((getExportType() == J2EEVersionConstants.WEB_TYPE) ? (resourcePath.segmentCount() > 2 && resourcePath.segment(0).equals("WEB-INF") && resourcePath.segment(1).equals("classes")) : true)){

22. WARNING: DiscouragedReference

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)){

Source File: org/eclipse/wtp/j2ee/headless/tests/j2ee/verifiers/JEEProjectCreationDataModelVerifier.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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();

5. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tests/jca/verifiers/JCAExportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

JCAExportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

JCAExportDataModelVerifier.java :

28 : return J2EEVersionConstants.CONNECTOR_TYPE;

3. WARNING: DiscouragedReference

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;

Source File: org/eclipse/wtp/j2ee/headless/tests/jca/verifiers/JCAImportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

JCAImportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

JCAImportDataModelVerifier.java :

38 : return J2EEVersionConstants.CONNECTOR_TYPE;

3. WARNING: DiscouragedReference

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;

4. WARNING: LocalVariableIsNeverUsed

The local variable nestedArchive is never read

JCAImportDataModelVerifier.java :

71 : for(IArchive nestedArchive : nestedArchives) {

Source File: org/eclipse/wtp/j2ee/headless/tests/jca/verifiers/JCAProjectCreationDataModelVerifier.java
1. WARNING: DiscouragedReference

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

JCAProjectCreationDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

JCAProjectCreationDataModelVerifier.java :

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

3. WARNING: DiscouragedReference

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

JCAProjectCreationDataModelVerifier.java :

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

4. WARNING: DiscouragedReference

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

JCAProjectCreationDataModelVerifier.java :

41 : this.facetProjectType = J2EEProjectUtilities.JCA;

5. WARNING: DiscouragedReference

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

JCAProjectCreationDataModelVerifier.java :

46 : return component.getRootFolder().getFile(J2EEConstants.RAR_DD_URI).getUnderlyingFile();

6. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCAProjectCreationDataModelVerifier.java :

46 : return component.getRootFolder().getFile(J2EEConstants.RAR_DD_URI).getUnderlyingFile();

7. WARNING: DiscouragedReference

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

JCAProjectCreationDataModelVerifier.java :

51 : String projectVersion = J2EEProjectUtilities.getJ2EEProjectVersion(project);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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

JCAProjectCreationDataModelVerifier.java :

53 : if (J2EEVersionConstants.VERSION_1_6_TEXT.equals(projectVersion))

10. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_6_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCAProjectCreationDataModelVerifier.java :

53 : if (J2EEVersionConstants.VERSION_1_6_TEXT.equals(projectVersion))

11. WARNING: DiscouragedReference

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

JCAProjectCreationDataModelVerifier.java :

73 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.JCA);

Source File: org/eclipse/wtp/j2ee/headless/tests/utility/verifiers/UtilityImportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

UtilityImportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

UtilityImportDataModelVerifier.java :

41 : return J2EEVersionConstants.UNKNOWN;

3. WARNING: DiscouragedReference

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;

4. WARNING: LocalVariableIsNeverUsed

The local variable nestedArchive is never read

UtilityImportDataModelVerifier.java :

82 : for(IArchive nestedArchive : nestedArchives) {

Source File: org/eclipse/wtp/j2ee/headless/tests/utility/verifiers/UtilityProjectCreationDataModelVerifier.java
1. WARNING: DiscouragedReference

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

UtilityProjectCreationDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

UtilityProjectCreationDataModelVerifier.java :

27 : this.facetProjectType = J2EEProjectUtilities.UTILITY;

Source File: org/eclipse/wtp/j2ee/headless/tests/web/verifiers/WebExportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

WebExportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

WebExportDataModelVerifier.java :

27 : return J2EEVersionConstants.WEB_TYPE;

3. WARNING: DiscouragedReference

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;

Source File: org/eclipse/wtp/j2ee/headless/tests/web/verifiers/WebImportDataModelVerifier.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

WebImportDataModelVerifier.java :

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

3. WARNING: DiscouragedReference

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

WebImportDataModelVerifier.java :

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

4. WARNING: DiscouragedReference

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

WebImportDataModelVerifier.java :

42 : return J2EEVersionConstants.WEB_TYPE;

5. WARNING: DiscouragedReference

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;

6. WARNING: LocalVariableIsNeverUsed

The local variable nestedArchive is never read

WebImportDataModelVerifier.java :

79 : for(IArchive nestedArchive : nestedArchives) {

7. WARNING: DiscouragedReference

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

WebImportDataModelVerifier.java :

85 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getPath().toString());

8. WARNING: DiscouragedReference

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());

9. WARNING: DiscouragedReference

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

WebImportDataModelVerifier.java :

93 : String jspUri = javaUri.substring(0, javaUri.indexOf(ArchiveUtil.DOT_JAVA));

10. WARNING: DiscouragedReference

Discouraged access: The field DOT_JAVA from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebImportDataModelVerifier.java :

93 : String jspUri = javaUri.substring(0, javaUri.indexOf(ArchiveUtil.DOT_JAVA));

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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

WebImportDataModelVerifier.java :

97 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

16. WARNING: DiscouragedReference

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;

Source File: org/eclipse/wtp/j2ee/headless/tests/web/verifiers/WebProjectCreationDataModelVerifier.java
1. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

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

3. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

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

4. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

57 : this.facetProjectType = J2EEProjectUtilities.DYNAMIC_WEB;

5. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

62 : return component.getRootFolder().getFile(J2EEConstants.WEBAPP_DD_URI).getUnderlyingFile();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

67 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

68 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_0_TEXT)){

10. WARNING: DiscouragedReference

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)){

11. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

68 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT) || version.equals(J2EEVersionConstants.VERSION_3_0_TEXT)){

12. WARNING: DiscouragedReference

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)){

13. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

79 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);

14. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

91 : IVirtualReference projRef = J2EEProjectUtilities.getComponentReference(earComponent, project.getName());

15. WARNING: DiscouragedReference

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());

16. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

100 : IPath path = new Path(J2EEConstants.APPLICATION_DD_URI);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

108 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

109 : if(version.equals(J2EEVersionConstants.VERSION_2_5_TEXT)){

21. WARNING: DiscouragedReference

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)){

22. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

127 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);

23. WARNING: DiscouragedReference

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

WebProjectCreationDataModelVerifier.java :

135 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.DYNAMIC_WEB);

Source File: org/eclipse/wtp/j2ee/headless/tets/appclient/verifiers/AppClientExportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

AppClientExportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

AppClientExportDataModelVerifier.java :

28 : return J2EEVersionConstants.APPLICATION_CLIENT_TYPE;

3. WARNING: DiscouragedReference

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;

Source File: org/eclipse/wtp/j2ee/headless/tets/appclient/verifiers/AppClientImportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

AppClientImportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

AppClientImportDataModelVerifier.java :

38 : return J2EEVersionConstants.APPLICATION_CLIENT_TYPE;

3. WARNING: DiscouragedReference

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;

4. WARNING: LocalVariableIsNeverUsed

The local variable nestedArchive is never read

AppClientImportDataModelVerifier.java :

73 : for(IArchive nestedArchive : nestedArchives) {

Source File: org/eclipse/wtp/j2ee/headless/tets/appclient/verifiers/AppClientProjectCreationDataModelVerifier.java
1. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

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

3. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

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

4. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

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

5. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

46 : this.facetProjectType = J2EEProjectUtilities.APPLICATION_CLIENT;

6. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

51 : return component.getRootFolder().getFile(J2EEConstants.APP_CLIENT_DD_URI).getUnderlyingFile();

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

56 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

57 : if(version.equals(J2EEVersionConstants.VERSION_5_0_TEXT)){

11. WARNING: DiscouragedReference

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)){

12. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

59 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_5_TEXT, client.getVersion());

13. WARNING: DiscouragedReference

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());

14. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

60 : } else if(version.equals(J2EEVersionConstants.VERSION_6_0_TEXT)){

15. WARNING: DiscouragedReference

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)){

16. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

62 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_6_TEXT, client.getVersion());

17. WARNING: DiscouragedReference

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());

18. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

71 : IDataModel facetModel = facetMap.getFacetDataModel(J2EEProjectUtilities.APPLICATION_CLIENT);

19. WARNING: LocalVariableIsNeverUsed

The local variable proj is never read

AppClientProjectCreationDataModelVerifier.java :

76 : IProject proj = ProjectUtilities.getProject(projName);

20. WARNING: DiscouragedReference

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

AppClientProjectCreationDataModelVerifier.java :

77 : IVirtualComponent appClient = ComponentUtilities.getComponent(projName);

21. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/j2ee/headless/tets/ear/verifiers/EARExportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

EARExportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

EARExportDataModelVerifier.java :

28 : return J2EEVersionConstants.APPLICATION_TYPE;

3. WARNING: DiscouragedReference

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;

Source File: org/eclipse/wtp/j2ee/headless/tets/ear/verifiers/EARImportDataModelVerifier.java
1. WARNING: DiscouragedReference

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

EARImportDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

EARImportDataModelVerifier.java :

48 : return J2EEVersionConstants.APPLICATION_TYPE;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: LocalVariableIsNeverUsed

The local variable utilityList is never read

EARImportDataModelVerifier.java :

104 : List utilityList = (List)model.getProperty(IEARComponentImportDataModelProperties.UTILITY_LIST);

8. WARNING: LocalVariableIsNeverUsed

The local variable ejbClientList is never read

EARImportDataModelVerifier.java :

105 : List ejbClientList = (List)model.getProperty(IEARComponentImportDataModelProperties.EJB_CLIENT_LIST);

9. WARNING: LocalVariableIsNeverUsed

The local variable utilityModelsList is never read

EARImportDataModelVerifier.java :

106 : List utilityModelsList = (List)model.getProperty(IEARComponentImportDataModelProperties.UTILITY_MODELS_LIST);

Source File: org/eclipse/wtp/j2ee/headless/tets/ear/verifiers/EARProjectCreationDataModelVerifier.java
1. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

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

2. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

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

3. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

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

4. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

43 : this.facetProjectType = J2EEProjectUtilities.ENTERPRISE_APPLICATION;

5. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

48 : return component.getRootFolder().getFile(J2EEConstants.APPLICATION_DD_URI).getUnderlyingFile();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

53 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(project);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

54 : if(version.equals(J2EEVersionConstants.VERSION_5_0_TEXT)){

10. WARNING: DiscouragedReference

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)){

11. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

56 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_5_TEXT, ear.getVersion());

12. WARNING: DiscouragedReference

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());

13. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

57 : } else if(version.equals(J2EEVersionConstants.VERSION_6_0_TEXT)){

14. WARNING: DiscouragedReference

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)){

15. WARNING: DiscouragedReference

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

EARProjectCreationDataModelVerifier.java :

59 : Assert.assertEquals("Invalid project version", J2EEVersionConstants.VERSION_6_TEXT, ear.getVersion());

16. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/exportmodel/ExportModelTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

ExportModelTest.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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[]{})));

15. WARNING: DiscouragedReference

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[]{})));

16. WARNING: DiscouragedReference

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"})));

17. WARNING: DiscouragedReference

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"})));

18. WARNING: DiscouragedReference

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"})));

19. WARNING: DiscouragedReference

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"})));

20. WARNING: DiscouragedReference

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"})));

21. WARNING: DiscouragedReference

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"})));

22. WARNING: DiscouragedReference

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"})));

23. WARNING: DiscouragedReference

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"})));

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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();

28. WARNING: DiscouragedReference

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();

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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();

34. WARNING: DiscouragedReference

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();

35. WARNING: DiscouragedReference

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 {

36. WARNING: DiscouragedReference

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();

37. WARNING: DiscouragedReference

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();

38. WARNING: DiscouragedReference

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();

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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();

45. WARNING: DiscouragedReference

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();

46. WARNING: DiscouragedReference

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) {

47. WARNING: DiscouragedReference

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)

48. WARNING: DiscouragedReference

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());

49. WARNING: DiscouragedReference

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());

50. WARNING: DiscouragedReference

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) {

51. WARNING: DiscouragedReference

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) {

52. WARNING: DiscouragedReference

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());

53. WARNING: DiscouragedReference

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());

54. WARNING: DiscouragedReference

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);

55. WARNING: DiscouragedReference

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)

56. WARNING: DiscouragedReference

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);

57. WARNING: DiscouragedReference

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);

58. WARNING: DiscouragedReference

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) {

59. WARNING: DiscouragedReference

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

ExportModelTest.java :

195 : StructureEdit structureEdit = null;

60. WARNING: DiscouragedReference

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

ExportModelTest.java :

196 : structureEdit = StructureEdit.getStructureEditForRead(project);

61. WARNING: DiscouragedReference

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);

62. WARNING: DiscouragedReference

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();

63. WARNING: DiscouragedReference

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();

64. WARNING: DiscouragedReference

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();

65. WARNING: DiscouragedReference

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>();

66. WARNING: DiscouragedReference

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>();

67. WARNING: DiscouragedReference

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());

68. WARNING: DiscouragedReference

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

69. WARNING: DiscouragedReference

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

Source File: org/eclipse/wtp/j2ee/headless/tests/exportmodel/TestExportReferenceResolver.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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 {

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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) {

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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());

16. WARNING: DiscouragedReference

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());

17. WARNING: DiscouragedReference

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()));

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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) {

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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) {

24. WARNING: DiscouragedReference

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();

25. WARNING: DiscouragedReference

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());

26. WARNING: DiscouragedReference

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());

27. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wtp/j2ee/headless/tests/exportmodel/TestExportVirtualComponent.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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(""));

6. WARNING: DiscouragedReference

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 {

7. WARNING: DiscouragedReference

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("/"));

8. WARNING: DiscouragedReference

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)

9. WARNING: DiscouragedReference

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)