Compiler Report

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

Number of source files: 71 Number of classfiles: 80

Problems: 534 (Errors: 0 Warnings: 534 )

Source File: org/eclipse/jst/jee/ui/internal/CreateDeploymentFilesActionDelegate.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

CreateDeploymentFilesActionDelegate.java :

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

2. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

24 : import org.eclipse.jst.j2ee.internal.actions.BaseAction;

3. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

4. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

43 : public class CreateDeploymentFilesActionDelegate extends BaseAction {

5. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

47 : super.selectionChanged(action, aSelection);

6. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

70 : && J2EEProjectUtilities.isJEEProject(project)

7. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

70 : && J2EEProjectUtilities.isJEEProject(project)

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

CreateDeploymentFilesActionDelegate.java :

86 : ddFilePath = new Path(J2EEConstants.APPLICATION_DD_URI);

9. 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

CreateDeploymentFilesActionDelegate.java :

86 : ddFilePath = new Path(J2EEConstants.APPLICATION_DD_URI);

10. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

88 : ddFilePath = new Path(J2EEConstants.EJBJAR_DD_URI);

11. 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

CreateDeploymentFilesActionDelegate.java :

88 : ddFilePath = new Path(J2EEConstants.EJBJAR_DD_URI);

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

CreateDeploymentFilesActionDelegate.java :

90 : ddFilePath = new Path(J2EEConstants.WEBAPP_DD_URI);

13. 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

CreateDeploymentFilesActionDelegate.java :

90 : ddFilePath = new Path(J2EEConstants.WEBAPP_DD_URI);

14. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

92 : ddFilePath = new Path(J2EEConstants.APP_CLIENT_DD_URI);

15. 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

CreateDeploymentFilesActionDelegate.java :

92 : ddFilePath = new Path(J2EEConstants.APP_CLIENT_DD_URI);

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

CreateDeploymentFilesActionDelegate.java :

94 : ddFilePath = new Path(J2EEConstants.RAR_DD_URI);

17. 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

CreateDeploymentFilesActionDelegate.java :

94 : ddFilePath = new Path(J2EEConstants.RAR_DD_URI);

18. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

112 : IProject project = getProjectFromSelection(selection);

Source File: org/eclipse/jst/jee/ui/internal/deployables/EJBDeployableArtifactAdapterUtil.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

EJBDeployableArtifactAdapterUtil.java :

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

2. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

3. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

4. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

152 : if (file.getProjectRelativePath().toString().endsWith(J2EEConstants.EJBJAR_DD_URI))

5. 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

EJBDeployableArtifactAdapterUtil.java :

152 : if (file.getProjectRelativePath().toString().endsWith(J2EEConstants.EJBJAR_DD_URI))

6. 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

EJBDeployableArtifactAdapterUtil.java :

166 : IResource eclipeServResoruce = WorkbenchResourceHelper.getFile(refResource);

7. 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

EJBDeployableArtifactAdapterUtil.java :

166 : IResource eclipeServResoruce = WorkbenchResourceHelper.getFile(refResource);

8. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

178 : Iterator iterator = Arrays.asList(ServerUtil.getModules(J2EEProjectUtilities.EJB)).iterator();

9. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

220 : jndiName = moduleDelegate.getJNDIName(ejbName);

Source File: org/eclipse/jst/jee/ui/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 :

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

2. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

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

3. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

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

4. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /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)) {

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

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

8. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

147 : Iterator iterator = Arrays.asList(ServerUtil.getModules(J2EEProjectUtilities.ENTERPRISE_APPLICATION)).iterator();

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

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

WebDeployableArtifactUtil.java :

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

2. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

34 : import org.eclipse.jst.j2ee.internal.web.jfaces.extension.FileURL;

3. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

35 : import org.eclipse.jst.j2ee.internal.web.jfaces.extension.FileURLExtensionReader;

4. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

43 : import org.eclipse.jst.javaee.web.internal.impl.ServletImpl;

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

WebDeployableArtifactUtil.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ModuleType 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

WebDeployableArtifactUtil.java :

52 : import org.eclipse.wst.server.core.internal.ModuleType;

7. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

79 : ServletImpl servlet = ((ServletImpl) obj);

8. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

79 : ServletImpl servlet = ((ServletImpl) obj);

9. 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

WebDeployableArtifactUtil.java :

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

10. 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

WebDeployableArtifactUtil.java :

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

11. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

93 : java.util.List mappings = getServletMappings(resource, servlet.getServletClass());

12. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

176 : FileURL jspURL = FileURLExtensionReader.getInstance().getFilesURL();

13. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

176 : FileURL jspURL = FileURLExtensionReader.getInstance().getFilesURL();

14. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

176 : FileURL jspURL = FileURLExtensionReader.getInstance().getFilesURL();

15. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

176 : FileURL jspURL = FileURLExtensionReader.getInstance().getFilesURL();

16. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

178 : IPath correctJSPPath = jspURL.getFileURL(resource, resourcePath);

17. WARNING: DiscouragedReference

Discouraged access: The type ModuleType 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

WebDeployableArtifactUtil.java :

191 : ModuleType[] moduleTypeArray = new ModuleType[]{

18. WARNING: DiscouragedReference

Discouraged access: The type ModuleType 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

WebDeployableArtifactUtil.java :

191 : ModuleType[] moduleTypeArray = new ModuleType[]{

19. WARNING: DiscouragedReference

Discouraged access: The type ModuleType 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

WebDeployableArtifactUtil.java :

192 : ModuleType.getModuleType(J2EEProjectUtilities.DYNAMIC_WEB, null),

20. WARNING: DiscouragedReference

Discouraged access: The method getModuleType(String, String) from the type ModuleType 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

WebDeployableArtifactUtil.java :

192 : ModuleType.getModuleType(J2EEProjectUtilities.DYNAMIC_WEB, null),

21. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

192 : ModuleType.getModuleType(J2EEProjectUtilities.DYNAMIC_WEB, null),

22. WARNING: DiscouragedReference

Discouraged access: The type ModuleType 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

WebDeployableArtifactUtil.java :

193 : ModuleType.getModuleType(J2EEProjectUtilities.WEBFRAGMENT, null)

23. WARNING: DiscouragedReference

Discouraged access: The method getModuleType(String, String) from the type ModuleType 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

WebDeployableArtifactUtil.java :

193 : ModuleType.getModuleType(J2EEProjectUtilities.WEBFRAGMENT, null)

24. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

193 : ModuleType.getModuleType(J2EEProjectUtilities.WEBFRAGMENT, null)

Source File: org/eclipse/jst/jee/ui/internal/navigator/AppClient5ContentProvider.java
1. WARNING: DiscouragedReference

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

AppClient5ContentProvider.java :

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

2. WARNING: DiscouragedReference

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

AppClient5ContentProvider.java :

41 : J2EEProjectUtilities.isJEEProject(project)) {

3. WARNING: DiscouragedReference

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

AppClient5ContentProvider.java :

41 : J2EEProjectUtilities.isJEEProject(project)) {

Source File: org/eclipse/jst/jee/ui/internal/navigator/AppClient5LabelProvider.java
1. WARNING: DiscouragedReference

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

AppClient5LabelProvider.java :

13 : import org.eclipse.jst.j2ee.navigator.internal.J2EELabelProvider;

2. WARNING: DiscouragedReference

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

AppClient5LabelProvider.java :

23 : public class AppClient5LabelProvider extends J2EELabelProvider {

Source File: org/eclipse/jst/jee/ui/internal/navigator/ConnectorLabelProvider.java
1. WARNING: DiscouragedReference

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

ConnectorLabelProvider.java :

3 : import org.eclipse.jst.j2ee.navigator.internal.J2EELabelProvider;

2. WARNING: DiscouragedReference

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

ConnectorLabelProvider.java :

12 : public class ConnectorLabelProvider extends J2EELabelProvider {

3. WARNING: DiscouragedReference

Discouraged access: The method getText(Object) from the type J2EELabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

ConnectorLabelProvider.java :

31 : return super.getText(element);

4. WARNING: DiscouragedReference

Discouraged access: The method getImage(Object) from the type J2EELabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

ConnectorLabelProvider.java :

49 : return super.getImage(element);

Source File: org/eclipse/jst/jee/ui/internal/navigator/Ear5ContentProvider.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

Ear5ContentProvider.java :

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

2. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

29 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

3. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

4. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

5. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

74 : getComponentReferencesAsList(Collections.singletonList(J2EEProjectUtilities.UTILITY), component, null);

6. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

79 : IModuleConstants.JST_APPCLIENT_MODULE,

7. 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

Ear5ContentProvider.java :

79 : IModuleConstants.JST_APPCLIENT_MODULE,

8. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

80 : IModuleConstants.JST_WEB_MODULE,

9. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

80 : IModuleConstants.JST_WEB_MODULE,

10. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

81 : IModuleConstants.JST_EJB_MODULE

11. 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

Ear5ContentProvider.java :

81 : IModuleConstants.JST_EJB_MODULE

12. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

112 : ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE).getVersion(

13. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

112 : ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE).getVersion(

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

Ear5ContentProvider.java :

113 : J2EEVersionConstants.VERSION_5_0_TEXT)) || facetedProject.hasProjectFacet(

15. 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

Ear5ContentProvider.java :

113 : J2EEVersionConstants.VERSION_5_0_TEXT)) || facetedProject.hasProjectFacet(

16. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

114 : ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE).getVersion(

17. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

114 : ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE).getVersion(

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

Ear5ContentProvider.java :

115 : J2EEVersionConstants.VERSION_6_0_TEXT)))) {

19. 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

Ear5ContentProvider.java :

115 : J2EEVersionConstants.VERSION_6_0_TEXT)))) {

20. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

168 : && (affectedChildren[i].getResource().getName().toLowerCase().endsWith(IJ2EEModuleConstants.JAR_EXT)

21. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

168 : && (affectedChildren[i].getResource().getName().toLowerCase().endsWith(IJ2EEModuleConstants.JAR_EXT)

22. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

169 : || (affectedChildren[i].getResource().getName().equals(IJ2EEModuleConstants.JST_COMPONENT_FILE) && affectedChildren[i].getKind()==IResourceDelta.CHANGED))){

23. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

169 : || (affectedChildren[i].getResource().getName().equals(IJ2EEModuleConstants.JST_COMPONENT_FILE) && affectedChildren[i].getKind()==IResourceDelta.CHANGED))){

Source File: org/eclipse/jst/jee/ui/internal/navigator/Ear5LabelProvider.java
1. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

2. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

20 : import org.eclipse.jst.j2ee.navigator.internal.J2EELabelProvider;

3. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

21 : import org.eclipse.jst.j2ee.navigator.internal.plugin.J2EENavigatorPlugin;

4. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

28 : import org.eclipse.wst.common.componentcore.internal.util.VirtualReferenceUtilities;

5. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

38 : public class Ear5LabelProvider extends J2EELabelProvider {

6. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

49 : IMG_MODULES_NODE = J2EENavigatorPlugin.getDefault().getImageDescriptor("folder.gif"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

49 : IMG_MODULES_NODE = J2EENavigatorPlugin.getDefault().getImageDescriptor("folder.gif"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Ear5LabelProvider.java :

49 : IMG_MODULES_NODE = J2EENavigatorPlugin.getDefault().getImageDescriptor("folder.gif"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

50 : IMG_MODULE_UTIL = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("utiljar_obj")); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

50 : IMG_MODULE_UTIL = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("utiljar_obj")); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

50 : IMG_MODULE_UTIL = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("utiljar_obj")); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

51 : IMG_MODULE_WEB = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/module_web_obj")); //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

51 : IMG_MODULE_WEB = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/module_web_obj")); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

51 : IMG_MODULE_WEB = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/module_web_obj")); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

52 : IMG_MODULE_EJB = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/module_ejb_obj")); //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

52 : IMG_MODULE_EJB = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/module_ejb_obj")); //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

52 : IMG_MODULE_EJB = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/module_ejb_obj")); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

53 : IMG_MODULE_CLIENT = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("module_clientapp_obj")); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

53 : IMG_MODULE_CLIENT = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("module_clientapp_obj")); //$NON-NLS-1$

20. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

53 : IMG_MODULE_CLIENT = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("module_clientapp_obj")); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

54 : IMG_MODULE_CONNECTOR = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/connector_module")); //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

54 : IMG_MODULE_CONNECTOR = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/connector_module")); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

54 : IMG_MODULE_CONNECTOR = ImageDescriptor.createFromURL((URL) J2EEPlugin.getPlugin().getImage("full/obj16/connector_module")); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

77 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULES_NODE);

25. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

77 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULES_NODE);

26. WARNING: DiscouragedReference

Discouraged access: The method getImage(ImageDescriptor) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Ear5LabelProvider.java :

77 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULES_NODE);

27. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

81 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_UTIL);

28. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

81 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_UTIL);

29. WARNING: DiscouragedReference

Discouraged access: The method getImage(ImageDescriptor) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Ear5LabelProvider.java :

81 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_UTIL);

30. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

85 : ret = J2EENavigatorPlugin.getDefault().getImage(desc == null ? IMG_MODULE_UTIL : desc);

31. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

85 : ret = J2EENavigatorPlugin.getDefault().getImage(desc == null ? IMG_MODULE_UTIL : desc);

32. WARNING: DiscouragedReference

Discouraged access: The method getImage(ImageDescriptor) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Ear5LabelProvider.java :

85 : ret = J2EENavigatorPlugin.getDefault().getImage(desc == null ? IMG_MODULE_UTIL : desc);

33. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

107 : archiveName = VirtualReferenceUtilities.INSTANCE.getDefaultArchiveName((IVirtualReference)element);

34. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

107 : archiveName = VirtualReferenceUtilities.INSTANCE.getDefaultArchiveName((IVirtualReference)element);

35. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

107 : archiveName = VirtualReferenceUtilities.INSTANCE.getDefaultArchiveName((IVirtualReference)element);

Source File: org/eclipse/jst/jee/ui/internal/navigator/Ejb3LabelProvider.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

Ejb3LabelProvider.java :

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

2. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

3. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

20 : import org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLabelProvider;

4. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

