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/plug