Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A58, 3.6.0

Number of source files: 395 Number of classfiles: 484

Problems: 3760 (Errors: 0 Warnings: 3760 )

Source File: org/eclipse/jst/j2ee/internal/deploy/DeployerRegistry.java
1. WARNING: DiscouragedReference

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

DeployerRegistry.java :

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

2. WARNING: DiscouragedReference

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

DeployerRegistry.java :

188 : IVirtualComponent comp = ComponentUtilities.findComponent(module);

3. WARNING: DiscouragedReference

Discouraged access: The method findComponent(EObject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

DeployerRegistry.java :

188 : IVirtualComponent comp = ComponentUtilities.findComponent(module);

Source File: org/eclipse/jst/j2ee/internal/deploy/J2EEDeployHelper.java
1. WARNING: DiscouragedReference

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

J2EEDeployHelper.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployHelper.java :

28 : import org.eclipse.wst.common.internal.emf.utilities.ICommandContext;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployHelper.java :

41 : public static EJBJar getEJBJar(IResource resource, ICommandContext context) {

4. WARNING: DiscouragedReference

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

J2EEDeployHelper.java :

47 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

5. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDeployHelper.java :

47 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

6. WARNING: DiscouragedReference

Discouraged access: The type ICommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployHelper.java :

63 : public static Application getApplication(IResource resource, ICommandContext context) {

7. WARNING: DiscouragedReference

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

J2EEDeployHelper.java :

69 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

8. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDeployHelper.java :

69 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

9. WARNING: DiscouragedReference

Discouraged access: The type ICommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployHelper.java :

85 : public static ApplicationClient getAppClient(IResource resource, ICommandContext context) {

10. WARNING: DiscouragedReference

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

J2EEDeployHelper.java :

91 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

11. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDeployHelper.java :

91 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

12. WARNING: DiscouragedReference

Discouraged access: The type ICommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployHelper.java :

107 : public static WebApp getWebApp(IResource resource, ICommandContext context) {

13. WARNING: DiscouragedReference

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

J2EEDeployHelper.java :

113 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

14. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDeployHelper.java :

113 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

15. WARNING: DiscouragedReference

Discouraged access: The type ICommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployHelper.java :

129 : public static Connector getConnector(IResource resource, ICommandContext context) {

16. WARNING: DiscouragedReference

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

J2EEDeployHelper.java :

135 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

17. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDeployHelper.java :

135 : edit = (EnterpriseArtifactEdit)ComponentUtilities.getArtifactEditForRead(comp);

Source File: org/eclipse/jst/j2ee/internal/deploy/J2EEDeployOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

47 : import org.eclipse.wst.common.internal.emf.utilities.CommandContext;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

48 : import org.eclipse.wst.common.internal.emf.utilities.ICommand;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommand2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

49 : import org.eclipse.wst.common.internal.emf.utilities.ICommand2;

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

50 : import org.eclipse.wst.common.internal.emf.utilities.ICommandContext;

5. WARNING: DiscouragedReference

Discouraged access: The type ICommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

162 : ICommand dep = null;

6. WARNING: DiscouragedReference

Discouraged access: The type ICommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

164 : dep = (ICommand) ((IConfigurationElement) visitors.get(i)).createExecutableExtension(DeployerRegistryReader.DEPLOYER_CLASS);

7. WARNING: DiscouragedReference

Discouraged access: The method init(Object[]) from the type ICommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

171 : dep.init(selection);

8. WARNING: DiscouragedReference

Discouraged access: The type ICommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

181 : ICommandContext ctx = new CommandContext(monitor, null, eObject.eResource().getResourceSet());

9. WARNING: DiscouragedReference

Discouraged access: The constructor CommandContext(IProgressMonitor, Map, ResourceSet) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

181 : ICommandContext ctx = new CommandContext(monitor, null, eObject.eResource().getResourceSet());

10. WARNING: DiscouragedReference

Discouraged access: The type CommandContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

181 : ICommandContext ctx = new CommandContext(monitor, null, eObject.eResource().getResourceSet());

11. WARNING: DiscouragedReference

Discouraged access: The method execute(IResource, IResourceDelta, ICommandContext) from the type ICommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

183 : dep.execute(proj, null, ctx);

12. WARNING: DiscouragedReference

Discouraged access: The type ICommand2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

184 : if (dep instanceof ICommand2) {

13. WARNING: DiscouragedReference

Discouraged access: The method getAffectedProjects() from the type ICommand2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

185 : List<IProject> changedProjects = ((ICommand2) dep).getAffectedProjects();

14. WARNING: DiscouragedReference

Discouraged access: The type ICommand2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEDeployOperation.java :

185 : List<IProject> changedProjects = ((ICommand2) dep).getAffectedProjects();

Source File: org/eclipse/jst/j2ee/internal/deployables/EnterpriseApplicationDeployableAdapterUtil.java
1. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EnterpriseApplicationDeployableAdapterUtil.java :

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

3. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

94 : if (file.getProjectRelativePath().toString().endsWith(J2EEConstants.APPLICATION_DD_URI)) {

4. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

94 : if (file.getProjectRelativePath().toString().endsWith(J2EEConstants.APPLICATION_DD_URI)) {

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EnterpriseApplicationDeployableAdapterUtil.java :

118 : IResource eclipeServResoruce = WorkbenchResourceHelper.getFile(servResource);

6. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

118 : IResource eclipeServResoruce = WorkbenchResourceHelper.getFile(servResource);

Source File: org/eclipse/jst/j2ee/internal/deployables/FlexibleProjectServerUtil.java
1. WARNING: DiscouragedReference

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

FlexibleProjectServerUtil.java :

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

2. WARNING: DiscouragedReference

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

FlexibleProjectServerUtil.java :

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

3. WARNING: DiscouragedReference

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

FlexibleProjectServerUtil.java :

22 : public static IJ2EEModule getModuleDelegate(WorkbenchComponent component) {

4. WARNING: DiscouragedReference

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

FlexibleProjectServerUtil.java :

35 : public static IModule getModule(WorkbenchComponent component) {

5. WARNING: DiscouragedReference

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

FlexibleProjectServerUtil.java :

36 : return getModule(StructureEdit.getContainingProject(component));

6. WARNING: DiscouragedReference

Discouraged access: The method getContainingProject(WorkbenchComponent) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectServerUtil.java :

36 : return getModule(StructureEdit.getContainingProject(component));

Source File: org/eclipse/jst/j2ee/internal/deployables/J2EEDeployableFactory.java
1. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

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

2. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

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

3. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

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

4. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

36 : import org.eclipse.wst.common.componentcore.internal.flat.IChildModuleReference;

5. WARNING: DiscouragedReference

Discouraged access: The type Module is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

40 : import org.eclipse.wst.server.core.internal.Module;

6. WARNING: DiscouragedReference

Discouraged access: The type ModuleFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

41 : import org.eclipse.wst.server.core.internal.ModuleFactory;

7. WARNING: DiscouragedReference

Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

42 : import org.eclipse.wst.server.core.internal.ServerPlugin;

8. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

45 : import org.eclipse.wst.web.internal.deployables.FlatComponentDeployable;

9. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

51 : protected Map <IModule, FlatComponentDeployable> moduleDelegates = new HashMap<IModule, FlatComponentDeployable>(5);

10. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

51 : protected Map <IModule, FlatComponentDeployable> moduleDelegates = new HashMap<IModule, FlatComponentDeployable>(5);

11. WARNING: DiscouragedReference

Discouraged access: The type ModuleFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

65 : ModuleFactory[] factories = ServerPlugin.getModuleFactories();

12. WARNING: DiscouragedReference

Discouraged access: The type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

65 : ModuleFactory[] factories = ServerPlugin.getModuleFactories();

13. WARNING: DiscouragedReference

Discouraged access: The method getModuleFactories() from the type ServerPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

65 : ModuleFactory[] factories = ServerPlugin.getModuleFactories();

14. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ModuleFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

67 : if( factories[i].getId().equals(factoryId)) {

15. WARNING: DiscouragedReference

Discouraged access: The method getDelegate(IProgressMonitor) from the type ModuleFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

68 : factories[i].getDelegate(new NullProgressMonitor());

16. WARNING: DiscouragedReference

Discouraged access: The method getInternalId() from the type Module is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

100 : if( md == null && ((Module)module).getInternalId().startsWith(BINARY_PREFIX))

17. WARNING: DiscouragedReference

Discouraged access: The type Module is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

100 : if( md == null && ((Module)module).getInternalId().startsWith(BINARY_PREFIX))

18. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

127 : FlatComponentDeployable moduleDelegate = createModuleDelegate(component.getProject(), component);

19. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

144 : protected FlatComponentDeployable createModuleDelegate(IProject project, IVirtualComponent component) {

20. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

160 : JavaEEQuickPeek quickPeek = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(moduleComponent);

21. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

164 : FlatComponentDeployable moduleDelegate = getNestedDelegate(moduleComponent);

22. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

174 : protected FlatComponentDeployable getNestedDelegate(IVirtualComponent component) {

23. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

178 : protected IModule createModule(JavaEEQuickPeek quickPeek, String id, String name, IProject project) {

24. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

179 : if (quickPeek.getType() == JavaEEQuickPeek.UNKNOWN) {

25. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

179 : if (quickPeek.getType() == JavaEEQuickPeek.UNKNOWN) {

26. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

179 : if (quickPeek.getType() == JavaEEQuickPeek.UNKNOWN) {

27. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

186 : switch (quickPeek.getType()) {

28. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

187 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

29. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

187 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

30. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

190 : case JavaEEQuickPeek.WEB_TYPE:

31. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

190 : case JavaEEQuickPeek.WEB_TYPE:

32. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

193 : case JavaEEQuickPeek.EJB_TYPE:

33. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

193 : case JavaEEQuickPeek.EJB_TYPE:

34. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

196 : case JavaEEQuickPeek.CONNECTOR_TYPE:

35. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

196 : case JavaEEQuickPeek.CONNECTOR_TYPE:

36. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

199 : case JavaEEQuickPeek.APPLICATION_TYPE:

37. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

199 : case JavaEEQuickPeek.APPLICATION_TYPE:

38. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

202 : case JavaEEQuickPeek.WEBFRAGMENT_TYPE:

39. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

202 : case JavaEEQuickPeek.WEBFRAGMENT_TYPE:

40. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

207 : moduleVersion = J2EEVersionConstants.VERSION_1_0_TEXT;

41. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

207 : moduleVersion = J2EEVersionConstants.VERSION_1_0_TEXT;

42. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

210 : int version = quickPeek.getVersion();

43. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

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

44. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

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

45. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

260 : public IModule createChildModule(FlatComponentDeployable parent, IChildModuleReference child) {

46. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

260 : public IModule createChildModule(FlatComponentDeployable parent, IChildModuleReference child) {

47. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDeployableFactory.java :

261 : File file = child.getFile();

48. WARNING: DiscouragedReference

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

J2EEDeployableFactory.java :

264 : JavaEEQuickPeek qp = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(p);

49. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

266 : FlatComponentDeployable moduleDelegate = getNestedDelegate(child.getComponent());

50. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDeployableFactory.java :

266 : FlatComponentDeployable moduleDelegate = getNestedDelegate(child.getComponent());

51. WARNING: DiscouragedReference

Discouraged access: The method getInternalId() from the type Module is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

279 : String internalId = ((Module)module).getInternalId();

52. WARNING: DiscouragedReference

Discouraged access: The type Module is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEDeployableFactory.java :

279 : String internalId = ((Module)module).getInternalId();

53. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

290 : Iterator<FlatComponentDeployable> i = moduleDelegates.values().iterator();

54. WARNING: DiscouragedReference

Discouraged access: The method clearCache() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEDeployableFactory.java :

292 : i.next().clearCache();

Source File: org/eclipse/jst/j2ee/internal/deployables/J2EEFlexProjDeployable.java
1. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

25 : import org.eclipse.jst.common.internal.modulecore.AddClasspathFoldersParticipant;

2. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathLibReferencesParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

26 : import org.eclipse.jst.common.internal.modulecore.AddClasspathLibReferencesParticipant;

3. WARNING: DiscouragedReference

Discouraged access: The type AddMappedOutputFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

27 : import org.eclipse.jst.common.internal.modulecore.AddMappedOutputFoldersParticipant;

4. WARNING: DiscouragedReference

Discouraged access: The type IgnoreJavaInSourceFolderParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

28 : import org.eclipse.jst.common.internal.modulecore.IgnoreJavaInSourceFolderParticipant;

5. WARNING: DiscouragedReference

Discouraged access: The type ReplaceManifestExportParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

29 : import org.eclipse.jst.common.internal.modulecore.ReplaceManifestExportParticipant;

6. WARNING: DiscouragedReference

Discouraged access: The type SingleRootExportParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

30 : import org.eclipse.jst.common.internal.modulecore.SingleRootExportParticipant;

7. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

31 : import org.eclipse.jst.common.internal.modulecore.SingleRootUtil;

8. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

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

9. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

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

10. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

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

11. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

52 : import org.eclipse.wst.common.componentcore.internal.flat.IChildModuleReference;

12. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

53 : import org.eclipse.wst.common.componentcore.internal.flat.IFlattenParticipant;

13. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

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

14. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

59 : import org.eclipse.wst.web.internal.deployables.FlatComponentDeployable;

15. WARNING: DiscouragedReference

Discouraged access: The type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

64 : public class J2EEFlexProjDeployable extends FlatComponentDeployable implements

16. WARNING: DiscouragedReference

Discouraged access: The constructor FlatComponentDeployable(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

75 : super(project, aComponent);

17. WARNING: DiscouragedReference

Discouraged access: The constructor FlatComponentDeployable(IProject) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

84 : super(project);

18. WARNING: DiscouragedReference

Discouraged access: The constructor SingleRootUtil(IVirtualComponent, SingleRootUtil.SingleRootCallback) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

99 : return new SingleRootUtil(getComponent(), new JavaEESingleRootCallback()).isSingleRoot();

19. WARNING: DiscouragedReference

Discouraged access: The method isSingleRoot() from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

99 : return new SingleRootUtil(getComponent(), new JavaEESingleRootCallback()).isSingleRoot();

20. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

99 : return new SingleRootUtil(getComponent(), new JavaEESingleRootCallback()).isSingleRoot();

21. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

99 : return new SingleRootUtil(getComponent(), new JavaEESingleRootCallback()).isSingleRoot();

22. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

103 : protected IFlattenParticipant[] getParticipants() {

23. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

104 : List<IFlattenParticipant> participants = new ArrayList<IFlattenParticipant>();

24. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

104 : List<IFlattenParticipant> participants = new ArrayList<IFlattenParticipant>();

25. WARNING: DiscouragedReference

Discouraged access: The constructor SingleRootExportParticipant(SingleRootExportParticipant.SingleRootParticipantCallback) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

106 : participants.add(new SingleRootExportParticipant(new JavaEESingleRootCallback()));

26. WARNING: DiscouragedReference

Discouraged access: The type SingleRootExportParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

106 : participants.add(new SingleRootExportParticipant(new JavaEESingleRootCallback()));

27. WARNING: DiscouragedReference

Discouraged access: The constructor AddClasspathLibReferencesParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

108 : participants.add(new AddClasspathLibReferencesParticipant());

28. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathLibReferencesParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

108 : participants.add(new AddClasspathLibReferencesParticipant());

29. WARNING: DiscouragedReference

Discouraged access: The constructor AddClasspathFoldersParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

109 : participants.add(new AddClasspathFoldersParticipant());

30. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

109 : participants.add(new AddClasspathFoldersParticipant());

31. WARNING: DiscouragedReference

Discouraged access: The constructor AddMappedOutputFoldersParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

110 : participants.add(new AddMappedOutputFoldersParticipant());

32. WARNING: DiscouragedReference

Discouraged access: The type AddMappedOutputFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

110 : participants.add(new AddMappedOutputFoldersParticipant());

33. WARNING: DiscouragedReference

Discouraged access: The constructor IgnoreJavaInSourceFolderParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

111 : participants.add(new IgnoreJavaInSourceFolderParticipant());

34. WARNING: DiscouragedReference

Discouraged access: The type IgnoreJavaInSourceFolderParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

111 : participants.add(new IgnoreJavaInSourceFolderParticipant());

35. WARNING: DiscouragedReference

Discouraged access: The constructor ReplaceManifestExportParticipant(IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

113 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

36. WARNING: DiscouragedReference

Discouraged access: The type ReplaceManifestExportParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEFlexProjDeployable.java :

113 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

37. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

113 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

38. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

113 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

39. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

116 : return participants.toArray(new IFlattenParticipant[participants.size()]);

40. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

120 : protected IModule gatherModuleReference(IVirtualComponent component, IChildModuleReference child ) {

41. WARNING: DiscouragedReference

Discouraged access: The method isBinary() from the type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEFlexProjDeployable.java :

121 : if (!child.isBinary())

42. WARNING: DiscouragedReference

Discouraged access: The method gatherModuleReference(IVirtualComponent, IChildModuleReference) from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

122 : return super.gatherModuleReference(component, child);

43. WARNING: DiscouragedReference

Discouraged access: The method filterModuleDelegates(IModule[]) from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

134 : return super.filterModuleDelegates(modules);

44. WARNING: DiscouragedReference

Discouraged access: The field component from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

143 : if (!JavaEEProjectUtilities.isEJBProject(component.getProject()))

45. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

145 : EjbModuleExtensionHelper modHelper = null;

46. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

149 : ejbEdit = ComponentUtilities.getArtifactEditForRead(component);

47. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEFlexProjDeployable.java :

149 : ejbEdit = ComponentUtilities.getArtifactEditForRead(component);

48. WARNING: DiscouragedReference

Discouraged access: The field component from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

149 : ejbEdit = ComponentUtilities.getArtifactEditForRead(component);

49. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

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

50. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

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

51. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

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

52. WARNING: DiscouragedReference

Discouraged access: The method getJNDIName(EJBJar, EnterpriseBean) from the type EjbModuleExtensionHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEFlexProjDeployable.java :

153 : return modHelper == null ? null : modHelper.getJNDIName(jar, jar.getEnterpriseBeanNamed(ejbName));

53. WARNING: DiscouragedReference

Discouraged access: The field component from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

168 : Properties props = component.getMetaProperties();

54. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

169 : if(props.containsKey(J2EEConstants.CONTEXTROOT))

55. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

169 : if(props.containsKey(J2EEConstants.CONTEXTROOT))

56. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

170 : return props.getProperty(J2EEConstants.CONTEXTROOT);

57. WARNING: DiscouragedReference

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

J2EEFlexProjDeployable.java :

170 : return props.getProperty(J2EEConstants.CONTEXTROOT);

58. WARNING: DiscouragedReference

Discouraged access: The field component from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

171 : return component.getName();

59. WARNING: DiscouragedReference

Discouraged access: The field component from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

183 : IProject deployProject = component.getProject();

60. WARNING: DiscouragedReference

Discouraged access: The field component from the type FlatComponentDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEFlexProjDeployable.java :

223 : return getJavaOutputFolders(component);

Source File: org/eclipse/jst/j2ee/internal/plugin/IJ2EEModuleConstants.java
1. WARNING: DiscouragedReference

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

IJ2EEModuleConstants.java :

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

2. WARNING: DiscouragedReference

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

IJ2EEModuleConstants.java :

15 : public interface IJ2EEModuleConstants extends IModuleConstants {

Source File: org/eclipse/jst/j2ee/internal/plugin/J2EEGroupInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type IGroupInitializer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEGroupInitializer.java :

20 : import org.eclipse.wst.common.frameworks.internal.enablement.IGroupInitializer;

2. WARNING: DiscouragedReference

Discouraged access: The type IGroupInitializer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEGroupInitializer.java :

29 : public class J2EEGroupInitializer implements IGroupInitializer {

Source File: org/eclipse/jst/j2ee/internal/plugin/J2EEPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEPlugin.java :

26 : import org.eclipse.core.internal.boot.PlatformURLConnection;

2. WARNING: DiscouragedReference

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

J2EEPlugin.java :

59 : import org.eclipse.jst.j2ee.application.internal.impl.ApplicationFactoryImpl;

3. WARNING: DiscouragedReference

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

J2EEPlugin.java :

61 : import org.eclipse.jst.j2ee.common.internal.impl.J2EEResourceFactoryRegistry;

4. WARNING: DiscouragedReference

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

J2EEPlugin.java :

62 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveInit;

5. WARNING: DiscouragedReference

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

J2EEPlugin.java :

63 : import org.eclipse.jst.j2ee.core.internal.plugin.CatalogJ2EEXmlDtDEntityResolver;

6. WARNING: DiscouragedReference

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

J2EEPlugin.java :

70 : import org.eclipse.jst.j2ee.internal.xml.J2EEXmlDtDEntityResolver;

7. WARNING: DiscouragedReference

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

J2EEPlugin.java :

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

8. WARNING: DiscouragedReference

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

J2EEPlugin.java :

74 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraph;

9. WARNING: DiscouragedReference

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

J2EEPlugin.java :

75 : import org.eclipse.wst.common.componentcore.internal.impl.ReferencedComponentXMIResourceFactory;

10. WARNING: DiscouragedReference

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

J2EEPlugin.java :

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

11. WARNING: DiscouragedReference

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

J2EEPlugin.java :

77 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

12. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEPlugin.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEPlugin.java :

79 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;

14. WARNING: DiscouragedReference

Discouraged access: The type ReferencedXMIFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEPlugin.java :

80 : import org.eclipse.wst.common.internal.emf.resource.ReferencedXMIFactoryImpl;

15. WARNING: DiscouragedReference

Discouraged access: The type DOMUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEPlugin.java :

81 : import org.eclipse.wst.common.internal.emf.utilities.DOMUtilities;

16. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEPlugin.java :

82 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

17. WARNING: DiscouragedReference

Discouraged access: The type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEPlugin.java :

83 : import org.eclipse.wst.validation.internal.operations.ValidatorManager;

18. WARNING: DiscouragedReference

Discouraged access: The type ValidationPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEPlugin.java :

84 : import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;

19. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEPlugin.java :

94 : public class J2EEPlugin extends WTPPlugin implements ResourceLocator {

20. WARNING: DiscouragedReference

Discouraged access: The type ValidationPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEPlugin.java :

104 : public static final String VALIDATION_BUILDER_ID = ValidationPlugin.VALIDATION_BUILDER_ID; // plugin

21. WARNING: DiscouragedReference

Discouraged access: The field VALIDATION_BUILDER_ID from the type ValidationPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEPlugin.java :

104 : public static final String VALIDATION_BUILDER_ID = ValidationPlugin.VALIDATION_BUILDER_ID; // plugin

22. WARNING: DiscouragedReference

Discouraged access: The constructor WTPPlugin() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEPlugin.java :

145 : super();

23. WARNING: DiscouragedReference

Discouraged access: The field resourceBundle from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEPlugin.java :

149 : resourceBundle = ResourceBundle.getBundle("org.eclipse.jst.j2ee"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The field resourceBundle from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEPlugin.java :

151 : resourceBundle = null;

25. WARNING: DiscouragedReference

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

J2EEPlugin.java :

176 : return ApplicationFactoryImpl.getPackage();

26. WARNING: DiscouragedReference

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

J2EEPlugin.java :

176 : return ApplicationFactoryImpl.getPackage();

27. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEPlugin.java :

222 : public EditModel getExtendedEditModel(String editModelKey) {

28. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEPlugin.java :

237 : return (EditModel) d.createExecutableExtension("run"); //$NON-NLS-1$

29. WARNING: DiscouragedReference

Discouraged access: The method getURLAsLocal() from the type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEPlugin.java :

321 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();

30. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEPlugin.java :

321 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();

31. WARNING: DiscouragedReference

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

J2EEPlugin.java :

513 : super.start(context);

32. WARNING: DiscouragedReference

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

J2EEPlugin.java :

515 : J2EEXmlDtDEntityResolver.INSTANCE = new CatalogJ2EEXmlDtDEntityResolver();

33. WARNING: DiscouragedReference

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

J2EEPlugin.java :

515 : J2EEXmlDtDEntityResolver.INSTANCE = new CatalogJ2EEXmlDtDEntityResolver();

34. WARNING: DiscouragedReference

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

J2EEPlugin.java :

515 : J2EEXmlDtDEntityResolver.INSTANCE = new CatalogJ2EEXmlDtDEntityResolver();

35. WARNING: DiscouragedReference

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

J2EEPlugin.java :

515 : J2EEXmlDtDEntityResolver.INSTANCE = new CatalogJ2EEXmlDtDEntityResolver();

36. WARNING: DiscouragedReference

Discouraged access: The type DOMUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEPlugin.java :

516 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

37. WARNING: DiscouragedReference

Discouraged access: The method setDefaultEntityResolver(EntityResolver) from the type DOMUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEPlugin.java :

516 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

38. WARNING: DiscouragedReference

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

J2EEPlugin.java :

516 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

39. WARNING: DiscouragedReference

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

J2EEPlugin.java :

516 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

40. WARNING: DiscouragedReference

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

J2EEPlugin.java :

518 : ArchiveInit.init(false);

41. WARNING: DiscouragedReference

Discouraged access: The method init(boolean) from the type ArchiveInit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEPlugin.java :

518 : ArchiveInit.init(false);

42. WARNING: DiscouragedReference

Discouraged access: The type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEPlugin.java :

521 : ValidatorManager.setResourceUtilClass(ResourceUtil.class);

43. WARNING: DiscouragedReference

Discouraged access: The method setResourceUtilClass(Class) from the type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEPlugin.java :

521 : ValidatorManager.setResourceUtilClass(ResourceUtil.class);

44. WARNING: DiscouragedReference

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

J2EEPlugin.java :

523 : manager.registerAdapters(new EarEditAdapterFactory(), ArtifactEditModel.class);

45. WARNING: DiscouragedReference

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

J2EEPlugin.java :

524 : manager.registerAdapters(new AppClientEditAdapterFactory(), ArtifactEditModel.class);

46. WARNING: DiscouragedReference

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

J2EEPlugin.java :

525 : manager.registerAdapters(new VirtualArchiveComponentAdapterFactory(), VirtualArchiveComponent.class );

47. WARNING: DiscouragedReference

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

J2EEPlugin.java :

539 : IDependencyGraph.INSTANCE.addListener(J2EEComponentClasspathUpdater.getInstance());

48. WARNING: DiscouragedReference

Discouraged access: The method addListener(IDependencyGraphListener) from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPlugin.java :

539 : IDependencyGraph.INSTANCE.addListener(J2EEComponentClasspathUpdater.getInstance());

49. WARNING: DiscouragedReference

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

J2EEPlugin.java :

539 : IDependencyGraph.INSTANCE.addListener(J2EEComponentClasspathUpdater.getInstance());

50. WARNING: DiscouragedReference

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

J2EEPlugin.java :

546 : IDependencyGraph.INSTANCE.removeListener(J2EEComponentClasspathUpdater.getInstance());

51. WARNING: DiscouragedReference

Discouraged access: The method removeListener(IDependencyGraphListener) from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPlugin.java :

546 : IDependencyGraph.INSTANCE.removeListener(J2EEComponentClasspathUpdater.getInstance());

52. WARNING: DiscouragedReference

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

J2EEPlugin.java :

546 : IDependencyGraph.INSTANCE.removeListener(J2EEComponentClasspathUpdater.getInstance());

53. WARNING: DiscouragedReference

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

J2EEPlugin.java :

569 : J2EEResourceFactoryRegistry reg1 = J2EEResourceFactoryRegistry.INSTANCE;

54. WARNING: DiscouragedReference

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

J2EEPlugin.java :

569 : J2EEResourceFactoryRegistry reg1 = J2EEResourceFactoryRegistry.INSTANCE;

55. WARNING: DiscouragedReference

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

J2EEPlugin.java :

569 : J2EEResourceFactoryRegistry reg1 = J2EEResourceFactoryRegistry.INSTANCE;

56. WARNING: DiscouragedReference

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

J2EEPlugin.java :

570 : WTPResourceFactoryRegistry reg2 = WTPResourceFactoryRegistry.INSTANCE;

57. WARNING: DiscouragedReference

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

J2EEPlugin.java :

570 : WTPResourceFactoryRegistry reg2 = WTPResourceFactoryRegistry.INSTANCE;

58. WARNING: DiscouragedReference

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

J2EEPlugin.java :

570 : WTPResourceFactoryRegistry reg2 = WTPResourceFactoryRegistry.INSTANCE;

59. WARNING: DiscouragedReference

Discouraged access: The type ReferencedXMIFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEPlugin.java :

571 : ReferencedXMIFactoryImpl factory = new ReferencedComponentXMIResourceFactory();

60. WARNING: DiscouragedReference

Discouraged access: The constructor ReferencedComponentXMIResourceFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPlugin.java :

571 : ReferencedXMIFactoryImpl factory = new ReferencedComponentXMIResourceFactory();

61. WARNING: DiscouragedReference

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

J2EEPlugin.java :

571 : ReferencedXMIFactoryImpl factory = new ReferencedComponentXMIResourceFactory();

62. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEPlugin.java :

591 : public static IWorkspaceRunnable getWorkspaceRunnable(final IHeadlessRunnableWithProgress op) {

63. WARNING: DiscouragedReference

Discouraged access: The method run(IProgressMonitor) from the type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEPlugin.java :

595 : op.run(monitor);

Source File: org/eclipse/jst/j2ee/internal/plugin/J2EEPreferences.java
1. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

26 : import org.eclipse.jst.common.project.facet.core.internal.FacetCorePlugin;

2. WARNING: DiscouragedReference

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

J2EEPreferences.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

122 : return FacetCorePlugin.getJavaSrcFolder();

4. WARNING: DiscouragedReference

Discouraged access: The method getJavaSrcFolder() from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

122 : return FacetCorePlugin.getJavaSrcFolder();

5. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

153 : FacetCorePlugin.getDefault().getPluginPreferences().setValue(FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY, value);

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

153 : FacetCorePlugin.getDefault().getPluginPreferences().setValue(FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY, value);

7. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

153 : FacetCorePlugin.getDefault().getPluginPreferences().setValue(FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY, value);

8. WARNING: DiscouragedReference

Discouraged access: The field PROD_PROP_SOURCE_FOLDER_LEGACY from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

153 : FacetCorePlugin.getDefault().getPluginPreferences().setValue(FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY, value);

9. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

154 : FacetCorePlugin.getDefault().savePluginPreferences();

10. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

154 : FacetCorePlugin.getDefault().savePluginPreferences();

11. WARNING: DiscouragedReference

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

J2EEPreferences.java :

183 : return J2EEVersionConstants.J2EE_1_2_ID;

12. WARNING: DiscouragedReference

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

J2EEPreferences.java :

183 : return J2EEVersionConstants.J2EE_1_2_ID;

13. WARNING: DiscouragedReference

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

J2EEPreferences.java :

185 : return J2EEVersionConstants.J2EE_1_3_ID;

14. WARNING: DiscouragedReference

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

J2EEPreferences.java :

185 : return J2EEVersionConstants.J2EE_1_3_ID;

15. WARNING: DiscouragedReference

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

J2EEPreferences.java :

187 : return J2EEVersionConstants.J2EE_1_4_ID;

16. WARNING: DiscouragedReference

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

J2EEPreferences.java :

187 : return J2EEVersionConstants.J2EE_1_4_ID;

17. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

334 : String outputFolder = FacetCorePlugin.getDefault().getPluginPreferences().getString(FacetCorePlugin.OUTPUT_FOLDER);

18. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

334 : String outputFolder = FacetCorePlugin.getDefault().getPluginPreferences().getString(FacetCorePlugin.OUTPUT_FOLDER);

19. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

334 : String outputFolder = FacetCorePlugin.getDefault().getPluginPreferences().getString(FacetCorePlugin.OUTPUT_FOLDER);

20. WARNING: DiscouragedReference

Discouraged access: The field OUTPUT_FOLDER from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEPreferences.java :

334 : String outputFolder = FacetCorePlugin.getDefault().getPluginPreferences().getString(FacetCorePlugin.OUTPUT_FOLDER);

Source File: org/eclipse/jst/j2ee/internal/plugin/JavaEEPreferencesInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

12 : import org.eclipse.jst.common.project.facet.core.internal.FacetCorePlugin;

2. WARNING: DiscouragedReference

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

JavaEEPreferencesInitializer.java :

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

3. WARNING: DiscouragedReference

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

JavaEEPreferencesInitializer.java :

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

4. WARNING: DiscouragedReference

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

JavaEEPreferencesInitializer.java :

153 : final static int J2EE_VERSION_ID = J2EEVersionConstants.J2EE_1_4_ID;

5. WARNING: DiscouragedReference

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

JavaEEPreferencesInitializer.java :

153 : final static int J2EE_VERSION_ID = J2EEVersionConstants.J2EE_1_4_ID;

6. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

181 : node.put(Keys.JAVA_SOURCE, FacetCorePlugin.getJavaSrcFolder());

7. WARNING: DiscouragedReference

Discouraged access: The method getJavaSrcFolder() from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

181 : node.put(Keys.JAVA_SOURCE, FacetCorePlugin.getJavaSrcFolder());

8. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

240 : String srcFolder = FacetCorePlugin.getDefault().getPluginPreferences().getDefaultString(FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY);

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

240 : String srcFolder = FacetCorePlugin.getDefault().getPluginPreferences().getDefaultString(FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY);

10. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

240 : String srcFolder = FacetCorePlugin.getDefault().getPluginPreferences().getDefaultString(FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY);

11. WARNING: DiscouragedReference

Discouraged access: The field PROD_PROP_SOURCE_FOLDER_LEGACY from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

240 : String srcFolder = FacetCorePlugin.getDefault().getPluginPreferences().getDefaultString(FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY);

12. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

245 : srcFolder = Platform.getProduct().getProperty( FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY );

13. WARNING: DiscouragedReference

Discouraged access: The field PROD_PROP_SOURCE_FOLDER_LEGACY from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

245 : srcFolder = Platform.getProduct().getProperty( FacetCorePlugin.PROD_PROP_SOURCE_FOLDER_LEGACY );

14. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

249 : srcFolder = FacetCorePlugin.DEFAULT_SOURCE_FOLDER;

15. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_SOURCE_FOLDER from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

249 : srcFolder = FacetCorePlugin.DEFAULT_SOURCE_FOLDER;

16. WARNING: DiscouragedReference

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

JavaEEPreferencesInitializer.java :

263 : return ProductManager.getProperty(IProductConstants.WEB_CONTENT_FOLDER) + "/"+ J2EEConstants.WEB_INF_CLASSES; //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

JavaEEPreferencesInitializer.java :

263 : return ProductManager.getProperty(IProductConstants.WEB_CONTENT_FOLDER) + "/"+ J2EEConstants.WEB_INF_CLASSES; //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

322 : outputFolder = FacetCorePlugin.DEFUALT_OUTPUT_FOLDER;

19. WARNING: DiscouragedReference

Discouraged access: The field DEFUALT_OUTPUT_FOLDER from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

JavaEEPreferencesInitializer.java :

322 : outputFolder = FacetCorePlugin.DEFUALT_OUTPUT_FOLDER;

Source File: org/eclipse/jst/j2ee/internal/validation/AWorkbenchMOFHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

AWorkbenchMOFHelper.java :

20 : import org.eclipse.jem.internal.plugin.JavaEMFNature;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AWorkbenchMOFHelper.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AWorkbenchMOFHelper.java :

23 : import org.eclipse.wst.validation.internal.operations.WorkbenchContext;

4. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AWorkbenchMOFHelper.java :

31 : public abstract class AWorkbenchMOFHelper extends WorkbenchContext {

5. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

AWorkbenchMOFHelper.java :

36 : JavaEMFNature nature = getMOFNature(getProject());

6. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AWorkbenchMOFHelper.java :

36 : JavaEMFNature nature = getMOFNature(getProject());

7. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AWorkbenchMOFHelper.java :

39 : res = WorkbenchResourceHelper.getFile(ro.eResource());

8. WARNING: DiscouragedReference

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

AWorkbenchMOFHelper.java :

39 : res = WorkbenchResourceHelper.getFile(ro.eResource());

9. WARNING: DiscouragedReference

Discouraged access: The method getResource(Object) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AWorkbenchMOFHelper.java :

44 : return super.getResource(obj);

10. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

AWorkbenchMOFHelper.java :

50 : public JavaEMFNature getMOFNature(IProject project) {

11. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

AWorkbenchMOFHelper.java :

67 : if (nature instanceof JavaEMFNature) {

12. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

AWorkbenchMOFHelper.java :

68 : return (JavaEMFNature) nature;

Source File: org/eclipse/jst/j2ee/internal/validation/ApplicationClientHelper.java
1. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ApplicationClientFile;

2. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

3. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

22 : import org.eclipse.jst.j2ee.model.internal.validation.ApplicationClientMessageConstants;

4. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientHelper.java :

27 : import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;

6. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

37 : protected ApplicationClientFile appClientFile;

7. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientHelper.java :

44 : registerModel(ApplicationClientMessageConstants.APPCLIENT_MODEL_NAME, "loadApplicationClientFile"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

44 : registerModel(ApplicationClientMessageConstants.APPCLIENT_MODEL_NAME, "loadApplicationClientFile"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The field APPCLIENT_MODEL_NAME from the type ApplicationClientMessageConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientHelper.java :

44 : registerModel(ApplicationClientMessageConstants.APPCLIENT_MODEL_NAME, "loadApplicationClientFile"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientHelper.java :

66 : IVirtualComponent comp = ComponentCore.createComponent(getProject());

11. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

67 : ArtifactEdit edit = ComponentUtilities.getArtifactEditForRead(comp);

12. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ApplicationClientHelper.java :

67 : ArtifactEdit edit = ComponentUtilities.getArtifactEditForRead(comp);

13. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

70 : appClientFile = (ApplicationClientFile)((AppClientArtifactEdit) edit).asArchive(false);

14. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

72 : } catch (OpenFailureException e1) {

15. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientHelper.java :

83 : public void cleanup(WorkbenchReporter reporter) {

16. WARNING: DiscouragedReference

Discouraged access: The method cleanup(WorkbenchReporter) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientHelper.java :

85 : super.cleanup(reporter);

17. WARNING: DiscouragedReference

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

ApplicationClientHelper.java :

90 : appClientFile.close();

Source File: org/eclipse/jst/j2ee/internal/validation/EarHelper.java
1. WARNING: DiscouragedReference

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

EarHelper.java :

18 : import org.eclipse.jst.j2ee.application.internal.impl.ApplicationImpl;

2. WARNING: DiscouragedReference

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

EarHelper.java :

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

3. WARNING: DiscouragedReference

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

EarHelper.java :

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

4. WARNING: DiscouragedReference

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

EarHelper.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

5. WARNING: DiscouragedReference

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

EarHelper.java :

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

6. WARNING: DiscouragedReference

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

EarHelper.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarHelper.java :

29 : import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;

8. WARNING: DiscouragedReference

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

EarHelper.java :

34 : protected EARFile earFile;

9. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarHelper.java :

44 : registerModel(J2EEConstants.EAR_MODEL_NAME, "loadEarFile"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

EarHelper.java :

44 : registerModel(J2EEConstants.EAR_MODEL_NAME, "loadEarFile"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

EarHelper.java :

44 : registerModel(J2EEConstants.EAR_MODEL_NAME, "loadEarFile"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

EarHelper.java :

49 : return J2EEConstants.APPL_ID;

13. WARNING: DiscouragedReference

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

EarHelper.java :

49 : return J2EEConstants.APPL_ID;

14. WARNING: DiscouragedReference

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

EarHelper.java :

69 : if (obj != null && obj instanceof EARFile) {

15. WARNING: DiscouragedReference

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

EarHelper.java :

72 : if (obj != null && obj instanceof ApplicationImpl) {

16. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarHelper.java :

84 : IVirtualComponent comp = ComponentCore.createComponent(getProject());

17. WARNING: DiscouragedReference

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

EarHelper.java :

85 : edit = ComponentUtilities.getArtifactEditForRead(comp);

18. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarHelper.java :

85 : edit = ComponentUtilities.getArtifactEditForRead(comp);

19. WARNING: DiscouragedReference

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

EarHelper.java :

88 : Archive archive = ((EARArtifactEdit) edit).asArchive(false, false, true);

20. WARNING: DiscouragedReference

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

EarHelper.java :

89 : earFile = (EARFile)archive;

21. WARNING: DiscouragedReference

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

EarHelper.java :

91 : } catch (OpenFailureException e1) {

22. WARNING: DiscouragedReference

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

EarHelper.java :

99 : earFile.close();

23. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarHelper.java :

105 : public void cleanup(WorkbenchReporter reporter) {

24. WARNING: DiscouragedReference

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

EarHelper.java :

111 : earFile.close();

Source File: org/eclipse/jst/j2ee/internal/validation/J2EEValidationHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEValidationHelper.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidationHelper.java :

21 : import org.eclipse.wst.validation.internal.operations.WorkbenchContext;

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidationHelper.java :

24 : public abstract class J2EEValidationHelper extends WorkbenchContext {

4. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchContext() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidationHelper.java :

30 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEValidationHelper.java :

42 : return WorkbenchResourceHelper.getFile(resource);

6. WARNING: DiscouragedReference

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

J2EEValidationHelper.java :

42 : return WorkbenchResourceHelper.getFile(resource);

7. WARNING: DiscouragedReference

Discouraged access: The method getContainerRelativePath(IResource, IContainer) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidationHelper.java :

56 : IPath resourcePath = getContainerRelativePath(file, containers[c]);

8. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidationHelper.java :

80 : clazzFile = getProject().getFile(filePath.append(fileName));

Source File: org/eclipse/jst/j2ee/internal/validation/ProjectValidationHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type IProjectValidationHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ProjectValidationHelper.java :

23 : import org.eclipse.wst.validation.internal.IProjectValidationHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type IProjectValidationHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ProjectValidationHelper.java :

25 : public class ProjectValidationHelper implements IProjectValidationHelper {

Source File: org/eclipse/jst/j2ee/internal/validation/ResourceUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

ResourceUtil.java :

19 : import org.eclipse.jem.internal.adapters.jdom.JDOMAdaptor;

2. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ResourceUtil.java :

20 : import org.eclipse.jem.internal.java.adapters.ReadAdaptor;

3. WARNING: DiscouragedReference

Discouraged access: The type IResourceUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ResourceUtil.java :

21 : import org.eclipse.wst.validation.internal.operations.IResourceUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type IResourceUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ResourceUtil.java :

25 : public class ResourceUtil implements IResourceUtil {

5. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

ResourceUtil.java :

38 : JDOMAdaptor jdomAdapter = null;

6. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ResourceUtil.java :

45 : if ((a != null) && a.isAdapterForType(ReadAdaptor.TYPE_KEY) && (a instanceof JDOMAdaptor)) {

7. WARNING: DiscouragedReference

Discouraged access: The field TYPE_KEY from the type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ResourceUtil.java :

45 : if ((a != null) && a.isAdapterForType(ReadAdaptor.TYPE_KEY) && (a instanceof JDOMAdaptor)) {

8. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

ResourceUtil.java :

45 : if ((a != null) && a.isAdapterForType(ReadAdaptor.TYPE_KEY) && (a instanceof JDOMAdaptor)) {

9. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

ResourceUtil.java :

46 : jdomAdapter = (JDOMAdaptor) a;

10. WARNING: DiscouragedReference

Discouraged access: The method getLineNo() from the type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

ResourceUtil.java :

52 : int lineNo = jdomAdapter.getLineNo();

11. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

ResourceUtil.java :

53 : if (lineNo != JDOMAdaptor.INVALID_LINENO)

12. WARNING: DiscouragedReference

Discouraged access: The field INVALID_LINENO from the type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

ResourceUtil.java :

53 : if (lineNo != JDOMAdaptor.INVALID_LINENO)

Source File: org/eclipse/jst/j2ee/internal/validation/UIApplicationClientMessageConstants.java
1. WARNING: DiscouragedReference

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

UIApplicationClientMessageConstants.java :

13 : import org.eclipse.jst.j2ee.model.internal.validation.ApplicationClientMessageConstants;

2. WARNING: DiscouragedReference

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

UIApplicationClientMessageConstants.java :

20 : public interface UIApplicationClientMessageConstants extends ApplicationClientMessageConstants {

Source File: org/eclipse/jst/j2ee/internal/validation/UIApplicationClientValidator.java
1. WARNING: DiscouragedReference

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

UIApplicationClientValidator.java :

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

2. WARNING: DiscouragedReference

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

UIApplicationClientValidator.java :

17 : import org.eclipse.jst.j2ee.model.internal.validation.ApplicationClientValidator;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIApplicationClientValidator.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

4. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIApplicationClientValidator.java :

23 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

5. WARNING: DiscouragedReference

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

UIApplicationClientValidator.java :

31 : public class UIApplicationClientValidator extends ApplicationClientValidator implements UIApplicationClientMessageConstants {

6. WARNING: DiscouragedReference

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

UIApplicationClientValidator.java :

38 : super();

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIApplicationClientValidator.java :

48 : throws ValidationException {

8. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIApplicationClientValidator.java :

50 : IProject proj = ((IWorkbenchContext) inHelper).getProject();

9. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIApplicationClientValidator.java :

50 : IProject proj = ((IWorkbenchContext) inHelper).getProject();

10. WARNING: DiscouragedReference

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

UIApplicationClientValidator.java :

53 : IVirtualFile ddFile = virComp.getRootFolder().getFile(J2EEConstants.APP_CLIENT_DD_URI);

11. WARNING: DiscouragedReference

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

UIApplicationClientValidator.java :

53 : IVirtualFile ddFile = virComp.getRootFolder().getFile(J2EEConstants.APP_CLIENT_DD_URI);

12. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIApplicationClientValidator.java :

55 : status = super.validateInJob(helper, inReporter);

13. WARNING: DiscouragedReference

Discouraged access: The method validateInJob(IValidationContext, IReporter) from the type ApplicationClientValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIApplicationClientValidator.java :

55 : status = super.validateInJob(helper, inReporter);

14. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIApplicationClientValidator.java :

59 : return status;

Source File: org/eclipse/jst/j2ee/internal/validation/UIEarValidator.java
1. WARNING: DiscouragedReference

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

UIEarValidator.java :

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

2. WARNING: DiscouragedReference

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

UIEarValidator.java :

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

3. WARNING: DiscouragedReference

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

UIEarValidator.java :

52 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ModuleFile;

4. WARNING: DiscouragedReference

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

UIEarValidator.java :

53 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ValidateXmlCommand;

5. WARNING: DiscouragedReference

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

UIEarValidator.java :

54 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.ManifestException;

6. WARNING: DiscouragedReference

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

UIEarValidator.java :

55 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;

7. WARNING: DiscouragedReference

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

UIEarValidator.java :

56 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

8. WARNING: DiscouragedReference

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

UIEarValidator.java :

57 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

9. WARNING: DiscouragedReference

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

UIEarValidator.java :

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

10. WARNING: DiscouragedReference

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

UIEarValidator.java :

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

11. WARNING: DiscouragedReference

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

UIEarValidator.java :

67 : import org.eclipse.jst.j2ee.model.internal.validation.EARValidationMessageResourceHandler;

12. WARNING: DiscouragedReference

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

UIEarValidator.java :

68 : import org.eclipse.jst.j2ee.model.internal.validation.EarValidator;

13. WARNING: DiscouragedReference

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

UIEarValidator.java :

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

14. WARNING: DiscouragedReference

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

UIEarValidator.java :

74 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

15. WARNING: DiscouragedReference

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

UIEarValidator.java :

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

16. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

UIEarValidator.java :

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

17. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

80 : import org.eclipse.wst.validation.internal.core.ValidationException;

18. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

81 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

19. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

82 : import org.eclipse.wst.validation.internal.operations.LocalizedMessage;

20. WARNING: DiscouragedReference

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

UIEarValidator.java :

94 : public class UIEarValidator extends EarValidator {

21. WARNING: DiscouragedReference

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

UIEarValidator.java :

108 : super();

22. WARNING: DiscouragedReference

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

UIEarValidator.java :

114 : ValidateXmlCommand cmd = (ValidateXmlCommand) super.createValidateXMLCommand();

23. WARNING: DiscouragedReference

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

UIEarValidator.java :

114 : ValidateXmlCommand cmd = (ValidateXmlCommand) super.createValidateXMLCommand();

24. WARNING: DiscouragedReference

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

UIEarValidator.java :

114 : ValidateXmlCommand cmd = (ValidateXmlCommand) super.createValidateXMLCommand();

25. WARNING: DiscouragedReference

Discouraged access: The method setValidateNested(boolean) from the type ValidateXmlCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

115 : cmd.setValidateNested(false);

26. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

121 : return ((EarHelper) _helper).getProject().getName();

27. WARNING: DiscouragedReference

Discouraged access: The field _helper from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

121 : return ((EarHelper) _helper).getProject().getName();

28. WARNING: DiscouragedReference

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

UIEarValidator.java :

130 : String msg = NLS.bind(EARValidationMessageResourceHandler.DUPLICATE_MODULE_FOR_PROJECT_NAME_ERROR_, params);

29. WARNING: DiscouragedReference

Discouraged access: The field DUPLICATE_MODULE_FOR_PROJECT_NAME_ERROR_ from the type EARValidationMessageResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

130 : String msg = NLS.bind(EARValidationMessageResourceHandler.DUPLICATE_MODULE_FOR_PROJECT_NAME_ERROR_, params);

30. WARNING: DiscouragedReference

Discouraged access: The method addLocalizedError(String, Object) from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

132 : addLocalizedError(msg, appDD);

31. WARNING: DiscouragedReference

Discouraged access: The field appDD from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

132 : addLocalizedError(msg, appDD);

32. WARNING: DiscouragedReference

Discouraged access: The field EJB_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

140 : String groupName = EJB_REF_GROUP_NAME;

33. WARNING: DiscouragedReference

Discouraged access: The field RES_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

147 : groupName = RES_REF_GROUP_NAME;

34. WARNING: DiscouragedReference

Discouraged access: The field SERVICE_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

150 : groupName = SERVICE_REF_GROUP_NAME;

35. WARNING: DiscouragedReference

Discouraged access: The field RES_ENV_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

153 : groupName = RES_ENV_REF_GROUP_NAME;

36. WARNING: DiscouragedReference

Discouraged access: The field SEC_ROLE_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

156 : groupName = SEC_ROLE_REF_GROUP_NAME;

37. WARNING: DiscouragedReference

Discouraged access: The field MESSAGE_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

159 : groupName = MESSAGE_REF_GROUP_NAME;

38. WARNING: DiscouragedReference

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

UIEarValidator.java :

163 : IFile file = WorkbenchResourceHelper.getFile(res);

39. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

UIEarValidator.java :

163 : IFile file = WorkbenchResourceHelper.getFile(res);

40. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

165 : _reporter.removeMessageSubset(this, file, groupName);

41. WARNING: DiscouragedReference

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

UIEarValidator.java :

172 : IFile file = WorkbenchResourceHelper.getFile(res);

42. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

UIEarValidator.java :

172 : IFile file = WorkbenchResourceHelper.getFile(res);

43. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

174 : _reporter.removeMessageSubset(this, file, EJB_REF_GROUP_NAME);

44. WARNING: DiscouragedReference

Discouraged access: The field EJB_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

174 : _reporter.removeMessageSubset(this, file, EJB_REF_GROUP_NAME);

45. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

175 : _reporter.removeMessageSubset(this, file, RES_REF_GROUP_NAME);

46. WARNING: DiscouragedReference

Discouraged access: The field RES_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

175 : _reporter.removeMessageSubset(this, file, RES_REF_GROUP_NAME);

47. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

176 : _reporter.removeMessageSubset(this, file, SERVICE_REF_GROUP_NAME);

48. WARNING: DiscouragedReference

Discouraged access: The field SERVICE_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

176 : _reporter.removeMessageSubset(this, file, SERVICE_REF_GROUP_NAME);

49. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

177 : _reporter.removeMessageSubset(this, file, SEC_ROLE_REF_GROUP_NAME);

50. WARNING: DiscouragedReference

Discouraged access: The field SEC_ROLE_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

177 : _reporter.removeMessageSubset(this, file, SEC_ROLE_REF_GROUP_NAME);

51. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

178 : _reporter.removeMessageSubset(this, file, MESSAGE_REF_GROUP_NAME);

52. WARNING: DiscouragedReference

Discouraged access: The field MESSAGE_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

178 : _reporter.removeMessageSubset(this, file, MESSAGE_REF_GROUP_NAME);

53. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

179 : _reporter.removeMessageSubset(this, file, RES_ENV_REF_GROUP_NAME);

54. WARNING: DiscouragedReference

Discouraged access: The field RES_ENV_REF_GROUP_NAME from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

179 : _reporter.removeMessageSubset(this, file, RES_ENV_REF_GROUP_NAME);

55. WARNING: DiscouragedReference

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

UIEarValidator.java :

192 : protected void invalidClassPathEntryWarning(String entry, Archive anArchive) {

56. WARNING: DiscouragedReference

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

UIEarValidator.java :

194 : params[0] = anArchive.getURI();

57. WARNING: DiscouragedReference

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

UIEarValidator.java :

196 : String msg = NLS.bind(EARValidationMessageResourceHandler.INVALID_MANIFEST_CLASSPATH_ONE_WARN_, params);

58. WARNING: DiscouragedReference

Discouraged access: The field INVALID_MANIFEST_CLASSPATH_ONE_WARN_ from the type EARValidationMessageResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

196 : String msg = NLS.bind(EARValidationMessageResourceHandler.INVALID_MANIFEST_CLASSPATH_ONE_WARN_, params);

59. WARNING: DiscouragedReference

Discouraged access: The method addLocalizedWarning(String, Object, String) from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

197 : addLocalizedWarning(msg, getManifestFile(anArchive), MANIFEST_GROUP_NAME);

60. WARNING: DiscouragedReference

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

UIEarValidator.java :

200 : protected void invalidClassPathEntryWarning(String entry, String resolvedEntry, Archive anArchive) {

61. WARNING: DiscouragedReference

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

UIEarValidator.java :

202 : params[0] = anArchive.getURI();

62. WARNING: DiscouragedReference

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

UIEarValidator.java :

205 : String msg = NLS.bind(EARValidationMessageResourceHandler.INVALID_MANIFEST_CLASSPATH_TWO_WARN_, params);

63. WARNING: DiscouragedReference

Discouraged access: The field INVALID_MANIFEST_CLASSPATH_TWO_WARN_ from the type EARValidationMessageResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

205 : String msg = NLS.bind(EARValidationMessageResourceHandler.INVALID_MANIFEST_CLASSPATH_TWO_WARN_, params);

64. WARNING: DiscouragedReference

Discouraged access: The method addLocalizedWarning(String, Object, String) from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

206 : addLocalizedWarning(msg, getManifestFile(anArchive), MANIFEST_GROUP_NAME);

65. WARNING: DiscouragedReference

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

UIEarValidator.java :

209 : protected void invalidDepedencyWarning(String entry, Archive anArchive, ModuleFile m) {

66. WARNING: DiscouragedReference

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

UIEarValidator.java :

209 : protected void invalidDepedencyWarning(String entry, Archive anArchive, ModuleFile m) {

67. WARNING: DiscouragedReference

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

UIEarValidator.java :

211 : params[0] = m.getURI();

68. WARNING: DiscouragedReference

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

UIEarValidator.java :

213 : params[2] = anArchive.getURI();

69. WARNING: DiscouragedReference

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

UIEarValidator.java :

214 : String msg = NLS.bind(EARValidationMessageResourceHandler.INVALID_MANIFEST_CLASSPATH_DEPENDENCY_WARN_, params);

70. WARNING: DiscouragedReference

Discouraged access: The field INVALID_MANIFEST_CLASSPATH_DEPENDENCY_WARN_ from the type EARValidationMessageResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

214 : String msg = NLS.bind(EARValidationMessageResourceHandler.INVALID_MANIFEST_CLASSPATH_DEPENDENCY_WARN_, params);

71. WARNING: DiscouragedReference

Discouraged access: The method addLocalizedWarning(String, Object, String) from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

216 : addLocalizedWarning(msg, getManifestFile(anArchive), MANIFEST_GROUP_NAME);

72. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

230 : public IStatus validateInJob(IValidationContext inHelper, IReporter inReporter) throws org.eclipse.wst.validation.internal.core.ValidationException {

73. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

232 : IProject earProj = ((IWorkbenchContext) inHelper).getProject();

74. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

232 : IProject earProj = ((IWorkbenchContext) inHelper).getProject();

75. WARNING: DiscouragedReference

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

UIEarValidator.java :

235 : IVirtualFile ddFile = earModule.getRootFolder().getFile(J2EEConstants.APPLICATION_DD_URI);

76. WARNING: DiscouragedReference

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

UIEarValidator.java :

235 : IVirtualFile ddFile = earModule.getRootFolder().getFile(J2EEConstants.APPLICATION_DD_URI);

77. WARNING: DiscouragedReference

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

UIEarValidator.java :

255 : if(referencedComponenet instanceof VirtualArchiveComponent) {

78. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

264 : _reporter = inReporter;

79. WARNING: DiscouragedReference

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

UIEarValidator.java :

267 : String msg = NLS.bind(EARValidationMessageResourceHandler.JEE5_PROJECT_REFERENCED_BY_PRE_JEE5_EAR, params);

80. WARNING: DiscouragedReference

Discouraged access: The field JEE5_PROJECT_REFERENCED_BY_PRE_JEE5_EAR from the type EARValidationMessageResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

267 : String msg = NLS.bind(EARValidationMessageResourceHandler.JEE5_PROJECT_REFERENCED_BY_PRE_JEE5_EAR, params);

81. WARNING: DiscouragedReference

Discouraged access: The method addLocalizedWarning(String, Object) from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

268 : addLocalizedWarning(msg,earProj);

82. WARNING: DiscouragedReference

Discouraged access: The method validateInJob(IValidationContext, IReporter) from the type EarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIEarValidator.java :

283 : status = super.validateInJob(inHelper, inReporter);

83. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

301 : IProject project = ((IWorkbenchContext) helper).getProject();

84. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIEarValidator.java :

301 : IProject project = ((IWorkbenchContext) helper).getProject();

85. WARNING: DiscouragedReference

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

UIEarValidator.java :

305 : IVirtualFile vf = comp.getRootFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

86. WARNING: DiscouragedReference

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

UIEarValidator.java :

305 : IVirtualFile vf = comp.getRootFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

87. WARNING: DiscouragedReference

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

UIEarValidator.java :

316 : if( type.equals(IModuleConstants.JST_WEB_MODULE)){

88. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UIEarValidator.java :

316 : if( type.equals(IModuleConstants.JST_WEB_MODULE)){

89. WARNING: DiscouragedReference

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

UIEarValidator.java :

317 : refDDFile = refComp.getRootFolder().getFile(new Path(J2EEConstants.WEBAPP_DD_URI));

90. WARNING: DiscouragedReference

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

UIEarValidator.java :

317 : refDDFile = refComp.getRootFolder().getFile(new Path(J2EEConstants.WEBAPP_DD_URI));

91. WARNING: DiscouragedReference

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

UIEarValidator.java :

318 : }else if ( type.equals(IModuleConstants.JST_CONNECTOR_MODULE)){

92. WARNING: DiscouragedReference

Discouraged access: The field JST_CONNECTOR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UIEarValidator.java :

318 : }else if ( type.equals(IModuleConstants.JST_CONNECTOR_MODULE)){

93. WARNING: DiscouragedReference

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

UIEarValidator.java :

319 : refDDFile = refComp.getRootFolder().getFile(new Path(J2EEConstants.RAR_DD_URI));

94. WARNING: DiscouragedReference

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

UIEarValidator.java :

319 : refDDFile = refComp.getRootFolder().getFile(new Path(J2EEConstants.RAR_DD_URI));

95. WARNING: DiscouragedReference

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

UIEarValidator.java :

320 : }else if( type.equals(IModuleConstants.JST_EJB_MODULE)){

96. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UIEarValidator.java :

320 : }else if( type.equals(IModuleConstants.JST_EJB_MODULE)){

97. WARNING: DiscouragedReference

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

UIEarValidator.java :

321 : refDDFile = refComp.getRootFolder().getFile(new Path(J2EEConstants.EJBJAR_DD_URI));

98. WARNING: DiscouragedReference

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

UIEarValidator.java :

321 : refDDFile = refComp.getRootFolder().getFile(new Path(J2EEConstants.EJBJAR_DD_URI));

99. WARNING: DiscouragedReference

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

UIEarValidator.java :

322 : }else if( type.equals(IModuleConstants.JST_APPCLIENT_MODULE)){

100. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UIEarValidator.java :

322 : }else if( type.equals(IModuleConstants.JST_APPCLIENT_MODULE)){

Source File: org/eclipse/jst/j2ee/internal/common/CMPJavaChangeSynchronizationAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

CMPJavaChangeSynchronizationAdapter.java :

28 : import org.eclipse.jem.internal.adapters.jdom.JavaJDOMAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

CMPJavaChangeSynchronizationAdapter.java :

29 : import org.eclipse.jem.internal.java.adapters.ReadAdaptor;

3. WARNING: DiscouragedReference

Discouraged access: The type ReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

CMPJavaChangeSynchronizationAdapter.java :

30 : import org.eclipse.jem.internal.java.adapters.ReflectionAdaptor;

4. WARNING: DiscouragedReference

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

CMPJavaChangeSynchronizationAdapter.java :

41 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;

5. WARNING: DiscouragedReference

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

CMPJavaChangeSynchronizationAdapter.java :

51 : protected static EjbPackage EJB_PACK = EjbFactoryImpl.getPackage();

6. WARNING: DiscouragedReference

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

CMPJavaChangeSynchronizationAdapter.java :

51 : protected static EjbPackage EJB_PACK = EjbFactoryImpl.getPackage();

7. WARNING: DiscouragedReference

Discouraged access: The type ReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

CMPJavaChangeSynchronizationAdapter.java :

109 : case ReflectionAdaptor.EVENT :

8. WARNING: DiscouragedReference

Discouraged access: The field EVENT from the type ReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

CMPJavaChangeSynchronizationAdapter.java :

109 : case ReflectionAdaptor.EVENT :

9. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

CMPJavaChangeSynchronizationAdapter.java :

364 : AdapterFactory factory = EcoreUtil.getAdapterFactory(adapterFactories, ReadAdaptor.TYPE_KEY);

10. WARNING: DiscouragedReference

Discouraged access: The field TYPE_KEY from the type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

CMPJavaChangeSynchronizationAdapter.java :

364 : AdapterFactory factory = EcoreUtil.getAdapterFactory(adapterFactories, ReadAdaptor.TYPE_KEY);

11. WARNING: DiscouragedReference

Discouraged access: The type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

CMPJavaChangeSynchronizationAdapter.java :

365 : if (factory instanceof JavaJDOMAdapterFactory) {

12. WARNING: DiscouragedReference

Discouraged access: The type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

CMPJavaChangeSynchronizationAdapter.java :

366 : JavaJDOMAdapterFactory javaFactory = (JavaJDOMAdapterFactory) factory;

13. WARNING: DiscouragedReference

Discouraged access: The type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

CMPJavaChangeSynchronizationAdapter.java :

366 : JavaJDOMAdapterFactory javaFactory = (JavaJDOMAdapterFactory) factory;

14. WARNING: DiscouragedReference

Discouraged access: The method flushReflectionNoNotification(String) from the type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

CMPJavaChangeSynchronizationAdapter.java :

367 : javaFactory.flushReflectionNoNotification(primaryKeyClass.getQualifiedName());

Source File: org/eclipse/jst/j2ee/internal/common/ClasspathLibraryExpander.java
1. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

9 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent;

2. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

10 : import org.eclipse.wst.common.componentcore.internal.flat.IChildModuleReference;

3. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

11 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFile;

4. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

12 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFolder;

5. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

13 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatResource;

6. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

14 : import org.eclipse.wst.common.componentcore.internal.flat.VirtualComponentFlattenUtility;

7. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

18 : public class ClasspathLibraryExpander extends FlatVirtualComponent {

8. WARNING: DiscouragedReference

Discouraged access: The constructor FlatVirtualComponent(IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

23 : super(component);

9. WARNING: DiscouragedReference

Discouraged access: The constructor FlatVirtualComponent(IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

27 : super(component);

10. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

37 : protected void optimize(List<IFlatResource> resources, List<IChildModuleReference> children) {

11. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

37 : protected void optimize(List<IFlatResource> resources, List<IChildModuleReference> children) {

12. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

38 : if (getComponent() != null) {

13. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

39 : VirtualComponentFlattenUtility util = new VirtualComponentFlattenUtility(resources, this);

14. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualComponentFlattenUtility(List<IFlatResource>, VirtualComponentFlattenUtility.ShouldIncludeUtilityCallback) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

39 : VirtualComponentFlattenUtility util = new VirtualComponentFlattenUtility(resources, this);

15. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

39 : VirtualComponentFlattenUtility util = new VirtualComponentFlattenUtility(resources, this);

16. WARNING: DiscouragedReference

Discouraged access: The method consumeComponent(VirtualComponentFlattenUtility, IPath, IVirtualReference) from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

43 : consumeComponent(util, new Path(""), consumedRef); //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The method addConsumedReferences(VirtualComponentFlattenUtility, IVirtualComponent, IPath) from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

47 : addConsumedReferences(util, getComponent(), new Path("")); //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

47 : addConsumedReferences(util, getComponent(), new Path("")); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

55 : public List <IFlatFile> fetchFlatFiles() throws CoreException {

20. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

56 : IFlatResource [] resources = fetchResources();

21. WARNING: DiscouragedReference

Discouraged access: The method fetchResources() from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

56 : IFlatResource [] resources = fetchResources();

22. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

57 : List<IFlatFile> flatFiles = new ArrayList<IFlatFile>();

23. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

57 : List<IFlatFile> flatFiles = new ArrayList<IFlatFile>();

24. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

61 : private List <IFlatFile> fetchFlatFiles(IFlatResource[] resources, List<IFlatFile> flatFiles) {

25. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

61 : private List <IFlatFile> fetchFlatFiles(IFlatResource[] resources, List<IFlatFile> flatFiles) {

26. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

61 : private List <IFlatFile> fetchFlatFiles(IFlatResource[] resources, List<IFlatFile> flatFiles) {

27. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

63 : IFlatResource resource = resources[i];

28. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

64 : if (resource instanceof IFlatFile) {

29. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

65 : flatFiles.add((IFlatFile)resource);

30. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

66 : } else if (resource instanceof IFlatFolder) {

31. WARNING: DiscouragedReference

Discouraged access: The method members() from the type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

67 : fetchFlatFiles(((IFlatFolder)resource).members(), flatFiles);

32. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

67 : fetchFlatFiles(((IFlatFolder)resource).members(), flatFiles);

33. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

73 : public IFlatResource fetchResource(IPath runtimePath) throws CoreException {

34. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

74 : IFlatResource [] resources = fetchResources();

35. WARNING: DiscouragedReference

Discouraged access: The method fetchResources() from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

74 : IFlatResource [] resources = fetchResources();

36. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

78 : private IFlatResource fetchResource(IPath runtimePath, IFlatResource[] resources) {

37. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

78 : private IFlatResource fetchResource(IPath runtimePath, IFlatResource[] resources) {

38. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

79 : for(IFlatResource resource : resources){

39. WARNING: DiscouragedReference

Discouraged access: The method getModuleRelativePath() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

80 : IPath fullResourcePath = resource.getModuleRelativePath().append(resource.getName());

40. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

80 : IPath fullResourcePath = resource.getModuleRelativePath().append(resource.getName());

41. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

85 : if(resource instanceof IFlatFolder){

42. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

86 : IFlatFolder folder = (IFlatFolder)resource;

43. WARNING: DiscouragedReference

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

ClasspathLibraryExpander.java :

86 : IFlatFolder folder = (IFlatFolder)resource;

44. WARNING: DiscouragedReference

Discouraged access: The method members() from the type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathLibraryExpander.java :

87 : return fetchResource(runtimePath, folder.members());

Source File: org/eclipse/jst/j2ee/internal/common/ClasspathModel.java
1. WARNING: DiscouragedReference

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

ClasspathModel.java :

37 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

2. WARNING: DiscouragedReference

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

ClasspathModel.java :

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

3. WARNING: DiscouragedReference

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

ClasspathModel.java :

46 : import org.eclipse.wst.common.componentcore.internal.ModuleStructuralModel;

4. WARNING: DiscouragedReference

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

ClasspathModel.java :

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

5. WARNING: DiscouragedReference

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

ClasspathModel.java :

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

6. WARNING: DiscouragedReference

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

ClasspathModel.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateInputProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateInputProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

57 : public class ClasspathModel implements ResourceStateInputProvider, ResourceStateValidator {

12. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

57 : public class ClasspathModel implements ResourceStateInputProvider, ResourceStateValidator {

13. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

66 : protected ResourceStateValidator stateValidator;

14. WARNING: DiscouragedReference

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

ClasspathModel.java :

67 : protected ArchiveManifest manifest;

15. WARNING: DiscouragedReference

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

ClasspathModel.java :

81 : public ClasspathModel(ArchiveManifest initialManifest) {

16. WARNING: DiscouragedReference

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

ClasspathModel.java :

85 : public ClasspathModel(ArchiveManifest initialManifest, boolean isWLPModel) {

17. WARNING: DiscouragedReference

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

ClasspathModel.java :

108 : availableEARComponents = ComponentUtilities.getComponents(earProjects);

18. WARNING: DiscouragedReference

Discouraged access: The method getComponents(IProject[]) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathModel.java :

108 : availableEARComponents = ComponentUtilities.getComponents(earProjects);

19. WARNING: DiscouragedReference

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

ClasspathModel.java :

150 : protected void initializeSelection(ArchiveManifest existing) {

20. WARNING: DiscouragedReference

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

ClasspathModel.java :

175 : protected void createClassPathSelection(ArchiveManifest manifest) {

21. WARNING: DiscouragedReference

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

ClasspathModel.java :

195 : public void resetClassPathSelection(ArchiveManifest mf) {

22. WARNING: DiscouragedReference

Discouraged access: The method setClassPath(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathModel.java :

272 : manifest.setClassPath(classPathSelection.toString());

23. WARNING: DiscouragedReference

Discouraged access: The method setMainClass(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathModel.java :

282 : manifest.setMainClass(mainClass);

24. WARNING: DiscouragedReference

Discouraged access: The method setImplemenationVersion(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathModel.java :

291 : manifest.setImplemenationVersion(implVersion);

25. WARNING: DiscouragedReference

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

ClasspathModel.java :

302 : public void primSetManifest(ArchiveManifest mf) {

26. WARNING: DiscouragedReference

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

ClasspathModel.java :

309 : public void setManifest(ArchiveManifest newManifest) {

27. WARNING: DiscouragedReference

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

ClasspathModel.java :

320 : public void forceUpdateClasspath(ArchiveManifest newManifest) {

28. WARNING: DiscouragedReference

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

ClasspathModel.java :

344 : ArchiveManifest mf = null;

29. WARNING: DiscouragedReference

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

ClasspathModel.java :

421 : StructureEdit sEdit = null;

30. WARNING: DiscouragedReference

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

ClasspathModel.java :

423 : sEdit = StructureEdit.getStructureEditForWrite(project);

31. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathModel.java :

423 : sEdit = StructureEdit.getStructureEditForWrite(project);

32. WARNING: DiscouragedReference

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

ClasspathModel.java :

424 : ModuleStructuralModel structuralModel = sEdit.getModuleStructuralModel();

33. WARNING: DiscouragedReference

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

ClasspathModel.java :

424 : ModuleStructuralModel structuralModel = sEdit.getModuleStructuralModel();

34. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

426 : resources.addAll(structuralModel.getResources());

35. WARNING: DiscouragedReference

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

ClasspathModel.java :

434 : sEdit.dispose();

36. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

499 : public ResourceStateValidator getStateValidator() {

37. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

510 : private ResourceStateValidator createStateValidator() {

38. WARNING: DiscouragedReference

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

ClasspathModel.java :

511 : return new ResourceStateValidatorImpl(this);

39. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

511 : return new ResourceStateValidatorImpl(this);

40. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

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

41. WARNING: DiscouragedReference

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

ClasspathModel.java :

518 : getStateValidator().checkActivation(presenter);

42. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

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

43. WARNING: DiscouragedReference

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

ClasspathModel.java :

525 : getStateValidator().lostActivation(presenter);

44. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

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

45. WARNING: DiscouragedReference

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

ClasspathModel.java :

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

46. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ClasspathModel.java :

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

47. WARNING: DiscouragedReference

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

ClasspathModel.java :

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

48. WARNING: DiscouragedReference

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

ClasspathModel.java :

546 : return getStateValidator().checkReadOnly();

49. WARNING: DiscouragedReference

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

ClasspathModel.java :

564 : private static IPath WEBLIB = new Path(J2EEConstants.WEB_INF_LIB).makeAbsolute();

50. WARNING: DiscouragedReference

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

ClasspathModel.java :

564 : private static IPath WEBLIB = new Path(J2EEConstants.WEB_INF_LIB).makeAbsolute();

51. WARNING: DiscouragedReference

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

ClasspathModel.java :

565 : private static IPath WEBINF_CLASSES = new Path(J2EEConstants.WEB_INF_CLASSES).makeAbsolute();

52. WARNING: DiscouragedReference

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

ClasspathModel.java :

565 : private static IPath WEBINF_CLASSES = new Path(J2EEConstants.WEB_INF_CLASSES).makeAbsolute();

53. WARNING: DiscouragedReference

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

ClasspathModel.java :

646 : String unresolvedURI = ModuleURIUtil.getArchiveName(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)));

54. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName(URI) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathModel.java :

646 : String unresolvedURI = ModuleURIUtil.getArchiveName(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)));

55. WARNING: DiscouragedReference

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

ClasspathModel.java :

646 : String unresolvedURI = ModuleURIUtil.getArchiveName(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)));

56. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathModel.java :

646 : String unresolvedURI = ModuleURIUtil.getArchiveName(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)));

57. WARNING: DiscouragedReference

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

ClasspathModel.java :

648 : ClasspathElement element = classPathWLPSelection.createArchiveElement(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)), referencedComponent.getName(), archiveURI.lastSegment());

58. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathModel.java :

648 : ClasspathElement element = classPathWLPSelection.createArchiveElement(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)), referencedComponent.getName(), archiveURI.lastSegment());

59. WARNING: DiscouragedReference

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

ClasspathModel.java :

659 : final URI archiveURI = URI.createURI(ModuleURIUtil.getHandleString(c));

60. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathModel.java :

659 : final URI archiveURI = URI.createURI(ModuleURIUtil.getHandleString(c));

61. WARNING: DiscouragedReference

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

ClasspathModel.java :

662 : unresolvedURI = ModuleURIUtil.getArchiveName(archiveURI);

62. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName(URI) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathModel.java :

662 : unresolvedURI = ModuleURIUtil.getArchiveName(archiveURI);

Source File: org/eclipse/jst/j2ee/internal/common/CleanBuildCacheCleanerListener.java
1. WARNING: DiscouragedReference

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

CleanBuildCacheCleanerListener.java :

16 : import org.eclipse.jst.j2ee.ejb.internal.util.CMPKeySynchronizationAdapter;

2. WARNING: DiscouragedReference

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

CleanBuildCacheCleanerListener.java :

28 : CMPKeySynchronizationAdapter.flushUnresolvedKeyAttributesOnCleanBuild();

3. WARNING: DiscouragedReference

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

CleanBuildCacheCleanerListener.java :

28 : CMPKeySynchronizationAdapter.flushUnresolvedKeyAttributesOnCleanBuild();

Source File: org/eclipse/jst/j2ee/internal/common/FacetedProjectPropertyTester.java
1. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

FacetedProjectPropertyTester.java :

18 : import org.eclipse.wst.common.project.facet.core.internal.FacetCorePlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

FacetedProjectPropertyTester.java :

63 : FacetCorePlugin.log( e.getStatus() );

3. WARNING: DiscouragedReference

Discouraged access: The method log(IStatus) from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

FacetedProjectPropertyTester.java :

63 : FacetCorePlugin.log( e.getStatus() );

Source File: org/eclipse/jst/j2ee/internal/common/J2EEDependencyListener.java
1. WARNING: DiscouragedReference

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

J2EEDependencyListener.java :

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

2. WARNING: DiscouragedReference

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

J2EEDependencyListener.java :

22 : import org.eclipse.wst.common.componentcore.internal.impl.WTPModulesResourceFactory;

3. WARNING: DiscouragedReference

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

J2EEDependencyListener.java :

145 : if (name.equals(J2EEConstants.MANIFEST_SHORT_NAME)) {

4. WARNING: DiscouragedReference

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

J2EEDependencyListener.java :

145 : if (name.equals(J2EEConstants.MANIFEST_SHORT_NAME)) {

5. WARNING: DiscouragedReference

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

J2EEDependencyListener.java :

150 : } else if (name.equals(WTPModulesResourceFactory.WTP_MODULES_SHORT_NAME)) {

6. WARNING: DiscouragedReference

Discouraged access: The field WTP_MODULES_SHORT_NAME from the type WTPModulesResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyListener.java :

150 : } else if (name.equals(WTPModulesResourceFactory.WTP_MODULES_SHORT_NAME)) {

Source File: org/eclipse/jst/j2ee/internal/common/J2EEVersionUtil.java
1. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

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

2. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

28 : case J2EEVersionConstants.SERVLET_2_2:

3. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

28 : case J2EEVersionConstants.SERVLET_2_2:

4. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

29 : return J2EEVersionConstants.VERSION_2_2_TEXT;

5. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

29 : return J2EEVersionConstants.VERSION_2_2_TEXT;

6. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

31 : case J2EEVersionConstants.SERVLET_2_3:

7. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

31 : case J2EEVersionConstants.SERVLET_2_3:

8. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

32 : return J2EEVersionConstants.VERSION_2_3_TEXT;

9. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

32 : return J2EEVersionConstants.VERSION_2_3_TEXT;

10. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

34 : case J2EEVersionConstants.SERVLET_2_4:

11. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

34 : case J2EEVersionConstants.SERVLET_2_4:

12. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

35 : return J2EEVersionConstants.VERSION_2_4_TEXT;

13. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

35 : return J2EEVersionConstants.VERSION_2_4_TEXT;

14. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

37 : case J2EEVersionConstants.SERVLET_2_5:

15. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

37 : case J2EEVersionConstants.SERVLET_2_5:

16. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

38 : return J2EEVersionConstants.VERSION_2_5_TEXT;

17. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

38 : return J2EEVersionConstants.VERSION_2_5_TEXT;

18. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

40 : case J2EEVersionConstants.SERVLET_3_0:

19. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

40 : case J2EEVersionConstants.SERVLET_3_0:

20. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

41 : return J2EEVersionConstants.VERSION_3_0_TEXT;

21. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

41 : return J2EEVersionConstants.VERSION_3_0_TEXT;

22. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

50 : case J2EEVersionConstants.EJB_1_0_ID:

23. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

50 : case J2EEVersionConstants.EJB_1_0_ID:

24. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

51 : return J2EEVersionConstants.VERSION_1_0_TEXT;

25. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

51 : return J2EEVersionConstants.VERSION_1_0_TEXT;

26. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

53 : case J2EEVersionConstants.EJB_1_1_ID:

27. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

53 : case J2EEVersionConstants.EJB_1_1_ID:

28. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

54 : return J2EEVersionConstants.VERSION_1_1_TEXT;

29. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

54 : return J2EEVersionConstants.VERSION_1_1_TEXT;

30. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

56 : case J2EEVersionConstants.EJB_2_0_ID:

31. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

56 : case J2EEVersionConstants.EJB_2_0_ID:

32. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

57 : return J2EEVersionConstants.VERSION_2_0_TEXT;

33. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

57 : return J2EEVersionConstants.VERSION_2_0_TEXT;

34. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

59 : case J2EEVersionConstants.EJB_2_1_ID:

35. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

59 : case J2EEVersionConstants.EJB_2_1_ID:

36. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

60 : return J2EEVersionConstants.VERSION_2_1_TEXT;

37. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

60 : return J2EEVersionConstants.VERSION_2_1_TEXT;

38. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

62 : case J2EEVersionConstants.EJB_3_0_ID:

39. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

62 : case J2EEVersionConstants.EJB_3_0_ID:

40. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

63 : return J2EEVersionConstants.VERSION_3_0_TEXT;

41. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

63 : return J2EEVersionConstants.VERSION_3_0_TEXT;

42. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

65 : case J2EEVersionConstants.EJB_3_1_ID:

43. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

65 : case J2EEVersionConstants.EJB_3_1_ID:

44. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

66 : return J2EEVersionConstants.VERSION_3_1_TEXT;

45. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

66 : return J2EEVersionConstants.VERSION_3_1_TEXT;

46. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

73 : case J2EEVersionConstants.JCA_1_0_ID:

47. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

73 : case J2EEVersionConstants.JCA_1_0_ID:

48. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

74 : return J2EEVersionConstants.VERSION_1_0_TEXT;

49. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

74 : return J2EEVersionConstants.VERSION_1_0_TEXT;

50. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

76 : case J2EEVersionConstants.JCA_1_5_ID:

51. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

76 : case J2EEVersionConstants.JCA_1_5_ID:

52. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

77 : return J2EEVersionConstants.VERSION_1_5_TEXT;

53. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

77 : return J2EEVersionConstants.VERSION_1_5_TEXT;

54. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

79 : case J2EEVersionConstants.JCA_1_6_ID:

55. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

79 : case J2EEVersionConstants.JCA_1_6_ID:

56. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

80 : return J2EEVersionConstants.VERSION_1_6_TEXT;

57. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

80 : return J2EEVersionConstants.VERSION_1_6_TEXT;

58. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

88 : case J2EEVersionConstants.J2EE_1_2_ID:

59. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

88 : case J2EEVersionConstants.J2EE_1_2_ID:

60. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

89 : return J2EEVersionConstants.VERSION_1_2_TEXT;

61. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

89 : return J2EEVersionConstants.VERSION_1_2_TEXT;

62. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

91 : case J2EEVersionConstants.J2EE_1_3_ID:

63. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

91 : case J2EEVersionConstants.J2EE_1_3_ID:

64. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

92 : return J2EEVersionConstants.VERSION_1_3_TEXT;

65. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

92 : return J2EEVersionConstants.VERSION_1_3_TEXT;

66. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

94 : case J2EEVersionConstants.J2EE_1_4_ID:

67. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

94 : case J2EEVersionConstants.J2EE_1_4_ID:

68. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

95 : return J2EEVersionConstants.VERSION_1_4_TEXT;

69. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

95 : return J2EEVersionConstants.VERSION_1_4_TEXT;

70. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

97 : case J2EEVersionConstants.JEE_5_0_ID:

71. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

97 : case J2EEVersionConstants.JEE_5_0_ID:

72. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

98 : return J2EEVersionConstants.VERSION_5_0_TEXT;

73. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

98 : return J2EEVersionConstants.VERSION_5_0_TEXT;

74. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

100 : case J2EEVersionConstants.JEE_6_0_ID:

75. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

100 : case J2EEVersionConstants.JEE_6_0_ID:

76. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

101 : return J2EEVersionConstants.VERSION_6_0_TEXT;

77. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

101 : return J2EEVersionConstants.VERSION_6_0_TEXT;

78. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

108 : if (version.equals(J2EEVersionConstants.VERSION_1_2_TEXT))

79. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

108 : if (version.equals(J2EEVersionConstants.VERSION_1_2_TEXT))

80. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

109 : return J2EEVersionConstants.J2EE_1_2_ID;

81. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

109 : return J2EEVersionConstants.J2EE_1_2_ID;

82. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

110 : if (version.equals(J2EEVersionConstants.VERSION_1_3_TEXT))

83. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

110 : if (version.equals(J2EEVersionConstants.VERSION_1_3_TEXT))

84. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

111 : return J2EEVersionConstants.J2EE_1_3_ID;

85. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

111 : return J2EEVersionConstants.J2EE_1_3_ID;

86. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

112 : if (version.equals(J2EEVersionConstants.VERSION_1_4_TEXT))

87. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

112 : if (version.equals(J2EEVersionConstants.VERSION_1_4_TEXT))

88. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

113 : return J2EEVersionConstants.J2EE_1_4_ID;

89. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

113 : return J2EEVersionConstants.J2EE_1_4_ID;

90. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

114 : if (version.equals(J2EEVersionConstants.VERSION_5_0_TEXT))

91. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

114 : if (version.equals(J2EEVersionConstants.VERSION_5_0_TEXT))

92. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

115 : return J2EEVersionConstants.JEE_5_0_ID;

93. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

115 : return J2EEVersionConstants.JEE_5_0_ID;

94. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

116 : if (version.equals(J2EEVersionConstants.VERSION_6_0_TEXT))

95. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

116 : if (version.equals(J2EEVersionConstants.VERSION_6_0_TEXT))

96. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

117 : return J2EEVersionConstants.JEE_6_0_ID;

97. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

117 : return J2EEVersionConstants.JEE_6_0_ID;

98. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

119 : return J2EEVersionConstants.JEE_5_0_ID;

99. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

119 : return J2EEVersionConstants.JEE_5_0_ID;

100. WARNING: DiscouragedReference

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

J2EEVersionUtil.java :

123 : if (version.equals(J2EEVersionConstants.VERSION_1_1_TEXT))

Source File: org/eclipse/jst/j2ee/internal/common/UpdateProjectClasspath.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

UpdateProjectClasspath.java :

25 : import org.eclipse.jdt.internal.core.ClasspathEntry;

2. WARNING: DiscouragedReference

Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

UpdateProjectClasspath.java :

48 : ((ClasspathEntry)classpath[i]).specificOutputLocation = newOutputPath;

3. WARNING: DiscouragedReference

Discouraged access: The field specificOutputLocation from the type ClasspathEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

UpdateProjectClasspath.java :

48 : ((ClasspathEntry)classpath[i]).specificOutputLocation = newOutputPath;

Source File: org/eclipse/jst/j2ee/internal/common/VirtualArchiveComponentAdapterFactory.java
1. WARNING: DiscouragedReference

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

VirtualArchiveComponentAdapterFactory.java :

16 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

2. WARNING: DiscouragedReference

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

VirtualArchiveComponentAdapterFactory.java :

21 : if (adapterType == VirtualArchiveComponent.ADAPTER_TYPE ) {

3. WARNING: DiscouragedReference

Discouraged access: The field ADAPTER_TYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

VirtualArchiveComponentAdapterFactory.java :

21 : if (adapterType == VirtualArchiveComponent.ADAPTER_TYPE ) {

4. WARNING: DiscouragedReference

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

VirtualArchiveComponentAdapterFactory.java :

22 : VirtualArchiveComponent component = (VirtualArchiveComponent) adaptableObject;

5. WARNING: DiscouragedReference

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

VirtualArchiveComponentAdapterFactory.java :

22 : VirtualArchiveComponent component = (VirtualArchiveComponent) adaptableObject;

6. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

VirtualArchiveComponentAdapterFactory.java :

23 : IPath path = J2EEProjectUtilities.getResolvedPathForArchiveComponent(component.getName());

7. WARNING: DiscouragedReference

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

VirtualArchiveComponentAdapterFactory.java :

31 : return new Class[]{VirtualArchiveComponent.class};

Source File: org/eclipse/jst/j2ee/internal/common/classpath/J2EEComponentClasspathContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

33 : import org.eclipse.jst.common.jdt.internal.classpath.ClasspathDecorations;

2. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

34 : import org.eclipse.jst.common.jdt.internal.classpath.ClasspathDecorationsManager;

3. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

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

4. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

45 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFolder;

5. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

46 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatResource;

6. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

47 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

7. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

48 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

8. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

65 : private static ClasspathDecorationsManager decorationsManager = new ClasspathDecorationsManager(J2EEPlugin.PLUGIN_ID);

9. WARNING: DiscouragedReference

Discouraged access: The constructor ClasspathDecorationsManager(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

65 : private static ClasspathDecorationsManager decorationsManager = new ClasspathDecorationsManager(J2EEPlugin.PLUGIN_ID);

10. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

65 : private static ClasspathDecorationsManager decorationsManager = new ClasspathDecorationsManager(J2EEPlugin.PLUGIN_ID);

11. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

66 : public static ClasspathDecorationsManager getDecorationsManager() {

12. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

175 : if(!javaProjectLite.getProject().getFile(StructureEdit.MODULE_META_FILE_NAME).exists()){

13. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

175 : if(!javaProjectLite.getProject().getFile(StructureEdit.MODULE_META_FILE_NAME).exists()){

14. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

270 : if( comp instanceof VirtualArchiveComponent ) {

15. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

271 : VirtualArchiveComponent archiveComp = (VirtualArchiveComponent) comp;

16. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

271 : VirtualArchiveComponent archiveComp = (VirtualArchiveComponent) comp;

17. WARNING: DiscouragedReference

Discouraged access: The method getArchiveType() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathContainer.java :

272 : if (archiveComp.getArchiveType().equals(VirtualArchiveComponent.CLASSPATHARCHIVETYPE)) {

18. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

272 : if (archiveComp.getArchiveType().equals(VirtualArchiveComponent.CLASSPATHARCHIVETYPE)) {

19. WARNING: DiscouragedReference

Discouraged access: The field CLASSPATHARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathContainer.java :

272 : if (archiveComp.getArchiveType().equals(VirtualArchiveComponent.CLASSPATHARCHIVETYPE)) {

20. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

278 : ClasspathDecorations dec = decorationsManager.getDecorations( getPath().toString(), lastUpdate.paths[i].toString() );

21. WARNING: DiscouragedReference

Discouraged access: The method getDecorations(String, String) from the type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

278 : ClasspathDecorations dec = decorationsManager.getDecorations( getPath().toString(), lastUpdate.paths[i].toString() );

22. WARNING: DiscouragedReference

Discouraged access: The method getSourceAttachmentPath() from the type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

286 : srcpath = dec.getSourceAttachmentPath();

23. WARNING: DiscouragedReference

Discouraged access: The method getSourceAttachmentRootPath() from the type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

287 : srcrootpath = dec.getSourceAttachmentRootPath();

24. WARNING: DiscouragedReference

Discouraged access: The method getExtraAttributes() from the type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainer.java :

288 : attrs = dec.getExtraAttributes();

25. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

355 : IFlatResource flatLibResource = classpathLibExpander.fetchResource(libDirPath);

26. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

356 : if(flatLibResource instanceof IFlatFolder){

27. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

357 : IFlatFolder flatLibFolder = (IFlatFolder)flatLibResource;

28. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

357 : IFlatFolder flatLibFolder = (IFlatFolder)flatLibResource;

29. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

358 : IFlatResource [] flatLibs = flatLibFolder.members();

30. WARNING: DiscouragedReference

Discouraged access: The method members() from the type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathContainer.java :

358 : IFlatResource [] flatLibs = flatLibFolder.members();

31. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

359 : for(IFlatResource flatResource : flatLibs){

32. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualArchiveComponent(IProject, String, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathContainer.java :

362 : IVirtualComponent dynamicComponent = new VirtualArchiveComponent(earComp.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + "/" + file.getAbsolutePath(), new Path(libDir)); //$NON-NLS-1$

33. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

362 : IVirtualComponent dynamicComponent = new VirtualArchiveComponent(earComp.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + "/" + file.getAbsolutePath(), new Path(libDir)); //$NON-NLS-1$

34. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

362 : IVirtualComponent dynamicComponent = new VirtualArchiveComponent(earComp.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + "/" + file.getAbsolutePath(), new Path(libDir)); //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathContainer.java :

362 : IVirtualComponent dynamicComponent = new VirtualArchiveComponent(earComp.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + "/" + file.getAbsolutePath(), new Path(libDir)); //$NON-NLS-1$

36. WARNING: DiscouragedReference

Discouraged access: The method setDerived(boolean) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathContainer.java :

364 : ((VirtualReference)dynamicRef).setDerived(true);

37. WARNING: DiscouragedReference

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

J2EEComponentClasspathContainer.java :

364 : ((VirtualReference)dynamicRef).setDerived(true);

Source File: org/eclipse/jst/j2ee/internal/common/classpath/J2EEComponentClasspathContainerUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainerUtils.java :

10 : import org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjectContainer;

2. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainerUtils.java :

52 : public static FlexibleProjectContainer getInstalledWebAppLibrariesContainer(IProject project){

3. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainerUtils.java :

54 : FlexibleProjectContainer webAppLibrariesContainer = null;

4. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainerUtils.java :

55 : if (null != container && container instanceof FlexibleProjectContainer) {

5. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathContainerUtils.java :

56 : webAppLibrariesContainer = (FlexibleProjectContainer) container;

Source File: org/eclipse/jst/j2ee/internal/common/classpath/J2EEComponentClasspathInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

25 : import org.eclipse.jst.common.jdt.internal.classpath.ClasspathDecorations;

2. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

26 : import org.eclipse.jst.common.jdt.internal.classpath.ClasspathDecorationsManager;

3. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

31 : private static final ClasspathDecorationsManager decorations = J2EEComponentClasspathContainer.getDecorationsManager();

4. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

75 : final ClasspathDecorations dec = new ClasspathDecorations();

5. WARNING: DiscouragedReference

Discouraged access: The constructor ClasspathDecorations() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

75 : final ClasspathDecorations dec = new ClasspathDecorations();

6. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

75 : final ClasspathDecorations dec = new ClasspathDecorations();

7. WARNING: DiscouragedReference

Discouraged access: The method setSourceAttachmentPath(IPath) from the type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

77 : dec.setSourceAttachmentPath(srcpath);

8. WARNING: DiscouragedReference

Discouraged access: The method setSourceAttachmentRootPath(IPath) from the type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

78 : dec.setSourceAttachmentRootPath(srcrootpath);

9. WARNING: DiscouragedReference

Discouraged access: The method setExtraAttributes(IClasspathAttribute[]) from the type ClasspathDecorations is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

79 : dec.setExtraAttributes(attrs);

10. WARNING: DiscouragedReference

Discouraged access: The method setDecorations(String, String, ClasspathDecorations) from the type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

81 : decorations.setDecorations(key, eid, dec);

11. WARNING: DiscouragedReference

Discouraged access: The method save() from the type ClasspathDecorationsManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathInitializer.java :

85 : decorations.save();

Source File: org/eclipse/jst/j2ee/internal/common/classpath/J2EEComponentClasspathUpdater.java
1. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathUpdater.java :

45 : import org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjectContainer;

2. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

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

3. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

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

4. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

61 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

5. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

62 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraphListener;

6. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

63 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraphUpdateEvent;

7. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

64 : import org.eclipse.wst.common.componentcore.internal.impl.ResourceTreeRootAdapter;

8. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

65 : import org.eclipse.wst.common.componentcore.internal.impl.WTPModulesResourceFactory;

9. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEComponentClasspathUpdater.java :

69 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

10. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

72 : public class J2EEComponentClasspathUpdater implements IResourceChangeListener, IResourceDeltaVisitor, IDependencyGraphListener {

11. WARNING: DiscouragedReference

Discouraged access: The method refresh() from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathUpdater.java :

294 : ((FlexibleProjectContainer) webAppLibrariesContainer).refresh();

12. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentClasspathUpdater.java :

294 : ((FlexibleProjectContainer) webAppLibrariesContainer).refresh();

13. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

375 : public void dependencyGraphUpdate(IDependencyGraphUpdateEvent event) {

14. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type IDependencyGraphUpdateEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

376 : if((event.getType() & IDependencyGraphUpdateEvent.ADDED) == IDependencyGraphUpdateEvent.ADDED){

15. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

376 : if((event.getType() & IDependencyGraphUpdateEvent.ADDED) == IDependencyGraphUpdateEvent.ADDED){

16. WARNING: DiscouragedReference

Discouraged access: The field ADDED from the type IDependencyGraphUpdateEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

376 : if((event.getType() & IDependencyGraphUpdateEvent.ADDED) == IDependencyGraphUpdateEvent.ADDED){

17. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

376 : if((event.getType() & IDependencyGraphUpdateEvent.ADDED) == IDependencyGraphUpdateEvent.ADDED){

18. WARNING: DiscouragedReference

Discouraged access: The field ADDED from the type IDependencyGraphUpdateEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

376 : if((event.getType() & IDependencyGraphUpdateEvent.ADDED) == IDependencyGraphUpdateEvent.ADDED){

19. WARNING: DiscouragedReference

Discouraged access: The method getAddedReferences() from the type IDependencyGraphUpdateEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

377 : Map<IProject, Set<IProject>> addedReferences = event.getAddedReferences();

20. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

437 : public static void clearResourceTreeRootCache(WorkbenchComponent aModule) {

21. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

439 : ResourceTreeRootAdapter resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil

22. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

439 : ResourceTreeRootAdapter resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil

23. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEComponentClasspathUpdater.java :

439 : ResourceTreeRootAdapter resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil

24. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(EObject, List, Object) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEComponentClasspathUpdater.java :

439 : ResourceTreeRootAdapter resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil .getAdapter(aModule, aModule.eAdapters(), ResourceTreeRootAdapter.DEPLOY_ADAPTER_TYPE);

25. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

441 : ResourceTreeRootAdapter.DEPLOY_ADAPTER_TYPE);

26. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_ADAPTER_TYPE from the type ResourceTreeRootAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

441 : ResourceTreeRootAdapter.DEPLOY_ADAPTER_TYPE);

27. WARNING: DiscouragedReference

Discouraged access: The method setResourceTreeRoot(ResourceTreeRoot) from the type ResourceTreeRootAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

443 : resourceTreeAdapter.setResourceTreeRoot(null);

28. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

445 : resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil

29. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEComponentClasspathUpdater.java :

445 : resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil

30. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(EObject, List, Object) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEComponentClasspathUpdater.java :

445 : resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil .getAdapter(aModule, aModule.eAdapters(), ResourceTreeRootAdapter.SOURCE_ADAPTER_TYPE);

31. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

447 : ResourceTreeRootAdapter.SOURCE_ADAPTER_TYPE);

32. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_ADAPTER_TYPE from the type ResourceTreeRootAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

447 : ResourceTreeRootAdapter.SOURCE_ADAPTER_TYPE);

33. WARNING: DiscouragedReference

Discouraged access: The method setResourceTreeRoot(ResourceTreeRoot) from the type ResourceTreeRootAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

449 : resourceTreeAdapter.setResourceTreeRoot(null);

34. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_FILE_NAME from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

462 : if (delta[i].toString().indexOf(IJ2EEModuleConstants.COMPONENT_FILE_NAME) != -1) {

35. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

463 : StructureEdit core = StructureEdit

36. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

463 : StructureEdit core = StructureEdit

37. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

463 : StructureEdit core = StructureEdit .getStructureEditForRead(delta[i].getResource() .getProject());

38. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

467 : WorkbenchComponent component = core.getComponent();

39. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

467 : WorkbenchComponent component = core.getComponent();

40. WARNING: DiscouragedReference

Discouraged access: The field DOT_SETTINGS from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

493 : if (resource.getName().equals(IJ2EEModuleConstants.DOT_SETTINGS)) {

41. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

503 : return isRootAncester(resource, rootFolder) || isFolder(resource, rootFolder.getFolder(J2EEConstants.META_INF));

42. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

503 : return isRootAncester(resource, rootFolder) || isFolder(resource, rootFolder.getFolder(J2EEConstants.META_INF));

43. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

509 : if (name.equals(WTPModulesResourceFactory.WTP_MODULES_SHORT_NAME)) {

44. WARNING: DiscouragedReference

Discouraged access: The field WTP_MODULES_SHORT_NAME from the type WTPModulesResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEComponentClasspathUpdater.java :

509 : if (name.equals(WTPModulesResourceFactory.WTP_MODULES_SHORT_NAME)) {

45. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

511 : } else if (name.equals(J2EEConstants.MANIFEST_SHORT_NAME)) { // MANIFEST.MF must be all caps per spec

46. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

511 : } else if (name.equals(J2EEConstants.MANIFEST_SHORT_NAME)) { // MANIFEST.MF must be all caps per spec

47. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

554 : libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

48. WARNING: DiscouragedReference

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

J2EEComponentClasspathUpdater.java :

554 : libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

Source File: org/eclipse/jst/j2ee/internal/common/classpath/WtpUserLibraryProviderInstallOperationConfig.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClasspathUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

WtpUserLibraryProviderInstallOperationConfig.java :

22 : import org.eclipse.jst.common.project.facet.core.internal.ClasspathUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type ClasspathUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

WtpUserLibraryProviderInstallOperationConfig.java :

84 : entries = ClasspathUtil.getClasspathEntries( project, f );

3. WARNING: DiscouragedReference

Discouraged access: The method getClasspathEntries(IProject, IProjectFacet) from the type ClasspathUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

WtpUserLibraryProviderInstallOperationConfig.java :

84 : entries = ClasspathUtil.getClasspathEntries( project, f );

Source File: org/eclipse/jst/j2ee/internal/common/exportmodel/AddJavaEEReferencesParticipant.java
1. WARNING: DiscouragedReference

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

AddJavaEEReferencesParticipant.java :

17 : import org.eclipse.wst.common.componentcore.internal.flat.AbstractFlattenParticipant;

2. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddJavaEEReferencesParticipant.java :

18 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.FlatComponentTaskModel;

3. WARNING: DiscouragedReference

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

AddJavaEEReferencesParticipant.java :

22 : public class AddJavaEEReferencesParticipant extends AbstractFlattenParticipant {

4. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddJavaEEReferencesParticipant.java :

27 : public boolean shouldIgnoreReference(IVirtualComponent rootComponent, IVirtualReference referenced, FlatComponentTaskModel dataModel) {

5. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddJavaEEReferencesParticipant.java :

42 : public boolean isChildModule(IVirtualComponent rootComponent, IVirtualReference reference, FlatComponentTaskModel dataModel) {

Source File: org/eclipse/jst/j2ee/internal/common/exportmodel/JEEHeirarchyExportParticipant.java
1. WARNING: DiscouragedReference

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

JEEHeirarchyExportParticipant.java :

21 : import org.eclipse.wst.common.componentcore.internal.flat.AbstractFlattenParticipant;

2. WARNING: DiscouragedReference

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

JEEHeirarchyExportParticipant.java :

22 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFile;

3. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JEEHeirarchyExportParticipant.java :

23 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.FlatComponentTaskModel;

4. WARNING: DiscouragedReference

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

JEEHeirarchyExportParticipant.java :

24 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

5. WARNING: DiscouragedReference

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

JEEHeirarchyExportParticipant.java :

28 : public class JEEHeirarchyExportParticipant extends AbstractFlattenParticipant {

6. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JEEHeirarchyExportParticipant.java :

36 : IVirtualReference reference, FlatComponentTaskModel dataModel) {

7. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JEEHeirarchyExportParticipant.java :

51 : public boolean isChildModule(IVirtualComponent rootComponent, FlatComponentTaskModel dataModel, IFlatFile file) {

8. WARNING: DiscouragedReference

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

JEEHeirarchyExportParticipant.java :

51 : public boolean isChildModule(IVirtualComponent rootComponent, FlatComponentTaskModel dataModel, IFlatFile file) {

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JEEHeirarchyExportParticipant.java :

52 : if (isPossibleChild(file.getName())) {

10. WARNING: DiscouragedReference

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

JEEHeirarchyExportParticipant.java :

65 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

11. WARNING: DiscouragedReference

Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JEEHeirarchyExportParticipant.java :

65 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

12. WARNING: DiscouragedReference

Discouraged access: The method getModuleRelativePath() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JEEHeirarchyExportParticipant.java :

67 : rootComponent.getProject(), type + path, file.getModuleRelativePath().makeAbsolute());

Source File: org/eclipse/jst/j2ee/internal/common/exportmodel/JavaEEComponentExportCallback.java
1. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

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

2. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

33 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

3. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

34 : import org.eclipse.wst.common.componentcore.internal.flat.AbstractFlattenParticipant;

4. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

35 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent;

5. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

36 : import org.eclipse.wst.common.componentcore.internal.flat.IChildModuleReference;

6. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

37 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatResource;

7. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

38 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatVirtualComponent;

8. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

39 : import org.eclipse.wst.common.componentcore.internal.flat.IFlattenParticipant;

9. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

40 : import org.eclipse.wst.common.componentcore.internal.flat.VirtualComponentFlattenUtility;

10. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

41 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.FlatComponentTaskModel;

11. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

61 : public IFlatVirtualComponent saveComponent(IVirtualComponent component, ZipOutputStream zipOutputStream, List<IPath> entries) throws ArchiveException {

12. WARNING: DiscouragedReference

Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEComponentExportCallback.java :

83 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archiveToSave);

13. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

90 : if (path.equals(new Path(J2EEConstants.MANIFEST_URI))) {

14. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

90 : if (path.equals(new Path(J2EEConstants.MANIFEST_URI))) {

15. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

99 : if (archiveToSave.containsArchiveResource(new Path(J2EEConstants.MANIFEST_URI))) {

16. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

99 : if (archiveToSave.containsArchiveResource(new Path(J2EEConstants.MANIFEST_URI))) {

17. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

100 : manifest = archiveToSave.getArchiveResource(new Path(J2EEConstants.MANIFEST_URI));

18. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

100 : manifest = archiveToSave.getArchiveResource(new Path(J2EEConstants.MANIFEST_URI));

19. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

117 : ArchiveUtil.copy(resource.getInputStream(), zipOutputStream);

20. WARNING: DiscouragedReference

Discouraged access: The method copy(InputStream, OutputStream) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEComponentExportCallback.java :

117 : ArchiveUtil.copy(resource.getInputStream(), zipOutputStream);

21. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

125 : protected IFlatVirtualComponent getFlatComponent(IVirtualComponent component) {

22. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

126 : FlatComponentTaskModel options = new FlatComponentTaskModel();

23. WARNING: DiscouragedReference

Discouraged access: The constructor FlatVirtualComponent.FlatComponentTaskModel() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

126 : FlatComponentTaskModel options = new FlatComponentTaskModel();

24. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

126 : FlatComponentTaskModel options = new FlatComponentTaskModel();

25. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

127 : options.put(FlatVirtualComponent.PARTICIPANT_LIST, getParticipants());

26. WARNING: DiscouragedReference

Discouraged access: The field PARTICIPANT_LIST from the type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

127 : options.put(FlatVirtualComponent.PARTICIPANT_LIST, getParticipants());

27. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

131 : protected IFlattenParticipant[] getParticipants() {

28. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

132 : return new IFlattenParticipant[]{

29. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

137 : protected IFlattenParticipant createHierarchyParticipant() {

30. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

138 : return new AbstractFlattenParticipant() {

31. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

140 : public boolean isChildModule(IVirtualComponent rootComponent, IVirtualReference reference, FlatComponentTaskModel dataModel) {

32. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

157 : public class ConnectorExportComponent extends FlatVirtualComponent {

33. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

159 : public ConnectorExportComponent(IVirtualComponent component, FlatComponentTaskModel dataModel) {

34. WARNING: DiscouragedReference

Discouraged access: The constructor FlatVirtualComponent(IVirtualComponent, FlatVirtualComponent.FlatComponentTaskModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

160 : super(component, dataModel);

35. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

169 : protected void optimize(List<IFlatResource> resources, List<IChildModuleReference> children) {

36. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

169 : protected void optimize(List<IFlatResource> resources, List<IChildModuleReference> children) {

37. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

170 : if (getComponent() != null) {

38. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

171 : VirtualComponentFlattenUtility util = new VirtualComponentFlattenUtility(resources, this);

39. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualComponentFlattenUtility(List<IFlatResource>, VirtualComponentFlattenUtility.ShouldIncludeUtilityCallback) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

171 : VirtualComponentFlattenUtility util = new VirtualComponentFlattenUtility(resources, this);

40. WARNING: DiscouragedReference

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

JavaEEComponentExportCallback.java :

171 : VirtualComponentFlattenUtility util = new VirtualComponentFlattenUtility(resources, this);

41. WARNING: DiscouragedReference

Discouraged access: The method addConsumedReferences(VirtualComponentFlattenUtility, IVirtualComponent, IPath) from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

173 : addConsumedReferences(util, getComponent(), new Path("")); //$NON-NLS-1$

42. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

173 : addConsumedReferences(util, getComponent(), new Path("")); //$NON-NLS-1$

43. WARNING: DiscouragedReference

Discouraged access: The method addUsedReferences(VirtualComponentFlattenUtility, IVirtualComponent, IPath) from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

174 : addUsedReferences(util, getComponent(), new Path("")); //$NON-NLS-1$

44. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportCallback.java :

174 : addUsedReferences(util, getComponent(), new Path("")); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/common/exportmodel/JavaEESingleRootCallback.java
1. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

21 : import org.eclipse.jst.common.internal.modulecore.AddClasspathFoldersParticipant;

2. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathLibReferencesParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

22 : import org.eclipse.jst.common.internal.modulecore.AddClasspathLibReferencesParticipant;

3. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathLibRefsProviderParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

23 : import org.eclipse.jst.common.internal.modulecore.AddClasspathLibRefsProviderParticipant;

4. WARNING: DiscouragedReference

Discouraged access: The type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

24 : import org.eclipse.jst.common.internal.modulecore.ISingleRootStatus;

5. WARNING: DiscouragedReference

Discouraged access: The type ReplaceManifestExportParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

25 : import org.eclipse.jst.common.internal.modulecore.ReplaceManifestExportParticipant;

6. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

26 : import org.eclipse.jst.common.internal.modulecore.SingleRootUtil;

7. WARNING: DiscouragedReference

Discouraged access: The type SingleRootExportParticipant.SingleRootParticipantCallback is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

27 : import org.eclipse.jst.common.internal.modulecore.SingleRootExportParticipant.SingleRootParticipantCallback;

8. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

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

9. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

31 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

10. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

32 : import org.eclipse.wst.common.componentcore.internal.flat.FilterResourceParticipant;

11. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

33 : import org.eclipse.wst.common.componentcore.internal.flat.IFlattenParticipant;

12. WARNING: DiscouragedReference

Discouraged access: The type SingleRootExportParticipant.SingleRootParticipantCallback is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

36 : public class JavaEESingleRootCallback implements SingleRootParticipantCallback {

13. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

64 : public void validate(SingleRootUtil util, IVirtualComponent vc, IProject project, List resourceMaps) {

14. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

67 : util.reportStatus(EAR_PROJECT_FOUND);

15. WARNING: DiscouragedReference

Discouraged access: The method setValidateFlag(int) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

68 : util.setValidateFlag(CANCEL);

16. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

73 : ComponentResource mapping = (ComponentResource)resourceMaps.get(0);

17. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

73 : ComponentResource mapping = (ComponentResource)resourceMaps.get(0);

18. WARNING: DiscouragedReference

Discouraged access: The method isRootMapping(ComponentResource) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

74 : if (util.isRootMapping(mapping)) {

19. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEESingleRootCallback.java :

75 : IResource sourceResource = project.findMember(mapping.getSourcePath());

20. WARNING: DiscouragedReference

Discouraged access: The method isSourceContainer(IContainer) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

77 : if (sourceResource instanceof IContainer && !util.isSourceContainer((IContainer) sourceResource)) {

21. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int, IContainer) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

78 : util.reportStatus(ISingleRootStatus.SINGLE_ROOT_CONTAINER_FOUND, (IContainer) sourceResource);

22. WARNING: DiscouragedReference

Discouraged access: The type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

78 : util.reportStatus(ISingleRootStatus.SINGLE_ROOT_CONTAINER_FOUND, (IContainer) sourceResource);

23. WARNING: DiscouragedReference

Discouraged access: The field SINGLE_ROOT_CONTAINER_FOUND from the type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

78 : util.reportStatus(ISingleRootStatus.SINGLE_ROOT_CONTAINER_FOUND, (IContainer) sourceResource);

24. WARNING: DiscouragedReference

Discouraged access: The method setValidateFlag(int) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

79 : util.setValidateFlag(CANCEL);

25. WARNING: DiscouragedReference

Discouraged access: The method setValidateFlag(int) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

89 : util.setValidateFlag(CANCEL);

26. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

94 : private void validateWebProject(SingleRootUtil util, IVirtualComponent vc, List resourceMaps) {

27. WARNING: DiscouragedReference

Discouraged access: The method getJavaOutputFolders() from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

98 : IContainer[] javaOutputFolders = util.getJavaOutputFolders();

28. WARNING: DiscouragedReference

Discouraged access: The method getJavaOutputFolders() from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

102 : IPath javaOutputPath = util.getJavaOutputFolders()[0].getProjectRelativePath();

29. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

105 : if (compRootPath.append(J2EEConstants.WEB_INF_CLASSES).equals(javaOutputPath)) {

30. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

105 : if (compRootPath.append(J2EEConstants.WEB_INF_CLASSES).equals(javaOutputPath)) {

31. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int, IContainer) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

106 : util.reportStatus(ISingleRootStatus.SINGLE_ROOT_CONTAINER_FOUND, rootContainer);

32. WARNING: DiscouragedReference

Discouraged access: The type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

106 : util.reportStatus(ISingleRootStatus.SINGLE_ROOT_CONTAINER_FOUND, rootContainer);

33. WARNING: DiscouragedReference

Discouraged access: The field SINGLE_ROOT_CONTAINER_FOUND from the type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

106 : util.reportStatus(ISingleRootStatus.SINGLE_ROOT_CONTAINER_FOUND, rootContainer);

34. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

109 : util.reportStatus(JAVA_OUTPUT_NOT_WEBINF_CLASSES);

35. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

112 : util.reportStatus(ISingleRootStatus.JAVA_OUTPUT_GREATER_THAN_1);

36. WARNING: DiscouragedReference

Discouraged access: The type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

112 : util.reportStatus(ISingleRootStatus.JAVA_OUTPUT_GREATER_THAN_1);

37. WARNING: DiscouragedReference

Discouraged access: The field JAVA_OUTPUT_GREATER_THAN_1 from the type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

112 : util.reportStatus(ISingleRootStatus.JAVA_OUTPUT_GREATER_THAN_1);

38. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

124 : private boolean hasDefaultWebResourceMappings(SingleRootUtil util, List resourceMaps) {

39. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

127 : IPath webInfClasses = new Path(J2EEConstants.WEB_INF_CLASSES).makeAbsolute();

40. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

127 : IPath webInfClasses = new Path(J2EEConstants.WEB_INF_CLASSES).makeAbsolute();

41. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

129 : ComponentResource resourceMap = (ComponentResource) resourceMaps.get(i);

42. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

129 : ComponentResource resourceMap = (ComponentResource) resourceMaps.get(i);

43. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEESingleRootCallback.java :

130 : IPath sourcePath = resourceMap.getSourcePath();

44. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEESingleRootCallback.java :

131 : IPath runtimePath = resourceMap.getRuntimePath();

45. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

132 : IResource sourceResource = util.getProject().findMember(sourcePath);

46. WARNING: DiscouragedReference

Discouraged access: The method isRootMapping(ComponentResource) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

135 : if (util.isRootMapping(resourceMap)) {

47. WARNING: DiscouragedReference

Discouraged access: The method isSourceContainer(IContainer) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

141 : if (sourceResource instanceof IContainer && !util.isSourceContainer((IContainer) sourceResource)) {

48. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int, IPath) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

142 : util.reportStatus(ISingleRootStatus.SOURCE_NOT_JAVA_CONTAINER, sourcePath);

49. WARNING: DiscouragedReference

Discouraged access: The type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

142 : util.reportStatus(ISingleRootStatus.SOURCE_NOT_JAVA_CONTAINER, sourcePath);

50. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_NOT_JAVA_CONTAINER from the type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

142 : util.reportStatus(ISingleRootStatus.SOURCE_NOT_JAVA_CONTAINER, sourcePath);

51. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int, IPath) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

146 : util.reportStatus(ISingleRootStatus.SOURCE_PATH_NOT_FOUND, sourcePath);

52. WARNING: DiscouragedReference

Discouraged access: The type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

146 : util.reportStatus(ISingleRootStatus.SOURCE_PATH_NOT_FOUND, sourcePath);

53. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_PATH_NOT_FOUND from the type ISingleRootStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

146 : util.reportStatus(ISingleRootStatus.SOURCE_PATH_NOT_FOUND, sourcePath);

54. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int, IPath) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

150 : util.reportStatus(RUNTIME_PATH_NOT_ROOT_OR_WEBINF_CLASSES, runtimePath);

55. WARNING: DiscouragedReference

Discouraged access: The method getValidateFlag() from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

153 : if (util.getValidateFlag() == CANCEL) return false;

56. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

158 : util.reportStatus(ONE_CONTENT_ROOT_REQUIRED);

57. WARNING: DiscouragedReference

Discouraged access: The method reportStatus(int) from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

161 : util.reportStatus(ONLY_1_CONTENT_ROOT_ALLOWED);

58. WARNING: DiscouragedReference

Discouraged access: The method getValidateFlag() from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

164 : return util.getValidateFlag() == CANCEL ? false : true;

59. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

167 : public IFlattenParticipant[] getDelegateParticipants() {

60. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

168 : List<IFlattenParticipant> participants = new ArrayList<IFlattenParticipant>();

61. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

168 : List<IFlattenParticipant> participants = new ArrayList<IFlattenParticipant>();

62. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

171 : participants.add(FilterResourceParticipant.createSuffixFilterParticipant(filteredSuffixes));

63. WARNING: DiscouragedReference

Discouraged access: The method createSuffixFilterParticipant(String[]) from the type FilterResourceParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEESingleRootCallback.java :

171 : participants.add(FilterResourceParticipant.createSuffixFilterParticipant(filteredSuffixes));

64. WARNING: DiscouragedReference

Discouraged access: The constructor AddClasspathLibReferencesParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

172 : participants.add(new AddClasspathLibReferencesParticipant());

65. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathLibReferencesParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

172 : participants.add(new AddClasspathLibReferencesParticipant());

66. WARNING: DiscouragedReference

Discouraged access: The constructor AddClasspathLibRefsProviderParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

173 : participants.add(new AddClasspathLibRefsProviderParticipant());

67. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathLibRefsProviderParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

173 : participants.add(new AddClasspathLibRefsProviderParticipant());

68. WARNING: DiscouragedReference

Discouraged access: The constructor AddClasspathFoldersParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

174 : participants.add(new AddClasspathFoldersParticipant());

69. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

174 : participants.add(new AddClasspathFoldersParticipant());

70. WARNING: DiscouragedReference

Discouraged access: The constructor ReplaceManifestExportParticipant(IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

176 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

71. WARNING: DiscouragedReference

Discouraged access: The type ReplaceManifestExportParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEESingleRootCallback.java :

176 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

72. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

176 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

73. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

176 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

74. WARNING: DiscouragedReference

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

JavaEESingleRootCallback.java :

179 : return participants.toArray(new IFlattenParticipant[participants.size()]);

Source File: org/eclipse/jst/j2ee/internal/common/operations/AddJavaEEArtifactOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddJavaEEArtifactOperation.java :

85 : String projectName = model.getStringProperty(PROJECT_NAME);

Source File: org/eclipse/jst/j2ee/internal/common/operations/INewJavaClassDataModelProperties.java
1. WARNING: DiscouragedReference

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

INewJavaClassDataModelProperties.java :

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

2. WARNING: DiscouragedReference

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

INewJavaClassDataModelProperties.java :

15 : public interface INewJavaClassDataModelProperties extends IArtifactEditOperationDataModelProperties {

Source File: org/eclipse/jst/j2ee/internal/common/operations/J2EEModifierHelperCreator.java
1. WARNING: DiscouragedReference

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

J2EEModifierHelperCreator.java :

26 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEModifierHelperCreator.java :

27 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopyUtility;

3. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

28 : import org.eclipse.wst.common.internal.emfworkbench.integration.ModifierHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

38 : public static ModifierHelper createAssemblyDescriptorHelper(EJBJar anEJBJar) {

5. WARNING: DiscouragedReference

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

J2EEModifierHelperCreator.java :

41 : EjbPackage pack = EjbFactoryImpl.getPackage();

6. WARNING: DiscouragedReference

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

J2EEModifierHelperCreator.java :

41 : EjbPackage pack = EjbFactoryImpl.getPackage();

7. WARNING: DiscouragedReference

Discouraged access: The constructor ModifierHelper(EObject, EStructuralFeature, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

43 : return new ModifierHelper(anEJBJar, sf, null);

8. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

43 : return new ModifierHelper(anEJBJar, sf, null);

9. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

52 : public static ModifierHelper createMethodElementAsCopyHelper(MethodElement element, SecurityRole role) {

10. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

55 : ModifierHelper tempHelper = new ModifierHelper();

11. WARNING: DiscouragedReference

Discouraged access: The constructor ModifierHelper() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

55 : ModifierHelper tempHelper = new ModifierHelper();

12. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

55 : ModifierHelper tempHelper = new ModifierHelper();

13. WARNING: DiscouragedReference

Discouraged access: The method setFeature(EStructuralFeature) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

57 : tempHelper.setFeature(getEjbPackage().getMethodPermission_MethodElements());

14. WARNING: DiscouragedReference

Discouraged access: The method setValue(Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

58 : tempHelper.setValue(EtoolsCopyUtility.createCopy(element));

15. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEModifierHelperCreator.java :

58 : tempHelper.setValue(EtoolsCopyUtility.createCopy(element));

16. WARNING: DiscouragedReference

Discouraged access: The method createCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEModifierHelperCreator.java :

58 : tempHelper.setValue(EtoolsCopyUtility.createCopy(element));

17. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

68 : public static ModifierHelper createMethodElementHelper(EnterpriseBean bean, SecurityRole role, String methodType, String methodSig) {

18. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

71 : ModifierHelper tempHelper = new ModifierHelper();

19. WARNING: DiscouragedReference

Discouraged access: The constructor ModifierHelper() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

71 : ModifierHelper tempHelper = new ModifierHelper();

20. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

71 : ModifierHelper tempHelper = new ModifierHelper();

21. WARNING: DiscouragedReference

Discouraged access: The method setFeature(EStructuralFeature) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

73 : tempHelper.setFeature(getEjbPackage().getMethodPermission_MethodElements());

22. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

74 : tempHelper.addAttribute(getEjbPackage().getMethodElement_Type(), methodType);

23. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

84 : tempHelper.addAttribute(getEjbPackage().getMethodElement_Name(), methodName);

24. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

86 : tempHelper.addAttribute(getEjbPackage().getMethodElement_Parms(), methodParms);

25. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

87 : tempHelper.addAttribute(getEjbPackage().getMethodElement_EnterpriseBean(), bean);

26. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

96 : public static ModifierHelper createMethodElementHelper(EnterpriseBean bean, String methodType, String methodSig, String transType) {

27. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

99 : ModifierHelper ownerHelper = createMethodTransactionHelper((EJBJar) bean.eContainer(), transType);

28. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

100 : ModifierHelper tempHelper = new ModifierHelper();

29. WARNING: DiscouragedReference

Discouraged access: The constructor ModifierHelper() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

100 : ModifierHelper tempHelper = new ModifierHelper();

30. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

100 : ModifierHelper tempHelper = new ModifierHelper();

31. WARNING: DiscouragedReference

Discouraged access: The method setOwnerHelper(ModifierHelper) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

101 : tempHelper.setOwnerHelper(ownerHelper);

32. WARNING: DiscouragedReference

Discouraged access: The method setFeature(EStructuralFeature) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

102 : tempHelper.setFeature(getEjbPackage().getMethodTransaction_MethodElements());

33. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

103 : tempHelper.addAttribute(getEjbPackage().getMethodElement_Type(), methodType);

34. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

113 : tempHelper.addAttribute(getEjbPackage().getMethodElement_Name(), methodName);

35. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

115 : tempHelper.addAttribute(getEjbPackage().getMethodElement_Parms(), methodParms);

36. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

116 : tempHelper.addAttribute(getEjbPackage().getMethodElement_EnterpriseBean(), bean);

37. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

120 : public static ModifierHelper createMethodPermissionHelper(SecurityRole role) {

38. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

127 : ModifierHelper tempHelper = new ModifierHelper(assembly, sf, null);

39. WARNING: DiscouragedReference

Discouraged access: The constructor ModifierHelper(EObject, EStructuralFeature, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

127 : ModifierHelper tempHelper = new ModifierHelper(assembly, sf, null);

40. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

127 : ModifierHelper tempHelper = new ModifierHelper(assembly, sf, null);

41. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

128 : tempHelper.addAttribute(getEjbPackage().getMethodPermission_Roles(), role);

42. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

137 : public static ModifierHelper createMethodTransactionHelper(EJBJar anEJBJar, String aTransType) {

43. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

140 : ModifierHelper helper = new ModifierHelper();

44. WARNING: DiscouragedReference

Discouraged access: The constructor ModifierHelper() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

140 : ModifierHelper helper = new ModifierHelper();

45. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

140 : ModifierHelper helper = new ModifierHelper();

46. WARNING: DiscouragedReference

Discouraged access: The method setFeature(EStructuralFeature) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

142 : helper.setFeature(getEjbPackage().getAssemblyDescriptor_MethodTransactions());

47. WARNING: DiscouragedReference

Discouraged access: The method addAttribute(EStructuralFeature, Object) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

143 : helper.addAttribute(getEjbPackage().getMethodTransaction_TransactionAttribute(), aTransType);

48. WARNING: DiscouragedReference

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

J2EEModifierHelperCreator.java :

154 : return EjbFactoryImpl.getPackage();

49. WARNING: DiscouragedReference

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

J2EEModifierHelperCreator.java :

154 : return EjbFactoryImpl.getPackage();

50. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

164 : public static void setAssemblyDescriptorOwnerHelper(ModifierHelper helper, EJBJar anEJBJar) {

51. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

165 : ModifierHelper ownerHelper = J2EEModifierHelperCreator.createAssemblyDescriptorHelper(anEJBJar);

52. WARNING: DiscouragedReference

Discouraged access: The method setOwner(EObject) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

167 : helper.setOwner(anEJBJar.getAssemblyDescriptor());

53. WARNING: DiscouragedReference

Discouraged access: The method setOwnerHelper(ModifierHelper) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

169 : helper.setOwnerHelper(ownerHelper);

54. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

179 : public static void setMethodPermissionOwnerHelper(ModifierHelper helper, SecurityRole role) {

55. WARNING: DiscouragedReference

Discouraged access: The type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

183 : ModifierHelper ownerHelper = null;

56. WARNING: DiscouragedReference

Discouraged access: The method setOwner(EObject) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

188 : helper.setOwner(permission);

57. WARNING: DiscouragedReference

Discouraged access: The method setOwnerHelper(ModifierHelper) from the type ModifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEModifierHelperCreator.java :

190 : helper.setOwnerHelper(ownerHelper);

Source File: org/eclipse/jst/j2ee/internal/common/operations/JARDependencyDataModelProperties.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

JARDependencyDataModelProperties.java :

14 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

JARDependencyDataModelProperties.java :

14 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

3. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyDataModelProperties.java :

34 : public static final String PROJECT_NAME = UpdateManifestDataModelProperties.PROJECT_NAME;

4. WARNING: DiscouragedReference

Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyDataModelProperties.java :

45 : public static final String JAR_LIST = UpdateManifestDataModelProperties.JAR_LIST;

Source File: org/eclipse/jst/j2ee/internal/common/operations/JARDependencyDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

JARDependencyDataModelProvider.java :

28 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

JARDependencyDataModelProvider.java :

28 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

Source File: org/eclipse/jst/j2ee/internal/common/operations/JARDependencyOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

JARDependencyOperation.java :

43 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

JARDependencyOperation.java :

43 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

3. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyOperation.java :

73 : mfOperation.execute(new SubProgressMonitor(monitor, 1), null);

4. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyOperation.java :

99 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, aModel.getProject().getName());

5. WARNING: DiscouragedReference

Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyOperation.java :

100 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);

6. WARNING: DiscouragedReference

Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyOperation.java :

101 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(aModel.getClassPathSelection().toString()));

7. WARNING: DiscouragedReference

Discouraged access: The method convertClasspathStringToList(String) from the type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyOperation.java :

101 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(aModel.getClassPathSelection().toString()));

8. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyOperation.java :

102 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, J2EEProjectUtilities.getManifestFile( aModel.getProject()));

9. WARNING: DiscouragedReference

Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyOperation.java :

126 : List jarList = (List) model.getNestedModel(NESTED_MODEL_UPDATE_MAINFEST).getProperty(UpdateManifestDataModelProperties.JAR_LIST);

10. WARNING: DiscouragedReference

Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JARDependencyOperation.java :

141 : List jarList = (List) model.getNestedModel(NESTED_MODEL_UPDATE_MAINFEST).getProperty(UpdateManifestDataModelProperties.JAR_LIST);

Source File: org/eclipse/jst/j2ee/internal/common/operations/JavaModelUtil.java
1. WARNING: UnusedImport

The import org.eclipse.jdt.core.ICodeAssist is never used

JavaModelUtil.java :

34 : import org.eclipse.jdt.core.ICodeAssist;

2. WARNING: UnusedImport

The import org.eclipse.jdt.core.IOpenable is never used

JavaModelUtil.java :

41 : import org.eclipse.jdt.core.IOpenable;

3. WARNING: UnusedImport

The import org.eclipse.jdt.core.IParent is never used

JavaModelUtil.java :

44 : import org.eclipse.jdt.core.IParent;

4. WARNING: UnusedImport

The import org.eclipse.jdt.core.ISourceReference is never used

JavaModelUtil.java :

45 : import org.eclipse.jdt.core.ISourceReference;

Source File: org/eclipse/jst/j2ee/internal/common/operations/NewJavaClassDataModelProvider.java
1. WARNING: DiscouragedReference

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

NewJavaClassDataModelProvider.java :

55 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditOperationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

57 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

3. WARNING: DiscouragedReference

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

NewJavaClassDataModelProvider.java :

83 : public class NewJavaClassDataModelProvider extends ArtifactEditOperationDataModelProvider {

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

98 : return WTPCommonPlugin.createErrorStatus(msg);

5. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

98 : return WTPCommonPlugin.createErrorStatus(msg);

6. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

103 : return WTPCommonPlugin.createErrorStatus(msg);

7. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

103 : return WTPCommonPlugin.createErrorStatus(msg);

8. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

105 : IProject project = getTargetProject();

9. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

109 : return WTPCommonPlugin.createErrorStatus(msg);

10. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

109 : return WTPCommonPlugin.createErrorStatus(msg);

11. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

114 : return WTPCommonPlugin.createErrorStatus(msg);

12. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

114 : return WTPCommonPlugin.createErrorStatus(msg);

13. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

120 : return WTPCommonPlugin.createErrorStatus(msg);

14. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

120 : return WTPCommonPlugin.createErrorStatus(msg);

15. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

129 : return WTPCommonPlugin.createErrorStatus(msg);

16. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

129 : return WTPCommonPlugin.createErrorStatus(msg);

17. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

132 : return WTPCommonPlugin.OK_STATUS;

18. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

132 : return WTPCommonPlugin.OK_STATUS;

19. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

143 : IProject project = getTargetProject();

20. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

181 : Set propertyNames = super.getPropertyNames();

21. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

236 : return getTargetProject();

22. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

245 : return super.getDefaultProperty(propertyName);

23. WARNING: DiscouragedReference

Discouraged access: The method validate(String) from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

282 : IStatus result = super.validate(propertyName);

24. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

303 : result = WTPCommonPlugin.OK_STATUS;

25. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

303 : result = WTPCommonPlugin.OK_STATUS;

26. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

325 : return WTPCommonPlugin.createErrorStatus(msg);

27. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

325 : return WTPCommonPlugin.createErrorStatus(msg);

28. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

328 : return WTPCommonPlugin.createWarningStatus(msg);

29. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

328 : return WTPCommonPlugin.createWarningStatus(msg);

30. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

332 : return WTPCommonPlugin.OK_STATUS;

31. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

332 : return WTPCommonPlugin.OK_STATUS;

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

349 : return WTPCommonPlugin.createErrorStatus(msg);

33. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

349 : return WTPCommonPlugin.createErrorStatus(msg);

34. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

354 : return WTPCommonPlugin.createErrorStatus(msg);

35. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

354 : return WTPCommonPlugin.createErrorStatus(msg);

36. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

360 : return WTPCommonPlugin.createErrorStatus(msg);

37. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

360 : return WTPCommonPlugin.createErrorStatus(msg);

38. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

363 : return WTPCommonPlugin.createWarningStatus(msg);

39. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

363 : return WTPCommonPlugin.createWarningStatus(msg);

40. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

365 : return WTPCommonPlugin.OK_STATUS;

41. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

365 : return WTPCommonPlugin.OK_STATUS;

42. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

382 : return WTPCommonPlugin.createErrorStatus(msg);

43. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

382 : return WTPCommonPlugin.createErrorStatus(msg);

44. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

386 : return WTPCommonPlugin.OK_STATUS;

45. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

386 : return WTPCommonPlugin.OK_STATUS;

46. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

397 : IJavaProject javaProject = JemProjectUtilities.getJavaProject(getTargetProject());

47. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

406 : return WTPCommonPlugin.createErrorStatus(msg);

48. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

406 : return WTPCommonPlugin.createErrorStatus(msg);

49. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

414 : return WTPCommonPlugin.createErrorStatus(msg);

50. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

414 : return WTPCommonPlugin.createErrorStatus(msg);

51. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

440 : return WTPCommonPlugin.createErrorStatus(msg);

52. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

440 : return WTPCommonPlugin.createErrorStatus(msg);

53. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

445 : return WTPCommonPlugin.createErrorStatus(msg);

54. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

445 : return WTPCommonPlugin.createErrorStatus(msg);

55. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

449 : return WTPCommonPlugin.OK_STATUS;

56. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

449 : return WTPCommonPlugin.OK_STATUS;

57. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

485 : return WTPCommonPlugin.createErrorStatus(message);

58. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

485 : return WTPCommonPlugin.createErrorStatus(message);

59. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

496 : return WTPCommonPlugin.createErrorStatus(message);

60. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

496 : return WTPCommonPlugin.createErrorStatus(message);

61. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

504 : return WTPCommonPlugin.OK_STATUS;

62. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassDataModelProvider.java :

504 : return WTPCommonPlugin.OK_STATUS;

63. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

517 : IPackageFragmentRoot[] sources = J2EEProjectUtilities.getSourceContainers(getTargetProject());

64. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

545 : IProject project = getTargetProject();

65. WARNING: DiscouragedReference

Discouraged access: The method propertySet(String, Object) from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

568 : boolean result = super.propertySet(propertyName, propertyValue);

66. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

570 : if (COMPONENT_NAME.equals(propertyName) || PROJECT_NAME.equals(propertyName)){

67. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassDataModelProvider.java :

570 : if (COMPONENT_NAME.equals(propertyName) || PROJECT_NAME.equals(propertyName)){

Source File: org/eclipse/jst/j2ee/internal/common/operations/NewJavaClassOperation.java
1. WARNING: UnusedImport

The import java.lang.reflect.InvocationTargetException is never used

NewJavaClassOperation.java :

26 : import java.lang.reflect.InvocationTargetException;

2. WARNING: UnusedImport

The import org.eclipse.core.commands.operations.AbstractOperation is never used

NewJavaClassOperation.java :

31 : import org.eclipse.core.commands.operations.AbstractOperation;

3. WARNING: DiscouragedReference

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

NewJavaClassOperation.java :

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

4. WARNING: DiscouragedReference

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

NewJavaClassOperation.java :

884 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

5. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassOperation.java :

884 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

Source File: org/eclipse/jst/j2ee/internal/common/operations/NewJavaEEArtifactClassOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaEEArtifactClassOperation.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaEEArtifactClassOperation.java :

48 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.WFTWrappedException;

3. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaEEArtifactClassOperation.java :

107 : IPackageFragment fragment) throws WFTWrappedException,

4. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaEEArtifactClassOperation.java :

176 : protected String generateTemplateSource(WTPPlugin plugin, CreateJavaEEArtifactTemplateModel templateModel, String templateFile, Object templateImpl, IProgressMonitor monitor)

5. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaEEArtifactClassOperation.java :

239 : protected String generateTemplateSource(WTPPlugin plugin, CreateJavaEEArtifactTemplateModel templateModel, String templateFile, IProgressMonitor monitor)

6. WARNING: DiscouragedReference

Discouraged access: The method getPluginID() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaEEArtifactClassOperation.java :

246 : emitter.addVariable(plugin.getPluginID(), plugin.getPluginID());

7. WARNING: DiscouragedReference

Discouraged access: The method getPluginID() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaEEArtifactClassOperation.java :

246 : emitter.addVariable(plugin.getPluginID(), plugin.getPluginID());

8. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaEEArtifactClassOperation.java :

294 : String projectName = model.getStringProperty(PROJECT_NAME);

Source File: org/eclipse/jst/j2ee/internal/common/operations/UpdateJavaBuildPathOperation.java
1. WARNING: UnusedImport

The import java.lang.reflect.InvocationTargetException is never used

UpdateJavaBuildPathOperation.java :

13 : import java.lang.reflect.InvocationTargetException;

2. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateJavaBuildPathOperation.java :

31 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

3. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

UpdateJavaBuildPathOperation.java :

31 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

4. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateJavaBuildPathOperation.java :

32 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.WFTWrappedException;

5. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateJavaBuildPathOperation.java :

33 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;

6. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateJavaBuildPathOperation.java :

41 : public class UpdateJavaBuildPathOperation implements IHeadlessRunnableWithProgress {

7. WARNING: DiscouragedReference

Discouraged access: The constructor WFTWrappedException(Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateJavaBuildPathOperation.java :

231 : throw new WFTWrappedException(ex);

8. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateJavaBuildPathOperation.java :

231 : throw new WFTWrappedException(ex);

Source File: org/eclipse/jst/j2ee/model/ModelProviderManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModelProviderManager.java :

27 : import org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResource;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModelProviderManager.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModelProviderManager.java :

143 : if ((addedResource != null) && (addedResource instanceof CompatibilityXMIResource))

4. WARNING: DiscouragedReference

Discouraged access: The method setFormat(int) from the type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModelProviderManager.java :

144 : ((CompatibilityXMIResource) addedResource).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

5. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModelProviderManager.java :

144 : ((CompatibilityXMIResource) addedResource).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

6. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModelProviderManager.java :

144 : ((CompatibilityXMIResource) addedResource).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

7. WARNING: DiscouragedReference

Discouraged access: The field FORMAT_MOF5 from the type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModelProviderManager.java :

144 : ((CompatibilityXMIResource) addedResource).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

8. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModelProviderManager.java :

145 : IProject proj = WorkbenchResourceHelper.getProject(addedResource);

9. WARNING: DiscouragedReference

Discouraged access: The method getProject(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModelProviderManager.java :

145 : IProject proj = WorkbenchResourceHelper.getProject(addedResource);

10. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModelProviderManager.java :

180 : IProject proj = WorkbenchResourceHelper.getProject(removedResource);

11. WARNING: DiscouragedReference

Discouraged access: The method getProject(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModelProviderManager.java :

180 : IProject proj = WorkbenchResourceHelper.getProject(removedResource);

12. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModelProviderManager.java :

192 : IProject proj = WorkbenchResourceHelper.getProject(firstRes);

13. WARNING: DiscouragedReference

Discouraged access: The method getProject(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModelProviderManager.java :

192 : IProject proj = WorkbenchResourceHelper.getProject(firstRes);

14. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModelProviderManager.java :

267 : ResourceSet set = WorkbenchResourceHelper.getResourceSet(project);

Source File: org/eclipse/jst/j2ee/common/internal/provider/CommonItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

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

CommonItemProviderAdapterFactory.java :

34 : import org.eclipse.jst.j2ee.common.internal.util.CommonAdapterFactory;

2. WARNING: DiscouragedReference

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

CommonItemProviderAdapterFactory.java :

44 : public class CommonItemProviderAdapterFactory extends CommonAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {

3. WARNING: DiscouragedReference

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

CommonItemProviderAdapterFactory.java :

555 : return super.isFactoryForType(type) || supportedTypes.contains(type);

Source File: org/eclipse/jst/j2ee/common/internal/provider/EjbRefItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

EjbRefItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/EnvEntryItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

EnvEntryItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/ResourceEnvRefItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

ResourceEnvRefItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/ResourceRefItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

ResourceRefItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/RunAsSpecifiedIdentityItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

RunAsSpecifiedIdentityItemProvider.java :

24 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

RunAsSpecifiedIdentityItemProvider.java :

25 : import org.eclipse.emf.edit.command.RemoveCommand;

Source File: org/eclipse/jst/j2ee/common/internal/provider/SecurityRoleItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

SecurityRoleItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/SecurityRoleRefItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

SecurityRoleRefItemProvider.java :

25 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/internal/common/IStructuredTextEditingDomain.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

IStructuredTextEditingDomain.java :

18 : import org.eclipse.wst.sse.core.internal.undo.IStructuredTextUndoManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

IStructuredTextEditingDomain.java :

40 : public IStructuredTextUndoManager getUndoManager();

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

IStructuredTextEditingDomain.java :

42 : public void setUndoManager(IStructuredTextUndoManager newUndoManager);

Source File: org/eclipse/jst/j2ee/internal/common/StructuredTextEditingDomain.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextEditingDomain.java :

20 : import org.eclipse.wst.sse.core.internal.undo.IStructuredTextUndoManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextEditingDomain.java :

27 : protected IStructuredTextUndoManager undoManager;

3. WARNING: DiscouragedReference

Discouraged access: The method beginRecording(Object, String) from the type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextEditingDomain.java :

72 : undoManager.beginRecording(this, label);

4. WARNING: DiscouragedReference

Discouraged access: The method endRecording(Object) from the type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextEditingDomain.java :

74 : undoManager.endRecording(this);

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextEditingDomain.java :

80 : public IStructuredTextUndoManager getUndoManager() {

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextEditingDomain.java :

84 : public void setUndoManager(IStructuredTextUndoManager newUndoManager) {

7. WARNING: DiscouragedReference

Discouraged access: The method setCommandStack(CommandStack) from the type IStructuredTextUndoManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextEditingDomain.java :

86 : undoManager.setCommandStack(commandStack);

Source File: org/eclipse/jst/j2ee/application/internal/operations/AddComponentToEnterpriseApplicationDataModelProvider.java
1. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationDataModelProvider.java :

23 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

2. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationDataModelProvider.java :

27 : public class AddComponentToEnterpriseApplicationDataModelProvider extends CreateReferenceComponentsDataModelProvider implements IAddComponentToEnterpriseApplicationDataModelProperties {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationDataModelProvider.java :

30 : super();

4. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationDataModelProvider.java :

78 : } return super.getDefaultProperty(propertyName);

5. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationDataModelProvider.java :

82 : return super.getDefaultProperty(propertyName);

Source File: org/eclipse/jst/j2ee/application/internal/operations/AddComponentToEnterpriseApplicationOp.java
1. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

35 : import org.eclipse.jst.j2ee.internal.ICommonEMFModule;

2. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

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

3. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

53 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;

4. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

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

5. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

55 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

6. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

56 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsOp;

7. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AddComponentToEnterpriseApplicationOp.java :

61 : import org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResource;

9. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

63 : public class AddComponentToEnterpriseApplicationOp extends CreateReferenceComponentsOp {

10. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsOp(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

67 : super(model);

11. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type CreateReferenceComponentsOp is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

79 : status = super.execute(submon(monitor, 1), info);

12. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

97 : StructureEdit se = null;

13. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

103 : se = StructureEdit.getStructureEditForWrite(sourceComp.getProject());

14. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

103 : se = StructureEdit.getStructureEditForWrite(sourceComp.getProject());

15. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

131 : WorkbenchComponent earwc = se.getComponent();

16. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

131 : WorkbenchComponent earwc = se.getComponent();

17. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

132 : StructureEdit compse = null;

18. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

134 : compse = StructureEdit.getStructureEditForWrite(wc.getProject());

19. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

134 : compse = StructureEdit.getStructureEditForWrite(wc.getProject());

20. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

135 : WorkbenchComponent refwc = compse.getComponent();

21. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

135 : WorkbenchComponent refwc = compse.getComponent();

22. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

136 : final ReferencedComponent ref = se.findReferencedComponent(earwc, refwc);

23. WARNING: DiscouragedReference

Discouraged access: The method findReferencedComponent(WorkbenchComponent, WorkbenchComponent) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

136 : final ReferencedComponent ref = se.findReferencedComponent(earwc, refwc);

24. WARNING: DiscouragedReference

Discouraged access: The method setDependentObject(EObject) from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

156 : ref.setDependentObject((EObject)mod);

25. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AddComponentToEnterpriseApplicationOp.java :

165 : if (theResource instanceof CompatibilityXMIResource)

26. WARNING: DiscouragedReference

Discouraged access: The method setId(String) from the type ICommonEMFModule is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddComponentToEnterpriseApplicationOp.java :

167 : ((ICommonEMFModule)mod).setId(frag);

27. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

167 : ((ICommonEMFModule)mod).setId(frag);

28. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

174 : compse.saveIfNecessary(monitor);

29. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

175 : compse.dispose();

30. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

190 : se.saveIfNecessary(monitor);

31. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

191 : se.dispose();

32. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

199 : boolean useNewModel = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) || earDDVersion.equals(J2EEVersionConstants.VERSION_6_0_TEXT);

33. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

199 : boolean useNewModel = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) || earDDVersion.equals(J2EEVersionConstants.VERSION_6_0_TEXT);

34. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

199 : boolean useNewModel = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) || earDDVersion.equals(J2EEVersionConstants.VERSION_6_0_TEXT);

35. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

199 : boolean useNewModel = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) || earDDVersion.equals(J2EEVersionConstants.VERSION_6_0_TEXT);

36. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

205 : contextroot = ComponentUtilities.getServerContextRoot(wc.getProject());

37. WARNING: DiscouragedReference

Discouraged access: The method getServerContextRoot(IProject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddComponentToEnterpriseApplicationOp.java :

205 : contextroot = ComponentUtilities.getServerContextRoot(wc.getProject());

38. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

232 : boolean useNewModel = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) || earDDVersion.equals(J2EEVersionConstants.VERSION_6_0_TEXT);

39. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

232 : boolean useNewModel = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) || earDDVersion.equals(J2EEVersionConstants.VERSION_6_0_TEXT);

40. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

232 : boolean useNewModel = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) || earDDVersion.equals(J2EEVersionConstants.VERSION_6_0_TEXT);

41. WARNING: DiscouragedReference

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

AddComponentToEnterpriseApplicationOp.java :

232 : boolean useNewModel = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) || earDDVersion.equals(J2EEVersionConstants.VERSION_6_0_TEXT);

Source File: org/eclipse/jst/j2ee/application/internal/operations/AddReferenceToEnterpriseApplicationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddReferenceToEnterpriseApplicationDataModelProvider.java :

35 : Set propertyNames = super.getPropertyNames();

Source File: org/eclipse/jst/j2ee/application/internal/operations/AddWebComponentToEARDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddWebComponentToEARDataModelProvider.java :

33 : Set propertyNames = super.getPropertyNames();

Source File: org/eclipse/jst/j2ee/application/internal/operations/AddWebFragmentComponentToWebApplicationDataModelProvider.java
1. WARNING: DiscouragedReference

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

AddWebFragmentComponentToWebApplicationDataModelProvider.java :

19 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

2. WARNING: DiscouragedReference

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

AddWebFragmentComponentToWebApplicationDataModelProvider.java :

23 : public class AddWebFragmentComponentToWebApplicationDataModelProvider extends CreateReferenceComponentsDataModelProvider implements IAddWebFragmentComponentToWebApplicationDataModelProperties {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddWebFragmentComponentToWebApplicationDataModelProvider.java :

26 : super();

4. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddWebFragmentComponentToWebApplicationDataModelProvider.java :

46 : return super.getDefaultProperty(propertyName);

Source File: org/eclipse/jst/j2ee/application/internal/operations/AddWebFragmentComponentToWebApplicationOp.java
1. WARNING: DiscouragedReference

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

AddWebFragmentComponentToWebApplicationOp.java :

21 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsOp;

2. WARNING: DiscouragedReference

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

AddWebFragmentComponentToWebApplicationOp.java :

24 : public class AddWebFragmentComponentToWebApplicationOp extends CreateReferenceComponentsOp {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsOp(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddWebFragmentComponentToWebApplicationOp.java :

28 : super(model);

4. WARNING: DiscouragedReference

Discouraged access: The method validateEdit() from the type CreateReferenceComponentsOp is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddWebFragmentComponentToWebApplicationOp.java :

38 : IStatus status = validateEdit();

5. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type CreateReferenceComponentsOp is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddWebFragmentComponentToWebApplicationOp.java :

40 : status = super.execute(submon(monitor, 1), info);

Source File: org/eclipse/jst/j2ee/application/internal/operations/BinaryProjectHelper.java
1. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

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

2. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

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

3. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

4. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

35 : public void importArchiveAsBinary(Archive archive, IProject project, IProgressMonitor monitor) {

5. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

101 : protected IFile saveFile(File aFile, IProject p) throws IOException {

6. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

102 : IFile iFile = p.getFile(aFile.getURI());

7. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

104 : ArchiveUtil.copy(aFile.getInputStream(), out);

8. WARNING: DiscouragedReference

Discouraged access: The method copy(InputStream, OutputStream) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

BinaryProjectHelper.java :

104 : ArchiveUtil.copy(aFile.getInputStream(), out);

9. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

104 : ArchiveUtil.copy(aFile.getInputStream(), out);

10. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

108 : protected void saveEnclosedFile(Archive anArchive, IProject p, String uri) throws IOException {

11. WARNING: DiscouragedReference

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

BinaryProjectHelper.java :

110 : File aFile = anArchive.getFile(uri);

12. WARNING: DiscouragedReference

Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

BinaryProjectHelper.java :

110 : File aFile = anArchive.getFile(uri);

Source File: org/eclipse/jst/j2ee/application/internal/operations/ClassPathSelection.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClassPathSelection.java :

41 : import org.eclipse.jst.common.internal.modulecore.util.ArchiveManifest;

2. WARNING: DiscouragedReference

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

ClassPathSelection.java :

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

3. WARNING: DiscouragedReference

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

ClassPathSelection.java :

48 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonArchiveResourceHandler;

4. WARNING: DiscouragedReference

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

ClassPathSelection.java :

49 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

5. WARNING: DiscouragedReference

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

ClassPathSelection.java :

50 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Container;

6. WARNING: DiscouragedReference

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

ClassPathSelection.java :

51 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;

7. WARNING: DiscouragedReference

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

ClassPathSelection.java :

52 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.ManifestException;

8. WARNING: DiscouragedReference

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

ClassPathSelection.java :

53 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

9. WARNING: DiscouragedReference

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

ClassPathSelection.java :

54 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

10. WARNING: DiscouragedReference

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

ClassPathSelection.java :

55 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl;

11. WARNING: DiscouragedReference

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

ClassPathSelection.java :

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

12. WARNING: DiscouragedReference

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

ClassPathSelection.java :

71 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

13. WARNING: DiscouragedReference

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

ClassPathSelection.java :

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

14. WARNING: DiscouragedReference

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

ClassPathSelection.java :

79 : protected Archive archive;

15. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClassPathSelection.java :

80 : protected ArchiveManifest manifest;

16. WARNING: DiscouragedReference

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

ClassPathSelection.java :

103 : if (o1 instanceof Archive)

17. WARNING: DiscouragedReference

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

ClassPathSelection.java :

105 : Archive a1 = (Archive) o1;

18. WARNING: DiscouragedReference

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

ClassPathSelection.java :

105 : Archive a1 = (Archive) o1;

19. WARNING: DiscouragedReference

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

ClassPathSelection.java :

106 : Archive a2 = (Archive) o2;

20. WARNING: DiscouragedReference

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

ClassPathSelection.java :

106 : Archive a2 = (Archive) o2;

21. WARNING: DiscouragedReference

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

ClassPathSelection.java :

107 : retVal = a1.getURI().compareTo(a2.getURI());

22. WARNING: DiscouragedReference

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

ClassPathSelection.java :

107 : retVal = a1.getURI().compareTo(a2.getURI());

23. WARNING: DiscouragedReference

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

ClassPathSelection.java :

123 : public ClassPathSelection(Archive anArchive, String targetProjectName, EARFile earFile) {

24. WARNING: DiscouragedReference

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

ClassPathSelection.java :

123 : public ClassPathSelection(Archive anArchive, String targetProjectName, EARFile earFile) {

25. WARNING: DiscouragedReference

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

ClassPathSelection.java :

134 : public ClassPathSelection(Archive anArchive, EARFile earFile) {

26. WARNING: DiscouragedReference

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

ClassPathSelection.java :

134 : public ClassPathSelection(Archive anArchive, EARFile earFile) {

27. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClassPathSelection.java :

162 : public ClassPathSelection(IVirtualComponent aComponent, IVirtualComponent anEarComponent, ArchiveManifest aManifest) {

28. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClassPathSelection.java :

171 : public ClassPathSelection(IVirtualComponent aComponent, ArchiveManifest aManifest) {

29. WARNING: DiscouragedReference

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

ClassPathSelection.java :

187 : protected ClasspathElement createElement(Archive referencingArchive, Archive referencedArchive, String cpEntry) {

30. WARNING: DiscouragedReference

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

ClassPathSelection.java :

187 : protected ClasspathElement createElement(Archive referencingArchive, Archive referencedArchive, String cpEntry) {

31. WARNING: DiscouragedReference

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

ClassPathSelection.java :

191 : String uriString = referencedArchive.getURI();

32. WARNING: DiscouragedReference

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

ClassPathSelection.java :

315 : if (existingComp instanceof VirtualArchiveComponent) {

33. WARNING: DiscouragedReference

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

ClassPathSelection.java :

316 : final VirtualArchiveComponent oldComp = (VirtualArchiveComponent) existingComp;

34. WARNING: DiscouragedReference

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

ClassPathSelection.java :

316 : final VirtualArchiveComponent oldComp = (VirtualArchiveComponent) existingComp;

35. WARNING: DiscouragedReference

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

ClassPathSelection.java :

333 : public static VirtualArchiveComponent updateDisplayVirtualArchiveComponent(final VirtualArchiveComponent oldComp, final IVirtualReference newRef) {

36. WARNING: DiscouragedReference

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

ClassPathSelection.java :

333 : public static VirtualArchiveComponent updateDisplayVirtualArchiveComponent(final VirtualArchiveComponent oldComp, final IVirtualReference newRef) {

37. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClassPathSelection.java :

334 : final String newProjName = oldComp.getProject().getName() + " " + newRef.getReferencedComponent().getProject().getName(); //$NON-NLS-1$

38. WARNING: DiscouragedReference

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

ClassPathSelection.java :

336 : final VirtualArchiveComponent newComponent = (VirtualArchiveComponent) ComponentCore.createArchiveComponent(newProj, oldComp.getName());

39. WARNING: DiscouragedReference

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

ClassPathSelection.java :

336 : final VirtualArchiveComponent newComponent = (VirtualArchiveComponent) ComponentCore.createArchiveComponent(newProj, oldComp.getName());

40. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClassPathSelection.java :

336 : final VirtualArchiveComponent newComponent = (VirtualArchiveComponent) ComponentCore.createArchiveComponent(newProj, oldComp.getName());

41. WARNING: DiscouragedReference

Discouraged access: The method getComponent(String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClassPathSelection.java :

418 : IVirtualComponent refEarComponent = ComponentUtilities.getComponent(earProj.getName());

42. WARNING: DiscouragedReference

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

ClassPathSelection.java :

418 : IVirtualComponent refEarComponent = ComponentUtilities.getComponent(earProj.getName());

43. WARNING: DiscouragedReference

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

ClassPathSelection.java :

503 : protected EARFile getEARFile() {

44. WARNING: DiscouragedReference

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

ClassPathSelection.java :

507 : Container parent = archive.getContainer();

45. WARNING: DiscouragedReference

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

ClassPathSelection.java :

507 : Container parent = archive.getContainer();

46. WARNING: DiscouragedReference

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

ClassPathSelection.java :

508 : if (parent != null && parent.isEARFile())

47. WARNING: DiscouragedReference

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

ClassPathSelection.java :

509 : return (EARFile) parent;

48. WARNING: DiscouragedReference

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

ClassPathSelection.java :

513 : protected static IProject getEARProject(Archive anArchive) {

49. WARNING: DiscouragedReference

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

ClassPathSelection.java :

514 : Container c = anArchive.getContainer();

50. WARNING: DiscouragedReference

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

ClassPathSelection.java :

514 : Container c = anArchive.getContainer();

51. WARNING: DiscouragedReference

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

ClassPathSelection.java :

515 : if (!c.isEARFile())

52. WARNING: DiscouragedReference

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

ClassPathSelection.java :

517 : EARFile ear = (EARFile) c;

53. WARNING: DiscouragedReference

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

ClassPathSelection.java :

517 : EARFile ear = (EARFile) c;

54. WARNING: DiscouragedReference

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

ClassPathSelection.java :

518 : LoadStrategy loader = ear.getLoadStrategy();

55. WARNING: DiscouragedReference

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

ClassPathSelection.java :

518 : LoadStrategy loader = ear.getLoadStrategy();

56. WARNING: DiscouragedReference

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

ClassPathSelection.java :

525 : public Archive getArchive() {

57. WARNING: DiscouragedReference

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

ClassPathSelection.java :

529 : protected IProject getProject(Archive anArchive) {

58. WARNING: DiscouragedReference

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

ClassPathSelection.java :

537 : protected IVirtualComponent getComponent(Archive anArchive) {

59. WARNING: DiscouragedReference

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

ClassPathSelection.java :

538 : LoadStrategy loader = anArchive.getLoadStrategy();

60. WARNING: DiscouragedReference

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

ClassPathSelection.java :

538 : LoadStrategy loader = anArchive.getLoadStrategy();

61. WARNING: DiscouragedReference

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

ClassPathSelection.java :

545 : return archive.getURI();

62. WARNING: DiscouragedReference

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

ClassPathSelection.java :

548 : protected Archive getArchive(String uri, List archives) {

63. WARNING: DiscouragedReference

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

ClassPathSelection.java :

550 : Archive anArchive = (Archive) archives.get(i);

64. WARNING: DiscouragedReference

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

ClassPathSelection.java :

550 : Archive anArchive = (Archive) archives.get(i);

65. WARNING: DiscouragedReference

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

ClassPathSelection.java :

552 : String archiveURIString = anArchive.getURI();

66. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClassPathSelection.java :

654 : cp = manifest.getClassPathTokenized();

67. WARNING: DiscouragedReference

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

ClassPathSelection.java :

655 : } catch (ManifestException ex) {

68. WARNING: DiscouragedReference

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

ClassPathSelection.java :

786 : unresolvedURI = ModuleURIUtil.getArchiveName(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)));

69. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName(URI) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClassPathSelection.java :

786 : unresolvedURI = ModuleURIUtil.getArchiveName(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)));

70. WARNING: DiscouragedReference

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

ClassPathSelection.java :

786 : unresolvedURI = ModuleURIUtil.getArchiveName(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)));

71. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClassPathSelection.java :

786 : unresolvedURI = ModuleURIUtil.getArchiveName(URI.createURI(ModuleURIUtil.getHandleString(referencedComponent)));

72. WARNING: DiscouragedReference

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

ClassPathSelection.java :

866 : ZipFileLoadStrategyImpl strat = createLoadStrategy(uri);

73. WARNING: DiscouragedReference

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

ClassPathSelection.java :

867 : Archive archive = null;

74. WARNING: DiscouragedReference

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

ClassPathSelection.java :

869 : archive = CommonarchiveFactory.eINSTANCE.primOpenArchive(strat, uri);

75. WARNING: DiscouragedReference

Discouraged access: The method primOpenArchive(LoadStrategy, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClassPathSelection.java :

869 : archive = CommonarchiveFactory.eINSTANCE.primOpenArchive(strat, uri);

76. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClassPathSelection.java :

869 : archive = CommonarchiveFactory.eINSTANCE.primOpenArchive(strat, uri);

77. WARNING: DiscouragedReference

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

ClassPathSelection.java :

870 : } catch (OpenFailureException e) {

78. WARNING: DiscouragedReference

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

ClassPathSelection.java :

888 : Archive getClassPathArchive(String uri, List archives){

79. WARNING: DiscouragedReference

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

ClassPathSelection.java :

890 : Archive anArchive = (Archive) archives.get(i);

80. WARNING: DiscouragedReference

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

ClassPathSelection.java :

890 : Archive anArchive = (Archive) archives.get(i);

81. WARNING: DiscouragedReference

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

ClassPathSelection.java :

892 : String archiveURIString = anArchive.getURI();

82. WARNING: DiscouragedReference

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

ClassPathSelection.java :

906 : Archive anArchive = (Archive) archives.get(i);

83. WARNING: DiscouragedReference

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

ClassPathSelection.java :

906 : Archive anArchive = (Archive) archives.get(i);

84. WARNING: DiscouragedReference

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

ClassPathSelection.java :

908 : String archiveURIString = anArchive.getURI();

85. WARNING: DiscouragedReference

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

ClassPathSelection.java :

921 : public ZipFileLoadStrategyImpl createLoadStrategy(String uri) throws FileNotFoundException, IOException {

86. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClassPathSelection.java :

925 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // = "URI Name: {0}; File name: {1}"

87. WARNING: DiscouragedReference

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

ClassPathSelection.java :

925 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // = "URI Name: {0}; File name: {1}"

88. WARNING: DiscouragedReference

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

ClassPathSelection.java :

925 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // = "URI Name: {0}; File name: {1}"

89. WARNING: DiscouragedReference

Discouraged access: The field file_not_found_EXC_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClassPathSelection.java :

925 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // = "URI Name: {0}; File name: {1}"

90. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClassPathSelection.java :

928 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // = "URI Name: {0}; File name: {1}"

91. WARNING: DiscouragedReference

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

ClassPathSelection.java :

928 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // = "URI Name: {0}; File name: {1}"

92. WARNING: DiscouragedReference

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

ClassPathSelection.java :

928 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // = "URI Name: {0}; File name: {1}"

93. WARNING: DiscouragedReference

Discouraged access: The field file_not_found_EXC_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClassPathSelection.java :

928 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // = "URI Name: {0}; File name: {1}"

94. WARNING: DiscouragedReference

Discouraged access: The constructor ZipFileLoadStrategyImpl(File) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClassPathSelection.java :

930 : return new org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl(file);

95. WARNING: DiscouragedReference

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

ClassPathSelection.java :

930 : return new org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl(file);

96. WARNING: DiscouragedReference

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

ClassPathSelection.java :

934 : private void initializeEARProject(EARFile earFile) {

97. WARNING: DiscouragedReference

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

ClassPathSelection.java :

935 : LoadStrategy loadStrat = earFile.getLoadStrategy();

98. WARNING: DiscouragedReference

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

ClassPathSelection.java :

935 : LoadStrategy loadStrat = earFile.getLoadStrategy();

99. WARNING: DiscouragedReference

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

ClassPathSelection.java :

947 : private void setType(ClasspathElement element, Archive other) {

100. WARNING: DiscouragedReference

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

ClassPathSelection.java :

952 : else if (other.isEJBJarFile())

Source File: org/eclipse/jst/j2ee/application/internal/operations/ClasspathElement.java
1. WARNING: DiscouragedReference

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

ClasspathElement.java :

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

2. WARNING: DiscouragedReference

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

ClasspathElement.java :

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

3. WARNING: DiscouragedReference

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

ClasspathElement.java :

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

4. WARNING: DiscouragedReference

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

ClasspathElement.java :

33 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

5. WARNING: DiscouragedReference

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

ClasspathElement.java :

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

6. WARNING: DiscouragedReference

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

ClasspathElement.java :

50 : protected Archive archive;

7. WARNING: DiscouragedReference

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

ClasspathElement.java :

53 : protected Archive targetArchive;

8. WARNING: DiscouragedReference

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

ClasspathElement.java :

85 : public ClasspathElement(Archive anArchive) {

9. WARNING: DiscouragedReference

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

ClasspathElement.java :

108 : relativeText = J2EEProjectUtilities.computeRelativeText(archive.getURI(), getText());

10. WARNING: DiscouragedReference

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

ClasspathElement.java :

298 : resourcePath = ModuleURIUtil.getArchiveName(archiveURI);

11. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName(URI) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathElement.java :

298 : resourcePath = ModuleURIUtil.getArchiveName(archiveURI);

12. WARNING: DiscouragedReference

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

ClasspathElement.java :

374 : File aFile = null;

13. WARNING: DiscouragedReference

Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathElement.java :

376 : aFile = getEARFile().getFile(getText());

14. WARNING: DiscouragedReference

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

ClasspathElement.java :

379 : if (aFile == null || !aFile.isArchive())

15. WARNING: DiscouragedReference

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

ClasspathElement.java :

382 : Archive depArchive = (Archive) aFile;

16. WARNING: DiscouragedReference

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

ClasspathElement.java :

382 : Archive depArchive = (Archive) aFile;

17. WARNING: DiscouragedReference

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

ClasspathElement.java :

383 : String[] manifestCpEntries = depArchive.getManifest().getClassPathTokenized();

18. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathElement.java :

383 : String[] manifestCpEntries = depArchive.getManifest().getClassPathTokenized();

19. WARNING: DiscouragedReference

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

ClasspathElement.java :

385 : String uri = ArchiveUtil.deriveEARRelativeURI(manifestCpEntries[i], depArchive);

20. WARNING: DiscouragedReference

Discouraged access: The method deriveEARRelativeURI(String, Archive) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathElement.java :

385 : String uri = ArchiveUtil.deriveEARRelativeURI(manifestCpEntries[i], depArchive);

21. WARNING: DiscouragedReference

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

ClasspathElement.java :

456 : public void setSelected(Archive referencingJar, Archive referencedJar, List classPath) {

22. WARNING: DiscouragedReference

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

ClasspathElement.java :

456 : public void setSelected(Archive referencingJar, Archive referencedJar, List classPath) {

23. WARNING: DiscouragedReference

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

ClasspathElement.java :

459 : String uri = ArchiveUtil.deriveEARRelativeURI(cpEntry, referencingJar);

24. WARNING: DiscouragedReference

Discouraged access: The method deriveEARRelativeURI(String, Archive) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathElement.java :

459 : String uri = ArchiveUtil.deriveEARRelativeURI(cpEntry, referencingJar);

25. WARNING: DiscouragedReference

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

ClasspathElement.java :

460 : if (uri != null && uri.equals(referencedJar.getURI())) {

26. WARNING: DiscouragedReference

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

ClasspathElement.java :

511 : protected EARFile getEARFile() {

27. WARNING: DiscouragedReference

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

ClasspathElement.java :

512 : return (EARFile) archive.getContainer();

28. WARNING: DiscouragedReference

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

ClasspathElement.java :

512 : return (EARFile) archive.getContainer();

29. WARNING: DiscouragedReference

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

ClasspathElement.java :

524 : public Archive getArchive() {

30. WARNING: DiscouragedReference

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

ClasspathElement.java :

539 : public Archive getTargetArchive() {

31. WARNING: DiscouragedReference

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

ClasspathElement.java :

553 : public void setTargetArchive(Archive archive) {

Source File: org/eclipse/jst/j2ee/application/internal/operations/ComputeEARsForContextRootUpdateOp.java
1. WARNING: DiscouragedReference

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

ComputeEARsForContextRootUpdateOp.java :

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

2. WARNING: DiscouragedReference

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

ComputeEARsForContextRootUpdateOp.java :

104 : if ((props != null) && (props.containsKey(J2EEConstants.CONTEXTROOT))) {

3. WARNING: DiscouragedReference

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

ComputeEARsForContextRootUpdateOp.java :

104 : if ((props != null) && (props.containsKey(J2EEConstants.CONTEXTROOT))) {

4. WARNING: DiscouragedReference

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

ComputeEARsForContextRootUpdateOp.java :

105 : return ((WebModule) module).getContextRoot().equals(props.getProperty(J2EEConstants.CONTEXTROOT));

5. WARNING: DiscouragedReference

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

ComputeEARsForContextRootUpdateOp.java :

105 : return ((WebModule) module).getContextRoot().equals(props.getProperty(J2EEConstants.CONTEXTROOT));

Source File: org/eclipse/jst/j2ee/application/internal/operations/CreateProjectWithExtractedJarOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithExtractedJarOperation.java :

30 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationPropertiesNew;

2. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithExtractedJarOperation.java :

53 : importModel.setBooleanProperty(IProjectCreationPropertiesNew.USE_DEFAULT_LOCATION, false);

3. WARNING: DiscouragedReference

Discouraged access: The field USE_DEFAULT_LOCATION from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithExtractedJarOperation.java :

53 : importModel.setBooleanProperty(IProjectCreationPropertiesNew.USE_DEFAULT_LOCATION, false);

4. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithExtractedJarOperation.java :

54 : importModel.setProperty(IProjectCreationPropertiesNew.USER_DEFINED_LOCATION, projectRoot);

5. WARNING: DiscouragedReference

Discouraged access: The field USER_DEFINED_LOCATION from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithExtractedJarOperation.java :

54 : importModel.setProperty(IProjectCreationPropertiesNew.USER_DEFINED_LOCATION, projectRoot);

Source File: org/eclipse/jst/j2ee/application/internal/operations/CreateProjectWithLinkedJarOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithLinkedJarOperation.java :

36 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationPropertiesNew;

2. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithLinkedJarOperation.java :

61 : createUtilityProject.setBooleanProperty(IProjectCreationPropertiesNew.USE_DEFAULT_LOCATION, false);

3. WARNING: DiscouragedReference

Discouraged access: The field USE_DEFAULT_LOCATION from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithLinkedJarOperation.java :

61 : createUtilityProject.setBooleanProperty(IProjectCreationPropertiesNew.USE_DEFAULT_LOCATION, false);

4. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithLinkedJarOperation.java :

62 : createUtilityProject.setProperty(IProjectCreationPropertiesNew.USER_DEFINED_LOCATION, projectRoot);

5. WARNING: DiscouragedReference

Discouraged access: The field USER_DEFINED_LOCATION from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

CreateProjectWithLinkedJarOperation.java :

62 : createUtilityProject.setProperty(IProjectCreationPropertiesNew.USER_DEFINED_LOCATION, projectRoot);

Source File: org/eclipse/jst/j2ee/application/internal/operations/DefaultJ2EEComponentCreationOperation.java
1. WARNING: DiscouragedReference

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

DefaultJ2EEComponentCreationOperation.java :

25 : import org.eclipse.wst.common.componentcore.internal.operation.FacetProjectCreationOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

28 : import org.eclipse.wst.common.frameworks.internal.activities.WTPActivityBridge;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

76 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

4. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

76 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

5. WARNING: DiscouragedReference

Discouraged access: The method enableActivity(String, boolean) from the type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

76 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

6. WARNING: DiscouragedReference

Discouraged access: The type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

85 : WTPActivityBridge.getInstance().enableActivity(WEB_DEV_ACTIVITY_ID, true);

7. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

85 : WTPActivityBridge.getInstance().enableActivity(WEB_DEV_ACTIVITY_ID, true);

8. WARNING: DiscouragedReference

Discouraged access: The method enableActivity(String, boolean) from the type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

85 : WTPActivityBridge.getInstance().enableActivity(WEB_DEV_ACTIVITY_ID, true);

9. WARNING: DiscouragedReference

Discouraged access: The type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

94 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

10. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

94 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

11. WARNING: DiscouragedReference

Discouraged access: The method enableActivity(String, boolean) from the type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

94 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

12. WARNING: DiscouragedReference

Discouraged access: The type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

103 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

13. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

103 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

14. WARNING: DiscouragedReference

Discouraged access: The method enableActivity(String, boolean) from the type WTPActivityBridge is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationOperation.java :

103 : WTPActivityBridge.getInstance().enableActivity(ENTERPRISE_JAVA, true);

15. WARNING: DiscouragedReference

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

DefaultJ2EEComponentCreationOperation.java :

120 : FacetProjectCreationOperation.addDefaultFactets( facetedProject, runtime );

16. WARNING: DiscouragedReference

Discouraged access: The method addDefaultFactets(IFacetedProject, IRuntime) from the type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

DefaultJ2EEComponentCreationOperation.java :

120 : FacetProjectCreationOperation.addDefaultFactets( facetedProject, runtime );

Source File: org/eclipse/jst/j2ee/application/internal/operations/EARComponentImportDataModelProvider.java
1. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

28 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonArchiveResourceHandler;

2. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

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

3. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

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

4. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

61 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationPropertiesNew;

7. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

62 : import org.eclipse.wst.common.frameworks.internal.operations.ProjectCreationDataModelProviderNew;

8. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

63 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

9. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

174 : if (getJ2EEVersion() < J2EEVersionConstants.VERSION_1_3)

10. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

174 : if (getJ2EEVersion() < J2EEVersionConstants.VERSION_1_3)

11. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

206 : if (ProjectCreationDataModelProviderNew.validateProjectName(getStringProperty(PROJECT_NAME)).isOK()) {

12. WARNING: DiscouragedReference

Discouraged access: The method validateProjectName(String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

206 : if (ProjectCreationDataModelProviderNew.validateProjectName(getStringProperty(PROJECT_NAME)).isOK()) {

13. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

234 : int minimumVersion = getInterpretedSpecVersion(getArchiveWrapper()).getJavaEEVersion();

14. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

235 : if(minimumVersion != JavaEEQuickPeek.VERSION_6_0){

15. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

235 : if(minimumVersion != JavaEEQuickPeek.VERSION_6_0){

16. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

242 : int nestedEEVersion = getInterpretedSpecVersion(nestedWrapper).getJavaEEVersion();

17. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

291 : return WTPCommonPlugin.createWarningStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_1, new Object[] { tempProjectName,

18. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

291 : return WTPCommonPlugin.createWarningStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_1, new Object[] { tempProjectName, tempArchive.getPath() }));

19. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

293 : } else if (!WTPPlugin.isPlatformCaseSensitive()) {

20. WARNING: DiscouragedReference

Discouraged access: The method isPlatformCaseSensitive() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

293 : } else if (!WTPPlugin.isPlatformCaseSensitive()) {

21. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

295 : return WTPCommonPlugin.createWarningStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_1a, new Object[] { earProjectName,

22. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

295 : return WTPCommonPlugin.createWarningStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_1a, new Object[] { earProjectName, tempProjectName, tempArchive.getPath() }));

23. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

307 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_0, new Object[] { tempProjectName,

24. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

307 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_0, new Object[] { tempProjectName, tempArchive.getPath() }));

25. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

315 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_1, new Object[] { tempProjectName,

26. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

315 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_1, new Object[] { tempProjectName, tempArchive.getPath() }));

27. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

317 : } else if (!WTPPlugin.isPlatformCaseSensitive()) {

28. WARNING: DiscouragedReference

Discouraged access: The method isPlatformCaseSensitive() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

317 : } else if (!WTPPlugin.isPlatformCaseSensitive()) {

29. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

319 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_1a, new Object[] { earProjectName,

30. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

319 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_1a, new Object[] { earProjectName, tempProjectName, tempArchive.getPath() }));

31. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

324 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_2, new Object[] { tempProjectName,

32. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

324 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_2, new Object[] { tempProjectName, tempArchive.getPath(), (projects.get(tempProjectName)).getPath() }));

33. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

326 : } else if (!WTPPlugin.isPlatformCaseSensitive()) {

34. WARNING: DiscouragedReference

Discouraged access: The method isPlatformCaseSensitive() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

326 : } else if (!WTPPlugin.isPlatformCaseSensitive()) {

35. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

333 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_2a, new Object[] { tempProjectName,

36. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

333 : return WTPCommonPlugin.createErrorStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_2a, new Object[] { tempProjectName, currentKey, tempArchive.getPath(), projects.get(currentKey).getPath() }));

37. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

346 : return WTPCommonPlugin

38. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

346 : return WTPCommonPlugin .createWarningStatus(EARCreationResourceHandler.bind(EARCreationResourceHandler.EARImportDataModel_UI_4, new Object[] { cachedLoadError.getPath().toOSString() }));

39. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

363 : localModel.setProperty(IProjectCreationPropertiesNew.USER_DEFINED_BASE_LOCATION, basePath);

40. WARNING: DiscouragedReference

Discouraged access: The field USER_DEFINED_BASE_LOCATION from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

363 : localModel.setProperty(IProjectCreationPropertiesNew.USER_DEFINED_BASE_LOCATION, basePath);

41. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

364 : localModel.setBooleanProperty(IProjectCreationPropertiesNew.USE_DEFAULT_LOCATION, useDefault);

42. WARNING: DiscouragedReference

Discouraged access: The field USE_DEFAULT_LOCATION from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EARComponentImportDataModelProvider.java :

364 : localModel.setBooleanProperty(IProjectCreationPropertiesNew.USE_DEFAULT_LOCATION, useDefault);

43. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

599 : return XMLResource.APPLICATION_TYPE;

44. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

599 : return XMLResource.APPLICATION_TYPE;

45. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

652 : if (getJ2EEVersion() < J2EEVersionConstants.VERSION_1_3)

46. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

652 : if (getJ2EEVersion() < J2EEVersionConstants.VERSION_1_3)

47. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

691 : JavaEEQuickPeek jqp = wrapper.getJavaEEQuickPeek();

48. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

692 : if(jqp.getType() != JavaEEQuickPeek.APPLICATION_TYPE){

49. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

692 : if(jqp.getType() != JavaEEQuickPeek.APPLICATION_TYPE){

50. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

692 : if(jqp.getType() != JavaEEQuickPeek.APPLICATION_TYPE){

51. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

694 : throw new ArchiveOpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[]{uri})));

52. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentImportDataModelProvider.java :

694 : throw new ArchiveOpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[]{uri})));

53. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

694 : throw new ArchiveOpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[]{uri})));

54. WARNING: DiscouragedReference

Discouraged access: The field could_not_open_EXC_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentImportDataModelProvider.java :

694 : throw new ArchiveOpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[]{uri})));

55. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

701 : protected void handleUnknownType(JavaEEQuickPeek jqp) {

56. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

702 : jqp.setType(J2EEVersionConstants.APPLICATION_TYPE);

57. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

702 : jqp.setType(J2EEVersionConstants.APPLICATION_TYPE);

58. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

702 : jqp.setType(J2EEVersionConstants.APPLICATION_TYPE);

59. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

703 : jqp.setVersion(J2EEVersionConstants.JEE_6_0_ID);

60. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

703 : jqp.setVersion(J2EEVersionConstants.JEE_6_0_ID);

61. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

703 : jqp.setVersion(J2EEVersionConstants.JEE_6_0_ID);

62. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

704 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

63. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

704 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

64. WARNING: DiscouragedReference

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

EARComponentImportDataModelProvider.java :

704 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

Source File: org/eclipse/jst/j2ee/application/internal/operations/J2EEArtifactExportDataModelProvider.java
1. WARNING: DiscouragedReference

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

J2EEArtifactExportDataModelProvider.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

40 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

41 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

4. WARNING: DiscouragedReference

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

J2EEArtifactExportDataModelProvider.java :

262 : IVirtualComponent[] comps = ComponentUtilities.getAllWorkbenchComponents();

5. WARNING: DiscouragedReference

Discouraged access: The method getAllWorkbenchComponents() from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEArtifactExportDataModelProvider.java :

262 : IVirtualComponent[] comps = ComponentUtilities.getAllWorkbenchComponents();

6. WARNING: DiscouragedReference

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

J2EEArtifactExportDataModelProvider.java :

287 : IVirtualComponent[] wbComps = ComponentUtilities.getAllWorkbenchComponents();

7. WARNING: DiscouragedReference

Discouraged access: The method getAllWorkbenchComponents() from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEArtifactExportDataModelProvider.java :

287 : IVirtualComponent[] wbComps = ComponentUtilities.getAllWorkbenchComponents();

8. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

367 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

9. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

367 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

10. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

367 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

11. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

367 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

12. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

367 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

13. WARNING: DiscouragedReference

Discouraged access: The field MODULE_EXISTS_ERROR from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

367 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

14. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

370 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

15. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

370 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

16. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

370 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

17. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

370 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

18. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

370 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

19. WARNING: DiscouragedReference

Discouraged access: The field MODULE_EXISTS_ERROR from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

370 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_EXISTS_ERROR));

20. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

373 : return WTPCommonPlugin.createErrorStatus(getWrongComponentTypeString(projectName));

21. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

373 : return WTPCommonPlugin.createErrorStatus(getWrongComponentTypeString(projectName));

22. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

379 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID)); //);

23. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

379 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID)); //);

24. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

379 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID)); //);

25. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

379 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID)); //);

26. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

379 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID)); //);

27. WARNING: DiscouragedReference

Discouraged access: The field DESTINATION_INVALID from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

379 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID)); //);

28. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

381 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_ARCHIVE_SHOULD_END_WITH, new Object[]{getModuleExtension()})); //);

29. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

381 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_ARCHIVE_SHOULD_END_WITH, new Object[]{getModuleExtension()})); //);

30. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

381 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_ARCHIVE_SHOULD_END_WITH, new Object[]{getModuleExtension()})); //);

31. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

381 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_ARCHIVE_SHOULD_END_WITH, new Object[]{getModuleExtension()})); //);

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

381 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_ARCHIVE_SHOULD_END_WITH, new Object[]{getModuleExtension()})); //);

33. WARNING: DiscouragedReference

Discouraged access: The field DESTINATION_ARCHIVE_SHOULD_END_WITH from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

381 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_ARCHIVE_SHOULD_END_WITH, new Object[]{getModuleExtension()})); //);

34. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

391 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.RESOURCE_EXISTS_ERROR, new Object[]{location}));

35. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

391 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.RESOURCE_EXISTS_ERROR, new Object[]{location}));

36. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

391 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.RESOURCE_EXISTS_ERROR, new Object[]{location}));

37. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

391 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.RESOURCE_EXISTS_ERROR, new Object[]{location}));

38. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

391 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.RESOURCE_EXISTS_ERROR, new Object[]{location}));

39. WARNING: DiscouragedReference

Discouraged access: The field RESOURCE_EXISTS_ERROR from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

391 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.RESOURCE_EXISTS_ERROR, new Object[]{location}));

40. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

402 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

41. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

402 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

42. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

402 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

43. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

402 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

44. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

402 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

45. WARNING: DiscouragedReference

Discouraged access: The field DESTINATION_INVALID from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

402 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

46. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

413 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

47. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

413 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

48. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

413 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

49. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

413 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

50. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

413 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

51. WARNING: DiscouragedReference

Discouraged access: The field DESTINATION_INVALID from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

413 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

52. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

417 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.IS_READ_ONLY));

53. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

417 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.IS_READ_ONLY));

54. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

417 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.IS_READ_ONLY));

55. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

417 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.IS_READ_ONLY));

56. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

417 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.IS_READ_ONLY));

57. WARNING: DiscouragedReference

Discouraged access: The field IS_READ_ONLY from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

417 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.IS_READ_ONLY));

58. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

427 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

59. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

427 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

60. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

427 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

61. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

427 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

62. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

427 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

63. WARNING: DiscouragedReference

Discouraged access: The field DESTINATION_INVALID from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactExportDataModelProvider.java :

427 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.DESTINATION_INVALID));

Source File: org/eclipse/jst/j2ee/application/internal/operations/J2EEArtifactImportDataModelProvider.java
1. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

2. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

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

3. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

41 : import org.eclipse.jst.jee.archive.internal.ZipFileArchiveLoadAdapterImpl;

4. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

53 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonMessages;

6. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

54 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

7. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

189 : zipFile = org.eclipse.jst.jee.archive.internal.ArchiveUtil.newZipFile(file);

8. WARNING: DiscouragedReference

Discouraged access: The method newZipFile(File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

189 : zipFile = org.eclipse.jst.jee.archive.internal.ArchiveUtil.newZipFile(file);

9. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

197 : ZipFileArchiveLoadAdapterImpl loadAdapter = new ZipFileArchiveLoadAdapterImpl(zipFile);

10. WARNING: DiscouragedReference

Discouraged access: The constructor ZipFileArchiveLoadAdapterImpl(ZipFile) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

197 : ZipFileArchiveLoadAdapterImpl loadAdapter = new ZipFileArchiveLoadAdapterImpl(zipFile);

11. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

197 : ZipFileArchiveLoadAdapterImpl loadAdapter = new ZipFileArchiveLoadAdapterImpl(zipFile);

12. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

211 : JavaEEQuickPeek jqp = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive);

13. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

213 : if(jqp.getJavaEEVersion() == J2EEConstants.UNKNOWN && jqp.getType() == J2EEConstants.UNKNOWN){

14. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

213 : if(jqp.getJavaEEVersion() == J2EEConstants.UNKNOWN && jqp.getType() == J2EEConstants.UNKNOWN){

15. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

213 : if(jqp.getJavaEEVersion() == J2EEConstants.UNKNOWN && jqp.getType() == J2EEConstants.UNKNOWN){

16. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

213 : if(jqp.getJavaEEVersion() == J2EEConstants.UNKNOWN && jqp.getType() == J2EEConstants.UNKNOWN){

17. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

213 : if(jqp.getJavaEEVersion() == J2EEConstants.UNKNOWN && jqp.getType() == J2EEConstants.UNKNOWN){

18. WARNING: DiscouragedReference

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

J2EEArtifactImportDataModelProvider.java :

213 : if(jqp.getJavaEEVersion() == J2EEConstants.UNKNOWN && jqp.getType() == J2EEConstants.UNKNOWN){

19. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

223 : protected void handleUnknownType(JavaEEQuickPeek jqp) {

20. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

238 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.ARCHIVE_FILE_NAME_EMPTY_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

21. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

238 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.ARCHIVE_FILE_NAME_EMPTY_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

22. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

238 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.ARCHIVE_FILE_NAME_EMPTY_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

23. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

238 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.ARCHIVE_FILE_NAME_EMPTY_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

24. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

238 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.ARCHIVE_FILE_NAME_EMPTY_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

25. WARNING: DiscouragedReference

Discouraged access: The field ARCHIVE_FILE_NAME_EMPTY_ERROR from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

238 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.ARCHIVE_FILE_NAME_EMPTY_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

26. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

238 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.ARCHIVE_FILE_NAME_EMPTY_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

27. WARNING: DiscouragedReference

Discouraged access: The method getModuleFileTypeName(int) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

238 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.ARCHIVE_FILE_NAME_EMPTY_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

28. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

240 : return WTPCommonPlugin.createErrorStatus(archiveOpenFailure.getMessage());

29. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

240 : return WTPCommonPlugin.createErrorStatus(archiveOpenFailure.getMessage());

30. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

242 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.FILE_DOES_NOT_EXIST_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

31. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

242 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.FILE_DOES_NOT_EXIST_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

242 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.FILE_DOES_NOT_EXIST_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

33. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

242 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.FILE_DOES_NOT_EXIST_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

34. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

242 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.FILE_DOES_NOT_EXIST_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

35. WARNING: DiscouragedReference

Discouraged access: The field FILE_DOES_NOT_EXIST_ERROR from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

242 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.FILE_DOES_NOT_EXIST_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

36. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

242 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.FILE_DOES_NOT_EXIST_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

37. WARNING: DiscouragedReference

Discouraged access: The method getModuleFileTypeName(int) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

242 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.FILE_DOES_NOT_EXIST_ERROR, new Object[]{ArchiveUtil.getModuleFileTypeName(getType())}));

38. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

356 : return WTPCommonPlugin.createErrorStatus( J2EECreationResourceHandler.VERSION_NOT_SUPPORTED );

39. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportDataModelProvider.java :

356 : return WTPCommonPlugin.createErrorStatus( J2EECreationResourceHandler.VERSION_NOT_SUPPORTED );

40. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

370 : protected JavaEEQuickPeek getInterpretedSpecVersion(ArchiveWrapper wrapper){

41. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

371 : JavaEEQuickPeek jqp = wrapper.getJavaEEQuickPeek();

42. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

376 : int archiveType = jqp.getType();

43. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

383 : case JavaEEQuickPeek.APPLICATION_TYPE:

44. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

383 : case JavaEEQuickPeek.APPLICATION_TYPE:

45. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

384 : ddURI = J2EEConstants.APPLICATION_DD_URI;

46. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

384 : ddURI = J2EEConstants.APPLICATION_DD_URI;

47. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

387 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_6_0;

48. WARNING: DiscouragedReference

Discouraged access: The field VERSION_6_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

387 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_6_0;

49. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

388 : highestJQPVersion[EE5] = JavaEEQuickPeek.VERSION_5_0;

50. WARNING: DiscouragedReference

Discouraged access: The field VERSION_5_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

388 : highestJQPVersion[EE5] = JavaEEQuickPeek.VERSION_5_0;

51. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

390 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

52. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

390 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

53. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

391 : ddURI = J2EEConstants.APP_CLIENT_DD_URI;

54. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

391 : ddURI = J2EEConstants.APP_CLIENT_DD_URI;

55. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

394 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_6_0;

56. WARNING: DiscouragedReference

Discouraged access: The field VERSION_6_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

394 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_6_0;

57. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

395 : highestJQPVersion[EE5] = JavaEEQuickPeek.VERSION_5_0;

58. WARNING: DiscouragedReference

Discouraged access: The field VERSION_5_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

395 : highestJQPVersion[EE5] = JavaEEQuickPeek.VERSION_5_0;

59. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

397 : case JavaEEQuickPeek.EJB_TYPE:

60. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

397 : case JavaEEQuickPeek.EJB_TYPE:

61. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

398 : ddURI = J2EEConstants.EJBJAR_DD_URI;

62. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

398 : ddURI = J2EEConstants.EJBJAR_DD_URI;

63. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

401 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_3_1;

64. WARNING: DiscouragedReference

Discouraged access: The field VERSION_3_1 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

401 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_3_1;

65. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

402 : highestJQPVersion[EE5] = JavaEEQuickPeek.VERSION_3_0;

66. WARNING: DiscouragedReference

Discouraged access: The field VERSION_3_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

402 : highestJQPVersion[EE5] = JavaEEQuickPeek.VERSION_3_0;

67. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

404 : case JavaEEQuickPeek.WEB_TYPE:

68. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

404 : case JavaEEQuickPeek.WEB_TYPE:

69. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

405 : ddURI = J2EEConstants.WEBAPP_DD_URI;

70. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

405 : ddURI = J2EEConstants.WEBAPP_DD_URI;

71. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

408 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_3_0;

72. WARNING: DiscouragedReference

Discouraged access: The field VERSION_3_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

408 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_3_0;

73. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

409 : highestJQPVersion[EE5] = JavaEEQuickPeek.VERSION_2_5;

74. WARNING: DiscouragedReference

Discouraged access: The field VERSION_2_5 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

409 : highestJQPVersion[EE5] = JavaEEQuickPeek.VERSION_2_5;

75. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

411 : case JavaEEQuickPeek.CONNECTOR_TYPE:

76. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

411 : case JavaEEQuickPeek.CONNECTOR_TYPE:

77. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

412 : ddURI = J2EEConstants.RAR_DD_URI;

78. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

412 : ddURI = J2EEConstants.RAR_DD_URI;

79. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

414 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_1_6;

80. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_6 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

414 : highestJQPVersion[EE6] = JavaEEQuickPeek.VERSION_1_6;

81. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

425 : if(archiveType == JavaEEQuickPeek.CONNECTOR_TYPE || runtime == null || runtime.supports(highestProjectFacetVersion[EE6]) ){

82. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

425 : if(archiveType == JavaEEQuickPeek.CONNECTOR_TYPE || runtime == null || runtime.supports(highestProjectFacetVersion[EE6]) ){

83. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEQuickPeek(int, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

426 : return new JavaEEQuickPeek(jqp.getType(), highestJQPVersion[EE6]);

84. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

426 : return new JavaEEQuickPeek(jqp.getType(), highestJQPVersion[EE6]);

85. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

426 : return new JavaEEQuickPeek(jqp.getType(), highestJQPVersion[EE6]);

86. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEQuickPeek(int, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

428 : return new JavaEEQuickPeek(jqp.getType(), highestJQPVersion[EE5]);

87. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

428 : return new JavaEEQuickPeek(jqp.getType(), highestJQPVersion[EE5]);

88. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactImportDataModelProvider.java :

428 : return new JavaEEQuickPeek(jqp.getType(), highestJQPVersion[EE5]);

Source File: org/eclipse/jst/j2ee/application/internal/operations/J2EEComponentImportDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

17 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

20 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

3. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

47 : return wrapper.getJavaEEQuickPeek().getVersion();

4. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

65 : JavaEEQuickPeek jqp = getInterpretedSpecVersion(getArchiveWrapper());

5. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

66 : int javaEEVersion = jqp.getJavaEEVersion();

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

68 : case J2EEVersionConstants.J2EE_1_2_ID:

7. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

68 : case J2EEVersionConstants.J2EE_1_2_ID:

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

69 : case J2EEVersionConstants.J2EE_1_3_ID:

9. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

69 : case J2EEVersionConstants.J2EE_1_3_ID:

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

70 : case J2EEVersionConstants.J2EE_1_4_ID:

11. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

70 : case J2EEVersionConstants.J2EE_1_4_ID:

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

73 : case J2EEVersionConstants.JEE_5_0_ID:

13. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

73 : case J2EEVersionConstants.JEE_5_0_ID:

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

76 : case J2EEVersionConstants.JEE_6_0_ID:

15. WARNING: DiscouragedReference

Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentImportDataModelProvider.java :

76 : case J2EEVersionConstants.JEE_6_0_ID:

Source File: org/eclipse/jst/j2ee/application/internal/operations/J2EEUtilityJarImportAssistantOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarImportAssistantOperation.java :

46 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarImportAssistantOperation.java :

47 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

3. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarImportAssistantOperation.java :

90 : IDataModel addArchiveProjectToEARDataModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

4. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarImportAssistantOperation.java :

90 : IDataModel addArchiveProjectToEARDataModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

5. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarImportAssistantOperation.java :

104 : IDataModel addArchiveProjectToEARDataModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

6. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarImportAssistantOperation.java :

104 : IDataModel addArchiveProjectToEARDataModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

7. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarImportAssistantOperation.java :

108 : IVirtualComponent utilcomponent = ComponentCore.createArchiveComponent(targetProject, VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR + utilityJarIFile.getProjectRelativePath().toString());

8. WARNING: DiscouragedReference

Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarImportAssistantOperation.java :

108 : IVirtualComponent utilcomponent = ComponentCore.createArchiveComponent(targetProject, VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR + utilityJarIFile.getProjectRelativePath().toString());

Source File: org/eclipse/jst/j2ee/application/internal/operations/RemoveComponentFromEnterpriseApplicationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationDataModelProvider.java :

13 : import org.eclipse.wst.common.componentcore.internal.operation.RemoveReferenceComponentsDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationDataModelProvider.java :

16 : public class RemoveComponentFromEnterpriseApplicationDataModelProvider extends RemoveReferenceComponentsDataModelProvider implements IAddComponentToEnterpriseApplicationDataModelProperties {

3. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationDataModelProvider.java :

19 : super();

Source File: org/eclipse/jst/j2ee/application/internal/operations/RemoveComponentFromEnterpriseApplicationOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

28 : import org.eclipse.jst.javaee.application.internal.impl.ModuleImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

32 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;

3. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

33 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

4. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

34 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

5. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceComponentOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

35 : import org.eclipse.wst.common.componentcore.internal.operation.RemoveReferenceComponentOperation;

6. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceComponentOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

40 : public class RemoveComponentFromEnterpriseApplicationOperation extends RemoveReferenceComponentOperation {

7. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveReferenceComponentOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

44 : super(model);

8. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type RemoveReferenceComponentOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

52 : super.execute(monitor, info);

9. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

65 : StructureEdit se = null;

10. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

67 : se = StructureEdit.getStructureEditForWrite(comp.getProject());

11. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

67 : se = StructureEdit.getStructureEditForWrite(comp.getProject());

12. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

68 : WorkbenchComponent earwc = se.getComponent();

13. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

68 : WorkbenchComponent earwc = se.getComponent();

14. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

73 : StructureEdit compse = null;

15. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

75 : compse = StructureEdit.getStructureEditForWrite(wc.getProject());

16. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

75 : compse = StructureEdit.getStructureEditForWrite(wc.getProject());

17. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

77 : WorkbenchComponent refwc = compse.getComponent();

18. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

77 : WorkbenchComponent refwc = compse.getComponent();

19. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

78 : final ReferencedComponent ref = se.findReferencedComponent(earwc, refwc);

20. WARNING: DiscouragedReference

Discouraged access: The method findReferencedComponent(WorkbenchComponent, WorkbenchComponent) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

78 : final ReferencedComponent ref = se.findReferencedComponent(earwc, refwc);

21. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

94 : if(module instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl) {

22. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

95 : moduleURI = ((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)module).getUri();

23. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

95 : moduleURI = ((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)module).getUri();

24. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

96 : } else if (module instanceof ModuleImpl) {

25. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

97 : moduleURI = ((ModuleImpl)module).getUri();

26. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

97 : moduleURI = ((ModuleImpl)module).getUri();

27. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

110 : if(ref != null && ref.getArchiveName() != null)

28. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

111 : module = getModuleFromURI(earModel, ref.getArchiveName());

29. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

119 : else if(module instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)

30. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

120 : moduleURI = ((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)module).getUri();

31. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

120 : moduleURI = ((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)module).getUri();

32. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

154 : else if(module instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)

33. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

155 : moduleURI = ((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)module).getUri();

34. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

155 : moduleURI = ((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)module).getUri();

35. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

175 : compse.saveIfNecessary(monitor);

36. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

176 : compse.dispose();

37. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

185 : se.saveIfNecessary(monitor);

38. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

186 : se.dispose();

39. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

191 : protected Object getModule(final IEARModelProvider earModel, final ReferencedComponent refComp) {

40. WARNING: DiscouragedReference

Discouraged access: The method getDependentObject() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

193 : Object moduleObj = refComp.getDependentObject();

41. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

196 : if(moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl) {

42. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

197 : id = ((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId();

43. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

197 : id = ((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId();

44. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

198 : } else if (moduleObj instanceof ModuleImpl) {

45. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

210 : if(moduleObj instanceof ModuleImpl && curModule.getId().equals(((Module)moduleObj).getId())

46. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

211 : || moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl && curModule.getId().equals(((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId())){

47. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

211 : || moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl && curModule.getId().equals(((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId())){

48. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

211 : || moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl && curModule.getId().equals(((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId())){

49. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

219 : List<org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl> modules = ((org.eclipse.jst.j2ee.application.Application)app).getModules();

50. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

221 : if(moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl){

51. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

222 : for (org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl curModule : modules ){

52. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

223 : if(curModule != null && curModule.getUri() != null && curModule.getId() != null) {

53. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

223 : if(curModule != null && curModule.getUri() != null && curModule.getId() != null) {

54. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

224 : if(moduleObj instanceof ModuleImpl && curModule.getId().equals(((Module)moduleObj).getId())

55. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

224 : if(moduleObj instanceof ModuleImpl && curModule.getId().equals(((Module)moduleObj).getId())

56. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

225 : || moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl && curModule.getId().equals(((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId())){

57. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

225 : || moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl && curModule.getId().equals(((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId())){

58. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

225 : || moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl && curModule.getId().equals(((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId())){

59. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

225 : || moduleObj instanceof org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl && curModule.getId().equals(((org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl)moduleObj).getId())){

60. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

252 : List<org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl> modules = ((org.eclipse.jst.j2ee.application.Application)app).getModules();

61. WARNING: DiscouragedReference

Discouraged access: The type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

253 : for (org.eclipse.jst.j2ee.application.internal.impl.ModuleImpl curModule : modules ){

62. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

254 : if(curModule != null && curModule.getUri() != null) {

63. WARNING: DiscouragedReference

Discouraged access: The method getUri() from the type ModuleImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

RemoveComponentFromEnterpriseApplicationOperation.java :

255 : if(new Path(curModule.getUri()).lastSegment().equals(archiveName)) {

Source File: org/eclipse/jst/j2ee/application/internal/operations/RemoveReferenceFromEnterpriseApplicationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveReferenceFromEnterpriseApplicationDataModelProvider.java :

21 : import org.eclipse.wst.common.componentcore.internal.operation.RemoveReferenceComponentsDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveReferenceFromEnterpriseApplicationDataModelProvider.java :

27 : public class RemoveReferenceFromEnterpriseApplicationDataModelProvider extends RemoveReferenceComponentsDataModelProvider implements IAddComponentToEnterpriseApplicationDataModelProperties {

3. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveReferenceFromEnterpriseApplicationDataModelProvider.java :

30 : super();

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveReferenceFromEnterpriseApplicationDataModelProvider.java :

40 : Set propertyNames = super.getPropertyNames();

Source File: org/eclipse/jst/j2ee/application/internal/operations/UpdateManifestDataModelProperties.java
1. WARNING: DiscouragedReference

Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateManifestDataModelProperties.java :

14 : public interface UpdateManifestDataModelProperties extends org.eclipse.jst.common.internal.modulecore.util.UpdateManifestDataModelProperties {

Source File: org/eclipse/jst/j2ee/application/internal/operations/UpdateManifestDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateManifestDataModelProvider.java :

27 : public class UpdateManifestDataModelProvider extends org.eclipse.jst.common.internal.modulecore.util.UpdateManifestDataModelProvider {

Source File: org/eclipse/jst/j2ee/application/internal/operations/UpdateManifestOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateManifestOperation.java :

29 : public class UpdateManifestOperation extends org.eclipse.jst.common.internal.modulecore.util.UpdateManifestOperation {

2. WARNING: DiscouragedReference

Discouraged access: The constructor UpdateManifestOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateManifestOperation.java :

32 : super(dataModel);

Source File: org/eclipse/jst/j2ee/componentcore/util/EARArtifactEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

32 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

33 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

34 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

35 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

37 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

39 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

7. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

50 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

8. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

51 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;

9. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

52 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

10. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

53 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

11. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

54 : import org.eclipse.wst.common.componentcore.internal.util.IArtifactEditFactory;

12. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

55 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

13. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

70 : public class EARArtifactEdit extends EnterpriseArtifactEdit implements IArtifactEditFactory, IEARModelProvider {

14. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

244 : public EARArtifactEdit(ArtifactEditModel model) {

15. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEVersionID() from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

279 : return getApplicationXmiResource().getJ2EEVersionID();

16. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

320 : return getArtifactEditModel().getResource(J2EEConstants.APPLICATION_DD_URI_OBJ);

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

320 : return getArtifactEditModel().getResource(J2EEConstants.APPLICATION_DD_URI_OBJ);

18. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

320 : return getArtifactEditModel().getResource(J2EEConstants.APPLICATION_DD_URI_OBJ);

19. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

340 : protected void addApplicationIfNecessary(XMLResource aResource) {

20. WARNING: DiscouragedReference

Discouraged access: The method getModuleURI() from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

348 : URI moduleURI = getArtifactEditModel().getModuleURI();

21. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

350 : application.setDisplayName(StructureEdit.getDeployedName(moduleURI));

22. WARNING: DiscouragedReference

Discouraged access: The method getDeployedName(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

350 : application.setDisplayName(StructureEdit.getDeployedName(moduleURI));

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

354 : aResource.setID(application, J2EEConstants.APPL_ID);

24. WARNING: DiscouragedReference

Discouraged access: The field APPL_ID from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

354 : aResource.setID(application, J2EEConstants.APPL_ID);

25. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

367 : StructureEdit edit = null;

26. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

369 : edit = StructureEdit.getStructureEditForRead(getProject());

27. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

369 : edit = StructureEdit.getStructureEditForRead(getProject());

28. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

370 : if (edit!=null && edit.getComponent()!=null) {

29. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

371 : List referencedComps = edit.getComponent().getReferencedComponents();

30. WARNING: DiscouragedReference

Discouraged access: The method getReferencedComponents() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

371 : List referencedComps = edit.getComponent().getReferencedComponents();

31. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

373 : ReferencedComponent ref = (ReferencedComponent) referencedComps.get(i);

32. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

373 : ReferencedComponent ref = (ReferencedComponent) referencedComps.get(i);

33. WARNING: DiscouragedReference

Discouraged access: The method getDependentObject() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

374 : Object module = ref.getDependentObject();

34. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

384 : edit.dispose();

35. WARNING: DiscouragedReference

Discouraged access: The method setModuleVersionID(int) from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

409 : res.setModuleVersionID(version);

36. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARArtifactEdit.java :

411 : return ((ApplicationResource) getDeploymentDescriptorResource()).getRootObject();

37. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

427 : Arrays.asList(new String[] { IModuleConstants.JST_APPCLIENT_MODULE,

38. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

427 : Arrays.asList(new String[] { IModuleConstants.JST_APPCLIENT_MODULE,

39. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

428 : IModuleConstants.JST_WEB_MODULE,

40. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

428 : IModuleConstants.JST_WEB_MODULE,

41. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

429 : IModuleConstants.JST_EJB_MODULE });

42. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

429 : IModuleConstants.JST_EJB_MODULE });

43. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

592 : public Archive asArchive(boolean includeSource) throws OpenFailureException {

44. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

592 : public Archive asArchive(boolean includeSource) throws OpenFailureException {

45. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

597 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

46. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

597 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

47. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

600 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents, boolean readOnly) throws OpenFailureException {

48. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

600 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents, boolean readOnly) throws OpenFailureException {

49. WARNING: DiscouragedReference

Discouraged access: The method setReadOnly(boolean) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

603 : loader.setReadOnly(readOnly);

50. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

605 : String uri = ModuleURIUtil.getHandleString(getComponent());

51. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARArtifactEdit.java :

605 : String uri = ModuleURIUtil.getHandleString(getComponent());

52. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

606 : ArchiveOptions options = new ArchiveOptions();

53. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveOptions() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

606 : ArchiveOptions options = new ArchiveOptions();

54. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

606 : ArchiveOptions options = new ArchiveOptions();

55. WARNING: DiscouragedReference

Discouraged access: The method setLoadStrategy(LoadStrategy) from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

607 : options.setLoadStrategy(loader);

56. WARNING: DiscouragedReference

Discouraged access: The method setIsReadOnly(boolean) from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

608 : options.setIsReadOnly(readOnly);

57. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

609 : return CommonarchiveFactory.eINSTANCE.openEARFile(options, uri);

58. WARNING: DiscouragedReference

Discouraged access: The method openEARFile(ArchiveOptions, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

609 : return CommonarchiveFactory.eINSTANCE.openEARFile(options, uri);

59. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

609 : return CommonarchiveFactory.eINSTANCE.openEARFile(options, uri);

60. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

699 : return J2EEConstants.APPLICATION_DD_URI_OBJ;

61. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARArtifactEdit.java :

699 : return J2EEConstants.APPLICATION_DD_URI_OBJ;

Source File: org/eclipse/jst/j2ee/componentcore/util/EARVirtualComponent.java
1. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARVirtualComponent.java :

27 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyReceiver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARVirtualComponent.java :

28 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyReceiver;

3. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

42 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

43 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraph;

5. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

44 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

45 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;

7. WARNING: DiscouragedReference

Discouraged access: The type VirtualFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

46 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualFolder;

8. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

47 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

9. WARNING: DiscouragedReference

Discouraged access: The type IComponentImplFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

48 : import org.eclipse.wst.common.componentcore.internal.util.IComponentImplFactory;

10. WARNING: DiscouragedReference

Discouraged access: The type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

49 : import org.eclipse.wst.common.componentcore.internal.util.VirtualReferenceUtilities;

11. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

56 : public class EARVirtualComponent extends VirtualComponent implements IComponentImplFactory, IClasspathDependencyReceiver {

12. WARNING: DiscouragedReference

Discouraged access: The type IComponentImplFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

56 : public class EARVirtualComponent extends VirtualComponent implements IComponentImplFactory, IClasspathDependencyReceiver {

13. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyReceiver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARVirtualComponent.java :

56 : public class EARVirtualComponent extends VirtualComponent implements IComponentImplFactory, IClasspathDependencyReceiver {

14. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualComponent() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

64 : super();

15. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualComponent(IProject, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

68 : super(aProject, aRuntimePath);

16. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualFolder(IProject, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

80 : return new VirtualFolder(aProject, aRuntimePath);

17. WARNING: DiscouragedReference

Discouraged access: The type VirtualFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

80 : return new VirtualFolder(aProject, aRuntimePath);

18. WARNING: DiscouragedReference

Discouraged access: The method getReferences(Map<String,Object>) from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

89 : IVirtualReference[] comparison = super.getReferences(new HashMap<String, Object>());

19. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

97 : if( referenceComponent instanceof ReferencedComponent )

20. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

99 : if (((ReferencedComponent) referenceComponent).getArchiveName() != null)

21. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

99 : if (((ReferencedComponent) referenceComponent).getArchiveName() != null)

22. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

101 : reference.setArchiveName(((ReferencedComponent) referenceComponent).getArchiveName());

23. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

101 : reference.setArchiveName(((ReferencedComponent) referenceComponent).getArchiveName());

24. WARNING: DiscouragedReference

Discouraged access: The type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

105 : reference.setArchiveName(VirtualReferenceUtilities.INSTANCE.getDefaultArchiveName(reference));

25. WARNING: DiscouragedReference

Discouraged access: The method getDefaultArchiveName(IVirtualReference) from the type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

105 : reference.setArchiveName(VirtualReferenceUtilities.INSTANCE.getDefaultArchiveName(reference));

26. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

105 : reference.setArchiveName(VirtualReferenceUtilities.INSTANCE.getDefaultArchiveName(reference));

27. WARNING: DiscouragedReference

Discouraged access: The type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

108 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(new IVirtualReference[]{reference});

28. WARNING: DiscouragedReference

Discouraged access: The method ensureReferencesHaveNames(IVirtualReference[]) from the type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

108 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(new IVirtualReference[]{reference});

29. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

108 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(new IVirtualReference[]{reference});

30. WARNING: DiscouragedReference

Discouraged access: The method getRootFolder() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

122 : return getLooseArchiveReferences(earComponent, hardReferences, null, earComponent.getRootFolder());

31. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

157 : IVirtualComponent dynamicComponent = ComponentCore.createArchiveComponent(earComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iResource.getFullPath().toString());

32. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

157 : IVirtualComponent dynamicComponent = ComponentCore.createArchiveComponent(earComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iResource.getFullPath().toString());

33. WARNING: DiscouragedReference

Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

157 : IVirtualComponent dynamicComponent = ComponentCore.createArchiveComponent(earComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iResource.getFullPath().toString());

34. WARNING: DiscouragedReference

Discouraged access: The method setDerived(boolean) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

159 : ((VirtualReference)dynamicRef).setDerived(true);

35. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

159 : ((VirtualReference)dynamicRef).setDerived(true);

36. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

246 : boolean valid = IDependencyGraph.INSTANCE.getModStamp() == depGraphModStamp;

37. WARNING: DiscouragedReference

Discouraged access: The method getModStamp() from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

246 : boolean valid = IDependencyGraph.INSTANCE.getModStamp() == depGraphModStamp;

38. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

246 : boolean valid = IDependencyGraph.INSTANCE.getModStamp() == depGraphModStamp;

39. WARNING: DiscouragedReference

Discouraged access: The method clearCache() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

256 : super.clearCache();

40. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

257 : depGraphModStamp = IDependencyGraph.INSTANCE.getModStamp();

41. WARNING: DiscouragedReference

Discouraged access: The method getModStamp() from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

257 : depGraphModStamp = IDependencyGraph.INSTANCE.getModStamp();

42. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualComponent.java :

257 : depGraphModStamp = IDependencyGraph.INSTANCE.getModStamp();

43. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARVirtualComponent.java :

266 : public IPath getClasspathFolderPath(IClasspathDependencyComponent component) {

Source File: org/eclipse/jst/j2ee/componentcore/util/EARVirtualRootFolder.java
1. WARNING: DiscouragedReference

Discouraged access: The type VirtualFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualRootFolder.java :

22 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualFolder;

2. WARNING: DiscouragedReference

Discouraged access: The type VirtualFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualRootFolder.java :

31 : public class EARVirtualRootFolder extends VirtualFolder {

3. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualFolder(IProject, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualRootFolder.java :

35 : super(aComponentProject, aRuntimePath);

4. WARNING: DiscouragedReference

Discouraged access: The method members(int) from the type VirtualContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARVirtualRootFolder.java :

45 : return super.members(memberFlags);

Source File: org/eclipse/jst/j2ee/internal/earcreation/DefaultJ2EEComponentCreationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DefaultJ2EEComponentCreationDataModelProvider.java :

23 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

41 : import org.eclipse.wst.common.frameworks.internal.WTPPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DefaultJ2EEComponentCreationDataModelProvider.java :

166 : if (version < J2EEVersionConstants.J2EE_1_3_ID)

4. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DefaultJ2EEComponentCreationDataModelProvider.java :

166 : if (version < J2EEVersionConstants.J2EE_1_3_ID)

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DefaultJ2EEComponentCreationDataModelProvider.java :

255 : if (version.intValue() < J2EEVersionConstants.J2EE_1_3_ID && model.isPropertySet(CREATE_CONNECTOR)) {

6. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DefaultJ2EEComponentCreationDataModelProvider.java :

255 : if (version.intValue() < J2EEVersionConstants.J2EE_1_3_ID && model.isPropertySet(CREATE_CONNECTOR)) {

7. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

269 : projectName = WTPPlugin.isPlatformCaseSensitive() ? actualProjectName : actualProjectName.toLowerCase();

8. WARNING: DiscouragedReference

Discouraged access: The method isPlatformCaseSensitive() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

269 : projectName = WTPPlugin.isPlatformCaseSensitive() ? actualProjectName : actualProjectName.toLowerCase();

9. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

275 : projectName = WTPPlugin.isPlatformCaseSensitive() ? actualProjectName : actualProjectName.toLowerCase();

10. WARNING: DiscouragedReference

Discouraged access: The method isPlatformCaseSensitive() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

275 : projectName = WTPPlugin.isPlatformCaseSensitive() ? actualProjectName : actualProjectName.toLowerCase();

11. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

285 : projectName = WTPPlugin.isPlatformCaseSensitive() ? actualProjectName : actualProjectName.toLowerCase();

12. WARNING: DiscouragedReference

Discouraged access: The method isPlatformCaseSensitive() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

285 : projectName = WTPPlugin.isPlatformCaseSensitive() ? actualProjectName : actualProjectName.toLowerCase();

13. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

295 : projectName = WTPPlugin.isPlatformCaseSensitive() ? actualProjectName : actualProjectName.toLowerCase();

14. WARNING: DiscouragedReference

Discouraged access: The method isPlatformCaseSensitive() from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

DefaultJ2EEComponentCreationDataModelProvider.java :

295 : projectName = WTPPlugin.isPlatformCaseSensitive() ? actualProjectName : actualProjectName.toLowerCase();

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DefaultJ2EEComponentCreationDataModelProvider.java :

458 : return version > J2EEVersionConstants.J2EE_1_2_ID;

16. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DefaultJ2EEComponentCreationDataModelProvider.java :

458 : return version > J2EEVersionConstants.J2EE_1_2_ID;

Source File: org/eclipse/jst/j2ee/internal/earcreation/EarFacetInstallDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallDataModelProvider.java :

20 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallDataModelProvider.java :

52 : if(J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.JEE_5_0_ID){

3. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallDataModelProvider.java :

52 : if(J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.JEE_5_0_ID){

Source File: org/eclipse/jst/j2ee/internal/earcreation/ILooseConfigConstants.java
1. WARNING: DiscouragedReference

Discouraged access: The type LooseConfigRegister is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ILooseConfigConstants.java :

14 : import org.eclipse.jst.j2ee.commonarchivecore.looseconfig.internal.LooseConfigRegister;

2. WARNING: DiscouragedReference

Discouraged access: The type LooseConfigRegister is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ILooseConfigConstants.java :

27 : String WAS_PROPERTY = LooseConfigRegister.LOOSE_CONFIG_PROPERTY;

3. WARNING: DiscouragedReference

Discouraged access: The field LOOSE_CONFIG_PROPERTY from the type LooseConfigRegister is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ILooseConfigConstants.java :

27 : String WAS_PROPERTY = LooseConfigRegister.LOOSE_CONFIG_PROPERTY;

Source File: org/eclipse/jst/j2ee/internal/modulecore/util/ClasspathDependencyResolver.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComponentcorePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

6 : import org.eclipse.wst.common.componentcore.internal.ComponentcorePackage;

2. WARNING: DiscouragedReference

Discouraged access: The type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

7 : import org.eclipse.wst.common.componentcore.internal.DependencyType;

3. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

8 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type IReferenceResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

9 : import org.eclipse.wst.common.componentcore.resolvers.IReferenceResolver;

5. WARNING: DiscouragedReference

Discouraged access: The type IReferenceResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

18 : public class ClasspathDependencyResolver implements IReferenceResolver {

6. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

21 : ReferencedComponent referencedComponent) {

7. WARNING: DiscouragedReference

Discouraged access: The method getHandle() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

22 : URI handle = referencedComponent.getHandle();

8. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

30 : ReferencedComponent referencedComponent) {

9. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

35 : ref.setArchiveName(referencedComponent.getArchiveName());

10. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

36 : ref.setRuntimePath(referencedComponent.getRuntimePath());

11. WARNING: DiscouragedReference

Discouraged access: The method getDependencyType() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

37 : ref.setDependencyType(referencedComponent.getDependencyType()

12. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

49 : public ReferencedComponent resolve(IVirtualReference reference) {

13. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

52 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();

14. WARNING: DiscouragedReference

Discouraged access: The type ComponentcorePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

52 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();

15. WARNING: DiscouragedReference

Discouraged access: The method getComponentcoreFactory() from the type ComponentcorePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

52 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();

16. WARNING: DiscouragedReference

Discouraged access: The method createReferencedComponent() from the type ComponentcoreFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

52 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();

17. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type ComponentcorePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

52 : ReferencedComponent rc = ComponentcorePackage.eINSTANCE.getComponentcoreFactory().createReferencedComponent();

18. WARNING: DiscouragedReference

Discouraged access: The method setArchiveName(String) from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

53 : rc.setArchiveName(reference.getArchiveName());

19. WARNING: DiscouragedReference

Discouraged access: The method setRuntimePath(IPath) from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

54 : rc.setRuntimePath(reference.getRuntimePath());

20. WARNING: DiscouragedReference

Discouraged access: The method setHandle(URI) from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

55 : rc.setHandle(URI.createURI(comp.getId()));

21. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type AbstractResourceListVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

55 : rc.setHandle(URI.createURI(comp.getId()));

22. WARNING: DiscouragedReference

Discouraged access: The method setDependencyType(DependencyType) from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

57 : rc.setDependencyType(DependencyType.CONSUMES_LITERAL);

23. WARNING: DiscouragedReference

Discouraged access: The type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

57 : rc.setDependencyType(DependencyType.CONSUMES_LITERAL);

24. WARNING: DiscouragedReference

Discouraged access: The field CONSUMES_LITERAL from the type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyResolver.java :

57 : rc.setDependencyType(DependencyType.CONSUMES_LITERAL);

Source File: org/eclipse/jst/j2ee/internal/modulecore/util/DummyClasspathDependencyContainerVirtualComponent.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractResourceListVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

DummyClasspathDependencyContainerVirtualComponent.java :

6 : import org.eclipse.wst.common.componentcore.internal.resources.AbstractResourceListVirtualComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractResourceListVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

DummyClasspathDependencyContainerVirtualComponent.java :

13 : public class DummyClasspathDependencyContainerVirtualComponent extends AbstractResourceListVirtualComponent {

3. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractResourceListVirtualComponent(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

DummyClasspathDependencyContainerVirtualComponent.java :

18 : super(p, referencingComponent);

Source File: org/eclipse/jst/j2ee/internal/modulecore/util/EarEditAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarEditAdapterFactory.java :

17 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

2. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarEditAdapterFactory.java :

36 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

3. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarEditAdapterFactory.java :

36 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

4. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EarEditAdapterFactory.java :

37 : if (JavaEEProjectUtilities.isEARProject(editModel.getProject()))

5. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarEditAdapterFactory.java :

38 : return new EARArtifactEdit((ArtifactEditModel) adaptableObject);

Source File: org/eclipse/jst/j2ee/internal/modulecore/util/JEEManifestDiscerner.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JEEManifestDiscerner.java :

22 : import org.eclipse.jst.common.internal.modulecore.util.ArchiveManifest;

2. WARNING: DiscouragedReference

Discouraged access: The type IJavaComponentDiscerner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JEEManifestDiscerner.java :

23 : import org.eclipse.jst.common.internal.modulecore.util.IJavaComponentDiscerner;

3. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JEEManifestDiscerner.java :

24 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;

4. WARNING: DiscouragedReference

Discouraged access: The type IJavaComponentDiscerner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JEEManifestDiscerner.java :

37 : public class JEEManifestDiscerner implements IJavaComponentDiscerner {

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JEEManifestDiscerner.java :

166 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);

6. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JEEManifestDiscerner.java :

166 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);

7. WARNING: DiscouragedReference

Discouraged access: The method getManifest(IFile) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JEEManifestDiscerner.java :

166 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);

8. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JEEManifestDiscerner.java :

167 : List<String> entries = Arrays.asList(manifest.getClassPathTokenized());

Source File: org/eclipse/jst/j2ee/project/facet/EarFacetInstallDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

EarFacetInstallDelegate.java :

18 : import org.eclipse.core.internal.resources.XMLWriter;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallDelegate.java :

28 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallDelegate.java :

74 : IFile appXmlFile = earroot.getUnderlyingFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

4. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallDelegate.java :

74 : IFile appXmlFile = earroot.getUnderlyingFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

5. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

EarFacetInstallDelegate.java :

83 : appXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application id=\"Application_ID\" version=\"6\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application> "; //$NON-NLS-1$ //$NON-NLS-2$

6. WARNING: DiscouragedReference

Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

EarFacetInstallDelegate.java :

83 : appXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application id=\"Application_ID\" version=\"6\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application> "; //$NON-NLS-1$ //$NON-NLS-2$

7. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

EarFacetInstallDelegate.java :

86 : appXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application id=\"Application_ID\" version=\"5\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application> "; //$NON-NLS-1$ //$NON-NLS-2$

8. WARNING: DiscouragedReference

Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

EarFacetInstallDelegate.java :

86 : appXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application id=\"Application_ID\" version=\"5\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application> "; //$NON-NLS-1$ //$NON-NLS-2$

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallDelegate.java :

96 : if (!earroot.getFile(J2EEConstants.APPLICATION_DD_URI).exists()) {

10. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallDelegate.java :

96 : if (!earroot.getFile(J2EEConstants.APPLICATION_DD_URI).exists()) {

Source File: org/eclipse/jst/j2ee/project/facet/JavaUtilityProjectCreationOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaUtilityProjectCreationOperation.java :

23 : import org.eclipse.wst.common.componentcore.internal.operation.FacetProjectCreationOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaUtilityProjectCreationOperation.java :

24 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaUtilityProjectCreationOperation.java :

58 : IDataModel javadm = map.getFacetDataModel( IModuleConstants.JST_JAVA );

4. WARNING: DiscouragedReference

Discouraged access: The field JST_JAVA from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaUtilityProjectCreationOperation.java :

58 : IDataModel javadm = map.getFacetDataModel( IModuleConstants.JST_JAVA );

5. WARNING: DiscouragedReference

Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaUtilityProjectCreationOperation.java :

75 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);

6. WARNING: DiscouragedReference

Discouraged access: The constructor FacetProjectCreationOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaUtilityProjectCreationOperation.java :

75 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);

7. WARNING: DiscouragedReference

Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaUtilityProjectCreationOperation.java :

75 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);

8. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaUtilityProjectCreationOperation.java :

77 : stat = op.execute( monitor, null );

Source File: org/eclipse/jst/j2ee/project/facet/UtilityFacetUnInstallDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UtilityFacetUnInstallDelegate.java :

20 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

2. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UtilityFacetUnInstallDelegate.java :

33 : IFile file = project.getFile( StructureEdit.MODULE_META_FILE_NAME );

3. WARNING: DiscouragedReference

Discouraged access: The field MODULE_META_FILE_NAME from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UtilityFacetUnInstallDelegate.java :

33 : IFile file = project.getFile( StructureEdit.MODULE_META_FILE_NAME );

Source File: org/eclipse/jst/j2ee/componentcore/EnterpriseArtifactEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

22 : import org.eclipse.jst.common.jdt.internal.integration.JavaArtifactEditModel;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

23 : import org.eclipse.jst.common.jdt.internal.integration.WorkingCopyManager;

3. WARNING: DiscouragedReference

Discouraged access: The type WorkingCopyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

24 : import org.eclipse.jst.common.jdt.internal.integration.WorkingCopyProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseArtifactEdit.java :

25 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

5. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseArtifactEdit.java :

26 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

6. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

33 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

7. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

34 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

8. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EnterpriseArtifactEdit.java :

36 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;

9. WARNING: DiscouragedReference

Discouraged access: The type WorkingCopyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

53 : public abstract class EnterpriseArtifactEdit extends ArtifactEdit implements WorkingCopyProvider, IModelProvider, IModelProviderFactory {

10. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

100 : public EnterpriseArtifactEdit(ArtifactEditModel model) {

11. WARNING: DiscouragedReference

Discouraged access: The type WorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

178 : public WorkingCopyManager getWorkingCopyManager() {

12. WARNING: DiscouragedReference

Discouraged access: The method getWorkingCopyManager() from the type JavaArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

182 : return ((JavaArtifactEditModel)getArtifactEditModel()).getWorkingCopyManager();

13. WARNING: DiscouragedReference

Discouraged access: The type JavaArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

182 : return ((JavaArtifactEditModel)getArtifactEditModel()).getWorkingCopyManager();

14. WARNING: DiscouragedReference

Discouraged access: The method getWorkingCopy(ICompilationUnit, boolean) from the type WorkingCopyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

196 : return getWorkingCopyManager().getWorkingCopy(cu, forNewCU);

15. WARNING: DiscouragedReference

Discouraged access: The method getExistingWorkingCopy(ICompilationUnit) from the type WorkingCopyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

231 : return getWorkingCopyManager().getExistingWorkingCopy(cu);

16. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

236 : return ModuleURIUtil.fullyQualifyURI(getProject());

17. WARNING: DiscouragedReference

Discouraged access: The method fullyQualifyURI(IProject) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

236 : return ModuleURIUtil.fullyQualifyURI(getProject());

18. WARNING: DiscouragedReference

Discouraged access: The method delete(ICompilationUnit, IProgressMonitor) from the type WorkingCopyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EnterpriseArtifactEdit.java :

246 : getWorkingCopyManager().delete(cu, monitor);

19. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseArtifactEdit.java :

273 : public Archive asArchive(boolean includeSource) throws OpenFailureException{

20. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseArtifactEdit.java :

273 : public Archive asArchive(boolean includeSource) throws OpenFailureException{

21. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseArtifactEdit.java :

277 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

22. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseArtifactEdit.java :

277 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

23. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

295 : Resource res = ((ArtifactEditModel)getWritableEdit().getAdapter(ArtifactEditModel.ADAPTER_TYPE)).getResource(URI.createURI(modelPath.toString()));

24. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

295 : Resource res = ((ArtifactEditModel)getWritableEdit().getAdapter(ArtifactEditModel.ADAPTER_TYPE)).getResource(URI.createURI(modelPath.toString()));

25. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

295 : Resource res = ((ArtifactEditModel)getWritableEdit().getAdapter(ArtifactEditModel.ADAPTER_TYPE)).getResource(URI.createURI(modelPath.toString()));

26. WARNING: DiscouragedReference

Discouraged access: The field ADAPTER_TYPE from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseArtifactEdit.java :

295 : Resource res = ((ArtifactEditModel)getWritableEdit().getAdapter(ArtifactEditModel.ADAPTER_TYPE)).getResource(URI.createURI(modelPath.toString()));

27. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EnterpriseArtifactEdit.java :

347 : if (listener instanceof EditModelListener)

28. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EnterpriseArtifactEdit.java :

349 : addListener((EditModelListener)listener);

29. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EnterpriseArtifactEdit.java :

355 : if (listener instanceof EditModelListener)

30. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EnterpriseArtifactEdit.java :

357 : removeListener((EditModelListener)listener);

Source File: org/eclipse/jst/j2ee/componentcore/J2EEModuleVirtualArchiveComponent.java
1. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualArchiveComponent.java :

18 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualArchiveComponent.java :

19 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualArchiveComponent.java :

20 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualArchiveComponent.java :

21 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

5. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualArchiveComponent.java :

24 : public class J2EEModuleVirtualArchiveComponent extends VirtualArchiveComponent {

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualArchiveComponent.java :

26 : protected static final IVirtualReference[] NO_REFERENCES = new VirtualReference[0];

7. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualArchiveComponent(IProject, String, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualArchiveComponent.java :

33 : super(aComponentProject, archiveLocation, aRuntimePath);

8. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualArchiveComponent.java :

47 : manifestClasspath = ManifestUtilities.getManifestClasspath(this , new Path(J2EEConstants.MANIFEST_URI));

9. WARNING: DiscouragedReference

Discouraged access: The method getManifestClasspath(IVirtualComponent, IPath) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualArchiveComponent.java :

47 : manifestClasspath = ManifestUtilities.getManifestClasspath(this , new Path(J2EEConstants.MANIFEST_URI));

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualArchiveComponent.java :

47 : manifestClasspath = ManifestUtilities.getManifestClasspath(this , new Path(J2EEConstants.MANIFEST_URI));

11. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualArchiveComponent.java :

47 : manifestClasspath = ManifestUtilities.getManifestClasspath(this , new Path(J2EEConstants.MANIFEST_URI));

Source File: org/eclipse/jst/j2ee/componentcore/J2EEModuleVirtualComponent.java
1. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

27 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

28 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyReceiver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

29 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyReceiver;

4. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

30 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualComponent.java :

35 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualComponent.java :

36 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

7. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

44 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraph;

8. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

45 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

9. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

46 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;

10. WARNING: DiscouragedReference

Discouraged access: The type VirtualFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

47 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualFolder;

11. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

48 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

12. WARNING: DiscouragedReference

Discouraged access: The type IComponentImplFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

49 : import org.eclipse.wst.common.componentcore.internal.util.IComponentImplFactory;

13. WARNING: DiscouragedReference

Discouraged access: The type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

50 : import org.eclipse.wst.common.componentcore.internal.util.VirtualReferenceUtilities;

14. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

55 : public class J2EEModuleVirtualComponent extends VirtualComponent implements IComponentImplFactory, IClasspathDependencyProvider, IClasspathDependencyReceiver {

15. WARNING: DiscouragedReference

Discouraged access: The type IComponentImplFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

55 : public class J2EEModuleVirtualComponent extends VirtualComponent implements IComponentImplFactory, IClasspathDependencyProvider, IClasspathDependencyReceiver {

16. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

55 : public class J2EEModuleVirtualComponent extends VirtualComponent implements IComponentImplFactory, IClasspathDependencyProvider, IClasspathDependencyReceiver {

17. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyReceiver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

55 : public class J2EEModuleVirtualComponent extends VirtualComponent implements IComponentImplFactory, IClasspathDependencyProvider, IClasspathDependencyReceiver {

18. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualComponent() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

81 : super();

19. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualComponent(IProject, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

85 : super(aProject, aRuntimePath);

20. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualFolder(IProject, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

97 : return new VirtualFolder(aProject, aRuntimePath);

21. WARNING: DiscouragedReference

Discouraged access: The type VirtualFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

97 : return new VirtualFolder(aProject, aRuntimePath);

22. WARNING: DiscouragedReference

Discouraged access: The method getReferences(Map<String,Object>) from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

113 : hardReferences = super.getReferences(map);

23. WARNING: DiscouragedReference

Discouraged access: The type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

145 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(refs);

24. WARNING: DiscouragedReference

Discouraged access: The method ensureReferencesHaveNames(IVirtualReference[]) from the type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

145 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(refs);

25. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

145 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(refs);

26. WARNING: DiscouragedReference

Discouraged access: The type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

186 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(refs);

27. WARNING: DiscouragedReference

Discouraged access: The method ensureReferencesHaveNames(IVirtualReference[]) from the type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

186 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(refs);

28. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

186 : VirtualReferenceUtilities.INSTANCE.ensureReferencesHaveNames(refs);

29. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

237 : return ManifestUtilities.getManifestClasspath(moduleComponent,

30. WARNING: DiscouragedReference

Discouraged access: The method getManifestClasspath(IVirtualComponent, IPath) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

237 : return ManifestUtilities.getManifestClasspath(moduleComponent, new Path(J2EEConstants.MANIFEST_URI));

31. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualComponent.java :

238 : new Path(J2EEConstants.MANIFEST_URI));

32. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualComponent.java :

238 : new Path(J2EEConstants.MANIFEST_URI));

33. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

246 : final IProject project = getProject();

34. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

332 : componentPath = VirtualArchiveComponent.CLASSPATHARCHIVETYPE

35. WARNING: DiscouragedReference

Discouraged access: The field CLASSPATHARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

332 : componentPath = VirtualArchiveComponent.CLASSPATHARCHIVETYPE

36. WARNING: DiscouragedReference

Discouraged access: The method setDerived(boolean) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

339 : ((VirtualReference) entryReference).setDerived(true);

37. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

339 : ((VirtualReference) entryReference).setDerived(true);

38. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualComponent.java :

447 : String earRelativeURI = ArchiveUtil

39. WARNING: DiscouragedReference

Discouraged access: The method deriveEARRelativeURI(String, String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualComponent.java :

447 : String earRelativeURI = ArchiveUtil .deriveEARRelativeURI(manifestEntryString, earArchiveURI);

40. WARNING: DiscouragedReference

Discouraged access: The method setDerived(boolean) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

463 : ((VirtualReference) dynamicReference).setDerived(true);

41. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

463 : ((VirtualReference) dynamicReference).setDerived(true);

42. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

491 : boolean valid = IDependencyGraph.INSTANCE.getModStamp() == depGraphModStamp;

43. WARNING: DiscouragedReference

Discouraged access: The method getModStamp() from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

491 : boolean valid = IDependencyGraph.INSTANCE.getModStamp() == depGraphModStamp;

44. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

491 : boolean valid = IDependencyGraph.INSTANCE.getModStamp() == depGraphModStamp;

45. WARNING: DiscouragedReference

Discouraged access: The method clearCache() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

501 : super.clearCache();

46. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

502 : depGraphModStamp = IDependencyGraph.INSTANCE.getModStamp();

47. WARNING: DiscouragedReference

Discouraged access: The method getModStamp() from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

502 : depGraphModStamp = IDependencyGraph.INSTANCE.getModStamp();

48. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

502 : depGraphModStamp = IDependencyGraph.INSTANCE.getModStamp();

49. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

511 : return J2EEProjectUtilities.isDynamicWebProject(getProject());

50. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEModuleVirtualComponent.java :

514 : public IPath getClasspathFolderPath(IClasspathDependencyComponent component) {

51. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleVirtualComponent.java :

515 : if( J2EEProjectUtilities.isDynamicWebProject(getProject())) {

52. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualComponent.java :

516 : return new Path(J2EEConstants.WEB_INF_LIB).makeAbsolute();

53. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF_LIB from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEModuleVirtualComponent.java :

516 : return new Path(J2EEConstants.WEB_INF_LIB).makeAbsolute();

Source File: org/eclipse/jst/j2ee/internal/componentcore/AppClientBinaryComponentHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type ApplicationClientFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

17 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ApplicationClientFile;

2. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

3. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminator;

6. WARNING: DiscouragedReference

Discouraged access: The type ApplicationClientFileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ApplicationClientFileImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type AppClient12ImportStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.AppClient12ImportStrategyImpl;

8. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

9. WARNING: DiscouragedReference

Discouraged access: The type AppClient12ImportStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

48 : protected static class Discriminator extends AppClient12ImportStrategyImpl.Discriminator {

10. WARNING: DiscouragedReference

Discouraged access: The type AppClient12ImportStrategyImpl.Discriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

48 : protected static class Discriminator extends AppClient12ImportStrategyImpl.Discriminator {

11. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

60 : public Archive createConvertedArchive() {

12. WARNING: DiscouragedReference

Discouraged access: The type ApplicationClientFileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

66 : protected static class ReferenceCountedApplicationClientFileImpl extends ApplicationClientFileImpl implements IReferenceCountedArchive {

13. WARNING: DiscouragedReference

Discouraged access: The method close() from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

91 : super.close();

14. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

105 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

15. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

105 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

16. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

108 : } catch (OpenFailureException e) {

17. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

114 : protected void cleanupAfterTempSave(String uri, File original, File destinationFile) throws SaveFailureException {

18. WARNING: DiscouragedReference

Discouraged access: The method cleanupAfterTempSave(String, File, File) from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

116 : super.cleanupAfterTempSave(uri, original, destinationFile);

19. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

122 : protected ArchiveTypeDiscriminator getDiscriminator() {

20. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type ApplicationClientFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

133 : return ((ApplicationClientFile) getArchive()).getDeploymentDescriptor();

21. WARNING: DiscouragedReference

Discouraged access: The type ApplicationClientFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientBinaryComponentHelper.java :

133 : return ((ApplicationClientFile) getArchive()).getDeploymentDescriptor();

Source File: org/eclipse/jst/j2ee/internal/componentcore/ComponentArchiveOptions.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveOptions.java :

13 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveOptions.java :

21 : public class ComponentArchiveOptions extends ArchiveOptions {

Source File: org/eclipse/jst/j2ee/internal/componentcore/EJBBinaryComponentHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

17 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EJBJarFile;

3. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminator;

6. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.EJBJarFileImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type EjbJar11ImportStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.EjbJar11ImportStrategyImpl;

8. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

9. WARNING: DiscouragedReference

Discouraged access: The type EjbJar11ImportStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

47 : protected static class Discriminator extends EjbJar11ImportStrategyImpl.Discriminator {

10. WARNING: DiscouragedReference

Discouraged access: The type EjbJar11ImportStrategyImpl.Discriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

47 : protected static class Discriminator extends EjbJar11ImportStrategyImpl.Discriminator {

11. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

59 : public Archive createConvertedArchive() {

12. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

65 : protected static class ReferenceCountedEJBJarFileImpl extends EJBJarFileImpl implements IReferenceCountedArchive {

13. WARNING: DiscouragedReference

Discouraged access: The method close() from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

90 : super.close();

14. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

104 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

15. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

104 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

16. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

107 : } catch (OpenFailureException e) {

17. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

113 : protected void cleanupAfterTempSave(String uri, File original, File destinationFile) throws SaveFailureException {

18. WARNING: DiscouragedReference

Discouraged access: The method cleanupAfterTempSave(String, File, File) from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

115 : super.cleanupAfterTempSave(uri, original, destinationFile);

19. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

121 : protected ArchiveTypeDiscriminator getDiscriminator() {

20. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

131 : return ((EJBJarFile) getArchive()).getDeploymentDescriptor();

21. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBBinaryComponentHelper.java :

131 : return ((EJBJarFile) getArchive()).getDeploymentDescriptor();

Source File: org/eclipse/jst/j2ee/internal/componentcore/EnterpriseBinaryComponentHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

29 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonArchiveResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

31 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

32 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

33 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;

6. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

34 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminator;

7. WARNING: DiscouragedReference

Discouraged access: The type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

35 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl;

8. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

38 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

9. WARNING: DiscouragedReference

Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseBinaryComponentHelper.java :

39 : import org.eclipse.wst.common.componentcore.internal.BinaryComponentHelper;

10. WARNING: DiscouragedReference

Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseBinaryComponentHelper.java :

48 : public abstract class EnterpriseBinaryComponentHelper extends BinaryComponentHelper {

11. WARNING: DiscouragedReference

Discouraged access: The constructor BinaryComponentHelper(IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseBinaryComponentHelper.java :

69 : super(component);

12. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseBinaryComponentHelper.java :

73 : ComponentArchiveOptions options = new ComponentArchiveOptions(getComponent());

13. WARNING: DiscouragedReference

Discouraged access: The method setIsReadOnly(boolean) from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

74 : options.setIsReadOnly(true);

14. WARNING: DiscouragedReference

Discouraged access: The method setRendererType(int) from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

75 : options.setRendererType(ArchiveOptions.SAX);

15. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

75 : options.setRendererType(ArchiveOptions.SAX);

16. WARNING: DiscouragedReference

Discouraged access: The field SAX from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

75 : options.setRendererType(ArchiveOptions.SAX);

17. WARNING: DiscouragedReference

Discouraged access: The method setUseJavaReflection(boolean) from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

76 : options.setUseJavaReflection(false);

18. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

83 : } catch (OpenFailureException e) {

19. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

89 : public Archive accessArchive() {

20. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

109 : Archive anArchive = null;

21. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

111 : anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(getArchiveOptions(), getArchiveURI());

22. WARNING: DiscouragedReference

Discouraged access: The method primOpenArchive(ArchiveOptions, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

111 : anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(getArchiveOptions(), getArchiveURI());

23. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

111 : anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(getArchiveOptions(), getArchiveURI());

24. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

112 : ArchiveTypeDiscriminator disc = getDiscriminator();

25. WARNING: DiscouragedReference

Discouraged access: The method canImport(Archive) from the type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

113 : return null == disc || disc.canImport(anArchive);

26. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

118 : anArchive.close();

27. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseBinaryComponentHelper.java :

124 : java.io.File file = (java.io.File)getComponent().getAdapter(java.io.File.class);

28. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

131 : archive.close();

29. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

136 : protected abstract ArchiveTypeDiscriminator getDiscriminator();

30. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

138 : protected IReferenceCountedArchive openArchive() throws OpenFailureException {

31. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseBinaryComponentHelper.java :

140 : IReferenceCountedArchive archive = cache.getArchive(getComponent());

32. WARNING: DiscouragedReference

Discouraged access: The method getResourceSet() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

154 : resource = getArchive().getResourceSet().getResource(uri, false);

33. WARNING: DiscouragedReference

Discouraged access: The method getResourceSet() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

160 : resource = getArchive().getResourceSet().getResource(uri, true);

34. WARNING: DiscouragedReference

Discouraged access: The method getResourceSet() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

171 : WorkbenchResourceHelperBase.removeAndUnloadAll(archive.getResourceSet().getResources(), archive.getResourceSet());

35. WARNING: DiscouragedReference

Discouraged access: The method getResourceSet() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

171 : WorkbenchResourceHelperBase.removeAndUnloadAll(archive.getResourceSet().getResources(), archive.getResourceSet());

36. WARNING: DiscouragedReference

Discouraged access: The method getLoadStrategy() from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

172 : archive.getLoadStrategy().setResourceSet(null);

37. WARNING: DiscouragedReference

Discouraged access: The method setResourceSet(ResourceSet) from the type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

172 : archive.getLoadStrategy().setResourceSet(null);

38. WARNING: DiscouragedReference

Discouraged access: The method setLoadStrategy(LoadStrategy) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

173 : archive.setLoadStrategy(null);

39. WARNING: DiscouragedReference

Discouraged access: The method getLoadStrategy() from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

177 : return ((BinaryZipFileLoadStrategy)archive.getLoadStrategy()).isPhysicallyOpen();

40. WARNING: DiscouragedReference

Discouraged access: The method getLoadStrategy() from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

182 : ((BinaryZipFileLoadStrategy)archive.getLoadStrategy()).physicallyOpen();

41. WARNING: DiscouragedReference

Discouraged access: The method getLoadStrategy() from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

191 : ((BinaryZipFileLoadStrategy)archive.getLoadStrategy()).physicallyClose();

42. WARNING: DiscouragedReference

Discouraged access: The type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

205 : private static class BinaryZipFileLoadStrategy extends ZipFileLoadStrategyImpl {

43. WARNING: DiscouragedReference

Discouraged access: The constructor ZipFileLoadStrategyImpl(File) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

210 : super(file);

44. WARNING: DiscouragedReference

Discouraged access: The method close() from the type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

216 : super.close();

45. WARNING: DiscouragedReference

Discouraged access: The method setZipFile(ZipFile) from the type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

226 : setZipFile(ArchiveUtil.newZipFile(file));

46. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

226 : setZipFile(ArchiveUtil.newZipFile(file));

47. WARNING: DiscouragedReference

Discouraged access: The method newZipFile(File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

226 : setZipFile(ArchiveUtil.newZipFile(file));

48. WARNING: DiscouragedReference

Discouraged access: The field file from the type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

226 : setZipFile(ArchiveUtil.newZipFile(file));

49. WARNING: DiscouragedReference

Discouraged access: The field zipFile from the type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

234 : zipFile.close();

50. WARNING: DiscouragedReference

Discouraged access: The method getZipFile() from the type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

250 : ZipEntry entry = getZipFile().getEntry(uri);

51. WARNING: DiscouragedReference

Discouraged access: The method getZipFile() from the type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

254 : return new java.io.BufferedInputStream(getZipFile().getInputStream(entry)) {

52. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

339 : public synchronized IReferenceCountedArchive openArchive(EnterpriseBinaryComponentHelper helper) throws OpenFailureException {

53. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

340 : ArchiveOptions options = helper.getArchiveOptions();

54. WARNING: DiscouragedReference

Discouraged access: The method setLoadStrategy(LoadStrategy) from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

343 : options.setLoadStrategy(createBinaryLoadStrategy(helper));

55. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

345 : Archive anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(options, archiveURI);

56. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

345 : Archive anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(options, archiveURI);

57. WARNING: DiscouragedReference

Discouraged access: The method primOpenArchive(ArchiveOptions, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

345 : Archive anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(options, archiveURI);

58. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

345 : Archive anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(options, archiveURI);

59. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

347 : ArchiveTypeDiscriminator discriminator = helper.getDiscriminator();

60. WARNING: DiscouragedReference

Discouraged access: The method canImport(Archive) from the type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

349 : if (!discriminator.canImport(anArchive)) {

61. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

350 : anArchive.close();

62. WARNING: DiscouragedReference

Discouraged access: The constructor OpenFailureException(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

351 : throw new OpenFailureException(discriminator.getUnableToOpenMessage());

63. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

351 : throw new OpenFailureException(discriminator.getUnableToOpenMessage());

64. WARNING: DiscouragedReference

Discouraged access: The method getUnableToOpenMessage() from the type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

351 : throw new OpenFailureException(discriminator.getUnableToOpenMessage());

65. WARNING: DiscouragedReference

Discouraged access: The method openArchive(Archive) from the type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

353 : IReferenceCountedArchive specificArchive = (IReferenceCountedArchive) discriminator.openArchive(anArchive);

66. WARNING: DiscouragedReference

Discouraged access: The method initializeAfterOpen() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

355 : specificArchive.initializeAfterOpen();

67. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EnterpriseBinaryComponentHelper.java :

357 : componentsToArchives.put(helper.getComponent(), specificArchive);

68. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

362 : protected static BinaryZipFileLoadStrategy createBinaryLoadStrategy(EnterpriseBinaryComponentHelper helper) throws OpenFailureException {

69. WARNING: DiscouragedReference

Discouraged access: The constructor OpenFailureException(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

367 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[] { archiveURI, file.getAbsolutePath() })));

70. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

367 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[] { archiveURI, file.getAbsolutePath() })));

71. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

367 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[] { archiveURI, file.getAbsolutePath() })));

72. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

367 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[] { archiveURI, file.getAbsolutePath() })));

73. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

367 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[] { archiveURI, file.getAbsolutePath() })));

74. WARNING: DiscouragedReference

Discouraged access: The field file_not_found_EXC_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

367 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[] { archiveURI, file.getAbsolutePath() })));

75. WARNING: DiscouragedReference

Discouraged access: The constructor OpenFailureException(String, Exception) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

373 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[] { archiveURI })), ex);

76. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

373 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[] { archiveURI })), ex);

77. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

373 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[] { archiveURI })), ex);

78. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

373 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[] { archiveURI })), ex);

79. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

373 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[] { archiveURI })), ex);

80. WARNING: DiscouragedReference

Discouraged access: The field could_not_open_EXC_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

373 : throw new OpenFailureException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.could_not_open_EXC_, (new Object[] { archiveURI })), ex);

81. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EnterpriseBinaryComponentHelper.java :

377 : protected interface IReferenceCountedArchive extends Archive {

Source File: org/eclipse/jst/j2ee/internal/componentcore/JCABinaryComponentHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

17 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type RARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.RARFile;

3. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminator;

6. WARNING: DiscouragedReference

Discouraged access: The type RARFileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.RARFileImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

8. WARNING: DiscouragedReference

Discouraged access: The type RarImportStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.RarImportStrategyImpl;

9. WARNING: DiscouragedReference

Discouraged access: The type RarImportStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

47 : protected static class Discriminator extends RarImportStrategyImpl.Discriminator {

10. WARNING: DiscouragedReference

Discouraged access: The type RarImportStrategyImpl.Discriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

47 : protected static class Discriminator extends RarImportStrategyImpl.Discriminator {

11. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

59 : public Archive createConvertedArchive() {

12. WARNING: DiscouragedReference

Discouraged access: The type RARFileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

65 : protected static class ReferenceCountedRARFileImpl extends RARFileImpl implements IReferenceCountedArchive {

13. WARNING: DiscouragedReference

Discouraged access: The method close() from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

90 : super.close();

14. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

104 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

15. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

104 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

16. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

107 : } catch (OpenFailureException e) {

17. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

113 : protected void cleanupAfterTempSave(String uri, File original, File destinationFile) throws SaveFailureException {

18. WARNING: DiscouragedReference

Discouraged access: The method cleanupAfterTempSave(String, File, File) from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

115 : super.cleanupAfterTempSave(uri, original, destinationFile);

19. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

121 : protected ArchiveTypeDiscriminator getDiscriminator() {

20. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type RARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

131 : return ((RARFile) getArchive()).getDeploymentDescriptor();

21. WARNING: DiscouragedReference

Discouraged access: The type RARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JCABinaryComponentHelper.java :

131 : return ((RARFile) getArchive()).getDeploymentDescriptor();

Source File: org/eclipse/jst/j2ee/internal/componentcore/JavaEEBinaryComponentHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

20 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

40 : import org.eclipse.jst.jee.archive.internal.ArchiveFactoryImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

41 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

5. WARNING: DiscouragedReference

Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

43 : import org.eclipse.wst.common.componentcore.internal.BinaryComponentHelper;

6. WARNING: DiscouragedReference

Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

47 : public class JavaEEBinaryComponentHelper extends BinaryComponentHelper {

7. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

63 : public static JavaEEQuickPeek getJavaEEQuickPeek(IPath filesystemPath) {

8. WARNING: DiscouragedReference

Discouraged access: The method openArchive(IPath) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

67 : archive = JavaEEArchiveUtilities.INSTANCE.openArchive(filesystemPath);

9. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEQuickPeek(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

70 : return new JavaEEQuickPeek(null);

10. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

70 : return new JavaEEQuickPeek(null);

11. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

72 : JavaEEQuickPeek qp = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive);

12. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveFactoryImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

76 : new ArchiveFactoryImpl().closeArchive(archive);

13. WARNING: DiscouragedReference

Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

76 : new ArchiveFactoryImpl().closeArchive(archive);

14. WARNING: DiscouragedReference

Discouraged access: The type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

76 : new ArchiveFactoryImpl().closeArchive(archive);

15. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

81 : public static JavaEEQuickPeek getJavaEEQuickPeek(IVirtualComponent aBinaryComponent) {

16. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEQuickPeek(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

87 : return new JavaEEQuickPeek(null);

17. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

87 : return new JavaEEQuickPeek(null);

18. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

89 : JavaEEQuickPeek qp = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive);

19. WARNING: DiscouragedReference

Discouraged access: The constructor BinaryComponentHelper(IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

124 : super(aBinaryComponent);

20. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

139 : JavaEEQuickPeek qp = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(getArchive());

21. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

141 : switch (qp.getType()) {

22. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

142 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

23. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

142 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

24. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

143 : ddPath = new Path(J2EEConstants.APP_CLIENT_DD_URI);

25. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

143 : ddPath = new Path(J2EEConstants.APP_CLIENT_DD_URI);

26. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

145 : case JavaEEQuickPeek.EJB_TYPE:

27. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

145 : case JavaEEQuickPeek.EJB_TYPE:

28. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

146 : ddPath = new Path(J2EEConstants.EJBJAR_DD_URI);

29. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

146 : ddPath = new Path(J2EEConstants.EJBJAR_DD_URI);

30. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

148 : case JavaEEQuickPeek.WEB_TYPE:

31. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

148 : case JavaEEQuickPeek.WEB_TYPE:

32. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

149 : ddPath = new Path(J2EEConstants.WEBAPP_DD_URI);

33. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

149 : ddPath = new Path(J2EEConstants.WEBAPP_DD_URI);

34. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

151 : case JavaEEQuickPeek.CONNECTOR_TYPE:

35. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

151 : case JavaEEQuickPeek.CONNECTOR_TYPE:

36. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

152 : ddPath = new Path(J2EEConstants.RAR_DD_URI);

37. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

152 : ddPath = new Path(J2EEConstants.RAR_DD_URI);

38. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

154 : case JavaEEQuickPeek.WEBFRAGMENT_TYPE:

39. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

154 : case JavaEEQuickPeek.WEBFRAGMENT_TYPE:

40. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

155 : ddPath = new Path(J2EEConstants.WEBFRAGMENT_DD_URI);

41. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

155 : ddPath = new Path(J2EEConstants.WEBFRAGMENT_DD_URI);

42. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

166 : String displayName = getComponent().getName();

43. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

168 : IVirtualComponent earComponent = ComponentCore.createComponent(getComponent().getProject());

44. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

171 : if(ref.getReferencedComponent().equals(getComponent())){

45. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

179 : switch (qp.getType()) {

46. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

180 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

47. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

180 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

48. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

185 : case JavaEEQuickPeek.EJB_TYPE:

49. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

185 : case JavaEEQuickPeek.EJB_TYPE:

50. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

190 : case JavaEEQuickPeek.WEB_TYPE:

51. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

190 : case JavaEEQuickPeek.WEB_TYPE:

52. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

195 : case JavaEEQuickPeek.CONNECTOR_TYPE:

53. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

195 : case JavaEEQuickPeek.CONNECTOR_TYPE:

54. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

285 : public Archive accessLegacyArchive() {

55. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

287 : JavaEEQuickPeek qp = getJavaEEQuickPeek(getComponent());

56. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

287 : JavaEEQuickPeek qp = getJavaEEQuickPeek(getComponent());

57. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

288 : switch (qp.getType()) {

58. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

289 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

59. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

289 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

60. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

290 : legacyBinaryHelper = new AppClientBinaryComponentHelper(getComponent()){

61. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

305 : case JavaEEQuickPeek.EJB_TYPE:

62. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

305 : case JavaEEQuickPeek.EJB_TYPE:

63. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

306 : legacyBinaryHelper = new EJBBinaryComponentHelper(getComponent()){

64. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

321 : case JavaEEQuickPeek.WEB_TYPE:

65. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

321 : case JavaEEQuickPeek.WEB_TYPE:

66. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

322 : legacyBinaryHelper = new WebBinaryComponentHelper(getComponent()){

67. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

337 : case JavaEEQuickPeek.CONNECTOR_TYPE:

68. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

337 : case JavaEEQuickPeek.CONNECTOR_TYPE:

69. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

338 : legacyBinaryHelper = new JCABinaryComponentHelper(getComponent()){

70. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

354 : legacyBinaryHelper = new UtilityBinaryComponentHelper(getComponent()){

71. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentHelper.java :

372 : Archive legacyArchive = legacyBinaryHelper.accessArchive();

72. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

378 : super.dispose();

73. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

418 : IArchive archive = cache.getArchive(getComponent());

74. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

560 : if (helper.getComponent().isBinary()) {

75. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

562 : archive = JavaEEArchiveUtilities.INSTANCE.openBinaryArchive(helper.getComponent(), helper.shouldDescriminateMainClass());

76. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

564 : J2EEModuleVirtualArchiveComponent archiveComponent = (J2EEModuleVirtualArchiveComponent) helper.getComponent();

77. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

573 : archive = JavaEEArchiveUtilities.INSTANCE.openArchive(helper.getComponent());

78. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentHelper.java :

575 : componentsToArchives.put(helper.getComponent(), archive);

Source File: org/eclipse/jst/j2ee/internal/componentcore/JavaEEBinaryComponentLoadAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

19 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentLoadAdapter.java :

20 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentLoadAdapter.java :

32 : private VirtualArchiveComponent archiveComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentLoadAdapter.java :

34 : public JavaEEBinaryComponentLoadAdapter(VirtualArchiveComponent archiveComponent) throws ArchiveOpenFailureException {

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

56 : ZipFile zipFile = ArchiveUtil.newZipFile(file);

6. WARNING: DiscouragedReference

Discouraged access: The method newZipFile(File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

56 : ZipFile zipFile = ArchiveUtil.newZipFile(file);

7. WARNING: DiscouragedReference

Discouraged access: The method setZipFile(ZipFile) from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

57 : setZipFile(zipFile);

8. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Class) from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentLoadAdapter.java :

62 : java.io.File f = (java.io.File) archiveComponent.getAdapter(java.io.File.class);

9. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Class) from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentLoadAdapter.java :

64 : IFile wbFile = (IFile) archiveComponent.getAdapter(IFile.class);

10. WARNING: DiscouragedReference

Discouraged access: The method setZipFile(ZipFile) from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

87 : setZipFile(ArchiveUtil.newZipFile(file));

11. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

87 : setZipFile(ArchiveUtil.newZipFile(file));

12. WARNING: DiscouragedReference

Discouraged access: The method newZipFile(File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

87 : setZipFile(ArchiveUtil.newZipFile(file));

13. WARNING: DiscouragedReference

Discouraged access: The field zipFile from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

106 : zipFile.close();

14. WARNING: DiscouragedReference

Discouraged access: The method containsArchiveResource(IPath) from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

123 : return super.containsArchiveResource(resourcePath);

15. WARNING: DiscouragedReference

Discouraged access: The method getArchiveResource(IPath) from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

149 : return super.getArchiveResource(filePath);

16. WARNING: DiscouragedReference

Discouraged access: The method getArchiveResources() from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

175 : return super.getArchiveResources();

17. WARNING: DiscouragedReference

Discouraged access: The method getZipFile() from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

203 : ZipEntry entry = getZipFile().getEntry(uri);

18. WARNING: DiscouragedReference

Discouraged access: The method getZipFile() from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEBinaryComponentLoadAdapter.java :

207 : return new java.io.BufferedInputStream(getZipFile().getInputStream(entry)) {

19. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEBinaryComponentLoadAdapter.java :

234 : public VirtualArchiveComponent getArchiveComponent() {

Source File: org/eclipse/jst/j2ee/internal/componentcore/JavaEEModuleHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEModuleHandler.java :

20 : import org.eclipse.wst.common.componentcore.internal.IModuleHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEModuleHandler.java :

23 : public class JavaEEModuleHandler implements IModuleHandler {

Source File: org/eclipse/jst/j2ee/internal/componentcore/UtilityBinaryComponentHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

17 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

3. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminator;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminatorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminatorImpl;

6. WARNING: DiscouragedReference

Discouraged access: The type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ArchiveImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type ImportStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ImportStrategy;

8. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

9. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminatorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

38 : protected static class Discriminator extends ArchiveTypeDiscriminatorImpl {

10. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

50 : public Archive createConvertedArchive() {

11. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

56 : public boolean canImport(Archive anArchive) {

12. WARNING: DiscouragedReference

Discouraged access: The type ImportStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

61 : public ImportStrategy createImportStrategy(Archive old, Archive newArchive) {

13. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

61 : public ImportStrategy createImportStrategy(Archive old, Archive newArchive) {

14. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

61 : public ImportStrategy createImportStrategy(Archive old, Archive newArchive) {

15. WARNING: DiscouragedReference

Discouraged access: The type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

70 : protected static class ReferenceCountedArchiveImpl extends ArchiveImpl implements IReferenceCountedArchive {

16. WARNING: DiscouragedReference

Discouraged access: The method close() from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

95 : super.close();

17. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

109 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

18. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

109 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

19. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

112 : } catch (OpenFailureException e) {

20. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

118 : protected void cleanupAfterTempSave(String uri, File original, File destinationFile) throws SaveFailureException {

21. WARNING: DiscouragedReference

Discouraged access: The method cleanupAfterTempSave(String, File, File) from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

120 : super.cleanupAfterTempSave(uri, original, destinationFile);

22. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

126 : protected ArchiveTypeDiscriminator getDiscriminator() {

23. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UtilityBinaryComponentHelper.java :

134 : } catch (OpenFailureException e) {

Source File: org/eclipse/jst/j2ee/internal/componentcore/WebBinaryComponentHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

17 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.WARFile;

3. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminator;

6. WARNING: DiscouragedReference

Discouraged access: The type WARFileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.WARFileImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

8. WARNING: DiscouragedReference

Discouraged access: The type War22ImportStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.War22ImportStrategyImpl;

9. WARNING: DiscouragedReference

Discouraged access: The type War22ImportStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

47 : protected static class Discriminator extends War22ImportStrategyImpl.Discriminator {

10. WARNING: DiscouragedReference

Discouraged access: The type War22ImportStrategyImpl.Discriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

47 : protected static class Discriminator extends War22ImportStrategyImpl.Discriminator {

11. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

59 : public Archive createConvertedArchive() {

12. WARNING: DiscouragedReference

Discouraged access: The type WARFileImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

65 : protected static class ReferenceCountedWARFileImpl extends WARFileImpl implements IReferenceCountedArchive {

13. WARNING: DiscouragedReference

Discouraged access: The method close() from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

90 : super.close();

14. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

104 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

15. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

104 : protected LoadStrategy createLoadStrategyForReopen(Archive parent) throws IOException {

16. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

107 : } catch (OpenFailureException e) {

17. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

113 : protected void cleanupAfterTempSave(String uri, File original, File destinationFile) throws SaveFailureException {

18. WARNING: DiscouragedReference

Discouraged access: The method cleanupAfterTempSave(String, File, File) from the type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

115 : super.cleanupAfterTempSave(uri, original, destinationFile);

19. WARNING: DiscouragedReference

Discouraged access: The type ArchiveTypeDiscriminator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

121 : protected ArchiveTypeDiscriminator getDiscriminator() {

20. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

131 : return ((WARFile) getArchive()).getDeploymentDescriptor();

21. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebBinaryComponentHelper.java :

131 : return ((WARFile) getArchive()).getDeploymentDescriptor();

Source File: org/eclipse/jst/j2ee/internal/project/J2EEJavaProjectInfo.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEJavaProjectInfo.java :

26 : import org.eclipse.jem.internal.plugin.JavaProjectInfo;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEJavaProjectInfo.java :

35 : public class J2EEJavaProjectInfo extends JavaProjectInfo {

3. WARNING: DiscouragedReference

Discouraged access: The constructor JavaProjectInfo() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEJavaProjectInfo.java :

52 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor JavaProjectInfo() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEJavaProjectInfo.java :

59 : super();

5. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_JAVA_OUTPUT_PATH from the type JavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEJavaProjectInfo.java :

239 : return DEFAULT_JAVA_OUTPUT_PATH;

6. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type JavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEJavaProjectInfo.java :

266 : return Path.ROOT.append(getProjectPath()).append(getSourcePath()).toString();

Source File: org/eclipse/jst/j2ee/internal/project/J2EEProjectUtilities.java
1. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEProjectUtilities.java :

46 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;

2. WARNING: UnusedImport

The import org.eclipse.jst.common.jdt.internal.javalite.IJavaProjectLite is never used

J2EEProjectUtilities.java :

47 : import org.eclipse.jst.common.jdt.internal.javalite.IJavaProjectLite;

3. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

50 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

4. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

51 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

52 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;

6. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

53 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EJBJarFile;

7. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

54 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

8. WARNING: DiscouragedReference

Discouraged access: The type DeploymentDescriptorLoadException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

55 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException;

9. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

56 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

10. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

57 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

11. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

58 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifestImpl;

12. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

59 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

62 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

14. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

78 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

15. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

79 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

16. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

80 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

17. WARNING: DiscouragedReference

Discouraged access: The type SimpleValidateEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEProjectUtilities.java :

88 : import org.eclipse.wst.common.frameworks.internal.SimpleValidateEdit;

18. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

114 : public static Archive getClientJAR(EJBJarFile file, EARFile earFile) {

19. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

114 : public static Archive getClientJAR(EJBJarFile file, EARFile earFile) {

20. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

114 : public static Archive getClientJAR(EJBJarFile file, EARFile earFile) {

21. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

117 : jar = file.getDeploymentDescriptor();

22. WARNING: DiscouragedReference

Discouraged access: The type DeploymentDescriptorLoadException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

118 : } catch (DeploymentDescriptorLoadException exc) {

23. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

126 : String normalized = ArchiveUtil.deriveEARRelativeURI(clientJAR, file.getURI());

24. WARNING: DiscouragedReference

Discouraged access: The method deriveEARRelativeURI(String, String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

126 : String normalized = ArchiveUtil.deriveEARRelativeURI(clientJAR, file.getURI());

25. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

126 : String normalized = ArchiveUtil.deriveEARRelativeURI(clientJAR, file.getURI());

26. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

129 : File aFile = earFile.getFile(normalized);

27. WARNING: DiscouragedReference

Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

129 : File aFile = earFile.getFile(normalized);

28. WARNING: DiscouragedReference

Discouraged access: The method isArchive() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

130 : if (aFile.isArchive() && !aFile.isModuleFile())

29. WARNING: DiscouragedReference

Discouraged access: The method isModuleFile() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

130 : if (aFile.isArchive() && !aFile.isModuleFile())

30. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

131 : return (Archive) aFile;

31. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

170 : public static Archive asArchiveFromBinary(String jarUri, IProject aProject) throws OpenFailureException {

32. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

170 : public static Archive asArchiveFromBinary(String jarUri, IProject aProject) throws OpenFailureException {

33. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

174 : Archive anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(location);

34. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

174 : Archive anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(location);

35. WARNING: DiscouragedReference

Discouraged access: The method primOpenArchive(String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

174 : Archive anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(location);

36. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

174 : Archive anArchive = CommonarchiveFactory.eINSTANCE.primOpenArchive(location);

37. WARNING: DiscouragedReference

Discouraged access: The method setURI(String) from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

175 : anArchive.setURI(jarUri);

38. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

186 : public static ArchiveManifest readManifest(IFile aFile) {

39. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveManifestImpl(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

192 : return new ArchiveManifestImpl(in);

40. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

192 : return new ArchiveManifestImpl(in);

41. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

206 : public static ArchiveManifest readManifest(IProject p) {

42. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveManifestImpl(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

213 : return new ArchiveManifestImpl(in);

43. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

213 : return new ArchiveManifestImpl(in);

44. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

249 : IFile file = ComponentUtilities.findFile(component, new Path(J2EEConstants.MANIFEST_URI));

45. WARNING: DiscouragedReference

Discouraged access: The method findFile(IVirtualComponent, IPath) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

249 : IFile file = ComponentUtilities.findFile(component, new Path(J2EEConstants.MANIFEST_URI));

46. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

249 : IFile file = ComponentUtilities.findFile(component, new Path(J2EEConstants.MANIFEST_URI));

47. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

249 : IFile file = ComponentUtilities.findFile(component, new Path(J2EEConstants.MANIFEST_URI));

48. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

252 : file = virtualFolder.getUnderlyingFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

49. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

252 : file = virtualFolder.getUnderlyingFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

50. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

269 : public static void writeManifest(IProject aProject, ArchiveManifest manifest) throws java.io.IOException {

51. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

273 : public static void writeManifest(IFile aFile, ArchiveManifest manifest) throws java.io.IOException {

52. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

277 : private static void writeManifest(IProject aProject, IFile aFile, ArchiveManifest manifest) throws java.io.IOException {

53. WARNING: DiscouragedReference

Discouraged access: The type SimpleValidateEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEProjectUtilities.java :

279 : if(SimpleValidateEdit.validateEdit(new IFile[] { aFile })){

54. WARNING: DiscouragedReference

Discouraged access: The method validateEdit(IFile[]) from the type SimpleValidateEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEProjectUtilities.java :

279 : if(SimpleValidateEdit.validateEdit(new IFile[] { aFile })){

55. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEProjectUtilities.java :

280 : ManifestUtilities.writeManifest(aFile, manifest);

56. WARNING: DiscouragedReference

Discouraged access: The method writeManifest(IFile, ArchiveManifest) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEProjectUtilities.java :

280 : ManifestUtilities.writeManifest(aFile, manifest);

57. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

286 : public static ArchiveManifest readManifest(IVirtualComponent component) {

58. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

288 : IVirtualFile vManifest = component.getRootFolder().getFile(J2EEConstants.MANIFEST_URI);

59. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

288 : IVirtualFile vManifest = component.getRootFolder().getFile(J2EEConstants.MANIFEST_URI);

60. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveManifestImpl(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

294 : return new ArchiveManifestImpl(in);

61. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

294 : return new ArchiveManifestImpl(in);

62. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

319 : IPath manifestPath = new Path(J2EEConstants.MANIFEST_URI);

63. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

319 : IPath manifestPath = new Path(J2EEConstants.MANIFEST_URI);

64. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

324 : ArchiveManifest manifest = new ArchiveManifestImpl(in);

65. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveManifestImpl(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

324 : ArchiveManifest manifest = new ArchiveManifestImpl(in);

66. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

324 : ArchiveManifest manifest = new ArchiveManifestImpl(in);

67. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

360 : public static Map collectEJBClientJARs(EARFile earFile) {

68. WARNING: DiscouragedReference

Discouraged access: The method getEJBJarFiles() from the type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

364 : List ejbJARFiles = earFile.getEJBJarFiles();

69. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

365 : Archive clientJAR = null;

70. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

367 : EJBJarFile ejbJarFile = (EJBJarFile) ejbJARFiles.get(i);

71. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

367 : EJBJarFile ejbJarFile = (EJBJarFile) ejbJARFiles.get(i);

72. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

571 : return sourceFolder.findMember(J2EEConstants.EJBJAR_DD_URI) != null;

73. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

571 : return sourceFolder.findMember(J2EEConstants.EJBJAR_DD_URI) != null;

74. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

573 : return sourceFolder.findMember(J2EEConstants.APP_CLIENT_DD_URI) != null;

75. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

573 : return sourceFolder.findMember(J2EEConstants.APP_CLIENT_DD_URI) != null;

76. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

575 : return sourceFolder.findMember(J2EEConstants.WEBAPP_DD_URI) != null;

77. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

575 : return sourceFolder.findMember(J2EEConstants.WEBAPP_DD_URI) != null;

78. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

577 : return sourceFolder.findMember(J2EEConstants.RAR_DD_URI) != null;

79. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

577 : return sourceFolder.findMember(J2EEConstants.RAR_DD_URI) != null;

80. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

585 : public static Archive asArchive(String jarUri, IProject project, boolean exportSource) throws OpenFailureException {

81. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

585 : public static Archive asArchive(String jarUri, IProject project, boolean exportSource) throws OpenFailureException {

82. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

589 : public static Archive asArchive(String jarUri, IProject project, boolean exportSource, boolean includeClasspathComponents) throws OpenFailureException {

83. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

589 : public static Archive asArchive(String jarUri, IProject project, boolean exportSource, boolean includeClasspathComponents) throws OpenFailureException {

84. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

592 : return CommonarchiveFactory.eINSTANCE.primOpenArchive(strat, jarUri);

85. WARNING: DiscouragedReference

Discouraged access: The method primOpenArchive(LoadStrategy, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

592 : return CommonarchiveFactory.eINSTANCE.primOpenArchive(strat, jarUri);

86. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectUtilities.java :

592 : return CommonarchiveFactory.eINSTANCE.primOpenArchive(strat, jarUri);

87. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

882 : URI contenturi = ModuleURIUtil.trimToRelativePath(uri, 1);

88. WARNING: DiscouragedReference

Discouraged access: The method trimToRelativePath(URI, int) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

882 : URI contenturi = ModuleURIUtil.trimToRelativePath(uri, 1);

89. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

893 : URI remainingPathuri = ModuleURIUtil.trimToRelativePath(contenturi, 1);

90. WARNING: DiscouragedReference

Discouraged access: The method trimToRelativePath(URI, int) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

893 : URI remainingPathuri = ModuleURIUtil.trimToRelativePath(contenturi, 1);

91. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

919 : if (projects[i].isAccessible() && projects[i].hasNature(JavaCore.NATURE_ID) && !projects[i].hasNature(IModuleConstants.MODULE_NATURE_ID)) {

92. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NATURE_ID from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

919 : if (projects[i].isAccessible() && projects[i].hasNature(JavaCore.NATURE_ID) && !projects[i].hasNature(IModuleConstants.MODULE_NATURE_ID)) {

93. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

935 : return ComponentUtilities.getServerContextRoot(project);

94. WARNING: DiscouragedReference

Discouraged access: The method getServerContextRoot(IProject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

935 : return ComponentUtilities.getServerContextRoot(project);

95. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

948 : ComponentUtilities.setServerContextRoot(project, contextRoot);

96. WARNING: DiscouragedReference

Discouraged access: The method setServerContextRoot(IProject, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectUtilities.java :

948 : ComponentUtilities.setServerContextRoot(project, contextRoot);

Source File: org/eclipse/jst/j2ee/internal/servertarget/J2EEProjectServerTargetDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

21 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

22 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

32 : import org.eclipse.wst.server.core.internal.ResourceManager;

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

69 : return ResourceManager.getInstance().getRuntime(serverTargetId);

5. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

69 : return ResourceManager.getInstance().getRuntime(serverTargetId);

6. WARNING: DiscouragedReference

Discouraged access: The method getRuntime(String) from the type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

69 : return ResourceManager.getInstance().getRuntime(serverTargetId);

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

90 : return new Integer(J2EEVersionConstants.J2EE_1_4_ID);

8. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

90 : return new Integer(J2EEVersionConstants.J2EE_1_4_ID);

9. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

137 : case XMLResource.APPLICATION_TYPE :

10. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

137 : case XMLResource.APPLICATION_TYPE :

11. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

139 : case XMLResource.APP_CLIENT_TYPE :

12. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

139 : case XMLResource.APP_CLIENT_TYPE :

13. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

141 : case XMLResource.EJB_TYPE :

14. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

141 : case XMLResource.EJB_TYPE :

15. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

143 : case XMLResource.WEB_APP_TYPE :

16. WARNING: DiscouragedReference

Discouraged access: The field WEB_APP_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

143 : case XMLResource.WEB_APP_TYPE :

17. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

145 : case XMLResource.RAR_TYPE :

18. WARNING: DiscouragedReference

Discouraged access: The field RAR_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

145 : case XMLResource.RAR_TYPE :

19. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

175 : case J2EEVersionConstants.J2EE_1_2_ID :

20. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

175 : case J2EEVersionConstants.J2EE_1_2_ID :

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

177 : case J2EEVersionConstants.J2EE_1_3_ID :

22. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

177 : case J2EEVersionConstants.J2EE_1_3_ID :

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

179 : case J2EEVersionConstants.J2EE_1_4_ID :

24. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEProjectServerTargetDataModelProvider.java :

179 : case J2EEVersionConstants.J2EE_1_4_ID :

Source File: org/eclipse/jst/j2ee/internal/servertarget/J2EEProjectServerTargetOp.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectServerTargetOp.java :

22 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEProjectServerTargetOp.java :

26 : import org.eclipse.wst.server.core.internal.ResourceManager;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEProjectServerTargetOp.java :

40 : IRuntime runtime = ResourceManager.getInstance().getRuntime(serverTargetId);

4. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEProjectServerTargetOp.java :

40 : IRuntime runtime = ResourceManager.getInstance().getRuntime(serverTargetId);

5. WARNING: DiscouragedReference

Discouraged access: The method getRuntime(String) from the type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

J2EEProjectServerTargetOp.java :

40 : IRuntime runtime = ResourceManager.getInstance().getRuntime(serverTargetId);

6. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectServerTargetOp.java :

49 : && project.hasNature(IModuleConstants.MODULE_NATURE_ID)) {

7. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NATURE_ID from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEProjectServerTargetOp.java :

49 : && project.hasNature(IModuleConstants.MODULE_NATURE_ID)) {

Source File: org/eclipse/jst/j2ee/project/EJBUtilities.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EJBUtilities.java :

29 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EJBUtilities.java :

102 : if (isProjectOfType(projects[i], IModuleConstants.JST_EJB_MODULE))

3. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EJBUtilities.java :

102 : if (isProjectOfType(projects[i], IModuleConstants.JST_EJB_MODULE))

Source File: org/eclipse/jst/j2ee/project/EarUtilities.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

26 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

27 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

37 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

38 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

5. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

39 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

232 : StructureEdit edit = null;

7. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

234 : edit = StructureEdit.getStructureEditForRead(earProject);

8. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

234 : edit = StructureEdit.getStructureEditForRead(earProject);

9. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

235 : if (edit != null && edit.getComponent() != null) {

10. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

236 : List referencedComps = edit.getComponent().getReferencedComponents();

11. WARNING: DiscouragedReference

Discouraged access: The method getReferencedComponents() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

236 : List referencedComps = edit.getComponent().getReferencedComponents();

12. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

238 : ReferencedComponent ref = (ReferencedComponent) referencedComps.get(i);

13. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

238 : ReferencedComponent ref = (ReferencedComponent) referencedComps.get(i);

14. WARNING: DiscouragedReference

Discouraged access: The method getDependentObject() from the type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

239 : Object module = ref.getDependentObject();

15. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

249 : edit.dispose();

16. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

331 : List implicitUtilityReferenceTypes = Arrays.asList(new String[] { IModuleConstants.JST_APPCLIENT_MODULE, IModuleConstants.JST_WEB_MODULE, IModuleConstants.JST_EJB_MODULE });

17. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

331 : List implicitUtilityReferenceTypes = Arrays.asList(new String[] { IModuleConstants.JST_APPCLIENT_MODULE, IModuleConstants.JST_WEB_MODULE, IModuleConstants.JST_EJB_MODULE });

18. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

331 : List implicitUtilityReferenceTypes = Arrays.asList(new String[] { IModuleConstants.JST_APPCLIENT_MODULE, IModuleConstants.JST_WEB_MODULE, IModuleConstants.JST_EJB_MODULE });

19. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

331 : List implicitUtilityReferenceTypes = Arrays.asList(new String[] { IModuleConstants.JST_APPCLIENT_MODULE, IModuleConstants.JST_WEB_MODULE, IModuleConstants.JST_EJB_MODULE });

20. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

331 : List implicitUtilityReferenceTypes = Arrays.asList(new String[] { IModuleConstants.JST_APPCLIENT_MODULE, IModuleConstants.JST_WEB_MODULE, IModuleConstants.JST_EJB_MODULE });

21. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarUtilities.java :

331 : List implicitUtilityReferenceTypes = Arrays.asList(new String[] { IModuleConstants.JST_APPCLIENT_MODULE, IModuleConstants.JST_WEB_MODULE, IModuleConstants.JST_EJB_MODULE });

22. WARNING: DiscouragedReference

Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

342 : if (application instanceof org.eclipse.jst.javaee.application.internal.impl.ApplicationImpl) {

23. WARNING: DiscouragedReference

Discouraged access: The method getFirstModule(String) from the type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

343 : module = ((org.eclipse.jst.javaee.application.internal.impl.ApplicationImpl) application).getFirstModule(reference.getArchiveName());

24. WARNING: DiscouragedReference

Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

343 : module = ((org.eclipse.jst.javaee.application.internal.impl.ApplicationImpl) application).getFirstModule(reference.getArchiveName());

25. WARNING: DiscouragedReference

Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

344 : } else if (application instanceof org.eclipse.jst.j2ee.application.internal.impl.ApplicationImpl) {

26. WARNING: DiscouragedReference

Discouraged access: The method getFirstModule(String) from the type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

345 : module = ((org.eclipse.jst.j2ee.application.internal.impl.ApplicationImpl) application).getFirstModule(reference.getArchiveName());

27. WARNING: DiscouragedReference

Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

345 : module = ((org.eclipse.jst.j2ee.application.internal.impl.ApplicationImpl) application).getFirstModule(reference.getArchiveName());

28. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

384 : case J2EEVersionConstants.VERSION_6_0:

29. WARNING: DiscouragedReference

Discouraged access: The field VERSION_6_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

384 : case J2EEVersionConstants.VERSION_6_0:

30. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

386 : case J2EEVersionConstants.VERSION_5_0:

31. WARNING: DiscouragedReference

Discouraged access: The field VERSION_5_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

386 : case J2EEVersionConstants.VERSION_5_0:

32. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

389 : case J2EEVersionConstants.VERSION_1_4:

33. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_4 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

389 : case J2EEVersionConstants.VERSION_1_4:

34. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

392 : case J2EEVersionConstants.VERSION_1_3:

35. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_3 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

392 : case J2EEVersionConstants.VERSION_1_3:

36. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

395 : case J2EEVersionConstants.VERSION_1_2:

37. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_2 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

395 : case J2EEVersionConstants.VERSION_1_2:

38. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

401 : case J2EEVersionConstants.VERSION_6_0:

39. WARNING: DiscouragedReference

Discouraged access: The field VERSION_6_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

401 : case J2EEVersionConstants.VERSION_6_0:

40. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

403 : case J2EEVersionConstants.VERSION_5_0:

41. WARNING: DiscouragedReference

Discouraged access: The field VERSION_5_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

403 : case J2EEVersionConstants.VERSION_5_0:

42. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

406 : case J2EEVersionConstants.VERSION_1_4:

43. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_4 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

406 : case J2EEVersionConstants.VERSION_1_4:

44. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

409 : case J2EEVersionConstants.VERSION_1_3:

45. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_3 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

409 : case J2EEVersionConstants.VERSION_1_3:

46. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

412 : case J2EEVersionConstants.VERSION_1_2:

47. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_2 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

412 : case J2EEVersionConstants.VERSION_1_2:

48. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

417 : case J2EEVersionConstants.VERSION_6_0:

49. WARNING: DiscouragedReference

Discouraged access: The field VERSION_6_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

417 : case J2EEVersionConstants.VERSION_6_0:

50. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

419 : case J2EEVersionConstants.VERSION_5_0:

51. WARNING: DiscouragedReference

Discouraged access: The field VERSION_5_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

419 : case J2EEVersionConstants.VERSION_5_0:

52. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

420 : case J2EEVersionConstants.VERSION_1_4:

53. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_4 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

420 : case J2EEVersionConstants.VERSION_1_4:

54. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

423 : case J2EEVersionConstants.VERSION_1_3:

55. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_3 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

423 : case J2EEVersionConstants.VERSION_1_3:

56. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

426 : case J2EEVersionConstants.VERSION_1_2:

57. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_2 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

426 : case J2EEVersionConstants.VERSION_1_2:

58. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

431 : case J2EEVersionConstants.VERSION_6_0:

59. WARNING: DiscouragedReference

Discouraged access: The field VERSION_6_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

431 : case J2EEVersionConstants.VERSION_6_0:

60. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

433 : case J2EEVersionConstants.VERSION_5_0:

61. WARNING: DiscouragedReference

Discouraged access: The field VERSION_5_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

433 : case J2EEVersionConstants.VERSION_5_0:

62. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

436 : case J2EEVersionConstants.VERSION_1_4:

63. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_4 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

436 : case J2EEVersionConstants.VERSION_1_4:

64. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

439 : case J2EEVersionConstants.VERSION_1_3:

65. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_3 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

439 : case J2EEVersionConstants.VERSION_1_3:

66. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

442 : case J2EEVersionConstants.VERSION_1_2:

67. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_2 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

442 : case J2EEVersionConstants.VERSION_1_2:

68. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

485 : String libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

69. WARNING: DiscouragedReference

Discouraged access: The field EAR_DEFAULT_LIB_DIR from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

485 : String libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

70. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

494 : Object o = modelProvider.getModelObject(new Path(J2EEConstants.APPLICATION_DD_URI));

71. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarUtilities.java :

494 : Object o = modelProvider.getModelObject(new Path(J2EEConstants.APPLICATION_DD_URI));

Source File: org/eclipse/jst/j2ee/project/JavaEEProjectUtilities.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

30 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

31 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

40 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

4. WARNING: DiscouragedReference

Discouraged access: The type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

42 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFile;

5. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

43 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

44 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

7. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

45 : import org.eclipse.wst.common.componentcore.internal.util.FacetedProjectUtilities;

8. WARNING: DiscouragedReference

Discouraged access: The type VirtualReferenceUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

46 : import org.eclipse.wst.common.componentcore.internal.util.VirtualReferenceUtilities;

9. WARNING: DiscouragedReference

Discouraged access: The method getProjectFacetVersion(IProject, String) from the type FacetedProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

68 : return FacetedProjectUtilities.getProjectFacetVersion(project, typeID);

10. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

68 : return FacetedProjectUtilities.getProjectFacetVersion(project, typeID);

11. WARNING: DiscouragedReference

Discouraged access: The method isProjectOfType(IFacetedProject, String) from the type FacetedProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

72 : return FacetedProjectUtilities.isProjectOfType(facetedProject, typeID);

12. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

72 : return FacetedProjectUtilities.isProjectOfType(facetedProject, typeID);

13. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

109 : return isBinaryType(component, JavaEEQuickPeek.WEB_TYPE);

14. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

109 : return isBinaryType(component, JavaEEQuickPeek.WEB_TYPE);

15. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

128 : return isBinaryType(component, JavaEEQuickPeek.WEBFRAGMENT_TYPE);

16. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

128 : return isBinaryType(component, JavaEEQuickPeek.WEBFRAGMENT_TYPE);

17. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

139 : return isBinaryType(component, JavaEEQuickPeek.EJB_TYPE);

18. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

139 : return isBinaryType(component, JavaEEQuickPeek.EJB_TYPE);

19. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

150 : return isBinaryType(component, JavaEEQuickPeek.CONNECTOR_TYPE);

20. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

150 : return isBinaryType(component, JavaEEQuickPeek.CONNECTOR_TYPE);

21. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

161 : return isBinaryType(component, JavaEEQuickPeek.APPLICATION_CLIENT_TYPE);

22. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

161 : return isBinaryType(component, JavaEEQuickPeek.APPLICATION_CLIENT_TYPE);

23. WARNING: DiscouragedReference

Discouraged access: The type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

226 : List<IFlatFile> flatLibs = classpathLibExpander.fetchFlatFiles();

24. WARNING: DiscouragedReference

Discouraged access: The type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

227 : for (IFlatFile flatFile : flatLibs) {

25. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

230 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

26. WARNING: DiscouragedReference

Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

230 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

27. WARNING: DiscouragedReference

Discouraged access: The method getModuleRelativePath() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

232 : rootComponent.getProject(), type + file.getAbsolutePath(), flatFile.getModuleRelativePath().makeAbsolute());

28. WARNING: DiscouragedReference

Discouraged access: The method setDerived(boolean) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

234 : ((VirtualReference)dynamicRef).setDerived(true);

29. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

234 : ((VirtualReference)dynamicRef).setDerived(true);

30. WARNING: DiscouragedReference

Discouraged access: The method getModuleRelativePath() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEProjectUtilities.java :

236 : dynamicRef.setRuntimePath(flatFile.getModuleRelativePath().makeAbsolute());

31. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

247 : JavaEEQuickPeek qp = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(aBinaryComponent);

32. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

248 : int type = qp.getType();

33. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

254 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

34. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

254 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

35. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

256 : case JavaEEQuickPeek.WEB_TYPE:

36. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

256 : case JavaEEQuickPeek.WEB_TYPE:

37. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

258 : case JavaEEQuickPeek.EJB_TYPE:

38. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

258 : case JavaEEQuickPeek.EJB_TYPE:

39. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

260 : case JavaEEQuickPeek.CONNECTOR_TYPE:

40. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

260 : case JavaEEQuickPeek.CONNECTOR_TYPE:

41. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

262 : case JavaEEQuickPeek.APPLICATION_TYPE:

42. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

262 : case JavaEEQuickPeek.APPLICATION_TYPE:

43. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

264 : case JavaEEQuickPeek.WEBFRAGMENT_TYPE:

44. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

264 : case JavaEEQuickPeek.WEBFRAGMENT_TYPE:

45. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

273 : JavaEEQuickPeek qp = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(component);

46. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

274 : return convertQuickpeekResult(qp.getType());

47. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

282 : JavaEEQuickPeek qp = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(path);

48. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

283 : return convertQuickpeekResult(qp.getType());

49. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

339 : public static JavaEEQuickPeek getDeploymentDescriptorQuickPeek(IProject project) {

50. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

347 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(in);

51. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEQuickPeek(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

347 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(in);

52. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

347 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(in);

53. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

377 : ddURI = J2EEConstants.APPLICATION_DD_URI;

54. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

377 : ddURI = J2EEConstants.APPLICATION_DD_URI;

55. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

379 : ddURI = J2EEConstants.EJBJAR_DD_URI;

56. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

379 : ddURI = J2EEConstants.EJBJAR_DD_URI;

57. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

381 : ddURI = J2EEConstants.APP_CLIENT_DD_URI;

58. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

381 : ddURI = J2EEConstants.APP_CLIENT_DD_URI;

59. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

383 : ddURI = J2EEConstants.RAR_DD_URI;

60. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

383 : ddURI = J2EEConstants.RAR_DD_URI;

61. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

385 : ddURI = J2EEConstants.WEBAPP_DD_URI;

62. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

385 : ddURI = J2EEConstants.WEBAPP_DD_URI;

63. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

387 : ddURI = J2EEConstants.WEBFRAGMENT_DD_URI;

64. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

387 : ddURI = J2EEConstants.WEBFRAGMENT_DD_URI;

65. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

411 : int type = J2EEVersionConstants.UNKNOWN;

66. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

411 : int type = J2EEVersionConstants.UNKNOWN;

67. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

414 : type = J2EEVersionConstants.APPLICATION_TYPE;

68. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

414 : type = J2EEVersionConstants.APPLICATION_TYPE;

69. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

415 : ddURI = J2EEConstants.APPLICATION_DD_URI;

70. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

415 : ddURI = J2EEConstants.APPLICATION_DD_URI;

71. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

417 : type = J2EEVersionConstants.EJB_TYPE;

72. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

417 : type = J2EEVersionConstants.EJB_TYPE;

73. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

418 : ddURI = J2EEConstants.EJBJAR_DD_URI;

74. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

418 : ddURI = J2EEConstants.EJBJAR_DD_URI;

75. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

420 : type = J2EEVersionConstants.APPLICATION_CLIENT_TYPE;

76. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

420 : type = J2EEVersionConstants.APPLICATION_CLIENT_TYPE;

77. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

421 : ddURI = J2EEConstants.APP_CLIENT_DD_URI;

78. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

421 : ddURI = J2EEConstants.APP_CLIENT_DD_URI;

79. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

423 : type = J2EEVersionConstants.CONNECTOR_TYPE;

80. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

423 : type = J2EEVersionConstants.CONNECTOR_TYPE;

81. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

424 : ddURI = J2EEConstants.RAR_DD_URI;

82. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

424 : ddURI = J2EEConstants.RAR_DD_URI;

83. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

426 : type = J2EEVersionConstants.WEB_TYPE;

84. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

426 : type = J2EEVersionConstants.WEB_TYPE;

85. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

427 : ddURI = J2EEConstants.WEBAPP_DD_URI;

86. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

427 : ddURI = J2EEConstants.WEBAPP_DD_URI;

87. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

429 : type = J2EEVersionConstants.WEBFRAGMENT_TYPE;

88. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

429 : type = J2EEVersionConstants.WEBFRAGMENT_TYPE;

89. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

430 : ddURI = J2EEConstants.WEBFRAGMENT_DD_URI;

90. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

430 : ddURI = J2EEConstants.WEBFRAGMENT_DD_URI;

91. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

433 : if(type != J2EEVersionConstants.UNKNOWN){

92. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

433 : if(type != J2EEVersionConstants.UNKNOWN){

93. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

441 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(in);

94. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEQuickPeek(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

441 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(in);

95. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

441 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(in);

96. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

442 : int vers = (quickPeek.getVersion() == J2EEVersionConstants.UNKNOWN) ? getLatestVersion(project) : quickPeek.getVersion();

97. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

442 : int vers = (quickPeek.getVersion() == J2EEVersionConstants.UNKNOWN) ? getLatestVersion(project) : quickPeek.getVersion();

98. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

442 : int vers = (quickPeek.getVersion() == J2EEVersionConstants.UNKNOWN) ? getLatestVersion(project) : quickPeek.getVersion();

99. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

442 : int vers = (quickPeek.getVersion() == J2EEVersionConstants.UNKNOWN) ? getLatestVersion(project) : quickPeek.getVersion();

100. WARNING: DiscouragedReference

Discouraged access: The field VERSION_6_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEProjectUtilities.java :

468 : return J2EEVersionConstants.VERSION_6_0;

Source File: org/eclipse/jst/j2ee/project/WebUtilities.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

24 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

25 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

26 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

4. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebUtilities.java :

33 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

5. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebUtilities.java :

34 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

6. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

57 : if (webAppResource instanceof XMLResource)

7. WARNING: DiscouragedReference

Discouraged access: The method getModuleVersionID() from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

59 : retVal = ((XMLResource)webAppResource).getModuleVersionID();

8. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

59 : retVal = ((XMLResource)webAppResource).getModuleVersionID();

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

66 : retVal = J2EEVersionConstants.WEB_2_5_ID;

10. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_5_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

66 : retVal = J2EEVersionConstants.WEB_2_5_ID;

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

83 : if (servletVersion == J2EEVersionConstants.WEB_2_2_ID)

12. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

83 : if (servletVersion == J2EEVersionConstants.WEB_2_2_ID)

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

84 : return J2EEVersionConstants.JSP_1_1_ID;

14. WARNING: DiscouragedReference

Discouraged access: The field JSP_1_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

84 : return J2EEVersionConstants.JSP_1_1_ID;

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

85 : else if (servletVersion == J2EEVersionConstants.WEB_2_3_ID)

16. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

85 : else if (servletVersion == J2EEVersionConstants.WEB_2_3_ID)

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

86 : return J2EEVersionConstants.JSP_1_2_ID;

18. WARNING: DiscouragedReference

Discouraged access: The field JSP_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

86 : return J2EEVersionConstants.JSP_1_2_ID;

19. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

88 : return J2EEVersionConstants.JSP_2_0_ID;

20. WARNING: DiscouragedReference

Discouraged access: The field JSP_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

88 : return J2EEVersionConstants.JSP_2_0_ID;

21. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebUtilities.java :

124 : IVirtualComponent virtualComponent = ComponentCore.createArchiveComponent(webComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iResource.getFullPath().toString());

22. WARNING: DiscouragedReference

Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebUtilities.java :

124 : IVirtualComponent virtualComponent = ComponentCore.createArchiveComponent(webComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iResource.getFullPath().toString());

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

203 : IPath webInfPath = rootPath.append(J2EEConstants.WEB_INF);

24. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

203 : IPath webInfPath = rootPath.append(J2EEConstants.WEB_INF);

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

204 : IPath metaInfPath = rootPath.append(J2EEConstants.META_INF);

26. WARNING: DiscouragedReference

Discouraged access: The field META_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebUtilities.java :

204 : IPath metaInfPath = rootPath.append(J2EEConstants.META_INF);

27. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebUtilities.java :

223 : ComponentUtilities.setServerContextRoot(webProject, contextRoot);

28. WARNING: DiscouragedReference

Discouraged access: The method setServerContextRoot(IProject, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebUtilities.java :

223 : ComponentUtilities.setServerContextRoot(webProject, contextRoot);

Source File: org/eclipse/jst/j2ee/project/facet/IJ2EEFacetConstants.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

13 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

21 : public static final String ENTERPRISE_APPLICATION = IModuleConstants.JST_EAR_MODULE;

3. WARNING: DiscouragedReference

Discouraged access: The field JST_EAR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

21 : public static final String ENTERPRISE_APPLICATION = IModuleConstants.JST_EAR_MODULE;

4. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

29 : public static final String APPLICATION_CLIENT = IModuleConstants.JST_APPCLIENT_MODULE;

5. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

29 : public static final String APPLICATION_CLIENT = IModuleConstants.JST_APPCLIENT_MODULE;

6. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

37 : public static final String EJB = IModuleConstants.JST_EJB_MODULE;

7. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

37 : public static final String EJB = IModuleConstants.JST_EJB_MODULE;

8. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

45 : public static final String DYNAMIC_WEB = IModuleConstants.JST_WEB_MODULE;

9. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

45 : public static final String DYNAMIC_WEB = IModuleConstants.JST_WEB_MODULE;

10. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

55 : public static final String UTILITY = IModuleConstants.JST_UTILITY_MODULE;

11. WARNING: DiscouragedReference

Discouraged access: The field JST_UTILITY_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

55 : public static final String UTILITY = IModuleConstants.JST_UTILITY_MODULE;

12. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

59 : public static final String JCA = IModuleConstants.JST_CONNECTOR_MODULE;

13. WARNING: DiscouragedReference

Discouraged access: The field JST_CONNECTOR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

59 : public static final String JCA = IModuleConstants.JST_CONNECTOR_MODULE;

14. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

65 : public static final String STATIC_WEB = IModuleConstants.WST_WEB_MODULE;

15. WARNING: DiscouragedReference

Discouraged access: The field WST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

65 : public static final String STATIC_WEB = IModuleConstants.WST_WEB_MODULE;

16. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

67 : public static final String JAVA = IModuleConstants.JST_JAVA;

17. WARNING: DiscouragedReference

Discouraged access: The field JST_JAVA from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

67 : public static final String JAVA = IModuleConstants.JST_JAVA;

18. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

68 : public static final String WEBFRAGMENT = IModuleConstants.JST_WEBFRAGMENT_MODULE;

19. WARNING: DiscouragedReference

Discouraged access: The field JST_WEBFRAGMENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

IJ2EEFacetConstants.java :

68 : public static final String WEBFRAGMENT = IModuleConstants.JST_WEBFRAGMENT_MODULE;

Source File: org/eclipse/jst/j2ee/project/facet/J2EEFacetInstallDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEFacetInstallDelegate.java :

35 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

43 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEFacetInstallDelegate.java :

151 : IFile file = aFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

4. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEFacetInstallDelegate.java :

151 : IFile file = aFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

5. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

196 : boolean isValidating = RendererFactory.getDefaultRendererFactory().isValidating();

6. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

196 : boolean isValidating = RendererFactory.getDefaultRendererFactory().isValidating();

7. WARNING: DiscouragedReference

Discouraged access: The method isValidating() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

196 : boolean isValidating = RendererFactory.getDefaultRendererFactory().isValidating();

8. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

199 : RendererFactory.getDefaultRendererFactory().setValidating(false);

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

199 : RendererFactory.getDefaultRendererFactory().setValidating(false);

10. WARNING: DiscouragedReference

Discouraged access: The method setValidating(boolean) from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

199 : RendererFactory.getDefaultRendererFactory().setValidating(false);

11. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

203 : RendererFactory.getDefaultRendererFactory().setValidating(isValidating);

12. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

203 : RendererFactory.getDefaultRendererFactory().setValidating(isValidating);

13. WARNING: DiscouragedReference

Discouraged access: The method setValidating(boolean) from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEFacetInstallDelegate.java :

203 : RendererFactory.getDefaultRendererFactory().setValidating(isValidating);

Source File: org/eclipse/jst/j2ee/project/facet/J2EEFacetProjectCreationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

29 : import org.eclipse.wst.common.frameworks.internal.operations.ProjectCreationDataModelProviderNew;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

30 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

31 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

186 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object[]{getStringProperty(EAR_PROJECT_NAME)});

5. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

186 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object[]{getStringProperty(EAR_PROJECT_NAME)});

6. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

186 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object[]{getStringProperty(EAR_PROJECT_NAME)});

7. WARNING: DiscouragedReference

Discouraged access: The field SAME_MODULE_AND_EAR_NAME from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

186 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object[]{getStringProperty(EAR_PROJECT_NAME)});

8. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

187 : return WTPCommonPlugin.createErrorStatus(errorMessage);

9. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

187 : return WTPCommonPlugin.createErrorStatus(errorMessage);

10. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

196 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

11. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

196 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

12. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

196 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

13. WARNING: DiscouragedReference

Discouraged access: The field ERR_INVALID_CHARS from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

196 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

14. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

197 : return WTPCommonPlugin.createErrorStatus(errorMessage);

15. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

197 : return WTPCommonPlugin.createErrorStatus(errorMessage);

16. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

199 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

17. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

199 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

18. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

199 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

19. WARNING: DiscouragedReference

Discouraged access: The field ERR_EMPTY_MODULE_NAME from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

199 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

20. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

200 : return WTPCommonPlugin.createErrorStatus(errorMessage);

21. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

200 : return WTPCommonPlugin.createErrorStatus(errorMessage);

22. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

203 : IStatus status = ProjectCreationDataModelProviderNew.validateProjectName(earName);

23. WARNING: DiscouragedReference

Discouraged access: The method validateProjectName(String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

203 : IStatus status = ProjectCreationDataModelProviderNew.validateProjectName(earName);

24. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

211 : status = ProjectCreationDataModelProviderNew.validateExisting(earName, path.toOSString());

25. WARNING: DiscouragedReference

Discouraged access: The method validateExisting(String, String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEFacetProjectCreationDataModelProvider.java :

211 : status = ProjectCreationDataModelProviderNew.validateExisting(earName, path.toOSString());

Source File: org/eclipse/jst/j2ee/project/facet/J2EEFacetRuntimeChangedDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEFacetRuntimeChangedDelegate.java :

32 : import org.eclipse.jst.common.project.facet.core.internal.FacetCorePlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEFacetRuntimeChangedDelegate.java :

110 : IEclipsePreferences pluginRoot = scope.getNode(FacetCorePlugin.PLUGIN_ID);

3. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type FacetCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.4.102.v201008182136.jar

J2EEFacetRuntimeChangedDelegate.java :

110 : IEclipsePreferences pluginRoot = scope.getNode(FacetCorePlugin.PLUGIN_ID);

Source File: org/eclipse/jst/j2ee/project/facet/J2EEModuleFacetInstallDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

J2EEModuleFacetInstallDataModelProvider.java :

17 : import org.eclipse.core.internal.resources.ResourceStatus;

2. WARNING: DiscouragedReference

Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

J2EEModuleFacetInstallDataModelProvider.java :

18 : import org.eclipse.core.internal.utils.Messages;

3. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

45 : import org.eclipse.wst.common.frameworks.internal.operations.ProjectCreationDataModelProviderNew;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

46 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonMessages;

5. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

47 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

278 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object [] {getStringProperty(EAR_PROJECT_NAME) });

7. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

278 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object [] {getStringProperty(EAR_PROJECT_NAME) });

8. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

278 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object [] {getStringProperty(EAR_PROJECT_NAME) });

9. WARNING: DiscouragedReference

Discouraged access: The field SAME_MODULE_AND_EAR_NAME from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

278 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object [] {getStringProperty(EAR_PROJECT_NAME) });

10. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

279 : return WTPCommonPlugin.createErrorStatus(errorMessage);

11. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

279 : return WTPCommonPlugin.createErrorStatus(errorMessage);

12. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

285 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SOURCEFOLDER_EMPTY);

13. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

285 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SOURCEFOLDER_EMPTY);

14. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

285 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SOURCEFOLDER_EMPTY);

15. WARNING: DiscouragedReference

Discouraged access: The field SOURCEFOLDER_EMPTY from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

285 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SOURCEFOLDER_EMPTY);

16. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

286 : return WTPCommonPlugin.createErrorStatus(errorMessage);

17. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

286 : return WTPCommonPlugin.createErrorStatus(errorMessage);

18. WARNING: DiscouragedReference

Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

J2EEModuleFacetInstallDataModelProvider.java :

293 : String message = NLS.bind(Messages.resources_invalidCharInName, "#", folderName); //$NON-NLS-1$

19. WARNING: DiscouragedReference

Discouraged access: The field resources_invalidCharInName from the type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

J2EEModuleFacetInstallDataModelProvider.java :

293 : String message = NLS.bind(Messages.resources_invalidCharInName, "#", folderName); //$NON-NLS-1$

20. WARNING: DiscouragedReference

Discouraged access: The constructor ResourceStatus(int, IPath, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

J2EEModuleFacetInstallDataModelProvider.java :

294 : status = new ResourceStatus(IResourceStatus.INVALID_VALUE, null, message);

21. WARNING: DiscouragedReference

Discouraged access: The type ResourceStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

J2EEModuleFacetInstallDataModelProvider.java :

294 : status = new ResourceStatus(IResourceStatus.INVALID_VALUE, null, message);

22. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

300 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_NOT_SUPPORTED);

23. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

300 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_NOT_SUPPORTED);

24. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

300 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_NOT_SUPPORTED);

25. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NOT_SUPPORTED from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

300 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.MODULE_NOT_SUPPORTED);

26. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

301 : return WTPCommonPlugin.createErrorStatus(errorMessage);

27. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

301 : return WTPCommonPlugin.createErrorStatus(errorMessage);

28. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

309 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

29. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

309 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

30. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

309 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

31. WARNING: DiscouragedReference

Discouraged access: The field ERR_EMPTY_MODULE_NAME from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

309 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

310 : return WTPCommonPlugin.createErrorStatus(errorMessage);

33. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

310 : return WTPCommonPlugin.createErrorStatus(errorMessage);

34. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

312 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

35. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

312 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

36. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

312 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

37. WARNING: DiscouragedReference

Discouraged access: The field ERR_INVALID_CHARS from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

312 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

38. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

313 : return WTPCommonPlugin.createErrorStatus(errorMessage);

39. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

313 : return WTPCommonPlugin.createErrorStatus(errorMessage);

40. WARNING: DiscouragedReference

Discouraged access: The method validateProjectName(String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

315 : return (ProjectCreationDataModelProviderNew.validateProjectName(earName));

41. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEModuleFacetInstallDataModelProvider.java :

315 : return (ProjectCreationDataModelProviderNew.validateProjectName(earName));

Source File: org/eclipse/jst/j2ee/internal/archive/AppClientArchiveTypeHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArchiveTypeHandler.java :

14 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.APP_CLIENT_DD_URI))) {

3. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.APP_CLIENT_DD_URI))) {

Source File: org/eclipse/jst/j2ee/internal/archive/AppClientComponentArchiveLoadAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentArchiveLoadAdapter.java :

15 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentArchiveLoadAdapter.java :

26 : return new Path(J2EEConstants.APP_CLIENT_DD_URI);

3. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentArchiveLoadAdapter.java :

26 : return new Path(J2EEConstants.APP_CLIENT_DD_URI);

Source File: org/eclipse/jst/j2ee/internal/archive/ArchiveWrapper.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

21 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

22 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

32 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

37 : private JavaEEQuickPeek jqp = null;

5. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

48 : public JavaEEQuickPeek getJavaEEQuickPeek() {

6. WARNING: DiscouragedReference

Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

73 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archive);

7. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

99 : if (jqp.getType() != J2EEVersionConstants.WEB_TYPE) {

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

99 : if (jqp.getType() != J2EEVersionConstants.WEB_TYPE) {

9. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

99 : if (jqp.getType() != J2EEVersionConstants.WEB_TYPE) {

10. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

134 : if (jqp.getType() != J2EEVersionConstants.APPLICATION_TYPE) {

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

134 : if (jqp.getType() != J2EEVersionConstants.APPLICATION_TYPE) {

12. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

134 : if (jqp.getType() != J2EEVersionConstants.APPLICATION_TYPE) {

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

140 : if(archive.containsArchiveResource(new Path(J2EEConstants.APPLICATION_DD_URI))){

14. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

140 : if(archive.containsArchiveResource(new Path(J2EEConstants.APPLICATION_DD_URI))){

15. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

141 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

16. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

141 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

17. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

141 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

18. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

141 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

19. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

141 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

20. WARNING: DiscouragedReference

Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

141 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

21. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

177 : if (jqp.getType() != J2EEVersionConstants.APPLICATION_TYPE) {

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

177 : if (jqp.getType() != J2EEVersionConstants.APPLICATION_TYPE) {

23. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

177 : if (jqp.getType() != J2EEVersionConstants.APPLICATION_TYPE) {

24. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

181 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

25. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

181 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

26. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

181 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

27. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

181 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

28. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

181 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

29. WARNING: DiscouragedReference

Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

181 : if(jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || jqp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

30. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

249 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.APPLICATION_CLIENT_TYPE);

31. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

249 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.APPLICATION_CLIENT_TYPE);

32. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

249 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.APPLICATION_CLIENT_TYPE);

33. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

253 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.WEB_TYPE);

34. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

253 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.WEB_TYPE);

35. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

253 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.WEB_TYPE);

36. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

257 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.EJB_TYPE);

37. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

257 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.EJB_TYPE);

38. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

257 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.EJB_TYPE);

39. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

261 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.APPLICATION_TYPE);

40. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

261 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.APPLICATION_TYPE);

41. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

261 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.APPLICATION_TYPE);

42. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

265 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.CONNECTOR_TYPE);

43. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

265 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.CONNECTOR_TYPE);

44. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

265 : return (JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archive).getType() == J2EEConstants.CONNECTOR_TYPE);

45. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

283 : if(earArchive.containsArchiveResource(new Path(J2EEConstants.APPLICATION_DD_URI))){

46. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

283 : if(earArchive.containsArchiveResource(new Path(J2EEConstants.APPLICATION_DD_URI))){

47. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

284 : JavaEEQuickPeek earJQP = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(earArchive);

48. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

285 : if(earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

49. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

285 : if(earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

50. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

285 : if(earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

51. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

285 : if(earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

52. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

285 : if(earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

53. WARNING: DiscouragedReference

Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

285 : if(earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || earJQP.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID){

54. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

345 : JavaEEQuickPeek jqp = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(ejbWrapper.archive);

55. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

347 : if(jqp.getVersion() == JavaEEQuickPeek.EJB_3_0_ID || jqp.getVersion() == JavaEEQuickPeek.EJB_3_1_ID){

56. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

347 : if(jqp.getVersion() == JavaEEQuickPeek.EJB_3_0_ID || jqp.getVersion() == JavaEEQuickPeek.EJB_3_1_ID){

57. WARNING: DiscouragedReference

Discouraged access: The field EJB_3_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

347 : if(jqp.getVersion() == JavaEEQuickPeek.EJB_3_0_ID || jqp.getVersion() == JavaEEQuickPeek.EJB_3_1_ID){

58. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

347 : if(jqp.getVersion() == JavaEEQuickPeek.EJB_3_0_ID || jqp.getVersion() == JavaEEQuickPeek.EJB_3_1_ID){

59. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

347 : if(jqp.getVersion() == JavaEEQuickPeek.EJB_3_0_ID || jqp.getVersion() == JavaEEQuickPeek.EJB_3_1_ID){

60. WARNING: DiscouragedReference

Discouraged access: The field EJB_3_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

347 : if(jqp.getVersion() == JavaEEQuickPeek.EJB_3_0_ID || jqp.getVersion() == JavaEEQuickPeek.EJB_3_1_ID){

61. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

348 : if(ejbWrapper.archive.containsArchiveResource(new Path(J2EEConstants.EJBJAR_DD_URI))){

62. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ArchiveWrapper.java :

348 : if(ejbWrapper.archive.containsArchiveResource(new Path(J2EEConstants.EJBJAR_DD_URI))){

Source File: org/eclipse/jst/j2ee/internal/archive/ComponentArchiveLoadAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ComponentArchiveLoadAdapter.java :

42 : import org.eclipse.jst.common.internal.modulecore.SingleRootUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

45 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

56 : import org.eclipse.jst.jee.archive.internal.ArchiveURIConverter;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

57 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

59 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

6. WARNING: DiscouragedReference

Discouraged access: The type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

60 : import org.eclipse.wst.common.componentcore.internal.DependencyType;

7. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

61 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

223 : this.manifestFile = vComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

9. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

223 : this.manifestFile = vComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

10. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ComponentArchiveLoadAdapter.java :

314 : SingleRootUtil util = new SingleRootUtil(getComponent());

11. WARNING: DiscouragedReference

Discouraged access: The constructor SingleRootUtil(IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ComponentArchiveLoadAdapter.java :

314 : SingleRootUtil util = new SingleRootUtil(getComponent());

12. WARNING: DiscouragedReference

Discouraged access: The type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ComponentArchiveLoadAdapter.java :

314 : SingleRootUtil util = new SingleRootUtil(getComponent());

13. WARNING: DiscouragedReference

Discouraged access: The method getSingleRoot() from the type SingleRootUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ComponentArchiveLoadAdapter.java :

315 : IContainer rootContainer = util.getSingleRoot();

14. WARNING: DiscouragedReference

Discouraged access: The type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

392 : if (referencedComponent.isBinary() && reference.getDependencyType() == DependencyType.CONSUMES) {

15. WARNING: DiscouragedReference

Discouraged access: The field CONSUMES from the type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

392 : if (referencedComponent.isBinary() && reference.getDependencyType() == DependencyType.CONSUMES) {

16. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

397 : zipFile = ArchiveUtil.newZipFile(diskFile);

17. WARNING: DiscouragedReference

Discouraged access: The method newZipFile(File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

397 : zipFile = ArchiveUtil.newZipFile(diskFile);

18. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

432 : StructureEdit se = null;

19. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

435 : se = StructureEdit.getStructureEditForRead(vComponent.getProject());

20. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

435 : se = StructureEdit.getStructureEditForRead(vComponent.getProject());

21. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

451 : ComponentResource[] componentResources = se.findResourcesBySourcePath(sourceRoots[i].getResource().getProjectRelativePath());

22. WARNING: DiscouragedReference

Discouraged access: The method findResourcesBySourcePath(IPath) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

451 : ComponentResource[] componentResources = se.findResourcesBySourcePath(sourceRoots[i].getResource().getProjectRelativePath());

23. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

453 : IPath tmpRuntimePath = componentResources[0].getRuntimePath();

24. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

454 : IPath tmpSourcePath = componentResources[0].getSourcePath();

25. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveLoadAdapter.java :

479 : se.dispose();

26. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

688 : if (includeClasspathComponents && path.equals(new Path(J2EEConstants.MANIFEST_URI)) && !javaClasspathURIs.isEmpty() && manifestFile != null

27. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

688 : if (includeClasspathComponents && path.equals(new Path(J2EEConstants.MANIFEST_URI)) && !javaClasspathURIs.isEmpty() && manifestFile != null

28. WARNING: DiscouragedReference

Discouraged access: The method updateManifestClasspath(IFile, List, OutputStream) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ComponentArchiveLoadAdapter.java :

749 : ClasspathDependencyManifestUtil.updateManifestClasspath(manifestFile.getUnderlyingFile(), javaClasspathURIs, baos);

29. WARNING: DiscouragedReference

Discouraged access: The type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentArchiveLoadAdapter.java :

777 : emfHelper.setArchiveURIConverter(new ArchiveURIConverter(emfHelper.getArchive()) {

Source File: org/eclipse/jst/j2ee/internal/archive/ComponentArchiveSaveAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

43 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

44 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

3. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

45 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

164 : if (path.segmentCount() > 0 && path.segment(0).equals(IModuleConstants.DOT_SETTINGS)) {

5. WARNING: DiscouragedReference

Discouraged access: The field DOT_SETTINGS from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

164 : if (path.segmentCount() > 0 && path.segment(0).equals(IModuleConstants.DOT_SETTINGS)) {

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

215 : IVirtualComponent archiveComponent = ComponentCore.createArchiveComponent(vComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iFile.getFullPath().toString());

7. WARNING: DiscouragedReference

Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

215 : IVirtualComponent archiveComponent = ComponentCore.createArchiveComponent(vComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iFile.getFullPath().toString());

8. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

232 : IDataModel createReferencesDataModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

9. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentArchiveSaveAdapter.java :

232 : IDataModel createReferencesDataModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

Source File: org/eclipse/jst/j2ee/internal/archive/ConnectorComponentArchiveLoadAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

36 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

72 : knownDD = vComponent.getRootFolder().getFile(J2EEConstants.RAR_DD_URI).getUnderlyingFile();

3. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

72 : knownDD = vComponent.getRootFolder().getFile(J2EEConstants.RAR_DD_URI).getUnderlyingFile();

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

149 : IContainer ddFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).getUnderlyingFolder();

5. WARNING: DiscouragedReference

Discouraged access: The field META_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

149 : IContainer ddFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).getUnderlyingFolder();

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

302 : return new Path(J2EEConstants.RAR_DD_URI);

7. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

302 : return new Path(J2EEConstants.RAR_DD_URI);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

307 : boolean isDDFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).equals(vContainer);

9. WARNING: DiscouragedReference

Discouraged access: The field META_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveLoadAdapter.java :

307 : boolean isDDFolder = vComponent.getRootFolder().getFolder(J2EEConstants.META_INF).equals(vContainer);

Source File: org/eclipse/jst/j2ee/internal/archive/ConnectorComponentArchiveTypeHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveTypeHandler.java :

14 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.RAR_DD_URI))) {

3. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.RAR_DD_URI))) {

Source File: org/eclipse/jst/j2ee/internal/archive/ConnectorComponentNestedJARArchiveLoadAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentNestedJARArchiveLoadAdapter.java :

29 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentNestedJARArchiveLoadAdapter.java :

88 : IPath manifestPath = new Path(J2EEConstants.MANIFEST_URI);

3. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConnectorComponentNestedJARArchiveLoadAdapter.java :

88 : IPath manifestPath = new Path(J2EEConstants.MANIFEST_URI);

Source File: org/eclipse/jst/j2ee/internal/archive/EARComponentArchiveLoadAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentArchiveLoadAdapter.java :

26 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

28 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

34 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

35 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

57 : IPath manifestPath = new Path(J2EEConstants.MANIFEST_URI);

6. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

57 : IPath manifestPath = new Path(J2EEConstants.MANIFEST_URI);

7. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

99 : ArchiveUtil.warn(caughtException);

8. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

99 : ArchiveUtil.warn(caughtException);

9. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

121 : JavaEEQuickPeek quickPeek = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(nestedModuleArchive);

10. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

122 : switch (quickPeek.getType()) {

11. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

123 : case JavaEEQuickPeek.CONNECTOR_TYPE:

12. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

123 : case JavaEEQuickPeek.CONNECTOR_TYPE:

13. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

124 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

124 : case JavaEEQuickPeek.EJB_TYPE:

15. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

125 : case JavaEEQuickPeek.WEB_TYPE:

16. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

125 : case JavaEEQuickPeek.WEB_TYPE:

17. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

127 : case JavaEEQuickPeek.UNKNOWN:

18. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

127 : case JavaEEQuickPeek.UNKNOWN:

19. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentArchiveLoadAdapter.java :

142 : if (includeClasspathComponents && referencedComponent instanceof IClasspathDependencyProvider) {

20. WARNING: DiscouragedReference

Discouraged access: The method getJavaClasspathReferences() from the type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentArchiveLoadAdapter.java :

143 : final IVirtualReference[] cpRefs = ((IClasspathDependencyProvider) referencedComponent).getJavaClasspathReferences();

21. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentArchiveLoadAdapter.java :

143 : final IVirtualReference[] cpRefs = ((IClasspathDependencyProvider) referencedComponent).getJavaClasspathReferences();

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

157 : return new Path(J2EEConstants.APPLICATION_DD_URI);

23. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveLoadAdapter.java :

157 : return new Path(J2EEConstants.APPLICATION_DD_URI);

Source File: org/eclipse/jst/j2ee/internal/archive/EARComponentArchiveTypeHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveTypeHandler.java :

14 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.APPLICATION_DD_URI))) {

Source File: org/eclipse/jst/j2ee/internal/archive/EJBComponentArchiveLoadAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBComponentArchiveLoadAdapter.java :

15 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBComponentArchiveLoadAdapter.java :

30 : return new Path(J2EEConstants.EJBJAR_DD_URI);

3. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBComponentArchiveLoadAdapter.java :

30 : return new Path(J2EEConstants.EJBJAR_DD_URI);

Source File: org/eclipse/jst/j2ee/internal/archive/EJBComponentArchiveTypeHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBComponentArchiveTypeHandler.java :

14 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBComponentArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.EJBJAR_DD_URI))) {

3. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EJBComponentArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.EJBJAR_DD_URI))) {

Source File: org/eclipse/jst/j2ee/internal/archive/JavaEEArchiveUtilities.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

35 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

36 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

49 : import org.eclipse.jst.jee.archive.internal.ArchiveFactoryImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

50 : import org.eclipse.jst.jee.archive.internal.ArchiveImpl;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

51 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

6. WARNING: DiscouragedReference

Discouraged access: The type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

52 : import org.eclipse.jst.jee.archive.internal.ZipFileArchiveLoadAdapterImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

53 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

8. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEArchiveUtilities.java :

55 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

9. WARNING: DiscouragedReference

Discouraged access: The type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

62 : public class JavaEEArchiveUtilities extends ArchiveFactoryImpl {

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

150 : int type = J2EEVersionConstants.UNKNOWN;

11. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

150 : int type = J2EEVersionConstants.UNKNOWN;

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

154 : type = J2EEVersionConstants.APPLICATION_TYPE;

13. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

154 : type = J2EEVersionConstants.APPLICATION_TYPE;

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

157 : type = J2EEVersionConstants.EJB_TYPE;

15. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

157 : type = J2EEVersionConstants.EJB_TYPE;

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

160 : type = J2EEVersionConstants.APPLICATION_CLIENT_TYPE;

17. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

160 : type = J2EEVersionConstants.APPLICATION_CLIENT_TYPE;

18. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

163 : type = J2EEVersionConstants.CONNECTOR_TYPE;

19. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

163 : type = J2EEVersionConstants.CONNECTOR_TYPE;

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

166 : type = J2EEVersionConstants.WEB_TYPE;

21. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

166 : type = J2EEVersionConstants.WEB_TYPE;

22. WARNING: DiscouragedReference

Discouraged access: The method openArchive(ArchiveOptions) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

174 : IArchive archive = super.openArchive(options);

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

175 : if (type != J2EEVersionConstants.UNKNOWN) {

24. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

175 : if (type != J2EEVersionConstants.UNKNOWN) {

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

176 : int version = J2EEVersionConstants.UNKNOWN;

26. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

176 : int version = J2EEVersionConstants.UNKNOWN;

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

182 : case J2EEVersionConstants.APPLICATION_CLIENT_TYPE:

28. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

182 : case J2EEVersionConstants.APPLICATION_CLIENT_TYPE:

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

183 : case J2EEVersionConstants.APPLICATION_TYPE:

30. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

183 : case J2EEVersionConstants.APPLICATION_TYPE:

31. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

184 : if (versionStr.equals(J2EEVersionConstants.VERSION_1_2_TEXT)) {

32. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_2_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

184 : if (versionStr.equals(J2EEVersionConstants.VERSION_1_2_TEXT)) {

33. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

185 : version = J2EEVersionConstants.J2EE_1_2_ID;

34. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

185 : version = J2EEVersionConstants.J2EE_1_2_ID;

35. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

186 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_1_3_TEXT)) {

36. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_3_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

186 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_1_3_TEXT)) {

37. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

187 : version = J2EEVersionConstants.J2EE_1_3_ID;

38. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

187 : version = J2EEVersionConstants.J2EE_1_3_ID;

39. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

188 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_1_4_TEXT)) {

40. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_4_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

188 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_1_4_TEXT)) {

41. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

189 : version = J2EEVersionConstants.J2EE_1_4_ID;

42. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

189 : version = J2EEVersionConstants.J2EE_1_4_ID;

43. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

190 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_5_0_TEXT)) {

44. WARNING: DiscouragedReference

Discouraged access: The field VERSION_5_0_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

190 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_5_0_TEXT)) {

45. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

191 : version = J2EEVersionConstants.JEE_5_0_ID;

46. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

191 : version = J2EEVersionConstants.JEE_5_0_ID;

47. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

192 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_6_0_TEXT)) {

48. WARNING: DiscouragedReference

Discouraged access: The field VERSION_6_0_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

192 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_6_0_TEXT)) {

49. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

193 : version = J2EEVersionConstants.JEE_6_0_ID;

50. WARNING: DiscouragedReference

Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

193 : version = J2EEVersionConstants.JEE_6_0_ID;

51. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

196 : case J2EEVersionConstants.CONNECTOR_TYPE:

52. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

196 : case J2EEVersionConstants.CONNECTOR_TYPE:

53. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

197 : if (versionStr.equals(J2EEVersionConstants.VERSION_1_0_TEXT)) {

54. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_0_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

197 : if (versionStr.equals(J2EEVersionConstants.VERSION_1_0_TEXT)) {

55. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

198 : version = J2EEVersionConstants.JCA_1_0_ID;

56. WARNING: DiscouragedReference

Discouraged access: The field JCA_1_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

198 : version = J2EEVersionConstants.JCA_1_0_ID;

57. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

199 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_1_5_TEXT)) {

58. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_5_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

199 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_1_5_TEXT)) {

59. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

200 : version = J2EEVersionConstants.JCA_1_5_ID;

60. WARNING: DiscouragedReference

Discouraged access: The field JCA_1_5_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

200 : version = J2EEVersionConstants.JCA_1_5_ID;

61. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

201 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_1_6_TEXT)) {

62. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_6_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

201 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_1_6_TEXT)) {

63. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

202 : version = J2EEVersionConstants.JCA_1_6_ID;

64. WARNING: DiscouragedReference

Discouraged access: The field JCA_1_6_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

202 : version = J2EEVersionConstants.JCA_1_6_ID;

65. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

205 : case J2EEVersionConstants.EJB_TYPE:

66. WARNING: DiscouragedReference

Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

205 : case J2EEVersionConstants.EJB_TYPE:

67. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

206 : if (versionStr.equals(J2EEVersionConstants.VERSION_1_1_TEXT)) {

68. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_1_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

206 : if (versionStr.equals(J2EEVersionConstants.VERSION_1_1_TEXT)) {

69. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

207 : version = J2EEVersionConstants.EJB_1_1_ID;

70. WARNING: DiscouragedReference

Discouraged access: The field EJB_1_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

207 : version = J2EEVersionConstants.EJB_1_1_ID;

71. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

208 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_2_0_TEXT)) {

72. WARNING: DiscouragedReference

Discouraged access: The field VERSION_2_0_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

208 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_2_0_TEXT)) {

73. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

209 : version = J2EEVersionConstants.EJB_2_0_ID;

74. WARNING: DiscouragedReference

Discouraged access: The field EJB_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

209 : version = J2EEVersionConstants.EJB_2_0_ID;

75. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

210 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_2_1_TEXT)) {

76. WARNING: DiscouragedReference

Discouraged access: The field VERSION_2_1_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

210 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_2_1_TEXT)) {

77. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

211 : version = J2EEVersionConstants.EJB_2_1_ID;

78. WARNING: DiscouragedReference

Discouraged access: The field EJB_2_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

211 : version = J2EEVersionConstants.EJB_2_1_ID;

79. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

212 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_3_0_TEXT)) {

80. WARNING: DiscouragedReference

Discouraged access: The field VERSION_3_0_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

212 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_3_0_TEXT)) {

81. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

213 : version = J2EEVersionConstants.EJB_3_0_ID;

82. WARNING: DiscouragedReference

Discouraged access: The field EJB_3_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

213 : version = J2EEVersionConstants.EJB_3_0_ID;

83. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

214 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_3_1_TEXT)) {

84. WARNING: DiscouragedReference

Discouraged access: The field VERSION_3_1_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

214 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_3_1_TEXT)) {

85. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

215 : version = J2EEVersionConstants.EJB_3_1_ID;

86. WARNING: DiscouragedReference

Discouraged access: The field EJB_3_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

215 : version = J2EEVersionConstants.EJB_3_1_ID;

87. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

218 : case J2EEVersionConstants.WEB_TYPE:

88. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

218 : case J2EEVersionConstants.WEB_TYPE:

89. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

219 : if (versionStr.equals(J2EEVersionConstants.VERSION_2_2_TEXT)) {

90. WARNING: DiscouragedReference

Discouraged access: The field VERSION_2_2_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

219 : if (versionStr.equals(J2EEVersionConstants.VERSION_2_2_TEXT)) {

91. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

220 : version = J2EEVersionConstants.WEB_2_2_ID;

92. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

220 : version = J2EEVersionConstants.WEB_2_2_ID;

93. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

221 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_2_3_TEXT)) {

94. WARNING: DiscouragedReference

Discouraged access: The field VERSION_2_3_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

221 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_2_3_TEXT)) {

95. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

222 : version = J2EEVersionConstants.WEB_2_3_ID;

96. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

222 : version = J2EEVersionConstants.WEB_2_3_ID;

97. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

223 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_2_4_TEXT)) {

98. WARNING: DiscouragedReference

Discouraged access: The field VERSION_2_4_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

223 : } else if (versionStr.equals(J2EEVersionConstants.VERSION_2_4_TEXT)) {

99. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

224 : version = J2EEVersionConstants.WEB_2_4_ID;

100. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEArchiveUtilities.java :

224 : version = J2EEVersionConstants.WEB_2_4_ID;

Source File: org/eclipse/jst/j2ee/internal/archive/JavaEEEMFArchiveAdapterHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

36 : import org.eclipse.jst.jee.archive.internal.ArchiveURIConverter;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

37 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEEMFArchiveAdapterHelper.java :

38 : import org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry;

4. WARNING: DiscouragedReference

Discouraged access: The type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

39 : import org.eclipse.wst.common.internal.emf.resource.EMF2SAXRendererFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

40 : import org.eclipse.wst.common.internal.emf.resource.IRootObjectResource;

6. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

41 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

7. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

42 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

8. WARNING: DiscouragedReference

Discouraged access: The method getURI(IPath) from the type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

90 : URI uri = getArchiveURIConverter().getURI(modelObjectPath);

9. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

99 : IRootObjectResource resource = (IRootObjectResource) getResourceSet().getResource(uri, true);

10. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

99 : IRootObjectResource resource = (IRootObjectResource) getResourceSet().getResource(uri, true);

11. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

100 : if (resource != null && resource.getRootObject() != null) {

12. WARNING: DiscouragedReference

Discouraged access: The type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

106 : protected ArchiveURIConverter archiveURIConverter;

13. WARNING: DiscouragedReference

Discouraged access: The type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

108 : public void setArchiveURIConverter(ArchiveURIConverter archiveURIConverter) {

14. WARNING: DiscouragedReference

Discouraged access: The type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

112 : public ArchiveURIConverter getArchiveURIConverter() {

15. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveURIConverter(IArchive) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

114 : archiveURIConverter = new ArchiveURIConverter(getArchive());

16. WARNING: DiscouragedReference

Discouraged access: The type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

114 : archiveURIConverter = new ArchiveURIConverter(getArchive());

17. WARNING: DiscouragedReference

Discouraged access: The method getURI(IPath) from the type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

120 : URI uri = getArchiveURIConverter().getURI(resourcePath);

18. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

126 : IRootObjectResource resource = (IRootObjectResource) getResource(modelObjectPath);

19. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

126 : IRootObjectResource resource = (IRootObjectResource) getResource(modelObjectPath);

20. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

127 : return resource.getRootObject();

21. WARNING: DiscouragedReference

Discouraged access: The method getPath(URI) from the type ArchiveURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

165 : IPath path = getArchiveURIConverter().getPath(uri);

22. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

171 : ArchiveUtil.warn(e);

23. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

171 : ArchiveUtil.warn(e);

24. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

174 : ArchiveUtil.warn(e);

25. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

174 : ArchiveUtil.warn(e);

26. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

181 : ArchiveUtil.warn(e);

27. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

181 : ArchiveUtil.warn(e);

28. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI, IContentDescription) from the type WTPResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEEMFArchiveAdapterHelper.java :

203 : resourceFactory = ((WTPResourceFactoryRegistry) getResourceFactoryRegistry()).getFactory(uri, description);

29. WARNING: DiscouragedReference

Discouraged access: The type WTPResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEEMFArchiveAdapterHelper.java :

203 : resourceFactory = ((WTPResourceFactoryRegistry) getResourceFactoryRegistry()).getFactory(uri, description);

30. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

207 : if (clazz == TranslatorResourceFactory.class) {

31. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

215 : Constructor constructor = resourceFactory.getClass().getConstructor(RendererFactory.class);

32. WARNING: DiscouragedReference

Discouraged access: The type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

216 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

33. WARNING: DiscouragedReference

Discouraged access: The method setValidating(boolean) from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

216 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

34. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

216 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

35. WARNING: DiscouragedReference

Discouraged access: The type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

217 : resourceFactory = (Resource.Factory) constructor.newInstance(EMF2SAXRendererFactory.INSTANCE);

36. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEEMFArchiveAdapterHelper.java :

217 : resourceFactory = (Resource.Factory) constructor.newInstance(EMF2SAXRendererFactory.INSTANCE);

37. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

219 : ArchiveUtil.warn(e);

38. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

219 : ArchiveUtil.warn(e);

39. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

221 : ArchiveUtil.warn(e);

40. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

221 : ArchiveUtil.warn(e);

41. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

223 : ArchiveUtil.warn(e);

42. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

223 : ArchiveUtil.warn(e);

43. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

225 : ArchiveUtil.warn(e);

44. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

225 : ArchiveUtil.warn(e);

45. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

227 : ArchiveUtil.warn(e);

46. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

227 : ArchiveUtil.warn(e);

47. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

229 : ArchiveUtil.warn(e);

48. WARNING: DiscouragedReference

Discouraged access: The method warn(Throwable) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFArchiveAdapterHelper.java :

229 : ArchiveUtil.warn(e);

49. WARNING: DiscouragedReference

Discouraged access: The type WTPResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEEMFArchiveAdapterHelper.java :

250 : rs.setResourceFactoryRegistry(WTPResourceFactoryRegistry.INSTANCE);

50. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type WTPResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEEMFArchiveAdapterHelper.java :

250 : rs.setResourceFactoryRegistry(WTPResourceFactoryRegistry.INSTANCE);

Source File: org/eclipse/jst/j2ee/internal/archive/JavaEEEMFZipFileLoadAdapterImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFZipFileLoadAdapterImpl.java :

20 : import org.eclipse.jst.jee.archive.internal.ZipFileArchiveLoadAdapterImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFZipFileLoadAdapterImpl.java :

22 : public class JavaEEEMFZipFileLoadAdapterImpl extends ZipFileArchiveLoadAdapterImpl {

3. WARNING: DiscouragedReference

Discouraged access: The constructor ZipFileArchiveLoadAdapterImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFZipFileLoadAdapterImpl.java :

27 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor ZipFileArchiveLoadAdapterImpl(ZipFile) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFZipFileLoadAdapterImpl.java :

31 : super(zipFile);

5. WARNING: DiscouragedReference

Discouraged access: The method close() from the type ZipFileArchiveLoadAdapterImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEEMFZipFileLoadAdapterImpl.java :

56 : super.close();

Source File: org/eclipse/jst/j2ee/internal/archive/WebComponentArchiveLoadAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebComponentArchiveLoadAdapter.java :

22 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebComponentArchiveLoadAdapter.java :

23 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveLoadAdapter.java :

26 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebComponentArchiveLoadAdapter.java :

141 : if (includeClasspathComponents && referencedComponent instanceof IClasspathDependencyProvider) {

5. WARNING: DiscouragedReference

Discouraged access: The method getJavaClasspathReferences() from the type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebComponentArchiveLoadAdapter.java :

142 : final IVirtualReference[] cpRefs = ((IClasspathDependencyProvider) referencedComponent).getJavaClasspathReferences();

6. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebComponentArchiveLoadAdapter.java :

142 : final IVirtualReference[] cpRefs = ((IClasspathDependencyProvider) referencedComponent).getJavaClasspathReferences();

7. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebComponentArchiveLoadAdapter.java :

148 : if (ref.getReferencedComponent() instanceof IClasspathDependencyComponent

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveLoadAdapter.java :

159 : return new Path(J2EEConstants.WEBAPP_DD_URI);

9. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveLoadAdapter.java :

159 : return new Path(J2EEConstants.WEBAPP_DD_URI);

Source File: org/eclipse/jst/j2ee/internal/archive/WebComponentArchiveSaveAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

32 : private IPath IMPORTED_CLASSES_PATH = new Path("/" + ArchiveConstants.WEBAPP_CLASSES_URI); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

32 : private IPath IMPORTED_CLASSES_PATH = new Path("/" + ArchiveConstants.WEBAPP_CLASSES_URI); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

83 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getPath().toString());

6. WARNING: DiscouragedReference

Discouraged access: The method classUriToJavaUri(String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

83 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getPath().toString());

7. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

91 : String jspUri = javaUri.substring(0, javaUri.indexOf(ArchiveUtil.DOT_JAVA));

8. WARNING: DiscouragedReference

Discouraged access: The field DOT_JAVA from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

91 : String jspUri = javaUri.substring(0, javaUri.indexOf(ArchiveUtil.DOT_JAVA));

9. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

93 : int _index = lastSlash == -1 ? ArchiveConstants.WEBAPP_CLASSES_URI.length() : lastSlash + 1;

10. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

93 : int _index = lastSlash == -1 ? ArchiveConstants.WEBAPP_CLASSES_URI.length() : lastSlash + 1;

11. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

95 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

12. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

95 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

13. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

95 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

14. WARNING: DiscouragedReference

Discouraged access: The field DOT_JSP from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveSaveAdapter.java :

95 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

Source File: org/eclipse/jst/j2ee/internal/archive/WebComponentArchiveTypeHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveTypeHandler.java :

14 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.WEBAPP_DD_URI))) {

3. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentArchiveTypeHandler.java :

23 : } else if (archive.containsArchiveResource(new Path(J2EEConstants.WEBAPP_DD_URI))) {

Source File: org/eclipse/jst/j2ee/internal/archive/operations/ComponentExportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

50 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonArchiveResourceHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

54 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentExportOperation.java :

56 : import org.eclipse.wst.common.componentcore.internal.flat.IFlattenParticipant;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

167 : ArchiveUtil.checkWriteable(aFile);

5. WARNING: DiscouragedReference

Discouraged access: The method checkWriteable(File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

167 : ArchiveUtil.checkWriteable(aFile);

6. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

172 : ? ArchiveUtil.createTempFile(getDestinationPath().toOSString(), aFile.getCanonicalFile().getParentFile())

7. WARNING: DiscouragedReference

Discouraged access: The method createTempFile(String, File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

172 : ? ArchiveUtil.createTempFile(getDestinationPath().toOSString(), aFile.getCanonicalFile().getParentFile())

8. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

177 : subMonitor.beginTask(NLS.bind(CommonArchiveResourceHandler.ArchiveFactoryImpl_Saving_archive_to_0_, getDestinationPath().toOSString()), TOTAL_TICKS);

9. WARNING: DiscouragedReference

Discouraged access: The field ArchiveFactoryImpl_Saving_archive_to_0_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

177 : subMonitor.beginTask(NLS.bind(CommonArchiveResourceHandler.ArchiveFactoryImpl_Saving_archive_to_0_, getDestinationPath().toOSString()), TOTAL_TICKS);

10. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

183 : ArchiveUtil.cleanupAfterTempSave(getDestinationPath().toOSString(), aFile, destinationFile);

11. WARNING: DiscouragedReference

Discouraged access: The method cleanupAfterTempSave(String, File, File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

183 : ArchiveUtil.cleanupAfterTempSave(getDestinationPath().toOSString(), aFile, destinationFile);

12. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

206 : throw new IOException(NLS.bind(CommonArchiveResourceHandler.ArchiveFactoryImpl_The_specified_file_0_exists_and_, destinationFile.getAbsolutePath()));

13. WARNING: DiscouragedReference

Discouraged access: The field ArchiveFactoryImpl_The_specified_file_0_exists_and_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentExportOperation.java :

206 : throw new IOException(NLS.bind(CommonArchiveResourceHandler.ArchiveFactoryImpl_The_specified_file_0_exists_and_, destinationFile.getAbsolutePath()));

14. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentExportOperation.java :

309 : protected List<IFlattenParticipant> getParticipants() {

Source File: org/eclipse/jst/j2ee/internal/archive/operations/ComponentLoadStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

47 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceLoadException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

48 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.ResourceLoadException;

3. WARNING: DiscouragedReference

Discouraged access: The type FileIterator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

49 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.FileIterator;

4. WARNING: DiscouragedReference

Discouraged access: The type FileIteratorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

50 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.FileIteratorImpl;

5. WARNING: DiscouragedReference

Discouraged access: The type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

51 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ContainerImpl;

6. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

52 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

53 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

55 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

9. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

65 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

10. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

66 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

11. WARNING: DiscouragedReference

Discouraged access: The type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

67 : import org.eclipse.wst.common.componentcore.internal.DependencyType;

12. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

68 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

13. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

69 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

14. WARNING: DiscouragedReference

Discouraged access: The type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

77 : public abstract class ComponentLoadStrategyImpl extends LoadStrategyImpl {

15. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

115 : public void addDirectory(File directory) {

16. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

116 : String uri = directory.getURI();

17. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

120 : public void addFile(File file) {

18. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

121 : String uri = file.getURI();

19. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

125 : public void addFile(File file, java.io.File externalDiskFile) {

20. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

126 : String uri = file.getURI();

21. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

134 : public void addFile(File file, IResource resource) {

22. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

135 : String uri = file.getURI();

23. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

190 : File file = createFile(fileURI);

24. WARNING: DiscouragedReference

Discouraged access: The method createFile(String) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

190 : File file = createFile(fileURI);

25. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

195 : urisToZipEntry.put(file.getURI(), fileURIMap);

26. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

196 : urisToFiles.put(file.getURI(), file);

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

216 : this.manifestFile = vComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

28. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

216 : this.manifestFile = vComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

29. WARNING: DiscouragedReference

Discouraged access: The field resourceSet from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

229 : resourceSet = WorkbenchResourceHelperBase.getResourceSet(vComponent.getProject());

30. WARNING: DiscouragedReference

Discouraged access: The type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

295 : if (referencedComponent.isBinary() && reference.getDependencyType() == DependencyType.CONSUMES) {

31. WARNING: DiscouragedReference

Discouraged access: The field CONSUMES from the type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

295 : if (referencedComponent.isBinary() && reference.getDependencyType() == DependencyType.CONSUMES) {

32. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

300 : zipFile = org.eclipse.jst.jee.archive.internal.ArchiveUtil.newZipFile(diskFile);

33. WARNING: DiscouragedReference

Discouraged access: The method newZipFile(File) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

300 : zipFile = org.eclipse.jst.jee.archive.internal.ArchiveUtil.newZipFile(diskFile);

34. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

339 : StructureEdit se = null;

35. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

342 : se = StructureEdit.getStructureEditForRead(vComponent.getProject());

36. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

342 : se = StructureEdit.getStructureEditForRead(vComponent.getProject());

37. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

356 : ComponentResource[] componentResources = se.findResourcesBySourcePath(sourceRoots[i].getResource().getProjectRelativePath());

38. WARNING: DiscouragedReference

Discouraged access: The method findResourcesBySourcePath(IPath) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

356 : ComponentResource[] componentResources = se.findResourcesBySourcePath(sourceRoots[i].getResource().getProjectRelativePath());

39. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

358 : IPath tmpRuntimePath = componentResources[0].getRuntimePath();

40. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

359 : IPath tmpSourcePath = componentResources[0].getSourcePath();

41. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

383 : se.dispose();

42. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

391 : File cFile = null;

43. WARNING: DiscouragedReference

Discouraged access: The method createFile(String) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

404 : cFile = createFile(uri);

44. WARNING: DiscouragedReference

Discouraged access: The method setLastModified(long) from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

405 : cFile.setLastModified(getLastModified(resources[i]));

45. WARNING: DiscouragedReference

Discouraged access: The method createDirectory(String) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

414 : cFile = createDirectory(uri);

46. WARNING: DiscouragedReference

Discouraged access: The method setLastModified(long) from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

415 : cFile.setLastModified(getLastModified(resources[i]));

47. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

432 : File cFile = null;

48. WARNING: DiscouragedReference

Discouraged access: The method createFile(String) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

458 : cFile = createFile(uri);

49. WARNING: DiscouragedReference

Discouraged access: The method setLastModified(long) from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

459 : cFile.setLastModified(getLastModified(resource));

50. WARNING: DiscouragedReference

Discouraged access: The method createDirectory(String) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

478 : cFile = createDirectory(uri);

51. WARNING: DiscouragedReference

Discouraged access: The method setLastModified(long) from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

479 : cFile.setLastModified(getLastModified(resource));

52. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

552 : return uri.endsWith(ArchiveUtil.DOT_JAVA) || uri.endsWith(ArchiveUtil.DOT_SQLJ);

53. WARNING: DiscouragedReference

Discouraged access: The field DOT_JAVA from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

552 : return uri.endsWith(ArchiveUtil.DOT_JAVA) || uri.endsWith(ArchiveUtil.DOT_SQLJ);

54. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

552 : return uri.endsWith(ArchiveUtil.DOT_JAVA) || uri.endsWith(ArchiveUtil.DOT_SQLJ);

55. WARNING: DiscouragedReference

Discouraged access: The field DOT_SQLJ from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

552 : return uri.endsWith(ArchiveUtil.DOT_JAVA) || uri.endsWith(ArchiveUtil.DOT_SQLJ);

56. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

556 : File aFile = createFile(uri);

57. WARNING: DiscouragedReference

Discouraged access: The method createFile(String) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

556 : File aFile = createFile(uri);

58. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

566 : uri.equals(J2EEConstants.MANIFEST_URI) && !javaClasspathURIs.isEmpty() &&

59. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

566 : uri.equals(J2EEConstants.MANIFEST_URI) && !javaClasspathURIs.isEmpty() &&

60. WARNING: DiscouragedReference

Discouraged access: The method updateManifestClasspath(IFile, List, OutputStream) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ComponentLoadStrategyImpl.java :

571 : ClasspathDependencyManifestUtil.updateManifestClasspath(manifestFile.getUnderlyingFile(), javaClasspathURIs, baos);

61. WARNING: DiscouragedReference

Discouraged access: The method getLoadedMofResources() from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

592 : Collection resources = super.getLoadedMofResources();

62. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

598 : if (res.getURI().toString().endsWith(IModuleConstants.COMPONENT_FILE_NAME) && res.getURI().segmentsList().contains(IModuleConstants.DOT_SETTINGS))

63. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_FILE_NAME from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

598 : if (res.getURI().toString().endsWith(IModuleConstants.COMPONENT_FILE_NAME) && res.getURI().segmentsList().contains(IModuleConstants.DOT_SETTINGS))

64. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

598 : if (res.getURI().toString().endsWith(IModuleConstants.COMPONENT_FILE_NAME) && res.getURI().segmentsList().contains(IModuleConstants.DOT_SETTINGS))

65. WARNING: DiscouragedReference

Discouraged access: The field DOT_SETTINGS from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

598 : if (res.getURI().toString().endsWith(IModuleConstants.COMPONENT_FILE_NAME) && res.getURI().segmentsList().contains(IModuleConstants.DOT_SETTINGS))

66. WARNING: DiscouragedReference

Discouraged access: The type ResourceLoadException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

613 : public Resource getMofResource(String uri) throws FileNotFoundException, ResourceLoadException {

67. WARNING: DiscouragedReference

Discouraged access: The type FileIterator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

635 : public FileIterator getFileIterator() throws IOException {

68. WARNING: DiscouragedReference

Discouraged access: The type FileIteratorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

636 : return new FileIteratorImpl(getContainer().getFiles()){

69. WARNING: DiscouragedReference

Discouraged access: The method getContainer() from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

636 : return new FileIteratorImpl(getContainer().getFiles()){

70. WARNING: DiscouragedReference

Discouraged access: The method getFiles() from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

636 : return new FileIteratorImpl(getContainer().getFiles()){

71. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

641 : public File next() {

72. WARNING: DiscouragedReference

Discouraged access: The method getContainer() from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

645 : monitor.beginTask(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Exporting_archive, new Object [] { getContainer().getURI() }), files.size() * FILE_SAVE_WORK);

73. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

645 : monitor.beginTask(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Exporting_archive, new Object [] { getContainer().getURI() }), files.size() * FILE_SAVE_WORK);

74. WARNING: DiscouragedReference

Discouraged access: The field files from the type FileIteratorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

645 : monitor.beginTask(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Exporting_archive, new Object [] { getContainer().getURI() }), files.size() * FILE_SAVE_WORK);

75. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

654 : File file = super.next();

76. WARNING: DiscouragedReference

Discouraged access: The method next() from the type FileIteratorImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

654 : File file = super.next();

77. WARNING: DiscouragedReference

Discouraged access: The method isContainer() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

656 : if(file.isContainer() && ComponentLoadStrategyImpl.class.isInstance(((ContainerImpl)file).getLoadStrategy())){

78. WARNING: DiscouragedReference

Discouraged access: The method getLoadStrategy() from the type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

656 : if(file.isContainer() && ComponentLoadStrategyImpl.class.isInstance(((ContainerImpl)file).getLoadStrategy())){

79. WARNING: DiscouragedReference

Discouraged access: The type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

656 : if(file.isContainer() && ComponentLoadStrategyImpl.class.isInstance(((ContainerImpl)file).getLoadStrategy())){

80. WARNING: DiscouragedReference

Discouraged access: The method getLoadStrategy() from the type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

657 : ComponentLoadStrategyImpl ls = (ComponentLoadStrategyImpl)((ContainerImpl)file).getLoadStrategy();

81. WARNING: DiscouragedReference

Discouraged access: The type ContainerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

657 : ComponentLoadStrategyImpl ls = (ComponentLoadStrategyImpl)((ContainerImpl)file).getLoadStrategy();

82. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

661 : monitor.subTask(file.getURI());

83. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

690 : ArtifactEditModel editModel = (ArtifactEditModel)artifactEdit.getAdapter(ArtifactEditModel.class);

84. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

690 : ArtifactEditModel editModel = (ArtifactEditModel)artifactEdit.getAdapter(ArtifactEditModel.class);

85. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentLoadStrategyImpl.java :

690 : ArtifactEditModel editModel = (ArtifactEditModel)artifactEdit.getAdapter(ArtifactEditModel.class);

86. WARNING: DiscouragedReference

Discouraged access: The method isDisposed() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentLoadStrategyImpl.java :

691 : if(editModel != null && !editModel.isDisposed()){

87. WARNING: DiscouragedReference

Discouraged access: The method close() from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentLoadStrategyImpl.java :

698 : super.close();

Source File: org/eclipse/jst/j2ee/internal/archive/operations/ComponentSaveStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

32 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

33 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

3. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

34 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

35 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

5. WARNING: DiscouragedReference

Discouraged access: The type SaveStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

36 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.SaveStrategy;

6. WARNING: DiscouragedReference

Discouraged access: The type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

37 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.SaveStrategyImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

41 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

8. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

42 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

9. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

43 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

10. WARNING: DiscouragedReference

Discouraged access: The type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

56 : public abstract class ComponentSaveStrategyImpl extends SaveStrategyImpl {

11. WARNING: DiscouragedReference

Discouraged access: The constructor SaveStrategyImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

69 : super();

12. WARNING: DiscouragedReference

Discouraged access: The type SaveStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

104 : protected SaveStrategy createNestedSaveStrategy(Archive anArchive) throws IOException {

13. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

104 : protected SaveStrategy createNestedSaveStrategy(Archive anArchive) throws IOException {

14. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

115 : protected void saveFiles() throws SaveFailureException {

15. WARNING: DiscouragedReference

Discouraged access: The method saveFiles() from the type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

116 : super.saveFiles();

16. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

121 : public void save(File aFile, InputStream in) throws SaveFailureException {

17. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

121 : public void save(File aFile, InputStream in) throws SaveFailureException {

18. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

123 : progressMonitor.subTask(aFile.getURI());

19. WARNING: DiscouragedReference

Discouraged access: The method isArchive() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

126 : if (aFile.isArchive()) {

20. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

127 : saveAsArchiveComponent((Archive) aFile, projectRelativePath, in);

21. WARNING: DiscouragedReference

Discouraged access: The method isDirectoryEntry() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

128 : } else if (!aFile.isDirectoryEntry()) {

22. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

136 : String errorString = EJBArchiveOpsResourceHandler.ARCHIVE_OPERATION_SaveFile + aFile.getName();

23. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailureException(String, Exception) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

137 : throw new SaveFailureException(errorString, e);

24. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

137 : throw new SaveFailureException(errorString, e);

25. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

151 : protected IPath getOutputPathForFile(File aFile) {

26. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

152 : String uri = aFile.getURI();

27. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

154 : if(uri.startsWith(IModuleConstants.DOT_SETTINGS)){

28. WARNING: DiscouragedReference

Discouraged access: The field DOT_SETTINGS from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

154 : if(uri.startsWith(IModuleConstants.DOT_SETTINGS)){

29. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

158 : IVirtualFile vFile = rootFolder.getFile(aFile.getURI());

30. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

209 : protected void saveAsArchiveComponent(Archive archive, IPath projectRelativePath, InputStream in) throws Exception {

31. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

213 : IVirtualComponent archiveComponent = ComponentCore.createArchiveComponent(vComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iFile.getFullPath().toString());

32. WARNING: DiscouragedReference

Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

213 : IVirtualComponent archiveComponent = ComponentCore.createArchiveComponent(vComponent.getProject(), VirtualArchiveComponent.LIBARCHIVETYPE + iFile.getFullPath().toString());

33. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

218 : archiveComponentsDeployPath = IPath.SEPARATOR + (new Path(archive.getURI())).removeLastSegments(1).toString();

34. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

222 : archiveComponentDeployPathMap.put(archiveComponent, IPath.SEPARATOR + (new Path(archive.getURI())).removeLastSegments(1).toString());

35. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

226 : protected boolean shouldLinkAsComponentRef(Archive archive) {

36. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

232 : IDataModel createReferencesDataModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

37. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ComponentSaveStrategyImpl.java :

232 : IDataModel createReferencesDataModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

38. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

280 : public void save(ArchiveManifest aManifest) throws SaveFailureException {

39. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ComponentSaveStrategyImpl.java :

280 : public void save(ArchiveManifest aManifest) throws SaveFailureException {

Source File: org/eclipse/jst/j2ee/internal/archive/operations/DependentJarExportMerger.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

DependentJarExportMerger.java :

19 : import org.eclipse.jst.common.internal.modulecore.util.ArchiveManifest;

2. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

3. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchivePackage;

5. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

6. WARNING: DiscouragedReference

Discouraged access: The type DuplicateObjectException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DuplicateObjectException;

7. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

25 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

8. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

26 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;

9. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

36 : protected Archive outgoingArchive;

10. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

44 : public DependentJarExportMerger(Archive archive, IProject aProject, boolean includeSourceFiles) {

11. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

56 : public CommonarchiveFactory getArchiveFactory() {

12. WARNING: DiscouragedReference

Discouraged access: The type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

57 : return CommonarchivePackage.eINSTANCE.getCommonarchiveFactory();

13. WARNING: DiscouragedReference

Discouraged access: The method getCommonarchiveFactory() from the type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

57 : return CommonarchivePackage.eINSTANCE.getCommonarchiveFactory();

14. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchivePackage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

57 : return CommonarchivePackage.eINSTANCE.getCommonarchiveFactory();

15. WARNING: DiscouragedReference

Discouraged access: The method getManifest() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

61 : String[] cp = outgoingArchive.getManifest().getClassPathTokenized();

16. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

DependentJarExportMerger.java :

61 : String[] cp = outgoingArchive.getManifest().getClassPathTokenized();

17. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

65 : Archive dependentJar = null;

18. WARNING: DiscouragedReference

Discouraged access: The method primOpenArchive(String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

74 : dependentJar = getArchiveFactory().primOpenArchive(file.getLocation().toOSString());

19. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

75 : } catch (OpenFailureException ex) {

20. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

88 : protected void mergeFiles(Archive dependentJar) {

21. WARNING: DiscouragedReference

Discouraged access: The method getFiles() from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

89 : List files = dependentJar.getFiles();

22. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

92 : File aFile = (File) files.get(i);

23. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

92 : File aFile = (File) files.get(i);

24. WARNING: DiscouragedReference

Discouraged access: The method addCopyFiles(List) from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

97 : outgoingArchive.addCopyFiles(filesToAdd);

25. WARNING: DiscouragedReference

Discouraged access: The type DuplicateObjectException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

98 : } catch (DuplicateObjectException ignore) {

26. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

110 : Archive anArchive = (Archive) dependentArchives.get(i);

27. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

110 : Archive anArchive = (Archive) dependentArchives.get(i);

28. WARNING: DiscouragedReference

Discouraged access: The method isOpen() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

111 : if (anArchive.isOpen())

29. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

112 : anArchive.close();

30. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

DependentJarExportMerger.java :

117 : ArchiveManifest mf = outgoingArchive.getManifest();

31. WARNING: DiscouragedReference

Discouraged access: The method getManifest() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

117 : ArchiveManifest mf = outgoingArchive.getManifest();

32. WARNING: DiscouragedReference

Discouraged access: The method getMainAttributes() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

DependentJarExportMerger.java :

119 : mf.getMainAttributes().remove(Attributes.Name.CLASS_PATH);

33. WARNING: DiscouragedReference

Discouraged access: The method setClassPath(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

DependentJarExportMerger.java :

121 : mf.setClassPath("");//$NON-NLS-1$

34. WARNING: DiscouragedReference

Discouraged access: The method appendClassPath(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

DependentJarExportMerger.java :

123 : mf.appendClassPath((String) cp.get(i));

35. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

128 : protected boolean shouldMerge(File aFile) {

36. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

130 : String uri = aFile.getURI();

37. WARNING: DiscouragedReference

Discouraged access: The method containsFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

135 : return !outgoingArchive.containsFile(uri) && !ArchiveConstants.MANIFEST_URI.equals(uri);

38. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

135 : return !outgoingArchive.containsFile(uri) && !ArchiveConstants.MANIFEST_URI.equals(uri);

39. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

DependentJarExportMerger.java :

135 : return !outgoingArchive.containsFile(uri) && !ArchiveConstants.MANIFEST_URI.equals(uri);

Source File: org/eclipse/jst/j2ee/internal/archive/operations/EARComponentImportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentImportOperation.java :

34 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentImportOperation.java :

178 : IDataModel addComponentsDM = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

3. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentImportOperation.java :

178 : IDataModel addComponentsDM = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

Source File: org/eclipse/jst/j2ee/internal/archive/operations/EARComponentLoadStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentLoadStrategyImpl.java :

24 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentLoadStrategyImpl.java :

25 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

28 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

4. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

29 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonArchiveResourceHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

6. WARNING: DiscouragedReference

Discouraged access: The type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

31 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

34 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

8. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

40 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

9. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

42 : import org.eclipse.wst.common.componentcore.internal.util.ArtifactEditRegistryReader;

10. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

49 : private List <Archive> archivesToClose = new ArrayList<Archive>();

11. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

49 : private List <Archive> archivesToClose = new ArrayList<Archive>();

12. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

95 : JavaEEQuickPeek qp = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(referencedComponent);

13. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

96 : int jeeVersion = qp.getJavaEEVersion();

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

98 : if(jeeVersion == J2EEVersionConstants.JEE_5_0_ID){

15. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

98 : if(jeeVersion == J2EEVersionConstants.JEE_5_0_ID){

16. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

112 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.EJB).createArtifactEditForRead(referencedComponent);

17. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

112 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.EJB).createArtifactEditForRead(referencedComponent);

18. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEdit(String) from the type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

112 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.EJB).createArtifactEditForRead(referencedComponent);

19. WARNING: DiscouragedReference

Discouraged access: The method createArtifactEditForRead(IVirtualComponent) from the type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

112 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.EJB).createArtifactEditForRead(referencedComponent);

20. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

115 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.DYNAMIC_WEB).createArtifactEditForRead(referencedComponent);

21. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

115 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.DYNAMIC_WEB).createArtifactEditForRead(referencedComponent);

22. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEdit(String) from the type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

115 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.DYNAMIC_WEB).createArtifactEditForRead(referencedComponent);

23. WARNING: DiscouragedReference

Discouraged access: The method createArtifactEditForRead(IVirtualComponent) from the type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

115 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.DYNAMIC_WEB).createArtifactEditForRead(referencedComponent);

24. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

118 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.JCA).createArtifactEditForRead(referencedComponent);

25. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

118 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.JCA).createArtifactEditForRead(referencedComponent);

26. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEdit(String) from the type ArtifactEditRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

118 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.JCA).createArtifactEditForRead(referencedComponent);

27. WARNING: DiscouragedReference

Discouraged access: The method createArtifactEditForRead(IVirtualComponent) from the type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARComponentLoadStrategyImpl.java :

118 : componentArtifactEdit = ArtifactEditRegistryReader.instance().getArtifactEdit(J2EEProjectUtilities.JCA).createArtifactEditForRead(referencedComponent);

28. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

121 : Archive archive = null;

29. WARNING: DiscouragedReference

Discouraged access: The method setLoadingContainer(Container) from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

126 : archive.setLoadingContainer(getContainer());

30. WARNING: DiscouragedReference

Discouraged access: The method getContainer() from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

126 : archive.setLoadingContainer(getContainer());

31. WARNING: DiscouragedReference

Discouraged access: The method getOriginalURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

127 : binaryComponentURIsToDiskFileMap.put(archive.getOriginalURI(), diskFile);

32. WARNING: DiscouragedReference

Discouraged access: The method setURI(String) from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

129 : archive.setURI(earArtifactEdit.getModuleURI(referencedComponent));

33. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

141 : } catch (OpenFailureException oe) {

34. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

157 : Archive archive = J2EEProjectUtilities.asArchive(uri, referencedComponent.getProject(), exportSource, includeClasspathComponents);

35. WARNING: DiscouragedReference

Discouraged access: The method setURI(String) from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

158 : archive.setURI(uri);

36. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

165 : } catch (OpenFailureException e) {

37. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentLoadStrategyImpl.java :

181 : if (includeClasspathComponents && referencedComponent instanceof IClasspathDependencyProvider) {

38. WARNING: DiscouragedReference

Discouraged access: The method getJavaClasspathReferences() from the type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentLoadStrategyImpl.java :

182 : final IVirtualReference[] cpRefs = ((IClasspathDependencyProvider) referencedComponent).getJavaClasspathReferences();

39. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentLoadStrategyImpl.java :

182 : final IVirtualReference[] cpRefs = ((IClasspathDependencyProvider) referencedComponent).getJavaClasspathReferences();

40. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentLoadStrategyImpl.java :

187 : if (ref.getReferencedComponent() instanceof IClasspathDependencyComponent) {

41. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

205 : for(Archive archive:archivesToClose){

42. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

206 : archive.close();

43. WARNING: DiscouragedReference

Discouraged access: The type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

211 : public ZipFileLoadStrategyImpl createLoadStrategy(String uri) throws FileNotFoundException, IOException {

44. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

215 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // =

45. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

215 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // =

46. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

215 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // =

47. WARNING: DiscouragedReference

Discouraged access: The field file_not_found_EXC_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

215 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // =

48. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

218 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // =

49. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

218 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // =

50. WARNING: DiscouragedReference

Discouraged access: The type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

218 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // =

51. WARNING: DiscouragedReference

Discouraged access: The field file_not_found_EXC_ from the type CommonArchiveResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

218 : throw new FileNotFoundException(CommonArchiveResourceHandler.getString(CommonArchiveResourceHandler.file_not_found_EXC_, (new Object[]{uri, file.getAbsolutePath()}))); // =

52. WARNING: DiscouragedReference

Discouraged access: The constructor ZipFileLoadStrategyImpl(File) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

220 : return new org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl(file);

53. WARNING: DiscouragedReference

Discouraged access: The type ZipFileLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentLoadStrategyImpl.java :

220 : return new org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl(file);

Source File: org/eclipse/jst/j2ee/internal/archive/operations/EARComponentSaveStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;

3. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

4. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

25 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

7. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

49 : protected EARFile getEARFile() {

8. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

50 : return (EARFile) getArchive();

9. WARNING: DiscouragedReference

Discouraged access: The method getArchive() from the type ArchiveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

50 : return (EARFile) getArchive();

10. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

60 : public void save() throws SaveFailureException {

11. WARNING: DiscouragedReference

Discouraged access: The method saveManifest() from the type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

63 : saveManifest();

12. WARNING: DiscouragedReference

Discouraged access: The method saveMofResources() from the type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

64 : saveMofResources();

13. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

69 : public void save(Archive anArchive) throws SaveFailureException {

14. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

69 : public void save(Archive anArchive) throws SaveFailureException {

15. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

70 : progressMonitor.subTask(anArchive.getURI());

16. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

74 : protected void saveArchiveAsJARInEAR(Archive anArchive) throws SaveFailureException {

17. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

74 : protected void saveArchiveAsJARInEAR(Archive anArchive) throws SaveFailureException {

18. WARNING: DiscouragedReference

Discouraged access: The method save(SaveStrategy) from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

76 : anArchive.save(createNestedSaveStrategy(anArchive));

19. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailureException(String, Exception) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

79 : throw new SaveFailureException(anArchive.getURI(), e);

20. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

79 : throw new SaveFailureException(anArchive.getURI(), e);

21. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

79 : throw new SaveFailureException(anArchive.getURI(), e);

22. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

92 : protected boolean shouldSave(File aFile) {

23. WARNING: DiscouragedReference

Discouraged access: The method isArchive() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

93 : if (aFile.isArchive()) {

24. WARNING: DiscouragedReference

Discouraged access: The method getFilter() from the type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

94 : return getFilter().shouldSave(aFile.getURI(), getArchive());

25. WARNING: DiscouragedReference

Discouraged access: The method shouldSave(String, Archive) from the type SaveFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

94 : return getFilter().shouldSave(aFile.getURI(), getArchive());

26. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

94 : return getFilter().shouldSave(aFile.getURI(), getArchive());

27. WARNING: DiscouragedReference

Discouraged access: The method getArchive() from the type ArchiveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

94 : return getFilter().shouldSave(aFile.getURI(), getArchive());

28. WARNING: DiscouragedReference

Discouraged access: The method shouldSave(File) from the type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

96 : return super.shouldSave(aFile);

29. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

100 : protected boolean shouldLinkAsComponentRef(Archive archive) {

30. WARNING: DiscouragedReference

Discouraged access: The method shouldSave(String) from the type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

110 : return ((super.shouldSave(uri)) && (overwriteHandler.isOverwriteAll() || overwriteHandler.isOverwriteResources() || overwriteHandler.shouldOverwrite(uri)));

31. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

116 : public void save(ArchiveManifest aManifest) throws SaveFailureException {

32. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

116 : public void save(ArchiveManifest aManifest) throws SaveFailureException {

33. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

118 : IVirtualFile vFile = rootFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

34. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARComponentSaveStrategyImpl.java :

118 : IVirtualFile vFile = rootFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

35. WARNING: DiscouragedReference

Discouraged access: The method write(OutputStream) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

EARComponentSaveStrategyImpl.java :

123 : aManifest.write(out);

Source File: org/eclipse/jst/j2ee/internal/archive/operations/FlatComponentArchiver.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

26 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

29 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type FlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

30 : import org.eclipse.wst.common.componentcore.internal.flat.FlatFolder;

4. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

31 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent;

5. WARNING: DiscouragedReference

Discouraged access: The type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

32 : import org.eclipse.wst.common.componentcore.internal.flat.IChildModuleReference;

6. WARNING: DiscouragedReference

Discouraged access: The type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

33 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFile;

7. WARNING: DiscouragedReference

Discouraged access: The type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

34 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFolder;

8. WARNING: DiscouragedReference

Discouraged access: The type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

35 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatResource;

9. WARNING: DiscouragedReference

Discouraged access: The type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

36 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatVirtualComponent;

10. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

37 : import org.eclipse.wst.common.componentcore.internal.flat.IFlattenParticipant;

11. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponentFlattenUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

38 : import org.eclipse.wst.common.componentcore.internal.flat.VirtualComponentFlattenUtility;

12. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

39 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.FlatComponentTaskModel;

13. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

40 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

14. WARNING: DiscouragedReference

Discouraged access: The type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

44 : private IFlatVirtualComponent flatComponent;

15. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

48 : private List<IFlattenParticipant> participants;

16. WARNING: DiscouragedReference

Discouraged access: The type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

55 : public IFlatVirtualComponent saveComponent(IVirtualComponent component, ZipOutputStream zipOutputStream, List<IPath> zipEntries) throws ArchiveException;

17. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

59 : public FlatComponentArchiver(IVirtualComponent aComponent, OutputStream out, List<IFlattenParticipant> fParticipants) {

18. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

67 : public FlatComponentArchiver(IVirtualComponent aComponent, OutputStream out, List<IFlattenParticipant> fParticipants, ComponentExportCallback callback) {

19. WARNING: DiscouragedReference

Discouraged access: The type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

103 : IFlatResource[] resources = flatComponent.fetchResources();

20. WARNING: DiscouragedReference

Discouraged access: The method fetchResources() from the type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

103 : IFlatResource[] resources = flatComponent.fetchResources();

21. WARNING: DiscouragedReference

Discouraged access: The method getChildModules() from the type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

105 : saveChildModules(flatComponent.getChildModules());

22. WARNING: DiscouragedReference

Discouraged access: The type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

143 : protected void saveFlatResources(IFlatResource[] resources) throws ArchiveSaveFailureException {

23. WARNING: DiscouragedReference

Discouraged access: The type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

145 : IFlatResource resource = resources[i];

24. WARNING: DiscouragedReference

Discouraged access: The method getModuleRelativePath() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

146 : IPath entryPath = resource.getModuleRelativePath().append(resource.getName());

25. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

146 : IPath entryPath = resource.getModuleRelativePath().append(resource.getName());

26. WARNING: DiscouragedReference

Discouraged access: The type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

147 : if (resource instanceof IFlatFile) {

27. WARNING: DiscouragedReference

Discouraged access: The type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

152 : } else if (resource instanceof IFlatFolder) {

28. WARNING: DiscouragedReference

Discouraged access: The method members() from the type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

156 : saveFlatResources(((IFlatFolder)resource).members());

29. WARNING: DiscouragedReference

Discouraged access: The type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

156 : saveFlatResources(((IFlatFolder)resource).members());

30. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

172 : if (entryPath.equals(new Path(J2EEConstants.MANIFEST_URI))) {

31. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

172 : if (entryPath.equals(new Path(J2EEConstants.MANIFEST_URI))) {

32. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

176 : else if (entryPath.equals(new Path(IModuleConstants.DOT_SETTINGS))) {

33. WARNING: DiscouragedReference

Discouraged access: The field DOT_SETTINGS from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

176 : else if (entryPath.equals(new Path(IModuleConstants.DOT_SETTINGS))) {

34. WARNING: DiscouragedReference

Discouraged access: The type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

190 : protected void saveChildModules(IChildModuleReference[] childModules) throws ArchiveSaveFailureException, IOException {

35. WARNING: DiscouragedReference

Discouraged access: The type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

193 : IChildModuleReference childModule = childModules[i];

36. WARNING: DiscouragedReference

Discouraged access: The method getRelativeURI() from the type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

194 : IPath entryPath = childModule.getRelativeURI();

37. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

201 : if (componentsArchived.contains(childModule.getComponent()))

38. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type IChildModuleReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

204 : FlatComponentArchiver saver = saveNestedArchive(childModule.getComponent(), entryPath);

39. WARNING: DiscouragedReference

Discouraged access: The type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

217 : protected void addZipEntry(IFlatResource f, IPath entryPath) throws ArchiveSaveFailureException {

40. WARNING: DiscouragedReference

Discouraged access: The type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

223 : if (f instanceof IFlatFolder) {

41. WARNING: DiscouragedReference

Discouraged access: The type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

225 : File folder = (File)((IFlatFolder)f).getAdapter(File.class);

42. WARNING: DiscouragedReference

Discouraged access: The method getModificationStamp() from the type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

233 : lastModified = ((IFlatFile) f).getModificationStamp();

43. WARNING: DiscouragedReference

Discouraged access: The type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

233 : lastModified = ((IFlatFile) f).getModificationStamp();

44. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

241 : ArchiveUtil.copy((InputStream) f.getAdapter(InputStream.class), getZipOutputStream());

45. WARNING: DiscouragedReference

Discouraged access: The method copy(InputStream, OutputStream) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

241 : ArchiveUtil.copy((InputStream) f.getAdapter(InputStream.class), getZipOutputStream());

46. WARNING: DiscouragedReference

Discouraged access: The type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

255 : protected IFlatVirtualComponent getFlatComponent(IVirtualComponent component) {

47. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

256 : FlatComponentTaskModel options = new FlatComponentTaskModel();

48. WARNING: DiscouragedReference

Discouraged access: The constructor FlatVirtualComponent.FlatComponentTaskModel() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

256 : FlatComponentTaskModel options = new FlatComponentTaskModel();

49. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

256 : FlatComponentTaskModel options = new FlatComponentTaskModel();

50. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

257 : options.put(FlatVirtualComponent.PARTICIPANT_LIST, getParticipants());

51. WARNING: DiscouragedReference

Discouraged access: The field PARTICIPANT_LIST from the type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

257 : options.put(FlatVirtualComponent.PARTICIPANT_LIST, getParticipants());

52. WARNING: DiscouragedReference

Discouraged access: The constructor FlatVirtualComponent(IVirtualComponent, FlatVirtualComponent.FlatComponentTaskModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

258 : return new FlatVirtualComponent(component, options);

53. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

258 : return new FlatVirtualComponent(component, options);

54. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

261 : protected List<IFlattenParticipant> getParticipants() {

55. WARNING: DiscouragedReference

Discouraged access: The type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

278 : private void saveManifest(List<IFlatResource> resources, boolean createManifest) throws ArchiveSaveFailureException {

56. WARNING: DiscouragedReference

Discouraged access: The type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

279 : IFlatFolder metainf = (FlatFolder)VirtualComponentFlattenUtility.getExistingModuleResource(resources, new Path(J2EEConstants.META_INF));

57. WARNING: DiscouragedReference

Discouraged access: The type FlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

279 : IFlatFolder metainf = (FlatFolder)VirtualComponentFlattenUtility.getExistingModuleResource(resources, new Path(J2EEConstants.META_INF));

58. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponentFlattenUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

279 : IFlatFolder metainf = (FlatFolder)VirtualComponentFlattenUtility.getExistingModuleResource(resources, new Path(J2EEConstants.META_INF));

59. WARNING: DiscouragedReference

Discouraged access: The method getExistingModuleResource(List, IPath) from the type VirtualComponentFlattenUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

279 : IFlatFolder metainf = (FlatFolder)VirtualComponentFlattenUtility.getExistingModuleResource(resources, new Path(J2EEConstants.META_INF));

60. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

279 : IFlatFolder metainf = (FlatFolder)VirtualComponentFlattenUtility.getExistingModuleResource(resources, new Path(J2EEConstants.META_INF));

61. WARNING: DiscouragedReference

Discouraged access: The field META_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

279 : IFlatFolder metainf = (FlatFolder)VirtualComponentFlattenUtility.getExistingModuleResource(resources, new Path(J2EEConstants.META_INF));

62. WARNING: DiscouragedReference

Discouraged access: The type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

280 : IFlatFile manifest = null;

63. WARNING: DiscouragedReference

Discouraged access: The type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

283 : IFlatResource[] children = metainf.members();

64. WARNING: DiscouragedReference

Discouraged access: The method members() from the type IFlatFolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

283 : IFlatResource[] children = metainf.members();

65. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

285 : if (children[i].getName().equals(J2EEConstants.MANIFEST_SHORT_NAME)) {

66. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

285 : if (children[i].getName().equals(J2EEConstants.MANIFEST_SHORT_NAME)) {

67. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_SHORT_NAME from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

285 : if (children[i].getName().equals(J2EEConstants.MANIFEST_SHORT_NAME)) {

68. WARNING: DiscouragedReference

Discouraged access: The type IFlatFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

286 : manifest = (IFlatFile) children[i];

69. WARNING: DiscouragedReference

Discouraged access: The method getModuleRelativePath() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

287 : IPath entryPath = manifest.getModuleRelativePath().append(manifest.getName());

70. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IFlatResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

287 : IPath entryPath = manifest.getModuleRelativePath().append(manifest.getName());

71. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

302 : ZipEntry entry = new ZipEntry(J2EEConstants.MANIFEST_URI);

72. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

302 : ZipEntry entry = new ZipEntry(J2EEConstants.MANIFEST_URI);

73. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

304 : ArchiveUtil.copy(new ByteArrayInputStream(manifestContents.getBytes()), getZipOutputStream());

74. WARNING: DiscouragedReference

Discouraged access: The method copy(InputStream, OutputStream) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FlatComponentArchiver.java :

304 : ArchiveUtil.copy(new ByteArrayInputStream(manifestContents.getBytes()), getZipOutputStream());

75. WARNING: DiscouragedReference

Discouraged access: The type IFlatVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlatComponentArchiver.java :

322 : public IFlatVirtualComponent getFlatComponent() {

Source File: org/eclipse/jst/j2ee/internal/archive/operations/IOverwriteHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

IOverwriteHandler.java :

17 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.ResourceStateValidator;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

IOverwriteHandler.java :

135 : void validateState(ResourceStateValidator resourceStateValidator);

Source File: org/eclipse/jst/j2ee/internal/archive/operations/J2EEArtifactExportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEArtifactExportOperation.java :

162 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archiveFromComponent);

Source File: org/eclipse/jst/j2ee/internal/archive/operations/J2EEArtifactImportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportOperation.java :

35 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.WFTWrappedException;

2. WARNING: DiscouragedReference

Discouraged access: The constructor WFTWrappedException(Throwable, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportOperation.java :

127 : throw new WFTWrappedException(ex, EJBArchiveOpsResourceHandler.ERROR_IMPORTING_MODULE_FILE);

3. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEArtifactImportOperation.java :

127 : throw new WFTWrappedException(ex, EJBArchiveOpsResourceHandler.ERROR_IMPORTING_MODULE_FILE);

Source File: org/eclipse/jst/j2ee/internal/archive/operations/J2EEComponentSaveStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

29 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

2. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

31 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

32 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

33 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

55 : protected void saveFiles() throws SaveFailureException {

7. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

72 : protected boolean shouldSave(File aFile) {

8. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

73 : if (endsWithClassType(aFile.getURI())){

9. WARNING: DiscouragedReference

Discouraged access: The method shouldSave(File) from the type SaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

80 : return super.shouldSave(aFile);

10. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

84 : public void save(ArchiveManifest aManifest) throws SaveFailureException {

11. WARNING: DiscouragedReference

Discouraged access: The type SaveFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

84 : public void save(ArchiveManifest aManifest) throws SaveFailureException {

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

86 : IVirtualFile vFile = rootFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

13. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

86 : IVirtualFile vFile = rootFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

14. WARNING: DiscouragedReference

Discouraged access: The method write(OutputStream) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEComponentSaveStrategyImpl.java :

91 : aManifest.write(out);

15. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

146 : protected IPath getOutputPathForFile(File aFile) {

16. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

147 : if(endsWithClassType(aFile.getURI())){

17. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

153 : protected String getImportedClassesURI(File aFile) {

18. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

154 : return aFile.getURI();

19. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

157 : protected boolean isClassWithoutSource(File aFile) {

20. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

158 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getURI());

21. WARNING: DiscouragedReference

Discouraged access: The method classUriToJavaUri(String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

158 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getURI());

22. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

158 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getURI());

23. WARNING: DiscouragedReference

Discouraged access: The field archive from the type ArchiveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

161 : return !archive.containsFile(javaUri);

24. WARNING: DiscouragedReference

Discouraged access: The method containsFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEComponentSaveStrategyImpl.java :

161 : return !archive.containsFile(javaUri);

Source File: org/eclipse/jst/j2ee/internal/archive/operations/JavaEEComponentExportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

18 : import org.eclipse.jst.common.internal.modulecore.AddClasspathFoldersParticipant;

2. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathLibReferencesParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

19 : import org.eclipse.jst.common.internal.modulecore.AddClasspathLibReferencesParticipant;

3. WARNING: DiscouragedReference

Discouraged access: The type AddMappedOutputFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

20 : import org.eclipse.jst.common.internal.modulecore.AddMappedOutputFoldersParticipant;

4. WARNING: DiscouragedReference

Discouraged access: The type ReplaceManifestExportParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

21 : import org.eclipse.jst.common.internal.modulecore.ReplaceManifestExportParticipant;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEComponentExportOperation.java :

22 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

25 : import org.eclipse.wst.common.componentcore.internal.flat.AbstractFlattenParticipant;

7. WARNING: DiscouragedReference

Discouraged access: The type FilterResourceParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

26 : import org.eclipse.wst.common.componentcore.internal.flat.FilterResourceParticipant;

8. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

27 : import org.eclipse.wst.common.componentcore.internal.flat.IFlattenParticipant;

9. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

28 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.FlatComponentTaskModel;

10. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

44 : protected List<IFlattenParticipant> getParticipants() {

11. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

45 : List<IFlattenParticipant> participants = new ArrayList<IFlattenParticipant>();

12. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

45 : List<IFlattenParticipant> participants = new ArrayList<IFlattenParticipant>();

13. WARNING: DiscouragedReference

Discouraged access: The constructor AddMappedOutputFoldersParticipant(String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

49 : participants.add(new AddMappedOutputFoldersParticipant(filteredExtensions));

14. WARNING: DiscouragedReference

Discouraged access: The type AddMappedOutputFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

49 : participants.add(new AddMappedOutputFoldersParticipant(filteredExtensions));

15. WARNING: DiscouragedReference

Discouraged access: The type FilterResourceParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

50 : participants.add(FilterResourceParticipant.createSuffixFilterParticipant(filteredExtensions));

16. WARNING: DiscouragedReference

Discouraged access: The method createSuffixFilterParticipant(String[]) from the type FilterResourceParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

50 : participants.add(FilterResourceParticipant.createSuffixFilterParticipant(filteredExtensions));

17. WARNING: DiscouragedReference

Discouraged access: The constructor AddClasspathLibReferencesParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

51 : participants.add(new AddClasspathLibReferencesParticipant());

18. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathLibReferencesParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

51 : participants.add(new AddClasspathLibReferencesParticipant());

19. WARNING: DiscouragedReference

Discouraged access: The constructor AddClasspathFoldersParticipant() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

52 : participants.add(new AddClasspathFoldersParticipant());

20. WARNING: DiscouragedReference

Discouraged access: The type AddClasspathFoldersParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

52 : participants.add(new AddClasspathFoldersParticipant());

21. WARNING: DiscouragedReference

Discouraged access: The constructor ReplaceManifestExportParticipant(IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

54 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

22. WARNING: DiscouragedReference

Discouraged access: The type ReplaceManifestExportParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

JavaEEComponentExportOperation.java :

54 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEComponentExportOperation.java :

54 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

24. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JavaEEComponentExportOperation.java :

54 : participants.add(new ReplaceManifestExportParticipant(new Path(J2EEConstants.MANIFEST_URI)));

25. WARNING: DiscouragedReference

Discouraged access: The type IFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

60 : protected IFlattenParticipant createHierarchyParticipant() {

26. WARNING: DiscouragedReference

Discouraged access: The type AbstractFlattenParticipant is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

61 : return new AbstractFlattenParticipant() {

27. WARNING: DiscouragedReference

Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEEComponentExportOperation.java :

63 : public boolean isChildModule(IVirtualComponent rootComponent, IVirtualReference reference, FlatComponentTaskModel dataModel) {

Source File: org/eclipse/jst/j2ee/internal/application/provider/ApplicationItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

ApplicationItemProvider.java :

22 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

ApplicationItemProvider.java :

23 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProvider.java :

32 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProvider.java :

123 : case J2EEVersionConstants.J2EE_1_2_ID :

5. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProvider.java :

123 : case J2EEVersionConstants.J2EE_1_2_ID :

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProvider.java :

126 : case J2EEVersionConstants.J2EE_1_3_ID :

7. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProvider.java :

126 : case J2EEVersionConstants.J2EE_1_3_ID :

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProvider.java :

129 : case J2EEVersionConstants.J2EE_1_4_ID :

9. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProvider.java :

129 : case J2EEVersionConstants.J2EE_1_4_ID :

Source File: org/eclipse/jst/j2ee/internal/application/provider/ApplicationItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ApplicationAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProviderAdapterFactory.java :

33 : import org.eclipse.jst.j2ee.application.internal.util.ApplicationAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ApplicationAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProviderAdapterFactory.java :

43 : public class ApplicationItemProviderAdapterFactory extends ApplicationAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {

3. WARNING: DiscouragedReference

Discouraged access: The method isFactoryForType(Object) from the type ApplicationAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationItemProviderAdapterFactory.java :

245 : return super.isFactoryForType(type) || supportedTypes.contains(type);

Source File: org/eclipse/jst/j2ee/internal/provider/ApplicationClientItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

ApplicationClientItemProvider.java :

25 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

ApplicationClientItemProvider.java :

26 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

34 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

128 : case J2EEVersionConstants.J2EE_1_2_ID :

5. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

128 : case J2EEVersionConstants.J2EE_1_2_ID :

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

131 : case J2EEVersionConstants.J2EE_1_3_ID :

7. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

131 : case J2EEVersionConstants.J2EE_1_3_ID :

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

134 : case J2EEVersionConstants.J2EE_1_4_ID :

9. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

134 : case J2EEVersionConstants.J2EE_1_4_ID :

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

273 : if (client.getVersionID() <= J2EEVersionConstants.J2EE_1_3_ID) {

11. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ApplicationClientItemProvider.java :

273 : if (client.getVersionID() <= J2EEVersionConstants.J2EE_1_3_ID) {

Source File: org/eclipse/jst/j2ee/internal/provider/ClientItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClientAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClientItemProviderAdapterFactory.java :

34 : import org.eclipse.jst.j2ee.client.internal.util.ClientAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ClientAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClientItemProviderAdapterFactory.java :

44 : public class ClientItemProviderAdapterFactory extends ClientAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {

3. WARNING: DiscouragedReference

Discouraged access: The method isFactoryForType(Object) from the type ClientAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClientItemProviderAdapterFactory.java :

153 : return super.isFactoryForType(type) || supportedTypes.contains(type);

Source File: org/eclipse/jst/j2ee/applicationclient/componentcore/util/AppClientArtifactEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

28 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

29 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

32 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

34 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

6. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

43 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

7. WARNING: DiscouragedReference

Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

44 : import org.eclipse.wst.common.componentcore.internal.BinaryComponentHelper;

8. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

45 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

9. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

46 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

10. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

47 : import org.eclipse.wst.common.componentcore.internal.util.IArtifactEditFactory;

11. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

50 : public class AppClientArtifactEdit extends EnterpriseArtifactEdit implements IArtifactEditFactory {

12. WARNING: DiscouragedReference

Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

74 : protected BinaryComponentHelper initBinaryComponentHelper(IVirtualComponent binaryModule) {

13. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

92 : public AppClientArtifactEdit(ArtifactEditModel anArtifactEditModel) {

14. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

119 : return getBinaryComponentHelper().getResource(getRootURI());

15. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

121 : return getArtifactEditModel().getResource(getRootURI());

16. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

172 : protected void addAppClientIfNecessary(XMLResource aResource) {

17. WARNING: DiscouragedReference

Discouraged access: The method getModuleURI() from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

179 : URI moduleURI = getArtifactEditModel().getModuleURI();

18. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

181 : appClient.setDisplayName(StructureEdit.getDeployedName(moduleURI));

19. WARNING: DiscouragedReference

Discouraged access: The method getDeployedName(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

181 : appClient.setDisplayName(StructureEdit.getDeployedName(moduleURI));

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

185 : aResource.setID(appClient, J2EEConstants.APP_CLIENT_ID);

21. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_ID from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

185 : aResource.setID(appClient, J2EEConstants.APP_CLIENT_ID);

22. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEVersionID() from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

225 : return getApplicationClientXmiResource().getJ2EEVersionID();

23. WARNING: DiscouragedReference

Discouraged access: The method setModuleVersionID(int) from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

378 : res.setModuleVersionID(version);

24. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AppClientArtifactEdit.java :

380 : return ((ApplicationClientResource)getDeploymentDescriptorResource()).getRootObject();

25. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

394 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException{

26. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

394 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException{

27. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

401 : String uri = ModuleURIUtil.getHandleString(getComponent());

28. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientArtifactEdit.java :

401 : String uri = ModuleURIUtil.getHandleString(getComponent());

29. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

402 : return CommonarchiveFactory.eINSTANCE.openApplicationClientFile(loader, uri);

30. WARNING: DiscouragedReference

Discouraged access: The method openApplicationClientFile(LoadStrategy, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

402 : return CommonarchiveFactory.eINSTANCE.openApplicationClientFile(loader, uri);

31. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

402 : return CommonarchiveFactory.eINSTANCE.openApplicationClientFile(loader, uri);

32. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

450 : return J2EEConstants.APP_CLIENT_DD_URI_OBJ;

33. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientArtifactEdit.java :

450 : return J2EEConstants.APP_CLIENT_DD_URI_OBJ;

Source File: org/eclipse/jst/j2ee/applicationclient/internal/creation/AppClientComponentImportDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

15 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

18 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

23 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

4. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

40 : return XMLResource.APP_CLIENT_TYPE;

5. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

40 : return XMLResource.APP_CLIENT_TYPE;

6. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

44 : protected void handleUnknownType(JavaEEQuickPeek jqp) {

7. WARNING: DiscouragedReference

Discouraged access: The method setType(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

45 : jqp.setType(J2EEVersionConstants.APPLICATION_CLIENT_TYPE);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

45 : jqp.setType(J2EEVersionConstants.APPLICATION_CLIENT_TYPE);

9. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_CLIENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

45 : jqp.setType(J2EEVersionConstants.APPLICATION_CLIENT_TYPE);

10. WARNING: DiscouragedReference

Discouraged access: The method setVersion(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

46 : jqp.setVersion(J2EEVersionConstants.JEE_6_0_ID);

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

46 : jqp.setVersion(J2EEVersionConstants.JEE_6_0_ID);

12. WARNING: DiscouragedReference

Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

46 : jqp.setVersion(J2EEVersionConstants.JEE_6_0_ID);

13. WARNING: DiscouragedReference

Discouraged access: The method setJavaEEVersion(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

47 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

47 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

15. WARNING: DiscouragedReference

Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

47 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

16. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientComponentImportDataModelProvider.java :

82 : int version = getInterpretedSpecVersion(getArchiveWrapper()).getVersion();

Source File: org/eclipse/jst/j2ee/applicationclient/internal/modulecore/util/AppClientEditAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientEditAdapterFactory.java :

17 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

2. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientEditAdapterFactory.java :

27 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

3. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientEditAdapterFactory.java :

27 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

4. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AppClientEditAdapterFactory.java :

28 : if (JavaEEProjectUtilities.isApplicationClientProject(editModel.getProject()))

5. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientEditAdapterFactory.java :

29 : return new AppClientArtifactEdit((ArtifactEditModel) adaptableObject);

Source File: org/eclipse/jst/j2ee/project/facet/AppClientFacetInstallDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallDataModelProvider.java :

17 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallDataModelProvider.java :

50 : if(J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.JEE_5_0_ID){

3. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallDataModelProvider.java :

50 : if(J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.JEE_5_0_ID){

Source File: org/eclipse/jst/j2ee/project/facet/AppClientFacetInstallDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

AppClientFacetInstallDelegate.java :

17 : import org.eclipse.core.internal.resources.XMLWriter;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallDelegate.java :

34 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallDelegate.java :

118 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallDelegate.java :

118 : IFile appClientFile = sourceFolder.getFile(new Path(J2EEConstants.APP_CLIENT_DD_URI));

5. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

AppClientFacetInstallDelegate.java :

127 : appClientXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application-client version=\"6\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_6.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application-client>"; //$NON-NLS-1$ //$NON-NLS-2$

6. WARNING: DiscouragedReference

Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

AppClientFacetInstallDelegate.java :

127 : appClientXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application-client version=\"6\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_6.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application-client>"; //$NON-NLS-1$ //$NON-NLS-2$

7. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

AppClientFacetInstallDelegate.java :

130 : appClientXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application-client version=\"5\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_5.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application-client>"; //$NON-NLS-1$ //$NON-NLS-2$

8. WARNING: DiscouragedReference

Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

AppClientFacetInstallDelegate.java :

130 : appClientXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application-client version=\"5\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_5.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application-client>"; //$NON-NLS-1$ //$NON-NLS-2$

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallDelegate.java :

141 : if (!sourceFolder.getFile(J2EEConstants.APP_CLIENT_DD_URI).exists()) {

10. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallDelegate.java :

141 : if (!sourceFolder.getFile(J2EEConstants.APP_CLIENT_DD_URI).exists()) {

Source File: org/eclipse/jst/j2ee/project/facet/AppClientFacetPostInstallDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetPostInstallDelegate.java :

26 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientFacetPostInstallDelegate.java :

32 : import org.eclipse.wst.common.componentcore.internal.operation.IArtifactEditOperationDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientFacetPostInstallDelegate.java :

93 : mainClassDataModel.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, project.getName());

4. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AppClientFacetPostInstallDelegate.java :

93 : mainClassDataModel.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, project.getName());

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetPostInstallDelegate.java :

112 : IVirtualFile vf = appClientComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

6. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetPostInstallDelegate.java :

112 : IVirtualFile vf = appClientComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetPostInstallDelegate.java :

122 : String manifestFolder = IPath.SEPARATOR + model.getStringProperty(IJ2EEModuleFacetInstallDataModelProperties.CONFIG_FOLDER) + IPath.SEPARATOR + J2EEConstants.META_INF;

8. WARNING: DiscouragedReference

Discouraged access: The field META_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetPostInstallDelegate.java :

122 : String manifestFolder = IPath.SEPARATOR + model.getStringProperty(IJ2EEModuleFacetInstallDataModelProperties.CONFIG_FOLDER) + IPath.SEPARATOR + J2EEConstants.META_INF;

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetPostInstallDelegate.java :

124 : manifestmf = container.getFile(new Path(J2EEConstants.MANIFEST_SHORT_NAME));

10. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_SHORT_NAME from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetPostInstallDelegate.java :

124 : manifestmf = container.getFile(new Path(J2EEConstants.MANIFEST_SHORT_NAME));

11. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

AppClientFacetPostInstallDelegate.java :

126 : dm.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, project.getName());

12. WARNING: DiscouragedReference

Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

AppClientFacetPostInstallDelegate.java :

127 : dm.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);

13. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

AppClientFacetPostInstallDelegate.java :

128 : dm.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);

14. WARNING: DiscouragedReference

Discouraged access: The field MAIN_CLASS from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

AppClientFacetPostInstallDelegate.java :

129 : dm.setProperty(UpdateManifestDataModelProperties.MAIN_CLASS, "Main"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/refactor/listeners/J2EEElementChangedListener.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEElementChangedListener.java :

40 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

45 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

3. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

46 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

4. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

47 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

5. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

323 : StructureEdit core = null;

6. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

325 : core = StructureEdit.getStructureEditForRead(project);

7. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

325 : core = StructureEdit.getStructureEditForRead(project);

8. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

326 : final WorkbenchComponent component = core.getComponent();

9. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

326 : final WorkbenchComponent component = core.getComponent();

10. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

328 : final List currentResources = component.getResources();

11. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

330 : final ComponentResource resource = (ComponentResource) iter.next();

12. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

330 : final ComponentResource resource = (ComponentResource) iter.next();

13. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

331 : sourceToRuntime.put(resource.getSourcePath().makeRelative(), resource.getRuntimePath());

14. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

331 : sourceToRuntime.put(resource.getSourcePath().makeRelative(), resource.getRuntimePath());

15. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEElementChangedListener.java :

338 : core.dispose();

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEElementChangedListener.java :

351 : return root.getFolder(new Path(J2EEConstants.WEB_INF_CLASSES));

17. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF_CLASSES from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEElementChangedListener.java :

351 : return root.getFolder(new Path(J2EEConstants.WEB_INF_CLASSES));

Source File: org/eclipse/jst/j2ee/refactor/listeners/ProjectRefactoringListener.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactoringListener.java :

43 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraph;

2. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactoringListener.java :

107 : Set<IProject> dotComponentReferences = IDependencyGraph.INSTANCE.getReferencingComponents(project);

3. WARNING: DiscouragedReference

Discouraged access: The method getReferencingComponents(IProject) from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactoringListener.java :

107 : Set<IProject> dotComponentReferences = IDependencyGraph.INSTANCE.getReferencingComponents(project);

4. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactoringListener.java :

107 : Set<IProject> dotComponentReferences = IDependencyGraph.INSTANCE.getReferencingComponents(project);

Source File: org/eclipse/jst/j2ee/refactor/operations/CreateOptionalReferenceOp.java
1. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsOp is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOp.java :

19 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsOp;

2. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsOp is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOp.java :

26 : public class CreateOptionalReferenceOp extends CreateReferenceComponentsOp {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsOp(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOp.java :

29 : super(model);

4. WARNING: DiscouragedReference

Discouraged access: The method validateEdit() from the type CreateReferenceComponentsOp is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOp.java :

34 : if (!validateEdit().isOK())

5. WARNING: DiscouragedReference

Discouraged access: The method addReferencedComponents(IProgressMonitor) from the type CreateReferenceComponentsOp is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOp.java :

37 : addReferencedComponents(monitor);

6. WARNING: DiscouragedReference

Discouraged access: The method addProjectReferences() from the type CreateReferenceComponentsOp is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOp.java :

40 : addProjectReferences();

Source File: org/eclipse/jst/j2ee/refactor/operations/CreateOptionalReferenceOpDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOpDataModelProvider.java :

16 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOpDataModelProvider.java :

19 : public class CreateOptionalReferenceOpDataModelProvider extends CreateReferenceComponentsDataModelProvider {

3. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOpDataModelProvider.java :

43 : Set propertyNames = super.getPropertyNames();

4. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateOptionalReferenceOpDataModelProvider.java :

55 : return super.getDefaultProperty(propertyName);

Source File: org/eclipse/jst/j2ee/refactor/operations/ProjectRefactorMetadata.java
1. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

32 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

33 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

246 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE));

4. WARNING: DiscouragedReference

Discouraged access: The field JST_EAR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

246 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE));

5. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

250 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EJB_MODULE));

6. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

250 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EJB_MODULE));

7. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

254 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE));

8. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

254 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE));

9. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

258 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_APPCLIENT_MODULE));

10. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

258 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_APPCLIENT_MODULE));

11. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

262 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_CONNECTOR_MODULE));

12. WARNING: DiscouragedReference

Discouraged access: The field JST_CONNECTOR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

262 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_CONNECTOR_MODULE));

13. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

266 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_UTILITY_MODULE));

14. WARNING: DiscouragedReference

Discouraged access: The field JST_UTILITY_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

266 : return hasFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_UTILITY_MODULE));

15. WARNING: DiscouragedReference

Discouraged access: The method removeReference(IVirtualReference) from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

356 : ((VirtualComponent)_comp).removeReference(aReference);

16. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

356 : ((VirtualComponent)_comp).removeReference(aReference);

17. WARNING: DiscouragedReference

Discouraged access: The method getAllReferences() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

365 : cachedRefs = ((VirtualComponent)comp).getAllReferences();

18. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRefactorMetadata.java :

365 : cachedRefs = ((VirtualComponent)comp).getAllReferences();

Source File: org/eclipse/jst/j2ee/refactor/operations/ProjectRefactorOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type DeletedModule is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ProjectRefactorOperation.java :

30 : import org.eclipse.wst.server.core.internal.DeletedModule;

2. WARNING: DiscouragedReference

Discouraged access: The constructor DeletedModule(String, String, IModuleType) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ProjectRefactorOperation.java :

117 : toRemove[0] = new DeletedModule(originalModule.getId(), originalModule.getName(), originalModule.getModuleType());

3. WARNING: DiscouragedReference

Discouraged access: The type DeletedModule is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ProjectRefactorOperation.java :

117 : toRemove[0] = new DeletedModule(originalModule.getId(), originalModule.getName(),

Source File: org/eclipse/jst/j2ee/refactor/operations/ProjectRenameOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

32 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

33 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

3. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

34 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

4. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

66 : String originalContextRoot = ComponentUtilities.getServerContextRoot(newProject);

5. WARNING: DiscouragedReference

Discouraged access: The method getServerContextRoot(IProject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

66 : String originalContextRoot = ComponentUtilities.getServerContextRoot(newProject);

6. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

69 : ComponentUtilities.setServerContextRoot(newProject, newProjectName);

7. WARNING: DiscouragedReference

Discouraged access: The method setServerContextRoot(IProject, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

69 : ComponentUtilities.setServerContextRoot(newProject, newProjectName);

8. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

71 : StructureEdit core = null;

9. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

72 : WorkbenchComponent component = null;

10. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

74 : core = StructureEdit.getStructureEditForWrite(refactoredMetadata.getProject());

11. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

74 : core = StructureEdit.getStructureEditForWrite(refactoredMetadata.getProject());

12. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

76 : component = core.getComponent();

13. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

80 : if (component != null && component.getName().equals(originalMetadata.getProjectName())) {

14. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

81 : component.setName(refactoredMetadata.getProjectName());

15. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

85 : core.saveIfNecessary(null);

16. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectRenameOperation.java :

86 : core.dispose();

Source File: org/eclipse/jst/j2ee/refactor/operations/RemoveDeletedComponentFromEARDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RemoveDeletedComponentFromEARDataModelProvider.java :

52 : return super.getDefaultProperty(propertyName);

Source File: org/eclipse/jst/j2ee/refactor/operations/UpdateDependentModuleonDeleteOp.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

33 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

34 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifestImpl;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

35 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UpdateDependentModuleonDeleteOp.java :

39 : import org.eclipse.wst.common.componentcore.internal.operation.RemoveReferenceComponentsDataModelProvider;

5. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UpdateDependentModuleonDeleteOp.java :

88 : final IDataModel model = DataModelFactory.createDataModel(new RemoveReferenceComponentsDataModelProvider());

6. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UpdateDependentModuleonDeleteOp.java :

88 : final IDataModel model = DataModelFactory.createDataModel(new RemoveReferenceComponentsDataModelProvider());

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

112 : final IVirtualFile vf = dependentComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );

8. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

112 : final IVirtualFile vf = dependentComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );

9. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateDependentModuleonDeleteOp.java :

121 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, dependentProjName);

10. WARNING: DiscouragedReference

Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateDependentModuleonDeleteOp.java :

122 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);

11. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateDependentModuleonDeleteOp.java :

123 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);

12. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

124 : final ArchiveManifest manifest = getArchiveManifest(manifestmf);

13. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateDependentModuleonDeleteOp.java :

125 : String[] cp = manifest.getClassPathTokenized();

14. WARNING: DiscouragedReference

Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateDependentModuleonDeleteOp.java :

136 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, cpList);

15. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

141 : private static ArchiveManifest getArchiveManifest(final IFile manifestFile) throws ExecutionException {

16. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

145 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));

17. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveManifestImpl(Manifest) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

145 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));

18. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UpdateDependentModuleonDeleteOp.java :

145 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));

Source File: org/eclipse/jst/j2ee/classpathdep/ClasspathDependencyUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathDependencyUtil.java :

35 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathDependencyUtil.java :

39 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyUtil.java :

48 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathDependencyUtil.java :

218 : if(!earDDVersion.equals(J2EEVersionConstants.VERSION_1_2_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_3_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_4_TEXT)) {

5. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_2_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathDependencyUtil.java :

218 : if(!earDDVersion.equals(J2EEVersionConstants.VERSION_1_2_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_3_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_4_TEXT)) {

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathDependencyUtil.java :

218 : if(!earDDVersion.equals(J2EEVersionConstants.VERSION_1_2_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_3_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_4_TEXT)) {

7. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_3_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathDependencyUtil.java :

218 : if(!earDDVersion.equals(J2EEVersionConstants.VERSION_1_2_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_3_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_4_TEXT)) {

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathDependencyUtil.java :

218 : if(!earDDVersion.equals(J2EEVersionConstants.VERSION_1_2_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_3_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_4_TEXT)) {

9. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_4_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ClasspathDependencyUtil.java :

218 : if(!earDDVersion.equals(J2EEVersionConstants.VERSION_1_2_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_3_TEXT) && !earDDVersion.equals(J2EEVersionConstants.VERSION_1_4_TEXT)) {

10. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathDependencyUtil.java :

432 : if (ref != null && ref.getReferencedComponent() instanceof IClasspathDependencyComponent)

11. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathDependencyUtil.java :

468 : if (ref != null && ref.getReferencedComponent() instanceof IClasspathDependencyComponent) {

12. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathDependencyUtil.java :

670 : return component != null && component instanceof IClasspathDependencyComponent;

13. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyUtil.java :

679 : final URI archiveURI = URI.createURI(ModuleURIUtil.getHandleString(component));

14. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyUtil.java :

679 : final URI archiveURI = URI.createURI(ModuleURIUtil.getHandleString(component));

Source File: org/eclipse/jst/j2ee/classpathdep/IClasspathDependencyConstants.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

IClasspathDependencyConstants.java :

15 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

IClasspathDependencyConstants.java :

77 : public static final IPath WEB_INF_CLASSES_PATH = new Path(J2EEConstants.WEB_INF_CLASSES).makeAbsolute();

3. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF_CLASSES from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

IClasspathDependencyConstants.java :

77 : public static final IPath WEB_INF_CLASSES_PATH = new Path(J2EEConstants.WEB_INF_CLASSES).makeAbsolute();

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

IClasspathDependencyConstants.java :

82 : public static final IPath WEB_INF_LIB_PATH = new Path(J2EEConstants.WEB_INF_LIB).makeAbsolute();

5. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF_LIB from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

IClasspathDependencyConstants.java :

82 : public static final IPath WEB_INF_LIB_PATH = new Path(J2EEConstants.WEB_INF_LIB).makeAbsolute();

Source File: org/eclipse/jst/j2ee/internal/classpathdep/ClasspathDependencyManifestUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathDependencyManifestUtil.java :

13 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathDependencyManifestUtil.java :

20 : public class ClasspathDependencyManifestUtil extends ManifestUtilities {

Source File: org/eclipse/jst/j2ee/internal/classpathdep/ClasspathDependencyValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

42 : import org.eclipse.wst.validation.internal.core.Message;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

43 : import org.eclipse.wst.validation.internal.core.ValidationException;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

73 : throws ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

79 : final IProject proj = ((ClasspathDependencyValidatorHelper) helper).getProject();

5. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NATURE_ID from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyValidator.java :

83 : && proj.hasNature(ModuleCoreNature.MODULE_NATURE_ID)

6. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

114 : _reporter.addMessage(this, new Message("classpathdependencyvalidator", //$NON-NLS-1$ IMessage.NORMAL_SEVERITY, NonWebNonExported, new String[]{cpEntryPath}, proj));

7. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

114 : _reporter.addMessage(this, new Message("classpathdependencyvalidator", //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

141 : final IMessage msg =new Message("classpathdependencyvalidator", //$NON-NLS-1$ IMessage.NORMAL_SEVERITY, RootMappingNonEARWARRef, null, proj);

9. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

141 : final IMessage msg =new Message("classpathdependencyvalidator", //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

154 : final IMessage msg =new Message("classpathdependencyvalidator", //$NON-NLS-1$ IMessage.NORMAL_SEVERITY, NonTaggedExportedClasses, new String[]{entry.getPath().toString()}, proj);

11. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

154 : final IMessage msg =new Message("classpathdependencyvalidator", //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

171 : final IMessage msg = new Message("classpathdependencyvalidator", //$NON-NLS-1$ IMessage.HIGH_SEVERITY, DuplicateArchiveName, new String[]{entry.getPath().toString()}, proj);

13. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

171 : final IMessage msg = new Message("classpathdependencyvalidator", //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

265 : results.add(new Message("classpathdependencyvalidator", //$NON-NLS-1$ IMessage.HIGH_SEVERITY, ProjectClasspathEntry, new String[]{entry.getPath().toString()}, project));

15. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

265 : results.add(new Message("classpathdependencyvalidator", //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

273 : results.add(new Message("classpathdependencyvalidator", //$NON-NLS-1$ IMessage.HIGH_SEVERITY, SourceEntry, new String[]{entry.getPath().toString()}, project));

17. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

273 : results.add(new Message("classpathdependencyvalidator", //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

285 : results.add(new Message("classpathdependencyvalidator", //$NON-NLS-1$ IMessage.HIGH_SEVERITY, FilteredContainer, new String[]{entry.getPath().toString()}, project));

19. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

285 : results.add(new Message("classpathdependencyvalidator", //$NON-NLS-1$

20. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

308 : results.add(new Message("classpathdependencyvalidator", //$NON-NLS-1$ IMessage.HIGH_SEVERITY, DuplicateClassFolderEntry, new String[]{entry.getPath().toString()}, project));

21. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

308 : results.add(new Message("classpathdependencyvalidator", //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidator.java :

347 : throws ValidationException {

Source File: org/eclipse/jst/j2ee/internal/classpathdep/ClasspathDependencyValidatorHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidatorHelper.java :

13 : import org.eclipse.wst.validation.internal.operations.WorkbenchContext;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidatorHelper.java :

16 : public class ClasspathDependencyValidatorHelper extends WorkbenchContext {

3. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchContext() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ClasspathDependencyValidatorHelper.java :

19 : super();

Source File: org/eclipse/jst/j2ee/internal/classpathdep/ClasspathDependencyVirtualComponent.java
1. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathDependencyVirtualComponent.java :

20 : import org.eclipse.jst.common.internal.modulecore.IClasspathDependencyComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type IClasspathDependencyComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ClasspathDependencyVirtualComponent.java :

30 : public class ClasspathDependencyVirtualComponent extends J2EEModuleVirtualArchiveComponent implements IClasspathDependencyComponent {

3. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyVirtualComponent.java :

55 : final IPath path = new Path(getName().substring(4));

4. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Class) from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ClasspathDependencyVirtualComponent.java :

85 : return super.getAdapter(clazz);

Source File: org/eclipse/jst/j2ee/internal/classpathdep/UpdateClasspathAttributesDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateClasspathAttributesDataModelProvider.java :

20 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateClasspathAttributesDataModelProvider.java :

75 : return WTPCommonPlugin.createErrorStatus(msg);

3. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateClasspathAttributesDataModelProvider.java :

75 : return WTPCommonPlugin.createErrorStatus(msg);

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateClasspathAttributesDataModelProvider.java :

80 : return WTPCommonPlugin.createErrorStatus(msg);

5. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

UpdateClasspathAttributesDataModelProvider.java :

80 : return WTPCommonPlugin.createErrorStatus(msg);

Source File: org/eclipse/jst/j2ee/contenttype/J2EEContentDescriber.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

33 : JavaEEQuickPeek quickPeek = new JavaEEQuickPeek(contents);

4. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

34 : switch (quickPeek.getType()) {

6. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

35 : case JavaEEQuickPeek.APPLICATION_CLIENT_TYPE:

8. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

37 : switch (quickPeek.getVersion()) {

11. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

38 : case JavaEEQuickPeek.J2EE_1_2_ID:

12. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

38 : case JavaEEQuickPeek.J2EE_1_2_ID:

13. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

39 : case JavaEEQuickPeek.J2EE_1_3_ID:

14. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

39 : case JavaEEQuickPeek.J2EE_1_3_ID:

15. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

40 : case JavaEEQuickPeek.J2EE_1_4_ID:

16. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

40 : case JavaEEQuickPeek.J2EE_1_4_ID:

17. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

44 : case JavaEEQuickPeek.CONNECTOR_TYPE:

18. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

44 : case JavaEEQuickPeek.CONNECTOR_TYPE:

19. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

45 : switch (quickPeek.getVersion()) {

20. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

46 : case JavaEEQuickPeek.JCA_1_0_ID:

21. WARNING: DiscouragedReference

Discouraged access: The field JCA_1_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

46 : case JavaEEQuickPeek.JCA_1_0_ID:

22. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

47 : case JavaEEQuickPeek.JCA_1_5_ID:

23. WARNING: DiscouragedReference

Discouraged access: The field JCA_1_5_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

47 : case JavaEEQuickPeek.JCA_1_5_ID:

24. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

51 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

51 : case JavaEEQuickPeek.EJB_TYPE:

26. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

52 : switch (quickPeek.getVersion()) {

27. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

53 : case JavaEEQuickPeek.EJB_1_1_ID:

28. WARNING: DiscouragedReference

Discouraged access: The field EJB_1_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

53 : case JavaEEQuickPeek.EJB_1_1_ID:

29. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

54 : case JavaEEQuickPeek.EJB_2_0_ID:

30. WARNING: DiscouragedReference

Discouraged access: The field EJB_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

54 : case JavaEEQuickPeek.EJB_2_0_ID:

31. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

55 : case JavaEEQuickPeek.EJB_2_1_ID:

32. WARNING: DiscouragedReference

Discouraged access: The field EJB_2_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

55 : case JavaEEQuickPeek.EJB_2_1_ID:

33. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

59 : case JavaEEQuickPeek.WEB_TYPE:

34. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

59 : case JavaEEQuickPeek.WEB_TYPE:

35. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

60 : switch (quickPeek.getVersion()) {

36. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

61 : case JavaEEQuickPeek.WEB_2_2_ID:

37. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

61 : case JavaEEQuickPeek.WEB_2_2_ID:

38. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

62 : case JavaEEQuickPeek.WEB_2_3_ID:

39. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

62 : case JavaEEQuickPeek.WEB_2_3_ID:

40. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

63 : case JavaEEQuickPeek.WEB_2_4_ID:

41. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEContentDescriber.java :

63 : case JavaEEQuickPeek.WEB_2_4_ID:

Source File: org/eclipse/jst/j2ee/contenttype/J2EESpecFinder.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EESpecFinder.java :

16 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EESpecFinder.java :

33 : JavaEEQuickPeek qp = new JavaEEQuickPeek(in);

3. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEQuickPeek(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EESpecFinder.java :

33 : JavaEEQuickPeek qp = new JavaEEQuickPeek(in);

4. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EESpecFinder.java :

33 : JavaEEQuickPeek qp = new JavaEEQuickPeek(in);

5. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EESpecFinder.java :

34 : int version = qp.getVersion();

Source File: org/eclipse/jst/javaee/ltk/core/change/DeleteEJBClientProjectChange.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

DeleteEJBClientProjectChange.java :

14 : import org.eclipse.core.internal.resources.ResourceException;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

DeleteEJBClientProjectChange.java :

39 : }catch(ResourceException e){

Source File: org/eclipse/jst/javaee/ltk/core/change/EARReferenceRemoveChange.java
1. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARReferenceRemoveChange.java :

38 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EARReferenceRemoveChange.java :

42 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EARReferenceRemoveChange.java :

110 : IFile file = WorkbenchResourceHelper.getFile((EObject)module);

4. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EARReferenceRemoveChange.java :

110 : IFile file = WorkbenchResourceHelper.getFile((EObject)module);

5. WARNING: DiscouragedReference

Discouraged access: The method removeReference(IVirtualReference) from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARReferenceRemoveChange.java :

189 : ((VirtualComponent)component.getComponent()).removeReference(reference);

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EARReferenceRemoveChange.java :

189 : ((VirtualComponent)component.getComponent()).removeReference(reference);

Source File: org/eclipse/jst/javaee/ltk/core/change/NonEARModuleReferenceRemoveChange.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NonEARModuleReferenceRemoveChange.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NonEARModuleReferenceRemoveChange.java :

31 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

45 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

60 : this.referencingModuleProjectComp = (VirtualComponent)ComponentCore.createComponent(referencingEARProject);

5. WARNING: DiscouragedReference

Discouraged access: The method getReferences() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

61 : cachedRefs = referencingModuleProjectComp.getReferences();

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

66 : VirtualComponent referencingModuleProjectComp = null;

7. WARNING: DiscouragedReference

Discouraged access: The method getMetaProperties() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

121 : Properties props = referencingModuleProjectComp.getMetaProperties();

8. WARNING: DiscouragedReference

Discouraged access: The method getMetaProperties() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

155 : Properties props = referencingModuleProjectComp.getMetaProperties();

9. WARNING: DiscouragedReference

Discouraged access: The method clearMetaProperties() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

158 : referencingModuleProjectComp.clearMetaProperties();

10. WARNING: DiscouragedReference

Discouraged access: The method setMetaProperties(Properties) from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

159 : referencingModuleProjectComp.setMetaProperties(props);

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NonEARModuleReferenceRemoveChange.java :

190 : final IVirtualFile vf = dependentComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );

12. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NonEARModuleReferenceRemoveChange.java :

190 : final IVirtualFile vf = dependentComp.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI) );

13. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

NonEARModuleReferenceRemoveChange.java :

199 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, dependentProjName);

14. WARNING: DiscouragedReference

Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

NonEARModuleReferenceRemoveChange.java :

200 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);

15. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

NonEARModuleReferenceRemoveChange.java :

201 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);

16. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NonEARModuleReferenceRemoveChange.java :

202 : final ArchiveManifest manifest = J2EEProjectUtilities.readManifest(manifestmf);

17. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

NonEARModuleReferenceRemoveChange.java :

203 : String[] cp = manifest.getClassPathTokenized();

18. WARNING: DiscouragedReference

Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

NonEARModuleReferenceRemoveChange.java :

213 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, cpList);

19. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

224 : if (referencingModuleProjectComp == null || !referencingModuleProjectComp.getProject().isAccessible() || referencingModuleProjectComp.isBinary()) return;

20. WARNING: DiscouragedReference

Discouraged access: The method isBinary() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

224 : if (referencingModuleProjectComp == null || !referencingModuleProjectComp.getProject().isAccessible() || referencingModuleProjectComp.isBinary()) return;

21. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

256 : ProjectUtilities.removeReferenceProjects(referencingModuleProjectComp.getProject(),targetprojectList);

22. WARNING: DiscouragedReference

Discouraged access: The method removeReference(IVirtualReference) from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

268 : ((VirtualComponent)component.getComponent()).removeReference(reference);

23. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NonEARModuleReferenceRemoveChange.java :

268 : ((VirtualComponent)component.getComponent()).removeReference(reference);

Source File: org/eclipse/jst/javaee/ltk/core/participant/JavaEERefactoringParticipant.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEERefactoringParticipant.java :

35 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraph;

2. WARNING: DiscouragedReference

Discouraged access: The type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEERefactoringParticipant.java :

69 : Set<IProject> referencingComponents = IDependencyGraph.INSTANCE.getReferencingComponents(projectToBeDeleted);

3. WARNING: DiscouragedReference

Discouraged access: The method getReferencingComponents(IProject) from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEERefactoringParticipant.java :

69 : Set<IProject> referencingComponents = IDependencyGraph.INSTANCE.getReferencingComponents(projectToBeDeleted);

4. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDependencyGraph is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaEERefactoringParticipant.java :

69 : Set<IProject> referencingComponents = IDependencyGraph.INSTANCE.getReferencingComponents(projectToBeDeleted);