Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 30 Number of classfiles: 37

Problems: 227 (Errors: 0 Warnings: 227 )

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

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

2. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

3. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

39 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

7. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

60 : ModuleCoreNature nature = (ModuleCoreNature) project.getNature(IModuleConstants.MODULE_NATURE_ID);

8. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NATURE_ID from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

60 : ModuleCoreNature nature = (ModuleCoreNature) project.getNature(IModuleConstants.MODULE_NATURE_ID);

9. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

10. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEDeployableFactory.java :

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

11. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

12. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEDeployableFactory.java :

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

13. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

14. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEDeployableFactory.java :

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

15. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

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

16. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

144 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.EJB);

17. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

144 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.EJB);

18. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

144 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.EJB);

19. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

146 : moduleType = J2EEProjectUtilities.EJB;

20. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

150 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.DYNAMIC_WEB);

21. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

150 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.DYNAMIC_WEB);

22. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

150 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.DYNAMIC_WEB);

23. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

152 : moduleType = J2EEProjectUtilities.DYNAMIC_WEB;

24. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

156 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.JCA);

25. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

156 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.JCA);

26. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

156 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.JCA);

27. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

158 : moduleType = J2EEProjectUtilities.JCA;

28. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

162 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.APPLICATION_CLIENT);

29. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

162 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.APPLICATION_CLIENT);

30. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

162 : moduleEdit = ComponentUtilities.getArtifactEditForRead(moduleComponent, J2EEProjectUtilities.APPLICATION_CLIENT);

31. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

164 : moduleType = J2EEProjectUtilities.APPLICATION_CLIENT;

32. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

172 : moduleVersion = J2EEProjectUtilities.UTILITY;

33. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

173 : moduleType = J2EEVersionConstants.VERSION_1_0_TEXT;

34. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

173 : moduleType = J2EEVersionConstants.VERSION_1_0_TEXT;

35. WARNING: DiscouragedReference

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

JEEDeployableFactory.java :

178 : 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEDeployableFactory.java :

178 : 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEDeployableFactory.java :

178 : 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEDeployableFactory.java :

181 : moduleDelegate.getURI(nestedModule);

39. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

202 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEEDeployableFactory.java :

202 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEEFlexProjDeployable.java :

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

2. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

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

3. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

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

4. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

32 : public class JEEFlexProjDeployable extends J2EEFlexProjDeployable {

5. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

41 : super(project, aComponent);

6. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

50 : super(project);

7. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

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

8. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The field component from the type ComponentDeployable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.103.v200802192030.jar

JEEFlexProjDeployable.java :

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

10. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

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

11. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

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

12. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The field component from the type ComponentDeployable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.103.v200802192030.jar

JEEFlexProjDeployable.java :

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

14. WARNING: DiscouragedReference

Discouraged access: The type EjbModuleExtensionHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEEFlexProjDeployable.java :

67 : EjbModuleExtensionHelper modHelper = null;

15. WARNING: LocalVariableIsNeverUsed

The local variable modHelper is never read

JEEFlexProjDeployable.java :

67 : EjbModuleExtensionHelper modHelper = null;

16. WARNING: LocalVariableIsNeverUsed

The local variable jar is never read

JEEFlexProjDeployable.java :

68 : EJBJar jar = null;

17. WARNING: UnusedPrivateMethod

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

JEEFlexProjDeployable.java :

82 : private String getContainedURI(IModule module) {

18. WARNING: DiscouragedReference

Discouraged access: The field component from the type ComponentDeployable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.103.v200802192030.jar

JEEFlexProjDeployable.java :

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

19. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

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

20. WARNING: DiscouragedReference

Discouraged access: The field component from the type ComponentDeployable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.103.v200802192030.jar

JEEFlexProjDeployable.java :

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

21. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

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

22. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

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

23. WARNING: DiscouragedReference

Discouraged access: The field component from the type ComponentDeployable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.103.v200802192030.jar

JEEFlexProjDeployable.java :

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

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.103.v200802192030.jar

JEEFlexProjDeployable.java :

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

25. WARNING: DiscouragedReference

Discouraged access: The field component from the type ComponentDeployable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.103.v200802192030.jar

JEEFlexProjDeployable.java :

100 : earEdit = EARArtifactEdit.getEARArtifactEditForRead(component);

26. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

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

27. WARNING: DiscouragedReference

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

JEEFlexProjDeployable.java :

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

28. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

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

29. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JEEFlexProjDeployable.java :

134 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-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-R2.0.2-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-R2.0.2-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-R2.0.2-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-R2.0.2-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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetPostInstallDelegate.java :

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

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

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetInstallDelegate.java :

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

2. WARNING: LocalVariableIsNeverUsed

The local variable c is never read

AppClientFacetInstallDelegate.java :

60 : final IVirtualComponent c = createFlexibleProject(monitor, project, model, jproj);

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetInstallDelegate.java :

114 : IFile appClientFile = sourceFolder.getFile(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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetInstallDelegate.java :

114 : IFile appClientFile = sourceFolder.getFile(new Path(J2EEConstants.APP_CLIENT_DD_URI));

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

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

AppClientFacetPostInstallDelegate.java :

23 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProperties;

2. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

24 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

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

4. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

26 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

5. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

27 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;

6. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

33 : import org.eclipse.wst.common.componentcore.internal.operation.IArtifactEditOperationDataModelProperties;

8. WARNING: LocalVariableIsNeverUsed

The local variable c is never read

AppClientFacetPostInstallDelegate.java :

50 : final IVirtualComponent c = ComponentCore.createComponent(project);

9. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

87 : IDataModel mainClassDataModel = DataModelFactory.createDataModel(NewJavaClassDataModelProvider.class);

10. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

88 : mainClassDataModel.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, project.getName());

11. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

88 : mainClassDataModel.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, project.getName());

12. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

89 : mainClassDataModel.setProperty(INewJavaClassDataModelProperties.CLASS_NAME, "Main"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetPostInstallDelegate.java :

89 : mainClassDataModel.setProperty(INewJavaClassDataModelProperties.CLASS_NAME, "Main"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

90 : mainClassDataModel.setBooleanProperty(INewJavaClassDataModelProperties.MAIN_METHOD, true);

15. WARNING: DiscouragedReference

Discouraged access: The field MAIN_METHOD from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetPostInstallDelegate.java :

90 : mainClassDataModel.setBooleanProperty(INewJavaClassDataModelProperties.MAIN_METHOD, true);

16. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

92 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst(project, null);

17. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

92 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst(project, null);

18. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

95 : mainClassDataModel.setProperty(INewJavaClassDataModelProperties.SOURCE_FOLDER, projRelativeSourcePath);

19. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetPostInstallDelegate.java :

95 : mainClassDataModel.setProperty(INewJavaClassDataModelProperties.SOURCE_FOLDER, projRelativeSourcePath);

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

106 : IVirtualFile vf = appClientComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

21. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

106 : IVirtualFile vf = appClientComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

114 : String manifestFolder = IPath.SEPARATOR + model.getStringProperty(IJ2EEModuleFacetInstallDataModelProperties.CONFIG_FOLDER) + IPath.SEPARATOR + J2EEConstants.META_INF;

23. WARNING: DiscouragedReference

Discouraged access: The field META_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

114 : String manifestFolder = IPath.SEPARATOR + model.getStringProperty(IJ2EEModuleFacetInstallDataModelProperties.CONFIG_FOLDER) + IPath.SEPARATOR + J2EEConstants.META_INF;

24. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

116 : manifestmf = container.getFile(new Path(J2EEConstants.MANIFEST_SHORT_NAME));

25. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_SHORT_NAME from the type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClientFacetPostInstallDelegate.java :

116 : manifestmf = container.getFile(new Path(J2EEConstants.MANIFEST_SHORT_NAME));

26. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

119 : IDataModel dm = DataModelFactory.createDataModel(UpdateManifestDataModelProvider.class);

27. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

120 : dm.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, project.getName());

28. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetPostInstallDelegate.java :

120 : dm.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, project.getName());

29. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

121 : dm.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);