21 : import org.eclipse.jst.j2ee.navigator.internal.IJ2EENavigatorConstants;

5. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

22 : import org.eclipse.jst.j2ee.navigator.internal.J2EELabelProvider;

6. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

23 : import org.eclipse.jst.j2ee.navigator.internal.LoadingDDNode;

7. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory 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

Ejb3LabelProvider.java :

38 : import org.eclipse.wst.common.internal.emfworkbench.integration.DynamicAdapterFactory;

8. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

47 : public class Ejb3LabelProvider extends J2EELabelProvider {

9. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

60 : new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

10. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

60 : new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

11. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

60 : new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

12. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory 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

Ejb3LabelProvider.java :

60 : new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

13. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

60 : new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

14. WARNING: DiscouragedReference

Discouraged access: The field VIEWER_ID from the type IJ2EENavigatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Ejb3LabelProvider.java :

60 : new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

15. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

65 : if(element instanceof LoadingDDNode) {

16. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

66 : return ((LoadingDDNode)element).getImage();

17. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

66 : return ((LoadingDDNode)element).getImage();

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

Ejb3LabelProvider.java :

71 : if (J2EEVersionConstants.VERSION_3_0_TEXT.equals(version)) {

19. 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

Ejb3LabelProvider.java :

71 : if (J2EEVersionConstants.VERSION_3_0_TEXT.equals(version)) {

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

Ejb3LabelProvider.java :

73 : } else if (J2EEVersionConstants.VERSION_3_1_TEXT.equals(version)) {

21. 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

Ejb3LabelProvider.java :

73 : } else if (J2EEVersionConstants.VERSION_3_1_TEXT.equals(version)) {

22. WARNING: DiscouragedReference

Discouraged access: The method getDescription(Object) from the type J2EELabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Ejb3LabelProvider.java :

132 : String description = super.getDescription(anElement);

23. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

160 : URL url = (URL) J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

160 : URL url = (URL) J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

160 : URL url = (URL) J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$

26. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

168 : URL url = (URL) J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$

27. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

168 : URL url = (URL) J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$

28. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

168 : URL url = (URL) J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$

29. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

176 : URL url = (URL) J2EEPlugin.getPlugin().getImage("cmpEntity_obj"); //$NON-NLS-1$

30. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

176 : URL url = (URL) J2EEPlugin.getPlugin().getImage("cmpEntity_obj"); //$NON-NLS-1$

31. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

176 : URL url = (URL) J2EEPlugin.getPlugin().getImage("cmpEntity_obj"); //$NON-NLS-1$

32. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

184 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

33. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

184 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

34. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

184 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

35. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

192 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

36. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

192 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

37. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

192 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

38. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

200 : URL url = (URL) J2EEPlugin.getPlugin().getImage("attribute_obj"); //$NON-NLS-1$

39. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

200 : URL url = (URL) J2EEPlugin.getPlugin().getImage("attribute_obj"); //$NON-NLS-1$

40. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

200 : URL url = (URL) J2EEPlugin.getPlugin().getImage("attribute_obj"); //$NON-NLS-1$

41. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

208 : URL url = (URL) J2EEPlugin.getPlugin().getImage("access_intent_obj"); //$NON-NLS-1$

42. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

208 : URL url = (URL) J2EEPlugin.getPlugin().getImage("access_intent_obj"); //$NON-NLS-1$

43. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

208 : URL url = (URL) J2EEPlugin.getPlugin().getImage("access_intent_obj"); //$NON-NLS-1$

Source File: org/eclipse/jst/jee/ui/internal/navigator/JEE5ContentProvider.java
1. WARNING: DiscouragedReference

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

JEE5ContentProvider.java :

39 : import org.eclipse.jst.j2ee.navigator.internal.EMFRootObjectProvider.IRefreshHandlerListener;

2. WARNING: DiscouragedReference

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

JEE5ContentProvider.java :

52 : public abstract class JEE5ContentProvider implements ITreeContentProvider, IRefreshHandlerListener, IModelProviderListener, IResourceChangeListener {

Source File: org/eclipse/jst/jee/ui/internal/navigator/JEEActionProvider.java
1. WARNING: DiscouragedReference

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

JEEActionProvider.java :

25 : import org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.navigator.resources_3.4.201.M20100707-0800.jar

JEEActionProvider.java :

38 : import org.eclipse.ui.internal.navigator.resources.plugin.WorkbenchNavigatorMessages;

3. WARNING: DiscouragedReference

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

JEEActionProvider.java :

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

4. WARNING: DiscouragedReference

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

JEEActionProvider.java :

90 : J2EEUtilityJarItemProvider utilityJarItemProvider = null;

5. WARNING: DiscouragedReference

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

JEEActionProvider.java :

93 : utilityJarItemProvider = (J2EEUtilityJarItemProvider) array[i];

6. WARNING: DiscouragedReference

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

JEEActionProvider.java :

94 : newSelection.addAll(utilityJarItemProvider.getChildren(null));

7. WARNING: DiscouragedReference

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

JEEActionProvider.java :

149 : if (items[i] == null || items[i].getClass() != J2EEUtilityJarItemProvider.class)

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

JEEActionProvider.java :

181 : IFile file = WorkbenchResourceHelper.getFile((EObject) ((AbstractGroupProvider)srcObject).getJavaEEObject());

9. WARNING: DiscouragedReference

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

JEEActionProvider.java :

181 : IFile file = WorkbenchResourceHelper.getFile((EObject) ((AbstractGroupProvider)srcObject).getJavaEEObject());

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

JEEActionProvider.java :

191 : IFile file = WorkbenchResourceHelper.getFile((EObject)((GroupEJBProvider)srcObject).getEjbJar());

11. WARNING: DiscouragedReference

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

JEEActionProvider.java :

191 : IFile file = WorkbenchResourceHelper.getFile((EObject)((GroupEJBProvider)srcObject).getEjbJar());

12. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.navigator.resources_3.4.201.M20100707-0800.jar

JEEActionProvider.java :

208 : IMenuManager submenu= new MenuManager(WorkbenchNavigatorMessages.OpenActionProvider_OpenWithMenu_label,

13. WARNING: DiscouragedReference

Discouraged access: The field OpenActionProvider_OpenWithMenu_label from the type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.navigator.resources_3.4.201.M20100707-0800.jar

JEEActionProvider.java :

208 : IMenuManager submenu= new MenuManager(WorkbenchNavigatorMessages.OpenActionProvider_OpenWithMenu_label,

Source File: org/eclipse/jst/jee/ui/internal/navigator/JndiRefNode.java
1. WARNING: DiscouragedReference

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

JndiRefNode.java :

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

2. WARNING: DiscouragedReference

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

JndiRefNode.java :

84 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

JndiRefNode.java :

84 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

JndiRefNode.java :

84 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

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

JndiRefNode.java :

88 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

JndiRefNode.java :

88 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

JndiRefNode.java :

88 : URL url = (URL) J2EEPlugin.getPlugin().getImage("ejbRef_obj"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

JndiRefNode.java :

94 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

JndiRefNode.java :

94 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

JndiRefNode.java :

94 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

JndiRefNode.java :

99 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

JndiRefNode.java :

99 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

JndiRefNode.java :

99 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

JndiRefNode.java :

104 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

JndiRefNode.java :

104 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

JndiRefNode.java :

104 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

JndiRefNode.java :

109 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

JndiRefNode.java :

109 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

JndiRefNode.java :

109 : URL url = (URL) J2EEPlugin.getPlugin().getImage("resourceRef_obj"); //$NON-NLS-1$

Source File: org/eclipse/jst/jee/ui/internal/navigator/OpenJEEResourceAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

OpenJEEResourceAction.java :

28 : import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;

2. 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

OpenJEEResourceAction.java :

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

3. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

35 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;

4. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

5. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

6. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

38 : import org.eclipse.jst.j2ee.internal.actions.AbstractOpenAction;

7. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

39 : import org.eclipse.jst.j2ee.internal.actions.ComponentEditorInput;

8. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

42 : import org.eclipse.jst.j2ee.internal.ejb.provider.J2EEJavaClassProviderHelper;

9. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

43 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

10. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

50 : import org.eclipse.jst.javaee.core.internal.impl.EjbLocalRefImpl;

11. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

51 : import org.eclipse.jst.javaee.core.internal.impl.ResourceRefImpl;

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

OpenJEEResourceAction.java :

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

13. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

86 : public class OpenJEEResourceAction extends AbstractOpenAction {

14. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

99 : super("Open"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

111 : javaEditorDescriptor = findEditorDescriptor(JAVA_EDITOR_ID);

16. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

117 : baseJavaEditorDescriptor = findEditorDescriptor(BASE_JAVA_EDITOR_ID);

17. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

158 : editor = page.openEditor(new ComponentEditorInput(c),

18. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

158 : editor = page.openEditor(new ComponentEditorInput(c),

19. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

159 : currentDescriptor.getId());

20. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

167 : J2EEUIMessages .getResourceString("Problems_Opening_Editor_ERROR_"), e.getMessage()); //$NON-NLS-1$ = "Problems Opening Editor"

21. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

167 : J2EEUIMessages

22. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

182 : J2EEUIMessages .getResourceString("Problems_Opening_Editor_ERROR_"), e.getMessage()); //$NON-NLS-1$ = "Problems Opening Editor"

23. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

182 : J2EEUIMessages

24. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

208 : J2EEUIMessages .getResourceString("Problems_Opening_Editor_ERROR_"), e.getMessage()); //$NON-NLS-1$ = "Problems Opening Editor"

25. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

208 : J2EEUIMessages

26. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

221 : if (srcObject instanceof J2EEJavaClassProviderHelper) {

27. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

221 : if (srcObject instanceof J2EEJavaClassProviderHelper) {

28. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

222 : ((J2EEJavaClassProviderHelper) srcObject).openInEditor();

29. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

222 : ((J2EEJavaClassProviderHelper) srcObject).openInEditor();

30. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

222 : ((J2EEJavaClassProviderHelper) srcObject).openInEditor();

31. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

227 : if (srcObject instanceof SessionBean ||

32. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

228 : srcObject instanceof MessageDrivenBean ||

33. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

229 : srcObject instanceof EntityBean ||

34. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

230 : srcObject instanceof Servlet ||

35. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

231 : srcObject instanceof Filter ||

36. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

232 : srcObject instanceof Listener){

37. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

235 : if( srcObject instanceof SessionBean ){

38. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

236 : SessionBean bean = (SessionBean)srcObject;

39. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

238 : } else if(srcObject instanceof MessageDrivenBean){

40. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

239 : MessageDrivenBean bean = (MessageDrivenBean)srcObject;

41. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

241 : } else if(srcObject instanceof EntityBean){

42. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

242 : EntityBean bean = (EntityBean)srcObject;

43. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

244 : } else if(srcObject instanceof Servlet){

44. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

245 : Servlet servlet = (Servlet)srcObject;

45. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

247 : } else if(srcObject instanceof Filter) {

46. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

248 : Filter filter = (Filter)srcObject;

47. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

250 : } else if(srcObject instanceof Listener){

48. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

251 : Listener listener = (Listener)srcObject;

49. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

255 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

50. 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

OpenJEEResourceAction.java :

255 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

51. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

255 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

52. WARNING: DiscouragedReference

Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

OpenJEEResourceAction.java :

271 : EditorUtility.openInEditor(cu);

53. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

OpenJEEResourceAction.java :

271 : EditorUtility.openInEditor(cu);

54. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

285 : if (srcObject instanceof EObject) {

55. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

286 : if(srcObject instanceof EjbLocalRefImpl || srcObject instanceof ResourceRefImpl){

56. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

286 : if(srcObject instanceof EjbLocalRefImpl || srcObject instanceof ResourceRefImpl){

57. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

286 : if(srcObject instanceof EjbLocalRefImpl || srcObject instanceof ResourceRefImpl){

58. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

286 : if(srcObject instanceof EjbLocalRefImpl || srcObject instanceof ResourceRefImpl){

59. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

287 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

60. 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

OpenJEEResourceAction.java :

287 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

61. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

287 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

62. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

290 : openEObject((EObject) srcObject);

63. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

295 : EJBJar ejbJar = (EJBJar) ModelProviderManager.getModelProvider(project).getModelObject(new Path(J2EEConstants.EJBJAR_DD_URI));

64. 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

OpenJEEResourceAction.java :

295 : EJBJar ejbJar = (EJBJar) ModelProviderManager.getModelProvider(project).getModelObject(new Path(J2EEConstants.EJBJAR_DD_URI));

65. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

297 : if(srcObject instanceof EjbLocalRefImpl){

66. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

297 : if(srcObject instanceof EjbLocalRefImpl){

67. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

299 : } else if(srcObject instanceof ResourceRefImpl){

68. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

299 : } else if(srcObject instanceof ResourceRefImpl){

69. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

303 : openEObject((EObject) srcObject);

70. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

305 : } else if (srcObject instanceof BeanInterfaceNode) {

71. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

306 : openAppropriateEditor(((BeanInterfaceNode) srcObject).get_fqn());

72. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

308 : } else if (srcObject instanceof BeanNode) {

73. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

309 : openAppropriateEditor(((BeanNode) srcObject).getEjbClassQualifiedName());

74. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

311 : } else if (srcObject instanceof WebAppProvider) {

75. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

312 : IFile file = ((WebAppProvider) srcObject).getDDFile();

76. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

317 : } else if(srcObject instanceof WebArtifactNode){

77. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

318 : openEObject((EObject) ((WebArtifactNode)srcObject).getJavaEEObject());

78. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

320 : } else if (srcObject instanceof GroupEJBProvider) {

79. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

321 : openEObject((EObject) ((GroupEJBProvider)srcObject).getEjbJar());

80. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

322 : } else if (srcObject instanceof GroupEARProvider) {

81. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

323 : IFile file = ((GroupEARProvider) srcObject).getDDFile();

82. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

328 : } else if (srcObject instanceof GroupAppClientProvider) {

83. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

329 : IFile file = ((GroupAppClientProvider) srcObject).getDDFile();

84. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

334 : } else if (srcObject instanceof AbstractGroupProvider){

85. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

335 : openEObject((EObject) ((AbstractGroupProvider)srcObject).getJavaEEObject());

86. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

336 : } else if (srcObject instanceof Resource)

87. 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

OpenJEEResourceAction.java :

337 : openAppropriateEditor(WorkbenchResourceHelper .getFile((Resource) srcObject));

88. 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

OpenJEEResourceAction.java :

337 : openAppropriateEditor(WorkbenchResourceHelper

89. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

338 : .getFile((Resource) srcObject));

90. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

346 : if (localref.getResRefName().equals(((ResourceRef) srcObject).getResRefName())) {

91. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

353 : if (((ResourceRefImpl) srcObject).eContainer() instanceof SessionBean) {

92. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

353 : if (((ResourceRefImpl) srcObject).eContainer() instanceof SessionBean) {

93. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

354 : openAppropriateEditor(((SessionBean) (((ResourceRefImpl) srcObject).eContainer())).getEjbClass());

94. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

354 : openAppropriateEditor(((SessionBean) (((ResourceRefImpl) srcObject).eContainer())).getEjbClass());

95. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

364 : if (localref.getEjbRefName().equals(((EjbLocalRef) srcObject).getEjbRefName())) {

96. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

371 : if (((EjbLocalRefImpl) srcObject).eContainer() instanceof SessionBean) {

97. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

371 : if (((EjbLocalRefImpl) srcObject).eContainer() instanceof SessionBean) {

98. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

372 : openAppropriateEditor(((SessionBean) (((EjbLocalRefImpl) srcObject).eContainer())).getEjbClass());

99. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

372 : openAppropriateEditor(((SessionBean) (((EjbLocalRefImpl) srcObject).eContainer())).getEjbClass());

100. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

379 : IResource resource = WorkbenchResourceHelper .getFile(_srcObject);

Source File: org/eclipse/jst/jee/ui/internal/navigator/Web25LabelProvider.java
1. WARNING: DiscouragedReference

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

Web25LabelProvider.java :

13 : import org.eclipse.jst.j2ee.navigator.internal.J2EELabelProvider;

2. WARNING: DiscouragedReference

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

Web25LabelProvider.java :

39 : public class Web25LabelProvider extends J2EELabelProvider {

3. WARNING: DiscouragedReference

Discouraged access: The method getImage(Object) from the type J2EELabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Web25LabelProvider.java :

67 : ret = super.getImage(element);

4. WARNING: DiscouragedReference

Discouraged access: The method getText(Object) from the type J2EELabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Web25LabelProvider.java :

101 : ret = super.getText(element);

Source File: org/eclipse/jst/jee/ui/internal/navigator/appclient/GroupAppClientProvider.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

GroupAppClientProvider.java :

19 : 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

GroupAppClientProvider.java :

84 : if (J2EEVersionConstants.VERSION_5_TEXT.equals(version)) {

3. WARNING: DiscouragedReference

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

GroupAppClientProvider.java :

84 : if (J2EEVersionConstants.VERSION_5_TEXT.equals(version)) {

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

GroupAppClientProvider.java :

86 : } else if (J2EEVersionConstants.VERSION_6_TEXT.equals(version)) {

5. WARNING: DiscouragedReference

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

GroupAppClientProvider.java :

86 : } else if (J2EEVersionConstants.VERSION_6_TEXT.equals(version)) {

Source File: org/eclipse/jst/jee/ui/internal/navigator/dnd/AddProjectToEARDropAssistant.java
1. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

35 : import org.eclipse.jdt.internal.core.JarPackageFragmentRoot;

2. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

3. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

41 : import org.eclipse.jst.j2ee.application.internal.operations.IAddComponentToEnterpriseApplicationDataModelProperties;

4. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

42 : import org.eclipse.jst.j2ee.application.internal.operations.RemoveComponentFromEnterpriseApplicationDataModelProvider;

5. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

6. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

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

AddProjectToEARDropAssistant.java :

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

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

AddProjectToEARDropAssistant.java :

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

9. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

10. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

49 : import org.eclipse.jst.j2ee.internal.dialogs.DependencyConflictResolveDialog;

11. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

50 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

12. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

13. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

52 : import org.eclipse.jst.j2ee.internal.provider.J2EEItemProvider;

14. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

54 : import org.eclipse.jst.j2ee.navigator.internal.plugin.J2EENavigatorPlugin;

15. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

73 : import org.eclipse.wst.common.componentcore.internal.operation.RemoveReferenceComponentsDataModelProvider;

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

AddProjectToEARDropAssistant.java :

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

17. 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

AddProjectToEARDropAssistant.java :

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

18. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

124 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

19. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

124 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

20. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

124 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

21. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

124 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

22. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

124 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

23. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

125 : if (dlg.open() == DependencyConflictResolveDialog.BTN_ID_CANCEL) {

24. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

125 : if (dlg.open() == DependencyConflictResolveDialog.BTN_ID_CANCEL) {

25. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

125 : if (dlg.open() == DependencyConflictResolveDialog.BTN_ID_CANCEL) {

26. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

135 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

27. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

135 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

28. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

135 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

29. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

135 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

30. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

135 : DependencyConflictResolveDialog dlg = new DependencyConflictResolveDialog(getShell(), DependencyConflictResolveDialog.DLG_TYPE_2);

31. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

136 : if (dlg.open() == DependencyConflictResolveDialog.BTN_ID_CANCEL) {

32. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

136 : if (dlg.open() == DependencyConflictResolveDialog.BTN_ID_CANCEL) {

33. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

136 : if (dlg.open() == DependencyConflictResolveDialog.BTN_ID_CANCEL) {

34. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

156 : if (sourceObject instanceof JarPackageFragmentRoot) {

35. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

157 : JarPackageFragmentRoot jarPackageFragment = (JarPackageFragmentRoot) sourceObject;

36. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

157 : JarPackageFragmentRoot jarPackageFragment = (JarPackageFragmentRoot) sourceObject;

37. 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

AddProjectToEARDropAssistant.java :

159 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

38. 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

AddProjectToEARDropAssistant.java :

159 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

39. WARNING: DiscouragedReference

Discouraged access: The method getPath() from the type PackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

160 : IVirtualComponent archive = ComponentCore.createArchiveComponent(earComponent.getProject(), type + jarPackageFragment.getPath().toString());

40. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

221 : libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

41. 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

AddProjectToEARDropAssistant.java :

221 : libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

42. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

245 : if (next instanceof JarPackageFragmentRoot) {

43. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

246 : JarPackageFragmentRoot jar = (JarPackageFragmentRoot) next;

44. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

246 : JarPackageFragmentRoot jar = (JarPackageFragmentRoot) next;

45. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type JarPackageFragmentRoot 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

AddProjectToEARDropAssistant.java :

248 : if (reference.getArchiveName().equals(jar.getElementName())) {

46. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(int, String, Throwable) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

AddProjectToEARDropAssistant.java :

271 : status = J2EENavigatorPlugin.createErrorStatus(0, msg, e);

47. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

271 : status = J2EENavigatorPlugin.createErrorStatus(0, msg, e);

48. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(int, String, Throwable) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

AddProjectToEARDropAssistant.java :

293 : return J2EENavigatorPlugin.createErrorStatus(0, Messages.AddProjectToEARDropAssistant_Could_not_add_module_to_Enterprise_, null);

49. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

293 : return J2EENavigatorPlugin.createErrorStatus(0, Messages.AddProjectToEARDropAssistant_Could_not_add_module_to_Enterprise_, null);

50. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(int, String, Throwable) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

AddProjectToEARDropAssistant.java :

295 : return J2EENavigatorPlugin.createErrorStatus(0, NLS.bind(Messages.AddProjectToEARDropAssistant_The_project_0_cannot_be_accesse_, earProject.getName()), null);

51. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

295 : return J2EENavigatorPlugin.createErrorStatus(0, NLS.bind(Messages.AddProjectToEARDropAssistant_The_project_0_cannot_be_accesse_, earProject.getName()), null);

52. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(int, String, Throwable) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

AddProjectToEARDropAssistant.java :

297 : return J2EENavigatorPlugin.createErrorStatus(0, Messages.AddProjectToEARDropAssistant_The_dragged_project_cannot_be_added_, null);

53. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

297 : return J2EENavigatorPlugin.createErrorStatus(0, Messages.AddProjectToEARDropAssistant_The_dragged_project_cannot_be_added_, null);

54. 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

AddProjectToEARDropAssistant.java :

368 : IProjectFacetVersion javafacetversion = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_JAVA).getDefaultVersion();

55. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

368 : IProjectFacetVersion javafacetversion = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_JAVA).getDefaultVersion();

56. 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

AddProjectToEARDropAssistant.java :

370 : IProjectFacetVersion utilityfacetversion = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_UTILITY_MODULE).getDefaultVersion();

57. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

370 : IProjectFacetVersion utilityfacetversion = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_UTILITY_MODULE).getDefaultVersion();

58. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

380 : String verStr = J2EEProjectUtilities.getJ2EEProjectVersion(projectToAdd);

59. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

380 : String verStr = J2EEProjectUtilities.getJ2EEProjectVersion(projectToAdd);

60. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

384 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(verStr);

61. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

384 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(verStr);

62. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

386 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(verStr);

63. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

386 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(verStr);

64. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

388 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(verStr);

65. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

388 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(verStr);

66. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

390 : version = J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(verStr);

67. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

390 : version = J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(verStr);

68. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

392 : version = J2EEVersionUtil.convertVersionStringToInt(verStr);

69. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

392 : version = J2EEVersionUtil.convertVersionStringToInt(verStr);

70. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(int, String, Throwable) from the type J2EENavigatorPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

AddProjectToEARDropAssistant.java :

401 : status = J2EENavigatorPlugin.createErrorStatus(0, msg, e);

71. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

401 : status = J2EENavigatorPlugin.createErrorStatus(0, msg, e);

72. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

431 : } else if (element instanceof J2EEItemProvider) {

73. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

432 : IFile associatedFile = ((J2EEItemProvider) element).getAssociatedFile();

74. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

432 : IFile associatedFile = ((J2EEItemProvider) element).getAssociatedFile();

75. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

445 : name += IJ2EEModuleConstants.WAR_EXT;

76. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

445 : name += IJ2EEModuleConstants.WAR_EXT;

77. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

447 : name += IJ2EEModuleConstants.EAR_EXT;

78. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

447 : name += IJ2EEModuleConstants.EAR_EXT;

79. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

449 : name += IJ2EEModuleConstants.RAR_EXT;

80. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

449 : name += IJ2EEModuleConstants.RAR_EXT;

81. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

451 : name += IJ2EEModuleConstants.JAR_EXT;

82. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

451 : name += IJ2EEModuleConstants.JAR_EXT;

83. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

492 : IDataModel datamodel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

84. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

492 : IDataModel datamodel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

85. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

502 : datamodel.setProperty(IAddComponentToEnterpriseApplicationDataModelProperties.TARGET_COMPONENTS_TO_URI_MAP, componentToURIMap);

86. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

503 : datamodel.setProperty(IAddComponentToEnterpriseApplicationDataModelProperties.TARGET_COMPONENTS_DEPLOY_PATH, libDir);

87. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

515 : IDataModel datamodel = DataModelFactory.createDataModel(new RemoveComponentFromEnterpriseApplicationDataModelProvider());

88. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

515 : IDataModel datamodel = DataModelFactory.createDataModel(new RemoveComponentFromEnterpriseApplicationDataModelProvider());

89. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

540 : final IDataModel model = DataModelFactory.createDataModel(new RemoveReferenceComponentsDataModelProvider());

90. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

540 : final IDataModel model = DataModelFactory.createDataModel(new RemoveReferenceComponentsDataModelProvider());

91. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

541 : model.setProperty(IAddComponentToEnterpriseApplicationDataModelProperties.TARGET_COMPONENTS_TO_URI_MAP, componentToURIMap);

92. 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

AddProjectToEARDropAssistant.java :

595 : targetProjName = ((J2EEModuleVirtualArchiveComponent) target).getName();

93. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

602 : final IFile manifestmf = J2EEProjectUtilities.getManifestFile(source.getProject());

94. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

602 : final IFile manifestmf = J2EEProjectUtilities.getManifestFile(source.getProject());

95. 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

AddProjectToEARDropAssistant.java :

603 : final ArchiveManifest mf = J2EEProjectUtilities.readManifest(source.getProject());

96. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

603 : final ArchiveManifest mf = J2EEProjectUtilities.readManifest(source.getProject());

97. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

603 : final ArchiveManifest mf = J2EEProjectUtilities.readManifest(source.getProject());

98. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

606 : final IDataModel updateManifestDataModel = DataModelFactory.createDataModel(new UpdateManifestDataModelProvider());

99. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

606 : final IDataModel updateManifestDataModel = DataModelFactory.createDataModel(new UpdateManifestDataModelProvider());

100. 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

AddProjectToEARDropAssistant.java :

607 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, sourceProjName);

Source File: org/eclipse/jst/jee/ui/internal/navigator/dnd/IModuleExtensions.java
1. WARNING: DiscouragedReference

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

IModuleExtensions.java :

13 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

2. WARNING: DiscouragedReference

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

IModuleExtensions.java :

19 : public String DOT_WAR = IJ2EEModuleConstants.WAR_EXT;

3. WARNING: DiscouragedReference

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

IModuleExtensions.java :

19 : public String DOT_WAR = IJ2EEModuleConstants.WAR_EXT;

4. WARNING: DiscouragedReference

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

IModuleExtensions.java :

20 : public String DOT_JAR = IJ2EEModuleConstants.JAR_EXT;

5. WARNING: DiscouragedReference

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

IModuleExtensions.java :

20 : public String DOT_JAR = IJ2EEModuleConstants.JAR_EXT;

6. WARNING: DiscouragedReference

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

IModuleExtensions.java :

21 : public String DOT_RAR = IJ2EEModuleConstants.RAR_EXT;

7. WARNING: DiscouragedReference

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

IModuleExtensions.java :

21 : public String DOT_RAR = IJ2EEModuleConstants.RAR_EXT;

8. WARNING: DiscouragedReference

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

IModuleExtensions.java :

22 : public String DOT_EAR = IJ2EEModuleConstants.EAR_EXT;

9. WARNING: DiscouragedReference

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

IModuleExtensions.java :

22 : public String DOT_EAR = IJ2EEModuleConstants.EAR_EXT;

Source File: org/eclipse/jst/jee/ui/internal/navigator/ear/AbstractEarNode.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

AbstractEarNode.java :

21 : 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

AbstractEarNode.java :

38 : IModuleConstants.JST_APPCLIENT_MODULE,

3. WARNING: DiscouragedReference

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

AbstractEarNode.java :

38 : IModuleConstants.JST_APPCLIENT_MODULE,

4. WARNING: DiscouragedReference

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

AbstractEarNode.java :

39 : IModuleConstants.JST_WEB_MODULE,

5. 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

AbstractEarNode.java :

39 : IModuleConstants.JST_WEB_MODULE,

6. WARNING: DiscouragedReference

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

AbstractEarNode.java :

40 : IModuleConstants.JST_EJB_MODULE,

7. WARNING: DiscouragedReference

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

AbstractEarNode.java :

40 : IModuleConstants.JST_EJB_MODULE,

8. WARNING: DiscouragedReference

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

AbstractEarNode.java :

41 : IModuleConstants.JST_CONNECTOR_MODULE});

9. WARNING: DiscouragedReference

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

AbstractEarNode.java :

41 : IModuleConstants.JST_CONNECTOR_MODULE});

Source File: org/eclipse/jst/jee/ui/internal/navigator/ear/Application5ViewerSorter.java
1. WARNING: DiscouragedReference

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

Application5ViewerSorter.java :

4 : import org.eclipse.jst.j2ee.navigator.internal.ApplicationViewerSorter;

2. WARNING: DiscouragedReference

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

Application5ViewerSorter.java :

6 : public class Application5ViewerSorter extends ApplicationViewerSorter {

3. WARNING: DiscouragedReference

Discouraged access: The method compare(Viewer, Object, Object) from the type ApplicationViewerSorter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.402.v201009081300.jar

Application5ViewerSorter.java :

15 : return super.compare(viewer, e1, e2);

Source File: org/eclipse/jst/jee/ui/internal/navigator/ear/BundledNode.java
1. WARNING: DiscouragedReference

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

BundledNode.java :

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

2. WARNING: DiscouragedReference

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

BundledNode.java :

35 : private static final List<String> UTILITY = Collections.singletonList(J2EEProjectUtilities.UTILITY);

Source File: org/eclipse/jst/jee/ui/internal/navigator/ear/GroupEARProvider.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

GroupEARProvider.java :

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

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

GroupEARProvider.java :

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

3. WARNING: DiscouragedReference

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

GroupEARProvider.java :

59 : return earComponent.getProject();

4. WARNING: DiscouragedReference

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

GroupEARProvider.java :

64 : return NLS.bind(Messages.DEPLOYMENT_DESCRIPTOR, earComponent.getName());

5. WARNING: DiscouragedReference

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

GroupEARProvider.java :

81 : ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE).getVersion(

6. WARNING: DiscouragedReference

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

GroupEARProvider.java :

81 : ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE).getVersion(

7. WARNING: DiscouragedReference

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

GroupEARProvider.java :

82 : J2EEVersionConstants.VERSION_5_0_TEXT)) || facetedProject.hasProjectFacet(

8. 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

GroupEARProvider.java :

82 : J2EEVersionConstants.VERSION_5_0_TEXT)) || facetedProject.hasProjectFacet(

9. WARNING: DiscouragedReference

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

GroupEARProvider.java :

83 : ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE).getVersion(

10. WARNING: DiscouragedReference

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

GroupEARProvider.java :

83 : ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE).getVersion(

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

GroupEARProvider.java :

84 : J2EEVersionConstants.VERSION_6_0_TEXT)))) {

12. 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

GroupEARProvider.java :

84 : J2EEVersionConstants.VERSION_6_0_TEXT)))) {

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

GroupEARProvider.java :

111 : if (J2EEVersionConstants.VERSION_5_TEXT.equals(version)) {

14. WARNING: DiscouragedReference

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

GroupEARProvider.java :

111 : if (J2EEVersionConstants.VERSION_5_TEXT.equals(version)) {

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

GroupEARProvider.java :

113 : } else if (J2EEVersionConstants.VERSION_6_TEXT.equals(version)) {

16. WARNING: DiscouragedReference

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

GroupEARProvider.java :

113 : } else if (J2EEVersionConstants.VERSION_6_TEXT.equals(version)) {

Source File: org/eclipse/jst/jee/ui/internal/navigator/ear/ShowDepPropPageAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

ShowDepPropPageAction.java :

21 : import org.eclipse.ui.internal.dialogs.PropertyDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

ShowDepPropPageAction.java :

42 : PreferenceDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().

3. WARNING: DiscouragedReference

Discouraged access: The method createDialogOn(Shell, String, Object) from the type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

ShowDepPropPageAction.java :

42 : PreferenceDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow(). getShell(), "org.eclipse.wst.common.componentcore.ui.DeploymentAssemblyPage", earProject); //$NON-NLS-1$

Source File: org/eclipse/jst/jee/ui/internal/navigator/ejb/ActivationConfigProperties.java
1. WARNING: DiscouragedReference

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

ActivationConfigProperties.java :

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

2. WARNING: DiscouragedReference

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

ActivationConfigProperties.java :

51 : URL url = (URL) J2EEPlugin.getPlugin().getImage("access_intent_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

ActivationConfigProperties.java :

51 : URL url = (URL) J2EEPlugin.getPlugin().getImage("access_intent_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

ActivationConfigProperties.java :

51 : URL url = (URL) J2EEPlugin.getPlugin().getImage("access_intent_obj"); //$NON-NLS-1$

Source File: org/eclipse/jst/jee/ui/internal/navigator/ejb/BeanDecorator.java
1. WARNING: DiscouragedReference

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

BeanDecorator.java :

7 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

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

BeanDecorator.java :

37 : decoration.addOverlay(J2EEUIPlugin.getDefault().getImageDescriptor("ejb_module_ovr")); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

BeanDecorator.java :

37 : decoration.addOverlay(J2EEUIPlugin.getDefault().getImageDescriptor("ejb_module_ovr")); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

BeanDecorator.java :

37 : decoration.addOverlay(J2EEUIPlugin.getDefault().getImageDescriptor("ejb_module_ovr")); //$NON-NLS-1$

Source File: org/eclipse/jst/jee/ui/internal/navigator/ejb/BeanInterfaceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanInterfaceNode.java :

17 : import org.eclipse.jdt.internal.ui.JavaPluginImages;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanInterfaceNode.java :

64 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

3. WARNING: DiscouragedReference

Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanInterfaceNode.java :

64 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

4. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanInterfaceNode.java :

64 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

5. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJS_CUNIT from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanInterfaceNode.java :

64 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

Source File: org/eclipse/jst/jee/ui/internal/navigator/ejb/BeanNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanNode.java :

16 : import org.eclipse.jdt.internal.ui.JavaPluginImages;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanNode.java :

71 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

3. WARNING: DiscouragedReference

Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanNode.java :

71 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

4. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanNode.java :

71 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

5. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJS_CUNIT from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

BeanNode.java :

71 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

Source File: org/eclipse/jst/jee/ui/internal/navigator/ejb/GroupEjbEntity.java
1. WARNING: DiscouragedReference

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

GroupEjbEntity.java :

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

2. WARNING: DiscouragedReference

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

GroupEjbEntity.java :

59 : URL url = (URL) J2EEPlugin.getPlugin().getImage("cmpEntity_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

GroupEjbEntity.java :

59 : URL url = (URL) J2EEPlugin.getPlugin().getImage("cmpEntity_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

GroupEjbEntity.java :

59 : URL url = (URL) J2EEPlugin.getPlugin().getImage("cmpEntity_obj"); //$NON-NLS-1$

Source File: org/eclipse/jst/jee/ui/internal/navigator/ejb/GroupEjbMessageDriven.java
1. WARNING: DiscouragedReference

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

GroupEjbMessageDriven.java :

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

2. WARNING: DiscouragedReference

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

GroupEjbMessageDriven.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

GroupEjbMessageDriven.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

GroupEjbMessageDriven.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$

Source File: org/eclipse/jst/jee/ui/internal/navigator/ejb/GroupEjbSession.java
1. WARNING: DiscouragedReference

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

GroupEjbSession.java :

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

2. WARNING: DiscouragedReference

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

GroupEjbSession.java :

60 : URL url = (URL) J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

GroupEjbSession.java :

60 : URL url = (URL) J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

GroupEjbSession.java :

60 : URL url = (URL) J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupContextParamsItemProvider.java
1. WARNING: DiscouragedReference

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

GroupContextParamsItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupContextParamsItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_CONTEXT_PARAM);

3. WARNING: DiscouragedReference

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

GroupContextParamsItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_CONTEXT_PARAM);

4. WARNING: DiscouragedReference

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

GroupContextParamsItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_CONTEXT_PARAM);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupErrorPagesItemProvider.java
1. WARNING: DiscouragedReference

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

GroupErrorPagesItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupErrorPagesItemProvider.java :

60 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_ERROR_PAGE);

3. WARNING: DiscouragedReference

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

GroupErrorPagesItemProvider.java :

60 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_ERROR_PAGE);

4. WARNING: DiscouragedReference

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

GroupErrorPagesItemProvider.java :

60 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_ERROR_PAGE);

5. WARNING: DiscouragedReference

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

GroupErrorPagesItemProvider.java :

72 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_ERROR_PAGE);

6. WARNING: DiscouragedReference

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

GroupErrorPagesItemProvider.java :

72 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_ERROR_PAGE);

7. WARNING: DiscouragedReference

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

GroupErrorPagesItemProvider.java :

72 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_ERROR_PAGE);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupFilterMappingItemProvider.java
1. WARNING: DiscouragedReference

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

GroupFilterMappingItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupFilterMappingItemProvider.java :

71 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_FILTER_MAPPING);

3. WARNING: DiscouragedReference

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

GroupFilterMappingItemProvider.java :

71 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_FILTER_MAPPING);

4. WARNING: DiscouragedReference

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

GroupFilterMappingItemProvider.java :

71 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_FILTER_MAPPING);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupFiltersItemProvider.java
1. WARNING: DiscouragedReference

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

GroupFiltersItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupFiltersItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.FILTER_MAPPING);

3. WARNING: DiscouragedReference

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

GroupFiltersItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.FILTER_MAPPING);

4. WARNING: DiscouragedReference

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

GroupFiltersItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.FILTER_MAPPING);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupListenerItemProvider.java
1. WARNING: DiscouragedReference

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

GroupListenerItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupListenerItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_LISTENER);

3. WARNING: DiscouragedReference

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

GroupListenerItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_LISTENER);

4. WARNING: DiscouragedReference

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

GroupListenerItemProvider.java :

58 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_LISTENER);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupReferenceItemProvider.java
1. WARNING: DiscouragedReference

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

GroupReferenceItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupReferenceItemProvider.java :

72 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.RESOURCE_REFERENCE_OBJ);

3. WARNING: DiscouragedReference

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

GroupReferenceItemProvider.java :

72 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.RESOURCE_REFERENCE_OBJ);

4. WARNING: DiscouragedReference

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

GroupReferenceItemProvider.java :

72 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.RESOURCE_REFERENCE_OBJ);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupServletItemProvider.java
1. WARNING: DiscouragedReference

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

GroupServletItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupServletItemProvider.java :

61 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_SERVLET);

3. WARNING: DiscouragedReference

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

GroupServletItemProvider.java :

61 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_SERVLET);

4. WARNING: DiscouragedReference

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

GroupServletItemProvider.java :

61 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_SERVLET);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupServletMappingItemProvider.java
1. WARNING: DiscouragedReference

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

GroupServletMappingItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupServletMappingItemProvider.java :

61 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.SERVLET_MAPPING);

