Compiler Report

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

Number of source files: 55 Number of classfiles: 62

Problems: 553 (Errors: 0 Warnings: 553 )

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

CreateDeploymentFilesActionDelegate.java :

46 : super.selectionChanged(action, aSelection);

6. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

CreateDeploymentFilesActionDelegate.java :

59 : && J2EEProjectUtilities.isJEEProject(project)

8. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

74 : if(J2EEProjectUtilities.isEARProject(project)){

9. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

74 : if(J2EEProjectUtilities.isEARProject(project)){

10. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

11. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

12. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

76 : } else if(J2EEProjectUtilities.isEJBProject(project)){

13. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

76 : } else if(J2EEProjectUtilities.isEJBProject(project)){

14. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

15. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

16. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

78 : } else if(J2EEProjectUtilities.isDynamicWebProject(project)){

17. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

78 : } else if(J2EEProjectUtilities.isDynamicWebProject(project)){

18. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

19. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

20. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

80 : } else if(J2EEProjectUtilities.isApplicationClientProject(project)){

21. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

80 : } else if(J2EEProjectUtilities.isApplicationClientProject(project)){

22. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

23. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

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

24. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

98 : IProject project = ProjectUtilities.getProject(selection.getFirstElement());

25. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

110 : if(J2EEProjectUtilities.isEARProject(project)){

26. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

110 : if(J2EEProjectUtilities.isEARProject(project)){

27. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

112 : } else if(J2EEProjectUtilities.isEJBProject(project)){

28. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

112 : } else if(J2EEProjectUtilities.isEJBProject(project)){

29. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

114 : } else if(J2EEProjectUtilities.isDynamicWebProject(project)){

30. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

114 : } else if(J2EEProjectUtilities.isDynamicWebProject(project)){

31. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

116 : } else if(J2EEProjectUtilities.isApplicationClientProject(project)){

32. WARNING: DiscouragedReference

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

CreateDeploymentFilesActionDelegate.java :

116 : } else if(J2EEProjectUtilities.isApplicationClientProject(project)){

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

EJBDeployableArtifactAdapterUtil.java :

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

2. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

30 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EJBDeployableArtifactAdapterUtil.java :

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

4. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

82 : return J2EEProjectUtilities.isEJBProject(project);

5. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

82 : return J2EEProjectUtilities.isEJBProject(project);

6. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

7. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

8. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

9. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

10. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

11. WARNING: LocalVariableIsNeverUsed

The local variable comp is never read

EJBDeployableArtifactAdapterUtil.java :

209 : IVirtualComponent comp = (IVirtualComponent)file.getAdapter(IVirtualComponent.class);

12. WARNING: DiscouragedReference

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

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EnterpriseApplicationDeployableAdapterUtil.java :

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

EnterpriseApplicationDeployableAdapterUtil.java :

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

EnterpriseApplicationDeployableAdapterUtil.java :

93 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EnterpriseApplicationDeployableAdapterUtil.java :

117 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EnterpriseApplicationDeployableAdapterUtil.java :

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

8. WARNING: DiscouragedReference

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

EnterpriseApplicationDeployableAdapterUtil.java :

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

WebDeployableArtifactUtil.java :

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

WebDeployableArtifactUtil.java :

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

WebDeployableArtifactUtil.java :

36 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebDeployableArtifactUtil.java :

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

6. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

7. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

8. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

9. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

10. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

11. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

12. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

13. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

14. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

15. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

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

16. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

186 : Iterator iterator = Arrays.asList(ServerUtil.getModules(J2EEProjectUtilities.DYNAMIC_WEB)).iterator();

17. WARNING: LocalVariableIsNeverUsed

The local variable exists is never read

WebDeployableArtifactUtil.java :

320 : boolean exists = false;

18. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

351 : return J2EEProjectUtilities.isDynamicWebProject(project);

19. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

351 : return J2EEProjectUtilities.isDynamicWebProject(project);

20. WARNING: LocalVariableIsNeverUsed

The local variable exists is never read

WebDeployableArtifactUtil.java :

359 : boolean exists = false;

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

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

AppClient5LabelProvider.java :

23 : public class AppClient5LabelProvider extends J2EELabelProvider {

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

Ear5ContentProvider.java :

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

2. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

3. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

4. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

5. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

82 : IModuleConstants.JST_APPCLIENT_MODULE,

6. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

82 : IModuleConstants.JST_APPCLIENT_MODULE,

7. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

83 : IModuleConstants.JST_WEB_MODULE,

8. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

83 : IModuleConstants.JST_WEB_MODULE,

9. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

84 : IModuleConstants.JST_EJB_MODULE

10. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

84 : IModuleConstants.JST_EJB_MODULE

11. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

12. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

13. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

112 : J2EEVersionConstants.VERSION_5_0_TEXT))) {

14. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

112 : J2EEVersionConstants.VERSION_5_0_TEXT))) {

15. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

114 : List libs = getComponentReferencesAsList(Collections.singletonList(J2EEProjectUtilities.UTILITY), projectComponent,

16. WARNING: LocalVariableIsNeverUsed

The local variable libDir is never read

Ear5ContentProvider.java :

133 : String libDir = EAR_DEFAULT_LIB;

17. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

134 : if (J2EEProjectUtilities.isJEEProject(project)) {

18. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

134 : if (J2EEProjectUtilities.isJEEProject(project)) {

19. WARNING: NonStaticAccessToStaticMethod

The static method logError(String, Exception) from the type JEEUIPlugin should be accessed in a static way

Ear5ContentProvider.java :

156 : JEEUIPlugin.getDefault().logError(msg, e);

20. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

162 : if (project != null && J2EEProjectUtilities.isEARProject(project)) {

21. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

162 : if (project != null && J2EEProjectUtilities.isEARProject(project)) {

22. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

23. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

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

24. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

169 : J2EEVersionConstants.VERSION_5_0_TEXT))) {

25. WARNING: DiscouragedReference

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

Ear5ContentProvider.java :

169 : J2EEVersionConstants.VERSION_5_0_TEXT))) {

26. WARNING: NonStaticAccessToStaticMethod

The static method logError(String, Exception) from the type JEEUIPlugin should be accessed in a static way

Ear5ContentProvider.java :

175 : JEEUIPlugin.getDefault().logError(msg, e);

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

4. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

5. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

36 : public class Ear5LabelProvider extends J2EELabelProvider {

6. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

Ear5LabelProvider.java :

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

24. WARNING: NonStaticAccessToStaticMethod

The static method logError(String, Exception) from the type JEEUIPlugin should be accessed in a static way

Ear5LabelProvider.java :

55 : JEEUIPlugin.getDefault().logError(msg, e);

25. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

26. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

27. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

28. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

29. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

30. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

31. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

75 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_WEB);

32. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

75 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_WEB);

33. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

75 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_WEB);

34. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

35. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

36. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

37. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

79 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_CLIENT);

38. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

79 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_CLIENT);

39. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

79 : ret = J2EENavigatorPlugin.getDefault().getImage(IMG_MODULE_CLIENT);

40. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

41. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

42. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

43. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

44. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

45. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

46. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

84 : } else if (component instanceof VirtualArchiveComponent) {

47. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

48. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

49. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

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

50. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

126 : VirtualArchiveComponent virtualArchiveComponent = (VirtualArchiveComponent)component;

51. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

126 : VirtualArchiveComponent virtualArchiveComponent = (VirtualArchiveComponent)component;

52. WARNING: DiscouragedReference

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

Ear5LabelProvider.java :

127 : String deployedName = virtualArchiveComponent.getDeployedName();

Source File: org/eclipse/jst/jee/ui/internal/navigator/Ejb3ContentProvider.java
1. WARNING: UnusedPrivateMethod

The method addSessionJNDIRefInfo(EntityBean, List) from the type Ejb3ContentProvider is never used locally

Ejb3ContentProvider.java :

138 : private void addSessionJNDIRefInfo(EntityBean eb, List children) {

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

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

Ejb3LabelProvider.java :

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

2. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

3. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

4. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

5. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

6. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

7. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

46 : public class Ejb3LabelProvider extends J2EELabelProvider {

8. WARNING: UnusedPrivateField

The field Ejb3LabelProvider.delegateLabelProvider is never read locally

Ejb3LabelProvider.java :

48 : private AdapterFactoryLabelProvider delegateLabelProvider;

9. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

51 : delegateLabelProvider = new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

10. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

51 : delegateLabelProvider = 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

Ejb3LabelProvider.java :

51 : delegateLabelProvider = new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

12. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

51 : delegateLabelProvider = new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

13. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

51 : delegateLabelProvider = 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

Ejb3LabelProvider.java :

51 : delegateLabelProvider = new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID));

15. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

Ejb3LabelProvider.java :

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

17. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

18. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

70 : URL url = (URL) J2EEPlugin.getPlugin().getImage("sessionBean_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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

Ejb3LabelProvider.java :

70 : URL url = (URL) J2EEPlugin.getPlugin().getImage("sessionBean_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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

Ejb3LabelProvider.java :

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

21. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

22. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

75 : URL url = (URL) J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

Ejb3LabelProvider.java :

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

24. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

25. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

26. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

27. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

28. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

29. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

30. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

31. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

32. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

33. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

34. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

35. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

36. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

37. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

38. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

39. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

40. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

41. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

42. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

43. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

44. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

45. WARNING: DiscouragedReference

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

Ejb3LabelProvider.java :

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

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

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

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 ModuleFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JEEActionProvider.java :

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

2. WARNING: DiscouragedReference

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

JEEActionProvider.java :

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

3. WARNING: DiscouragedReference

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

JEEActionProvider.java :

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

4. WARNING: DiscouragedReference

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

JEEActionProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.navigator.resources_3.3.101.M20080910-0800.jar

JEEActionProvider.java :

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

6. WARNING: DiscouragedReference

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

JEEActionProvider.java :

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

7. WARNING: DiscouragedReference

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

JEEActionProvider.java :

93 : J2EEUtilityJarItemProvider utilityJarItemProvider = null;

8. WARNING: DiscouragedReference

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

JEEActionProvider.java :

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

9. WARNING: DiscouragedReference

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

JEEActionProvider.java :

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

10. WARNING: DiscouragedReference

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

JEEActionProvider.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.navigator.resources_3.3.101.M20080910-0800.jar

JEEActionProvider.java :

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

12. WARNING: DiscouragedReference

Discouraged access: The field OpenActionProvider_OpenWithMenu_label from the type WorkbenchNavigatorMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.navigator.resources_3.3.101.M20080910-0800.jar

JEEActionProvider.java :

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

13. WARNING: DiscouragedReference

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

JEEActionProvider.java :

206 : IResource resource = WorkbenchResourceHelper

14. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JEEActionProvider.java :

206 : IResource resource = WorkbenchResourceHelper .getFile((EObject) _srcObject);

15. WARNING: DiscouragedReference

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

JEEActionProvider.java :

211 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

16. WARNING: DiscouragedReference

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

JEEActionProvider.java :

211 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

17. WARNING: DiscouragedReference

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

JEEActionProvider.java :

211 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

18. WARNING: DiscouragedReference

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

JEEActionProvider.java :

213 : ArchiveOptions options = moduleFile.getOptions();

19. WARNING: DiscouragedReference

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

JEEActionProvider.java :

213 : ArchiveOptions options = moduleFile.getOptions();

20. WARNING: LocalVariableIsNeverUsed

The local variable component is never read

JEEActionProvider.java :

215 : IVirtualComponent component = ((ComponentArchiveOptions) options)

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

OpenJEEResourceAction.java :

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

OpenJEEResourceAction.java :

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

OpenJEEResourceAction.java :

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

OpenJEEResourceAction.java :

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

5. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

6. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

7. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

8. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

9. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

10. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

75 : public class OpenJEEResourceAction extends AbstractOpenAction {

11. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

12. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

100 : javaEditorDescriptor = findEditorDescriptor(JAVA_EDITOR_ID);

13. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

106 : baseJavaEditorDescriptor = findEditorDescriptor(BASE_JAVA_EDITOR_ID);

14. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

15. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

16. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

137 : currentDescriptor.getId());

17. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

18. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

145 : J2EEUIMessages

19. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

20. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

163 : J2EEUIMessages

21. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

22. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

189 : J2EEUIMessages

23. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

201 : if (srcObject instanceof J2EEJavaClassProviderHelper) {

24. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

201 : if (srcObject instanceof J2EEJavaClassProviderHelper) {

25. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

26. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

27. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

28. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

207 : if (srcObject instanceof SessionBean ||

29. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

208 : srcObject instanceof MessageDrivenBean ||

30. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

209 : srcObject instanceof EntityBean ||

31. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

210 : srcObject instanceof Servlet ||

32. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

211 : srcObject instanceof Filter ||

33. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

212 : srcObject instanceof Listener){

34. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

215 : if( srcObject instanceof SessionBean ){

35. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

216 : SessionBean bean = (SessionBean)srcObject;

36. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

218 : } else if(srcObject instanceof MessageDrivenBean){

37. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

219 : MessageDrivenBean bean = (MessageDrivenBean)srcObject;

38. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

221 : } else if(srcObject instanceof EntityBean){

39. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

222 : EntityBean bean = (EntityBean)srcObject;

40. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

224 : } else if(srcObject instanceof Servlet){

41. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

225 : Servlet servlet = (Servlet)srcObject;

42. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

227 : } else if(srcObject instanceof Filter) {

43. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

228 : Filter filter = (Filter)srcObject;

44. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

230 : } else if(srcObject instanceof Listener){

45. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

231 : Listener listener = (Listener)srcObject;

46. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

OpenJEEResourceAction.java :

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

47. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

48. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

49. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

249 : EditorUtility.openInEditor(cu);

50. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

OpenJEEResourceAction.java :

249 : EditorUtility.openInEditor(cu);

51. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

263 : if (srcObject instanceof EObject) {

52. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

264 : openEObject((EObject) srcObject);

53. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

265 : } else if (srcObject instanceof BeanInterfaceNode) {

54. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

55. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

268 : } else if (srcObject instanceof BeanNode) {

56. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

57. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

272 : } else if (srcObject instanceof WebAppProvider) {

58. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

59. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

278 : } else if (srcObject instanceof GroupEJBProvider) {

60. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

61. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

280 : } else if (srcObject instanceof GroupEARProvider) {

62. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

63. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

287 : else if (srcObject instanceof GroupAppClientProvider) {

64. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

65. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

293 : }else if (srcObject instanceof Resource)

66. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

67. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

294 : openAppropriateEditor(WorkbenchResourceHelper

68. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

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

69. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

OpenJEEResourceAction.java :

300 : IResource resource = WorkbenchResourceHelper .getFile((EObject) _srcObject);

70. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

300 : IResource resource = WorkbenchResourceHelper

71. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

305 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

72. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

305 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

73. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

305 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

74. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

307 : ArchiveOptions options = moduleFile.getOptions();

75. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

307 : ArchiveOptions options = moduleFile.getOptions();

76. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

338 : if (!super.updateSelection(s))

77. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

346 : if (obj instanceof J2EEJavaClassProviderHelper)

78. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

347 : currentDescriptor = getJavaEditorDescriptor();

79. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

349 : currentDescriptor = getBaseJavaEditorDescriptor();

80. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

OpenJEEResourceAction.java :

353 : IFile file = WorkbenchResourceHelper.getFile((EObject) obj);

81. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

353 : IFile file = WorkbenchResourceHelper.getFile((EObject) obj);

82. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

356 : currentDescriptor = registry.getDefaultEditor(file.getName(),

83. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

362 : currentDescriptor = registry.getDefaultEditor(name, null);

84. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

368 : IFile file = WorkbenchResourceHelper.getFile((Resource) obj);

85. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

368 : IFile file = WorkbenchResourceHelper.getFile((Resource) obj);

86. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

370 : currentDescriptor = registry.getDefaultEditor(file.getName(),

87. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

378 : currentDescriptor = registry.getDefaultEditor(file.getName(),

88. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

381 : currentDescriptor = null;

89. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

390 : currentDescriptor = registry.getDefaultEditor(file.getName(),

90. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

393 : currentDescriptor = null;

91. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

402 : currentDescriptor = registry.getDefaultEditor(file.getName(),

92. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

OpenJEEResourceAction.java :

410 : IFile file = WorkbenchResourceHelper.getFile((EObject)enterpriseBean);

93. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

410 : IFile file = WorkbenchResourceHelper.getFile((EObject)enterpriseBean);

94. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

413 : currentDescriptor = registry.getDefaultEditor(file.getName(),

95. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

419 : currentDescriptor = registry.getDefaultEditor(name, null);

96. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

OpenJEEResourceAction.java :

427 : IFile file = WorkbenchResourceHelper.getFile((EObject)beanInterface);

97. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

427 : IFile file = WorkbenchResourceHelper.getFile((EObject)beanInterface);

98. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

430 : currentDescriptor = registry.getDefaultEditor(file.getName(),

99. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

435 : currentDescriptor = registry.getDefaultEditor(name, null);

100. WARNING: DiscouragedReference

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

OpenJEEResourceAction.java :

439 : currentDescriptor = registry.getDefaultEditor(((BeanInterfaceNode) obj).getText(), null);

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

Web25LabelProvider.java :

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

Web25LabelProvider.java :

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

Web25LabelProvider.java :

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

Web25LabelProvider.java :

104 : ret = super.getText(element);

Source File: org/eclipse/jst/jee/ui/internal/navigator/appclient/GroupAppClientProvider.java
1. WARNING: UnusedPrivateMethod

The method getModel() from the type GroupAppClientProvider is never used locally

GroupAppClientProvider.java :

54 : private ApplicationClient getModel() {

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

24. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

26. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

32. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

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

34. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

AddProjectToEARDropAssistant.java :

158 : if (sourceObject instanceof JarPackageFragmentRoot) {

35. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

AddProjectToEARDropAssistant.java :

159 : JarPackageFragmentRoot jarPackageFragment = (JarPackageFragmentRoot) sourceObject;

36. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

AddProjectToEARDropAssistant.java :

159 : JarPackageFragmentRoot jarPackageFragment = (JarPackageFragmentRoot) sourceObject;

37. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

161 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddProjectToEARDropAssistant.java :

161 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

AddProjectToEARDropAssistant.java :

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

AddProjectToEARDropAssistant.java :

222 : libDir = new Path(J2EEConstants.EAR_DEFAULT_LIB_DIR).makeRelative().toString();

41. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

222 : libDir = new Path(J2EEConstants.EAR_DEFAULT_LIB_DIR).makeRelative().toString();

42. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

233 : if (referencedComponent.isBinary() && VirtualArchiveComponent.class.isInstance(referencedComponent)){

43. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

234 : if (isPhysicallyAdded((VirtualArchiveComponent) referencedComponent)){

44. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

AddProjectToEARDropAssistant.java :

248 : if (next instanceof JarPackageFragmentRoot) {

45. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

AddProjectToEARDropAssistant.java :

249 : JarPackageFragmentRoot jar = (JarPackageFragmentRoot) next;

46. WARNING: DiscouragedReference

Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

AddProjectToEARDropAssistant.java :

249 : JarPackageFragmentRoot jar = (JarPackageFragmentRoot) next;

47. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

AddProjectToEARDropAssistant.java :

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

48. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

49. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

50. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

286 : private boolean isPhysicallyAdded(VirtualArchiveComponent component) {

51. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

288 : component.getProjectRelativePath();

52. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

53. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

54. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

55. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

56. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

57. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

58. WARNING: LocalVariableIsNeverUsed

The local variable modelProvider is never read

AddProjectToEARDropAssistant.java :

321 : IModelProvider modelProvider = ModelProviderManager.getModelProvider(earProject);

59. WARNING: NonStaticAccessToStaticMethod

The static method logError(String, Exception) from the type JEEUIPlugin should be accessed in a static way

AddProjectToEARDropAssistant.java :

330 : JEEUIPlugin.getDefault().logError("Could not acquire model elements for project \"" + earProject.getName() + "\".", null); //$NON-NLS-1$ //$NON-NLS-2$

60. WARNING: NonStaticAccessToStaticMethod

The static method logError(String, Exception) from the type JEEUIPlugin should be accessed in a static way

AddProjectToEARDropAssistant.java :

334 : JEEUIPlugin.getDefault().logError(msg, e1);

61. WARNING: NonStaticAccessToStaticMethod

The static method logError(String, Exception) from the type JEEUIPlugin should be accessed in a static way

AddProjectToEARDropAssistant.java :

350 : JEEUIPlugin.getDefault().logError(msg, e1);

62. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

63. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

64. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

65. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

66. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

67. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

68. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

391 : if (J2EEProjectUtilities.isApplicationClientProject(projectToAdd))

69. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

391 : if (J2EEProjectUtilities.isApplicationClientProject(projectToAdd))

70. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

392 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(verStr);

71. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

392 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(verStr);

72. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

393 : else if (J2EEProjectUtilities.isEJBProject(projectToAdd))

73. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

393 : else if (J2EEProjectUtilities.isEJBProject(projectToAdd))

74. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

394 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(verStr);

75. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

394 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(verStr);

76. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

395 : else if (J2EEProjectUtilities.isDynamicWebProject(projectToAdd))

77. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

395 : else if (J2EEProjectUtilities.isDynamicWebProject(projectToAdd))

78. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

396 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(verStr);

79. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

396 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(verStr);

80. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

397 : else if (J2EEProjectUtilities.isJCAProject(projectToAdd))

81. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

397 : else if (J2EEProjectUtilities.isJCAProject(projectToAdd))

82. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

398 : version = J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(verStr);

83. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

398 : version = J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(verStr);

84. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

400 : version = J2EEVersionUtil.convertVersionStringToInt(verStr);

85. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

400 : version = J2EEVersionUtil.convertVersionStringToInt(verStr);

86. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

87. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

88. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

439 : } else if (element instanceof J2EEItemProvider) {

89. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

90. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

91. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

452 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

92. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

452 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

93. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

454 : } else if (J2EEProjectUtilities.isEARProject(project)) {

94. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

454 : } else if (J2EEProjectUtilities.isEARProject(project)) {

95. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

456 : } else if (J2EEProjectUtilities.isJCAProject(project)) {

96. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

456 : } else if (J2EEProjectUtilities.isJCAProject(project)) {

97. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

480 : if (!J2EEProjectUtilities.isEARProject(earRefProjects[i]) && !earRefProjects[i].equals(libProj)) {

98. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

480 : if (!J2EEProjectUtilities.isEARProject(earRefProjects[i]) && !earRefProjects[i].equals(libProj)) {

99. WARNING: LocalVariableIsNeverUsed

The local variable k is never read

AddProjectToEARDropAssistant.java :

494 : int k = 0;

100. WARNING: DiscouragedReference

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

AddProjectToEARDropAssistant.java :

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

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AbstractEarNode.java :

24 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AbstractEarNode.java :

43 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AbstractEarNode.java :

43 : IModuleConstants.JST_APPCLIENT_MODULE,

4. WARNING: DiscouragedReference

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

AbstractEarNode.java :

44 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AbstractEarNode.java :

44 : IModuleConstants.JST_WEB_MODULE,

6. WARNING: DiscouragedReference

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

AbstractEarNode.java :

45 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AbstractEarNode.java :

45 : IModuleConstants.JST_EJB_MODULE,

8. WARNING: DiscouragedReference

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

AbstractEarNode.java :

46 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AbstractEarNode.java :

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

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

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

Application5ViewerSorter.java :

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

BundledNode.java :

34 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

GroupEARProvider.java :

29 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

GroupEARProvider.java :

58 : return earComponent.getProject();

4. WARNING: DiscouragedReference

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

GroupEARProvider.java :

62 : return "Deployment Descriptor: " + earComponent.getName(); //$NON-NLS-1$

5. WARNING: LocalVariableIsNeverUsed

The local variable projectComponent is never read

GroupEARProvider.java :

73 : IVirtualComponent projectComponent = ComponentCore.createComponent(project);

6. WARNING: DiscouragedReference

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

GroupEARProvider.java :

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

7. WARNING: DiscouragedReference

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

GroupEARProvider.java :

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

8. WARNING: DiscouragedReference

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

GroupEARProvider.java :

79 : J2EEVersionConstants.VERSION_5_0_TEXT))) {

9. WARNING: DiscouragedReference

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

GroupEARProvider.java :

79 : J2EEVersionConstants.VERSION_5_0_TEXT))) {

10. WARNING: NonStaticAccessToStaticMethod

The static method logError(String, Exception) from the type JEEUIPlugin should be accessed in a static way

GroupEARProvider.java :

96 : JEEUIPlugin.getDefault().logError(msg, e);

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

ShowDepPropPageAction.java :

42 : PreferenceDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow(). getShell(), "org.eclipse.jst.j2ee.internal.J2EEDependenciesPage", 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

BeanNode.java :

16 : import org.eclipse.jdt.internal.ui.JavaPluginImages;

2. WARNING: UnusedPrivateField

The field BeanNode.BEAN_OVR is never read locally

BeanNode.java :

35 : private static ImageDescriptor BEAN_OVR;

3. WARNING: UnusedPrivateField

The field BeanNode.WEB_SERVICE_OVR is never read locally

BeanNode.java :

36 : private static ImageDescriptor WEB_SERVICE_OVR;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

BeanNode.java :

75 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

5. WARNING: DiscouragedReference

Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

BeanNode.java :

75 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

6. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

BeanNode.java :

75 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CUNIT);

7. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJS_CUNIT from the type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

BeanNode.java :

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

GroupEjbEntity.java :

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

GroupEjbEntity.java :

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

GroupEjbEntity.java :

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

GroupEjbMessageDriven.java :

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

GroupEjbMessageDriven.java :

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

GroupEjbMessageDriven.java :

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

GroupEjbSession.java :

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

GroupEjbSession.java :

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

GroupEjbSession.java :

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

GroupContextParamsItemProvider.java :

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

GroupContextParamsItemProvider.java :

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

GroupContextParamsItemProvider.java :

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

GroupErrorPagesItemProvider.java :

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

GroupErrorPagesItemProvider.java :

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

GroupErrorPagesItemProvider.java :

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

GroupErrorPagesItemProvider.java :

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

GroupErrorPagesItemProvider.java :

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

GroupErrorPagesItemProvider.java :

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

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

GroupFilterMappingItemProvider.java :

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

GroupFilterMappingItemProvider.java :

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

GroupFilterMappingItemProvider.java :

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

GroupFiltersItemProvider.java :

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

GroupFiltersItemProvider.java :

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

GroupFiltersItemProvider.java :

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

GroupListenerItemProvider.java :

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

GroupListenerItemProvider.java :

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

GroupListenerItemProvider.java :

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

GroupReferenceItemProvider.java :

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

GroupReferenceItemProvider.java :

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

GroupReferenceItemProvider.java :

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

GroupServletItemProvider.java :

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

GroupServletItemProvider.java :

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

GroupServletItemProvider.java :

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

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

GroupServletMappingItemProvider.java :

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

GroupServletMappingItemProvider.java :

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

GroupServletMappingItemProvider.java :

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

GroupWelcomePagesItemProvider.java :

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

GroupWelcomePagesItemProvider.java :

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

GroupWelcomePagesItemProvider.java :

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

GroupWelcomePagesItemProvider.java :

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

GroupWelcomePagesItemProvider.java :

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

GroupWelcomePagesItemProvider.java :

90 : URL url = (URL) J2EEPlugin.getPlugin().getImage(JEEUIPluginIcons.GROUP_WELCOME_PAGE);

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

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

JEEUIPlugin.java :

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

JEEUIPlugin.java :

82 : return J2EEPlugin.getImageURL(key, getBundle());

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

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarJavaEEFacetInstallPage.java :

38 : synchHelper.synchCheckbox(addDD, GENERATE_DD, null);

2. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarJavaEEFacetInstallPage.java :

38 : synchHelper.synchCheckbox(addDD, GENERATE_DD, null);