30. WARNING: DiscouragedReference

Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetPostInstallDelegate.java :

121 : dm.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);

31. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

122 : dm.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);

32. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetPostInstallDelegate.java :

122 : dm.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);

33. WARNING: DiscouragedReference

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

AppClientFacetPostInstallDelegate.java :

123 : dm.setProperty(UpdateManifestDataModelProperties.MAIN_CLASS, "Main"); //$NON-NLS-1$

34. WARNING: DiscouragedReference

Discouraged access: The field MAIN_CLASS from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetPostInstallDelegate.java :

123 : dm.setProperty(UpdateManifestDataModelProperties.MAIN_CLASS, "Main"); //$NON-NLS-1$

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

23 : import org.eclipse.jst.javaee.applicationclient.internal.util.ApplicationclientResourceImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

5. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

40 : ApplicationclientResourceImpl appRes = (ApplicationclientResourceImpl)getModelResource(modelPath);

7. WARNING: DiscouragedReference

Discouraged access: The type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

40 : ApplicationclientResourceImpl appRes = (ApplicationclientResourceImpl)getModelResource(modelPath);

8. WARNING: DiscouragedReference

Discouraged access: The method getApplicationClient() from the type ApplicationclientResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

42 : return appRes.getApplicationClient();

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

12. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

14. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

16. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

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

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

AppClient5ModelProvider.java :

58 : client.setVersion(J2EEVersionConstants.VERSION_5_TEXT);

18. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

19 : 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EAR5ModelProvider.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

26 : import org.eclipse.jst.javaee.application.internal.util.ApplicationResourceImpl;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

6. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

49 : ApplicationResourceImpl earRes = (ApplicationResourceImpl)getModelResource(modelPath);

8. WARNING: DiscouragedReference

Discouraged access: The type ApplicationResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

49 : ApplicationResourceImpl earRes = (ApplicationResourceImpl)getModelResource(modelPath);

9. WARNING: DiscouragedReference

Discouraged access: The method getApplication() from the type ApplicationResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

51 : return earRes.getApplication();

10. WARNING: DiscouragedReference

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

EAR5ModelProvider.java :

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

11. 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EAR5ModelProvider.java :

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

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

15. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

17. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

18. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

19. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

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

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

92 : ear.setVersion(J2EEVersionConstants.VERSION_5_TEXT);

21. 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

EAR5ModelProvider.java :

92 : ear.setVersion(J2EEVersionConstants.VERSION_5_TEXT);

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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

116 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

116 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

118 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

118 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

169 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

169 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

169 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

221 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

221 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

234 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

234 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

241 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.104.v200802192030.jar

JEE5ModelProvider.java :

243 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

438 : public ResourceStateValidator getStateValidator() {

27. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

449 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

450 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

450 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

457 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

458 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

463 : return getStateValidator().checkReadOnly();

33. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

466 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

467 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

470 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

471 : getStateValidator().lostActivation(presenter);

37. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

475 : 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

JEE5ModelProvider.java :

478 : 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-R2.0.2-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-R2.0.2-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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarCreateDeploymentFilesOperation.java :

35 : 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarCreateDeploymentFilesOperation.java :

35 : 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarCreateDeploymentFilesOperation.java :

37 : 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-R2.0.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarCreateDeploymentFilesOperation.java :

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