3. WARNING: DiscouragedReference

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

GroupServletMappingItemProvider.java :

61 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.SERVLET_MAPPING);

4. WARNING: DiscouragedReference

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

GroupServletMappingItemProvider.java :

61 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.SERVLET_MAPPING);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/GroupWelcomePagesItemProvider.java
1. WARNING: DiscouragedReference

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

GroupWelcomePagesItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupWelcomePagesItemProvider.java :

80 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_WELCOME_PAGES);

3. WARNING: DiscouragedReference

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

GroupWelcomePagesItemProvider.java :

80 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_WELCOME_PAGES);

4. WARNING: DiscouragedReference

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

GroupWelcomePagesItemProvider.java :

80 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_WELCOME_PAGES);

5. WARNING: DiscouragedReference

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

GroupWelcomePagesItemProvider.java :

89 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_WELCOME_PAGE);

6. WARNING: DiscouragedReference

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

GroupWelcomePagesItemProvider.java :

89 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_WELCOME_PAGE);

7. WARNING: DiscouragedReference

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

GroupWelcomePagesItemProvider.java :

89 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_WELCOME_PAGE);

Source File: org/eclipse/jst/jee/ui/internal/navigator/web/WebAppProvider.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

WebAppProvider.java :

19 : 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

WebAppProvider.java :

98 : if (J2EEVersionConstants.VERSION_2_5_TEXT.equals(version)) {

3. 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

WebAppProvider.java :

98 : if (J2EEVersionConstants.VERSION_2_5_TEXT.equals(version)) {

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

WebAppProvider.java :

100 : } else if (J2EEVersionConstants.VERSION_3_0_TEXT.equals(version)) {

5. 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

WebAppProvider.java :

100 : } else if (J2EEVersionConstants.VERSION_3_0_TEXT.equals(version)) {

Source File: org/eclipse/jst/jee/ui/plugin/JEEUIPlugin.java
1. WARNING: DiscouragedReference

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

JEEUIPlugin.java :

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

2. WARNING: DiscouragedReference

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

JEEUIPlugin.java :

87 : return J2EEPlugin.getImageURL(key, getBundle());

3. WARNING: DiscouragedReference

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

JEEUIPlugin.java :

87 : return J2EEPlugin.getImageURL(key, getBundle());