Compiler Report

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

Number of source files: 48 Number of classfiles: 60

Problems: 192 (Errors: 0 Warnings: 192 )

Source File: org/eclipse/jst/jee/JEEPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

JEEPlugin.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

JEEPlugin.java :

19 : public class JEEPlugin extends WTPPlugin {

3. WARNING: DiscouragedReference

Discouraged access: The method start(BundleContext) from the type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

JEEPlugin.java :

40 : super.start(context);

Source File: org/eclipse/jst/jee/internal/deployables/JEEDeployableFactory.java
1. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

2. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

3. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

27 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;

4. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

28 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JEEDeployableFactory.java :

30 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

6. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

7. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

93 : if (J2EEProjectUtilities.isJEEProject(component.getProject())) {

8. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

93 : if (J2EEProjectUtilities.isJEEProject(component.getProject())) {

9. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

95 : String type = J2EEProjectUtilities.getJ2EEProjectType(component.getProject());

10. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

95 : String type = J2EEProjectUtilities.getJ2EEProjectType(component.getProject());

11. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

97 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(component.getProject());

12. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

97 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(component.getProject());

13. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

104 : if (J2EEProjectUtilities.ENTERPRISE_APPLICATION.equals(type))

14. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

124 : JavaEEQuickPeek qp = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(moduleComponent);

15. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

129 : if (qp.getType() == JavaEEQuickPeek.UNKNOWN) {

16. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

129 : if (qp.getType() == JavaEEQuickPeek.UNKNOWN) {

17. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

129 : if (qp.getType() == JavaEEQuickPeek.UNKNOWN) {

18. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

136 : switch (qp.getType()) {

19. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

137 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

20. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

137 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

21. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

138 : moduleType = J2EEProjectUtilities.APPLICATION_CLIENT;

22. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

140 : case JavaEEQuickPeek.WEB_TYPE:

23. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

140 : case JavaEEQuickPeek.WEB_TYPE:

24. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

143 : case JavaEEQuickPeek.EJB_TYPE:

25. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

143 : case JavaEEQuickPeek.EJB_TYPE:

26. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

146 : case JavaEEQuickPeek.CONNECTOR_TYPE:

27. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

146 : case JavaEEQuickPeek.CONNECTOR_TYPE:

28. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

149 : case JavaEEQuickPeek.APPLICATION_TYPE:

29. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

149 : case JavaEEQuickPeek.APPLICATION_TYPE:

30. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

154 : moduleVersion = J2EEVersionConstants.VERSION_1_0_TEXT;

31. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

154 : moduleVersion = J2EEVersionConstants.VERSION_1_0_TEXT;

32. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

157 : int version = qp.getVersion();

33. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

158 : moduleVersion = J2EEVersionUtil.convertVersionIntToString(version);

34. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

158 : moduleVersion = J2EEVersionUtil.convertVersionIntToString(version);

35. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

162 : J2EEFlexProjDeployable moduleDelegate = new J2EEFlexProjDeployable(moduleComponent.getProject(), moduleComponent);

36. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

162 : J2EEFlexProjDeployable moduleDelegate = new J2EEFlexProjDeployable(moduleComponent.getProject(), moduleComponent);

37. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

162 : J2EEFlexProjDeployable moduleDelegate = new J2EEFlexProjDeployable(moduleComponent.getProject(), moduleComponent);

38. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

165 : moduleDelegate.getURI(nestedModule);

39. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

182 : new Path(StructureEdit.MODULE_META_FILE_NAME), // component

40. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

182 : new Path(StructureEdit.MODULE_META_FILE_NAME), // component

Source File: org/eclipse/jst/jee/internal/deployables/JEEFlexProjDeployable.java
1. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

19 : import org.eclipse.jst.j2ee.internal.EjbModuleExtensionHelper;

2. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

20 : import org.eclipse.jst.j2ee.internal.IEJBModelExtenderManager;

3. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

21 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;

4. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

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

5. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

39 : public class JEEFlexProjDeployable extends J2EEFlexProjDeployable {

6. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

48 : super(project, aComponent);

7. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

57 : super(project);

8. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

64 : if (J2EEProjectUtilities.isEARProject(component.getProject()))

9. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

64 : if (J2EEProjectUtilities.isEARProject(component.getProject()))

10. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

64 : if (J2EEProjectUtilities.isEARProject(component.getProject()))

11. WARNING: DiscouragedReference

Discouraged access: The method shouldIncludeUtilityComponent(IVirtualComponent, IVirtualReference[], ArtifactEdit) from the type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

67 : return super.shouldIncludeUtilityComponent(virtualComp, references, null);

12. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

71 : if (!J2EEProjectUtilities.isEJBProject(component.getProject()))

13. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

71 : if (!J2EEProjectUtilities.isEJBProject(component.getProject()))

14. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

71 : if (!J2EEProjectUtilities.isEJBProject(component.getProject()))

15. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

74 : EjbModuleExtensionHelper modHelper = null;

16. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

77 : IModelProvider model = ModelProviderManager.getModelProvider(component.getProject());

17. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

81 : modHelper = IEJBModelExtenderManager.INSTANCE.getEJBModuleExtension(null);

18. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

81 : modHelper = IEJBModelExtenderManager.INSTANCE.getEJBModuleExtension(null);

19. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

81 : modHelper = IEJBModelExtenderManager.INSTANCE.getEJBModuleExtension(null);

20. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

82 : return modHelper == null ? null : modHelper.getJavaEEJNDIName(jar, bean, interfaceName);

21. WARNING: UnusedPrivateMethod

The method getContainedURI(IModule) from the type JEEFlexProjDeployable is never used locally

JEEFlexProjDeployable.java :

104 : private String getContainedURI(IModule module) {

22. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

105 : if (component instanceof J2EEModuleVirtualArchiveComponent || isBinaryModuleArchive(module))

23. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

105 : if (component instanceof J2EEModuleVirtualArchiveComponent || isBinaryModuleArchive(module))

24. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

110 : if (comp!=null && component!=null && J2EEProjectUtilities.isEARProject(component.getProject())) {

25. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

110 : if (comp!=null && component!=null && J2EEProjectUtilities.isEARProject(component.getProject())) {

26. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

110 : if (comp!=null && component!=null && J2EEProjectUtilities.isEARProject(component.getProject())) {

27. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

110 : if (comp!=null && component!=null && J2EEProjectUtilities.isEARProject(component.getProject())) {

28. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

113 : IVirtualReference [] refs = component.getReferences();

29. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

122 : earEdit = EARArtifactEdit.getEARArtifactEditForRead(component);

30. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

138 : IModule module = super.gatherModuleReference(component, targetComponent);

31. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

141 : if (J2EEProjectUtilities.isEARProject(component.getProject()) || targetComponent.getProject()!=component.getProject())

32. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

141 : if (J2EEProjectUtilities.isEARProject(component.getProject()) || targetComponent.getProject()!=component.getProject())

33. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

156 : IVirtualReference reference = getReferenceNamed(references,aComponent.getName());

Source File: org/eclipse/jst/jee/project/facet/EarFacetInstallDelegate.java
1. WARNING: DiscouragedReference

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

EarFacetInstallDelegate.java :

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

2. WARNING: DiscouragedReference

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

EarFacetInstallDelegate.java :

69 : IFile appXmlFile = earroot.getUnderlyingFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

3. WARNING: DiscouragedReference

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

EarFacetInstallDelegate.java :

69 : IFile appXmlFile = earroot.getUnderlyingFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

Source File: org/eclipse/jst/jee/project/facet/EarFacetPostInstallDelegate.java
1. WARNING: DiscouragedReference

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

EarFacetPostInstallDelegate.java :

25 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;

2. WARNING: DiscouragedReference

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

EarFacetPostInstallDelegate.java :

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

3. WARNING: DiscouragedReference

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

EarFacetPostInstallDelegate.java :

62 : JavaProjectMigrationOperation utilOp = J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(depProject);

4. WARNING: DiscouragedReference

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

EarFacetPostInstallDelegate.java :

62 : JavaProjectMigrationOperation utilOp = J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(depProject);

5. WARNING: DiscouragedReference

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

EarFacetPostInstallDelegate.java :

70 : final IDataModel dataModel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

6. WARNING: DiscouragedReference

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

EarFacetPostInstallDelegate.java :

70 : final IDataModel dataModel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

Source File: org/eclipse/jst/jee/contenttype/JEEContentDescriber.java
1. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

19 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

2. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

33 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(contents);

3. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

33 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(contents);

4. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

33 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(contents);

5. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

34 : switch (quickPeek.getType()) {

6. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

35 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

7. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

35 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

8. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

36 : case JavaEEQuickPeek.APPLICATION_TYPE:

9. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

36 : case JavaEEQuickPeek.APPLICATION_TYPE:

10. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

37 : switch (quickPeek.getVersion()) {

11. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

38 : case JavaEEQuickPeek.JEE_5_0_ID:

12. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

38 : case JavaEEQuickPeek.JEE_5_0_ID:

13. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

42 : case JavaEEQuickPeek.EJB_TYPE:

14. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

42 : case JavaEEQuickPeek.EJB_TYPE:

15. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

43 : switch (quickPeek.getVersion()) {

16. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

44 : case JavaEEQuickPeek.EJB_3_0_ID:

17. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

44 : case JavaEEQuickPeek.EJB_3_0_ID:

18. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

48 : case JavaEEQuickPeek.WEB_TYPE:

19. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

48 : case JavaEEQuickPeek.WEB_TYPE:

20. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

49 : switch (quickPeek.getVersion()) {

21. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

50 : case JavaEEQuickPeek.WEB_2_5_ID:

22. WARNING: DiscouragedReference

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

JEEContentDescriber.java :

50 : case JavaEEQuickPeek.WEB_2_5_ID:

Source File: org/eclipse/jst/jee/model/internal/AppClient5ModelProvider.java
1. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

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

2. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

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

3. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

33 : setDefaultResourcePath(new Path(J2EEConstants.APP_CLIENT_DD_URI));

4. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

33 : setDefaultResourcePath(new Path(J2EEConstants.APP_CLIENT_DD_URI));

5. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

50 : dd.getXMLNSPrefixMap().put("", J2EEConstants.JAVAEE_NS_URL); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

50 : dd.getXMLNSPrefixMap().put("", J2EEConstants.JAVAEE_NS_URL); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

51 : dd.getXMLNSPrefixMap().put("xsi", J2EEConstants.XSI_NS_URL); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

51 : dd.getXMLNSPrefixMap().put("xsi", J2EEConstants.XSI_NS_URL); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

52 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.APP_CLIENT_SCHEMA_LOC_5);

10. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

52 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.APP_CLIENT_SCHEMA_LOC_5);

11. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

52 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.APP_CLIENT_SCHEMA_LOC_5);

12. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

52 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.APP_CLIENT_SCHEMA_LOC_5);

13. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

58 : client.setVersion(J2EEVersionConstants.VERSION_5_TEXT);

14. WARNING: DiscouragedReference

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

AppClient5ModelProvider.java :

58 : client.setVersion(J2EEVersionConstants.VERSION_5_TEXT);

Source File: org/eclipse/jst/jee/model/internal/EAR5ModelProvider.java
1. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

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

2. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

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

3. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

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

4. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

40 : setDefaultResourcePath(new Path(J2EEConstants.APPLICATION_DD_URI));

5. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

40 : setDefaultResourcePath(new Path(J2EEConstants.APPLICATION_DD_URI));

6. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

73 : if (webProject == null || !J2EEProjectUtilities.isDynamicWebProject(webProject))

7. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

73 : if (webProject == null || !J2EEProjectUtilities.isDynamicWebProject(webProject))

8. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

86 : dd.getXMLNSPrefixMap().put("", J2EEConstants.JAVAEE_NS_URL); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

86 : dd.getXMLNSPrefixMap().put("", J2EEConstants.JAVAEE_NS_URL); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

87 : dd.getXMLNSPrefixMap().put("xsi", J2EEConstants.XSI_NS_URL); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

87 : dd.getXMLNSPrefixMap().put("xsi", J2EEConstants.XSI_NS_URL); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

88 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.APPLICATION_SCHEMA_LOC_5);

13. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

88 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.APPLICATION_SCHEMA_LOC_5);

14. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

88 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.APPLICATION_SCHEMA_LOC_5);

15. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

88 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.APPLICATION_SCHEMA_LOC_5);

16. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

93 : ear.setVersion(J2EEVersionConstants.VERSION_5_TEXT);

17. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

93 : ear.setVersion(J2EEVersionConstants.VERSION_5_TEXT);

18. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

105 : if (webProject == null || !J2EEProjectUtilities.isDynamicWebProject(webProject))

19. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

105 : if (webProject == null || !J2EEProjectUtilities.isDynamicWebProject(webProject))

Source File: org/eclipse/jst/jee/model/internal/JEE5ModelProvider.java
1. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

48 : import org.eclipse.jst.javaee.core.internal.util.JavaeeResourceImpl;

2. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

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

3. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

52 : import org.eclipse.wst.common.componentcore.internal.impl.PlatformURLModuleConnection;

4. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

55 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

6. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

56 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.ResourceStateInputProvider;

7. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

57 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.ResourceStateValidator;

8. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

58 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.ResourceStateValidatorImpl;

9. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

59 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.ResourceStateValidatorPresenter;

10. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

61 : public class JEE5ModelProvider implements IModelProvider, ResourceStateInputProvider, ResourceStateValidator, IModelProviderListener{

11. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

61 : public class JEE5ModelProvider implements IModelProvider, ResourceStateInputProvider, ResourceStateValidator, IModelProviderListener{

12. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

66 : protected ResourceStateValidator stateValidator;

13. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

128 : URI moduleuri = ModuleURIUtil.fullyQualifyURI(proj,getContentTypeDescriber());

14. WARNING: DiscouragedReference

Discouraged access: The method fullyQualifyURI(IProject, String) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JEE5ModelProvider.java :

128 : URI moduleuri = ModuleURIUtil.fullyQualifyURI(proj,getContentTypeDescriber());

15. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

130 : URI resourceURI = URI.createURI(PlatformURLModuleConnection.MODULE_PROTOCOL + requestPath.toString());

16. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

130 : URI resourceURI = URI.createURI(PlatformURLModuleConnection.MODULE_PROTOCOL + requestPath.toString());

17. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

181 : res= (XMLResourceImpl)((FlexibleProjectResourceSet)resourceSet).createResource(getModuleURI(uri),WTPResourceFactoryRegistry.INSTANCE.getFactory(uri, getContentType(getContentTypeDescriber())));

18. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI, IContentDescription) from the type WTPResourceFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JEE5ModelProvider.java :

181 : res= (XMLResourceImpl)((FlexibleProjectResourceSet)resourceSet).createResource(getModuleURI(uri),WTPResourceFactoryRegistry.INSTANCE.getFactory(uri, getContentType(getContentTypeDescriber())));

19. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

181 : res= (XMLResourceImpl)((FlexibleProjectResourceSet)resourceSet).createResource(getModuleURI(uri),WTPResourceFactoryRegistry.INSTANCE.getFactory(uri, getContentType(getContentTypeDescriber())));

20. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

233 : IFile file = WorkbenchResourceHelper.getFile(getModelResource(modelPath));

21. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

233 : IFile file = WorkbenchResourceHelper.getFile(getModelResource(modelPath));

22. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

246 : JavaeeResourceImpl res = (JavaeeResourceImpl)getModelResource(modelPath);

23. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

246 : JavaeeResourceImpl res = (JavaeeResourceImpl)getModelResource(modelPath);

24. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

253 : res.save(Collections.EMPTY_MAP,true);

25. WARNING: DiscouragedReference

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

JEE5ModelProvider.java :

255 : res.save(Collections.EMPTY_MAP);

26. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

450 : public ResourceStateValidator getStateValidator() {

27. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

461 : private ResourceStateValidator createStateValidator() {

28. WARNING: DiscouragedReference

Discouraged access: The constructor ResourceStateValidatorImpl(ResourceStateInputProvider) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

462 : return new ResourceStateValidatorImpl(this);

29. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

462 : return new ResourceStateValidatorImpl(this);

30. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

469 : public void checkActivation(ResourceStateValidatorPresenter presenter) throws CoreException {

31. WARNING: DiscouragedReference

Discouraged access: The method checkActivation(ResourceStateValidatorPresenter) from the type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

470 : getStateValidator().checkActivation(presenter);

32. WARNING: DiscouragedReference

Discouraged access: The method checkReadOnly() from the type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

475 : return getStateValidator().checkReadOnly();

33. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

478 : public boolean checkSave(ResourceStateValidatorPresenter presenter) throws CoreException {

34. WARNING: DiscouragedReference

Discouraged access: The method checkSave(ResourceStateValidatorPresenter) from the type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

479 : return getStateValidator().checkSave(presenter);

35. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

482 : public void lostActivation(ResourceStateValidatorPresenter presenter) throws CoreException {

36. WARNING: DiscouragedReference

Discouraged access: The method lostActivation(ResourceStateValidatorPresenter) from the type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

483 : getStateValidator().lostActivation(presenter);

37. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

487 : public IStatus validateState(ResourceStateValidatorPresenter presenter) throws CoreException {

38. WARNING: DiscouragedReference

Discouraged access: The method validateState(ResourceStateValidatorPresenter) from the type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JEE5ModelProvider.java :

490 : return getStateValidator().validateState(presenter);

Source File: org/eclipse/jst/jee/project/facet/AppClientCreateDeploymentFilesOperation.java
1. WARNING: LocalVariableIsNeverUsed

The local variable component is never read

AppClientCreateDeploymentFilesOperation.java :

20 : final IVirtualComponent component = ComponentCore.createComponent(project);

Source File: org/eclipse/jst/jee/project/facet/EJBCreateDeploymentFilesOperation.java
1. WARNING: LocalVariableIsNeverUsed

The local variable component is never read

EJBCreateDeploymentFilesOperation.java :

20 : final IVirtualComponent component = ComponentCore.createComponent(project);

Source File: org/eclipse/jst/jee/project/facet/EarCreateDeploymentFilesOperation.java
1. WARNING: DiscouragedReference

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

EarCreateDeploymentFilesOperation.java :

9 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;

2. WARNING: DiscouragedReference

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

EarCreateDeploymentFilesOperation.java :

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

3. WARNING: DiscouragedReference

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

EarCreateDeploymentFilesOperation.java :

33 : IVirtualReference[] componentReferences = J2EEProjectUtilities.getJ2EEModuleReferences(component);

4. WARNING: DiscouragedReference

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

EarCreateDeploymentFilesOperation.java :

33 : IVirtualReference[] componentReferences = J2EEProjectUtilities.getJ2EEModuleReferences(component);

5. WARNING: DiscouragedReference

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

EarCreateDeploymentFilesOperation.java :

35 : final IDataModel dataModel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

6. WARNING: DiscouragedReference

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

EarCreateDeploymentFilesOperation.java :

35 : final IDataModel dataModel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

Source File: org/eclipse/jst/jee/project/facet/WebCreateDeploymentFilesOperation.java
1. WARNING: LocalVariableIsNeverUsed

The local variable component is never read

WebCreateDeploymentFilesOperation.java :

26 : final IVirtualComponent component = ComponentCore.createComponent(project);

Source File: org/eclipse/jst/jee/model/internal/common/AbstractAnnotationFactory.java
1. WARNING: UnusedImport

The import org.eclipse.jst.javaee.ejb.SessionBean is never used

AbstractAnnotationFactory.java :

37 : import org.eclipse.jst.javaee.ejb.SessionBean;

2. WARNING: LocalVariableIsNeverUsed

The local variable declaringType is never read

AbstractAnnotationFactory.java :

353 : IType declaringType = member.getDeclaringType();

Source File: org/eclipse/jst/jee/model/internal/common/AbstractAnnotationModelProvider.java
1. WARNING: UnusedImport

The import org.eclipse.jst.javaee.ejb.SessionBean is never used

AbstractAnnotationModelProvider.java :

44 : import org.eclipse.jst.javaee.ejb.SessionBean;

Source File: org/eclipse/jst/jee/model/internal/mergers/EJBRefsMerger.java
1. WARNING: UnusedPrivateMethod

The method isMatchingTargetBean(Object, Object) from the type EJBRefsMerger is never used locally

EJBRefsMerger.java :

108 : private static boolean isMatchingTargetBean(Object localRef, Object annotatedRef) throws ModelException {

2. WARNING: AssignmentHasNoEffect

The assignment to variable annRefReferencingBean has no effect

EJBRefsMerger.java :

120 : String annRefReferencingBean = annRefReferencingBean = (localRef instanceof EjbRef) ? ((EjbRef)localRef).getEjbLink() : ((EjbLocalRef)localRef).getEjbLink();