Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 15 Number of classfiles: 19

Problems: 232 (Errors: 0 Warnings: 232 )

Source File: org/eclipse/jst/j2ee/internal/webservice/NewProjectsListener.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

NewProjectsListener.java :

22 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

NewProjectsListener.java :

83 : if(WebServicesManager.isFileInteresting((IFile)resource)){

3. WARNING: DiscouragedReference

Discouraged access: The method isFileInteresting(IFile) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

NewProjectsListener.java :

83 : if(WebServicesManager.isFileInteresting((IFile)resource)){

Source File: org/eclipse/jst/j2ee/internal/webservice/OpenExternalWSDLAction.java
1. WARNING: DiscouragedReference

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

OpenExternalWSDLAction.java :

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

2. WARNING: DiscouragedReference

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

OpenExternalWSDLAction.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

OpenExternalWSDLAction.java :

21 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

4. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

OpenExternalWSDLAction.java :

23 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

5. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

OpenExternalWSDLAction.java :

24 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;

6. WARNING: DiscouragedReference

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

OpenExternalWSDLAction.java :

32 : public class OpenExternalWSDLAction extends AbstractOpenAction {

7. WARNING: DiscouragedReference

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

OpenExternalWSDLAction.java :

40 : super(text);

8. WARNING: DiscouragedReference

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

OpenExternalWSDLAction.java :

41 : this.setImageDescriptor(AbstractUIPlugin.imageDescriptorFromPlugin(J2EEUIPlugin.PLUGIN_ID, "icons/web_type.gif")); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

OpenExternalWSDLAction.java :

41 : this.setImageDescriptor(AbstractUIPlugin.imageDescriptorFromPlugin(J2EEUIPlugin.PLUGIN_ID, "icons/web_type.gif")); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

OpenExternalWSDLAction.java :

58 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

11. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

OpenExternalWSDLAction.java :

58 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

12. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

OpenExternalWSDLAction.java :

58 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

13. WARNING: DiscouragedReference

Discouraged access: The method isWSDLResource(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

OpenExternalWSDLAction.java :

59 : if (serviceHelper.isWSDLResource(obj))

14. WARNING: DiscouragedReference

Discouraged access: The method isService(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

OpenExternalWSDLAction.java :

61 : else if (serviceHelper.isService(obj))

15. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

OpenExternalWSDLAction.java :

62 : uri = WebServicesManager.getInstance().getWSDLResource((EObject)obj).getURI().toString();

16. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

OpenExternalWSDLAction.java :

62 : uri = WebServicesManager.getInstance().getWSDLResource((EObject)obj).getURI().toString();

17. WARNING: DiscouragedReference

Discouraged access: The method getWSDLResource(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

OpenExternalWSDLAction.java :

62 : uri = WebServicesManager.getInstance().getWSDLResource((EObject)obj).getURI().toString();

18. WARNING: DiscouragedReference

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

OpenExternalWSDLAction.java :

63 : return super.updateSelection(s);

Source File: org/eclipse/jst/j2ee/internal/webservice/WebServiceAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceAdapterFactory.java :

21 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

2. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServiceAdapterFactory.java :

22 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

3. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServiceAdapterFactory.java :

23 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceAdapterFactory.java :

24 : import org.eclipse.jst.j2ee.navigator.internal.J2EEEMFAdapterFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServiceAdapterFactory.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceAdapterFactory.java :

33 : public class WebServiceAdapterFactory extends J2EEEMFAdapterFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEEMFAdapterFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceAdapterFactory.java :

39 : super();

8. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServiceAdapterFactory.java :

50 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

9. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServiceAdapterFactory.java :

50 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

10. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServiceAdapterFactory.java :

50 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

11. WARNING: DiscouragedReference

Discouraged access: The method isService(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServiceAdapterFactory.java :

51 : if (serviceHelper.isService(adaptableObject))

12. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceAdapterFactory.java :

52 : res = WebServicesManager.getInstance().getWsddResource((EObject) adaptableObject);

13. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceAdapterFactory.java :

52 : res = WebServicesManager.getInstance().getWsddResource((EObject) adaptableObject);

14. WARNING: DiscouragedReference

Discouraged access: The method getWsddResource(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceAdapterFactory.java :

52 : res = WebServicesManager.getInstance().getWsddResource((EObject) adaptableObject);

15. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceAdapterFactory.java :

54 : res = WebServicesManager.getInstance().getWSDLResource((EObject) adaptableObject);

16. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceAdapterFactory.java :

54 : res = WebServicesManager.getInstance().getWSDLResource((EObject) adaptableObject);

17. WARNING: DiscouragedReference

Discouraged access: The method getWSDLResource(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceAdapterFactory.java :

54 : res = WebServicesManager.getInstance().getWSDLResource((EObject) adaptableObject);

18. WARNING: DiscouragedReference

Discouraged access: The type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceAdapterFactory.java :

55 : if (res != null && adapterType == J2EEEMFAdapterFactory.IFILE_CLASS)

19. WARNING: DiscouragedReference

Discouraged access: The field IFILE_CLASS from the type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceAdapterFactory.java :

55 : if (res != null && adapterType == J2EEEMFAdapterFactory.IFILE_CLASS)

20. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServiceAdapterFactory.java :

56 : return WorkbenchResourceHelper.getFile(res);

21. WARNING: DiscouragedReference

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

WebServiceAdapterFactory.java :

56 : return WorkbenchResourceHelper.getFile(res);

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceAdapterFactory.java :

57 : else if (res != null && adapterType == J2EEEMFAdapterFactory.IRESOURCE_CLASS)

23. WARNING: DiscouragedReference

Discouraged access: The field IRESOURCE_CLASS from the type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceAdapterFactory.java :

57 : else if (res != null && adapterType == J2EEEMFAdapterFactory.IRESOURCE_CLASS)

24. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServiceAdapterFactory.java :

58 : return WorkbenchResourceHelper.getFile(res);

25. WARNING: DiscouragedReference

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

WebServiceAdapterFactory.java :

58 : return WorkbenchResourceHelper.getFile(res);

26. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Object, Class) from the type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceAdapterFactory.java :

60 : return super.getAdapter(adaptableObject, adapterType);

Source File: org/eclipse/jst/j2ee/internal/webservice/WebServiceNavigatorGroupType.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

25 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

156 : return WebServicesManager.getInstance().getAllWorkspaceServiceRefs().toArray();

3. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

156 : return WebServicesManager.getInstance().getAllWorkspaceServiceRefs().toArray();

4. WARNING: DiscouragedReference

Discouraged access: The method getAllWorkspaceServiceRefs() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

156 : return WebServicesManager.getInstance().getAllWorkspaceServiceRefs().toArray();

5. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

161 : PortComponent port = WebServicesManager.getInstance().getPortComponent(getWsdlService());

6. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

161 : PortComponent port = WebServicesManager.getInstance().getPortComponent(getWsdlService());

7. WARNING: DiscouragedReference

Discouraged access: The method getPortComponent(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

161 : PortComponent port = WebServicesManager.getInstance().getPortComponent(getWsdlService());

8. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

186 : result.addAll(WebServicesManager.getInstance().getInternalWSDLServices());

9. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

186 : result.addAll(WebServicesManager.getInstance().getInternalWSDLServices());

10. WARNING: DiscouragedReference

Discouraged access: The method getInternalWSDLServices() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

186 : result.addAll(WebServicesManager.getInstance().getInternalWSDLServices());

11. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

187 : result.addAll(WebServicesManager.getInstance().getExternalWSDLServices());

12. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

187 : result.addAll(WebServicesManager.getInstance().getExternalWSDLServices());

13. WARNING: DiscouragedReference

Discouraged access: The method getExternalWSDLServices() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceNavigatorGroupType.java :

187 : result.addAll(WebServicesManager.getInstance().getExternalWSDLServices());

Source File: org/eclipse/jst/j2ee/internal/webservice/WebServiceViewerSynchronization.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

20 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServiceEvent;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServiceManagerListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

21 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServiceManagerListener;

3. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

22 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

4. WARNING: DiscouragedReference

Discouraged access: The type IJ2EENavigatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceViewerSynchronization.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServiceViewerSynchronization.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebServiceViewerSynchronization.java :

27 : import org.eclipse.wst.common.project.facet.core.internal.FacetedProjectPropertyTester;

7. WARNING: DiscouragedReference

Discouraged access: The type WebServiceManagerListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

31 : public class WebServiceViewerSynchronization implements WebServiceManagerListener{

8. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

35 : private WebServicesManager webServicesManager = null;

9. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebServiceViewerSynchronization.java :

48 : private static final FacetedProjectPropertyTester facetPropertyTester = new FacetedProjectPropertyTester();

10. WARNING: DiscouragedReference

Discouraged access: The constructor FacetedProjectPropertyTester() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebServiceViewerSynchronization.java :

48 : private static final FacetedProjectPropertyTester facetPropertyTester = new FacetedProjectPropertyTester();

11. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebServiceViewerSynchronization.java :

48 : private static final FacetedProjectPropertyTester facetPropertyTester = new FacetedProjectPropertyTester();

12. WARNING: DiscouragedReference

Discouraged access: The method addListener(WebServiceManagerListener) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

71 : getWebServicesManager().addListener(this);

13. WARNING: DiscouragedReference

Discouraged access: The constructor DynamicAdapterFactory(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServiceViewerSynchronization.java :

76 : new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID), contentProvider);

14. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServiceViewerSynchronization.java :

76 : new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID), contentProvider);

15. WARNING: DiscouragedReference

Discouraged access: The type IJ2EENavigatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceViewerSynchronization.java :

76 : new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID), contentProvider);

16. WARNING: DiscouragedReference

Discouraged access: The field VIEWER_ID from the type IJ2EENavigatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServiceViewerSynchronization.java :

76 : new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID), contentProvider);

17. WARNING: DiscouragedReference

Discouraged access: The method removeListener(WebServiceManagerListener) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

84 : getWebServicesManager().removeListener(this);

18. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

90 : public void webServiceManagerChanged(WebServiceEvent anEvent) {

19. WARNING: DiscouragedReference

Discouraged access: The method getEventType() from the type WebServiceEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

92 : switch (anEvent.getEventType()) {

20. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

93 : case WebServiceEvent.REFRESH:

21. WARNING: DiscouragedReference

Discouraged access: The field REFRESH from the type WebServiceEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

93 : case WebServiceEvent.REFRESH:

22. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

105 : case WebServiceEvent.REMOVE:

23. WARNING: DiscouragedReference

Discouraged access: The field REMOVE from the type WebServiceEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

105 : case WebServiceEvent.REMOVE:

24. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

151 : private WebServicesManager getWebServicesManager() {

25. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

153 : webServicesManager = WebServicesManager.getInstance();

26. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

153 : webServicesManager = WebServicesManager.getInstance();

27. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace13ServiceRefs() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

161 : hasChildren |= getWebServicesManager().getWorkspace13ServiceRefs().size() > 0;

28. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace14ServiceRefs() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

172 : hasChildren |= getWebServicesManager().getWorkspace14ServiceRefs().size() > 0;

29. WARNING: DiscouragedReference

Discouraged access: The method getInternalWSDLServices() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

183 : hasChildren |= getWebServicesManager().getInternalWSDLServices().size() > 0;

30. WARNING: DiscouragedReference

Discouraged access: The method getExternalWSDLServices() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServiceViewerSynchronization.java :

194 : hasChildren |= getWebServicesManager().getExternalWSDLServices().size() > 0;

31. WARNING: DiscouragedReference

Discouraged access: The method test(Object, String, Object[], Object) from the type FacetedProjectPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebServiceViewerSynchronization.java :

206 : return facetPropertyTester.test(element, PROJECT_FACET, new Object[] {}, facet);

Source File: org/eclipse/jst/j2ee/internal/webservice/WebServicesNavigatorContentProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

33 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

2. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

34 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IJ2EENavigatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServicesNavigatorContentProvider.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorContentProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

54 : private WebServicesManager webServicesManager = null;

6. WARNING: DiscouragedReference

Discouraged access: The constructor DynamicAdapterFactory(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorContentProvider.java :

85 : return new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID);

7. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorContentProvider.java :

85 : return new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID);

8. WARNING: DiscouragedReference

Discouraged access: The type IJ2EENavigatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServicesNavigatorContentProvider.java :

85 : return new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID);

9. WARNING: DiscouragedReference

Discouraged access: The field VIEWER_ID from the type IJ2EENavigatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WebServicesNavigatorContentProvider.java :

85 : return new DynamicAdapterFactory(IJ2EENavigatorConstants.VIEWER_ID);

10. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

124 : } else if (WSDLServiceExtManager.getServiceHelper().isService(parentElement))

11. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

124 : } else if (WSDLServiceExtManager.getServiceHelper().isService(parentElement))

12. WARNING: DiscouragedReference

Discouraged access: The method isService(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

124 : } else if (WSDLServiceExtManager.getServiceHelper().isService(parentElement))

13. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

130 : else if (parentElement instanceof Handler || parentElement instanceof org.eclipse.jst.j2ee.webservice.wsclient.Handler || WSDLServiceExtManager.getServiceHelper().isWSDLResource(parentElement))

14. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

130 : else if (parentElement instanceof Handler || parentElement instanceof org.eclipse.jst.j2ee.webservice.wsclient.Handler || WSDLServiceExtManager.getServiceHelper().isWSDLResource(parentElement))

15. WARNING: DiscouragedReference

Discouraged access: The method isWSDLResource(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

130 : else if (parentElement instanceof Handler || parentElement instanceof org.eclipse.jst.j2ee.webservice.wsclient.Handler || WSDLServiceExtManager.getServiceHelper().isWSDLResource(parentElement))

16. WARNING: DiscouragedReference

Discouraged access: The method isServiceInternal(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

141 : if (getWebServicesManager().isServiceInternal((EObject) parentElement) && getWebServicesManager().getServiceImplBean((EObject) parentElement) != null)

17. WARNING: DiscouragedReference

Discouraged access: The method getServiceImplBean(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

141 : if (getWebServicesManager().isServiceInternal((EObject) parentElement) && getWebServicesManager().getServiceImplBean((EObject) parentElement) != null)

18. WARNING: DiscouragedReference

Discouraged access: The method getServiceImplBean(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

142 : result.add(getWebServicesManager().getServiceImplBean((EObject) parentElement));

19. WARNING: DiscouragedReference

Discouraged access: The method isServiceInternal(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

144 : if (getWebServicesManager().isServiceInternal((EObject) parentElement))

20. WARNING: DiscouragedReference

Discouraged access: The method getWSDLResource(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

147 : Resource wsdl = getWebServicesManager().getWSDLResource((EObject) parentElement);

21. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

229 : protected WebServicesManager getWebServicesManager() {

22. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

231 : webServicesManager = WebServicesManager.getInstance();

23. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

231 : webServicesManager = WebServicesManager.getInstance();

24. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

253 : if (WSDLServiceExtManager.getServiceHelper().isService(key))

25. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

253 : if (WSDLServiceExtManager.getServiceHelper().isService(key))

26. WARNING: DiscouragedReference

Discouraged access: The method isService(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorContentProvider.java :

253 : if (WSDLServiceExtManager.getServiceHelper().isService(key))

27. WARNING: DiscouragedReference

Discouraged access: The method getService(PortComponent) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorContentProvider.java :

304 : EObject service = getWebServicesManager().getService(pComp);

Source File: org/eclipse/jst/j2ee/internal/webservice/WebServicesNavigatorGroupOpenListener.java
1. WARNING: DiscouragedReference

Discouraged access: The type OpenJ2EEResourceAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebServicesNavigatorGroupOpenListener.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorGroupOpenListener.java :

25 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

3. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorGroupOpenListener.java :

26 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

4. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorGroupOpenListener.java :

27 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorGroupOpenListener.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

36 : import org.eclipse.wst.wsdl.internal.impl.ServiceImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type OpenJ2EEResourceAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebServicesNavigatorGroupOpenListener.java :

45 : private OpenJ2EEResourceAction openAction;

8. WARNING: DiscouragedReference

Discouraged access: The constructor OpenJ2EEResourceAction() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebServicesNavigatorGroupOpenListener.java :

56 : openAction = new OpenJ2EEResourceAction();

9. WARNING: DiscouragedReference

Discouraged access: The type OpenJ2EEResourceAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebServicesNavigatorGroupOpenListener.java :

56 : openAction = new OpenJ2EEResourceAction();

10. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorGroupOpenListener.java :

63 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

11. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorGroupOpenListener.java :

63 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

12. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorGroupOpenListener.java :

63 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

13. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

69 : else if (selectedObject instanceof ServiceImpl) {

14. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorGroupOpenListener.java :

70 : WsddResource resource = WebServicesManager.getInstance().getWsddResource((ServiceImpl)selectedObject);

15. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorGroupOpenListener.java :

70 : WsddResource resource = WebServicesManager.getInstance().getWsddResource((ServiceImpl)selectedObject);

16. WARNING: DiscouragedReference

Discouraged access: The method getWsddResource(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorGroupOpenListener.java :

70 : WsddResource resource = WebServicesManager.getInstance().getWsddResource((ServiceImpl)selectedObject);

17. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

70 : WsddResource resource = WebServicesManager.getInstance().getWsddResource((ServiceImpl)selectedObject);

18. WARNING: DiscouragedReference

Discouraged access: The method isWSDLResource(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorGroupOpenListener.java :

80 : else if (serviceHelper.isWSDLResource(selectedObject)) {

19. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorGroupOpenListener.java :

82 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

20. WARNING: DiscouragedReference

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

WebServicesNavigatorGroupOpenListener.java :

82 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

21. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

104 : if (selection.getFirstElement() instanceof ServiceImpl) {

22. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

105 : ServiceImpl wsdl = (ServiceImpl) selection.getFirstElement();

23. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

105 : ServiceImpl wsdl = (ServiceImpl) selection.getFirstElement();

24. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorGroupOpenListener.java :

106 : WsddResource resource = WebServicesManager.getInstance().getWsddResource(wsdl);

25. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorGroupOpenListener.java :

106 : WsddResource resource = WebServicesManager.getInstance().getWsddResource(wsdl);

26. WARNING: DiscouragedReference

Discouraged access: The method getWsddResource(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorGroupOpenListener.java :

106 : WsddResource resource = WebServicesManager.getInstance().getWsddResource(wsdl);

27. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorGroupOpenListener.java :

108 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

28. WARNING: DiscouragedReference

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

WebServicesNavigatorGroupOpenListener.java :

108 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

29. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorGroupOpenListener.java :

126 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

30. WARNING: DiscouragedReference

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

WebServicesNavigatorGroupOpenListener.java :

126 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

31. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

145 : if (selection.getFirstElement() instanceof ServiceImpl) {

32. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

146 : ServiceImpl wsdl = (ServiceImpl) selection.getFirstElement();

33. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WebServicesNavigatorGroupOpenListener.java :

146 : ServiceImpl wsdl = (ServiceImpl) selection.getFirstElement();

34. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorGroupOpenListener.java :

147 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

35. WARNING: DiscouragedReference

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

WebServicesNavigatorGroupOpenListener.java :

147 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

36. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorGroupOpenListener.java :

156 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

37. WARNING: DiscouragedReference

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

WebServicesNavigatorGroupOpenListener.java :

156 : IFile wsdlFile = WorkbenchResourceHelper.getFile(wsdl);

Source File: org/eclipse/jst/j2ee/internal/webservice/WebServicesNavigatorLabelProvider.java
1. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorLabelProvider.java :

29 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

3. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

30 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

4. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

31 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorLabelProvider.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorLabelProvider.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The constructor DynamicAdapterFactory(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorLabelProvider.java :

62 : return new DynamicAdapterFactory(VIEWER_ID);

8. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorLabelProvider.java :

62 : return new DynamicAdapterFactory(VIEWER_ID);

9. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

72 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

10. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

72 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

11. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

72 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

12. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

74 : return J2EEUIPlugin.getDefault().getImage("webServicesFolder_obj"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

74 : return J2EEUIPlugin.getDefault().getImage("webServicesFolder_obj"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

74 : return J2EEUIPlugin.getDefault().getImage("webServicesFolder_obj"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

76 : return J2EEUIPlugin.getDefault().getImage("wsdl"); //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

76 : return J2EEUIPlugin.getDefault().getImage("wsdl"); //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

76 : return J2EEUIPlugin.getDefault().getImage("wsdl"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

78 : return J2EEUIPlugin.getDefault().getImage("folder"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

78 : return J2EEUIPlugin.getDefault().getImage("folder"); //$NON-NLS-1$

20. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

78 : return J2EEUIPlugin.getDefault().getImage("folder"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The method isService(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

79 : else if (serviceHelper.isService(element)) {

22. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorLabelProvider.java :

80 : if (WebServicesManager.getInstance().isServiceInternal((EObject) element))

23. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorLabelProvider.java :

80 : if (WebServicesManager.getInstance().isServiceInternal((EObject) element))

24. WARNING: DiscouragedReference

Discouraged access: The method isServiceInternal(EObject) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorLabelProvider.java :

80 : if (WebServicesManager.getInstance().isServiceInternal((EObject) element))

25. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

81 : return J2EEUIPlugin.getDefault().getImage("webServiceItemProvider_obj"); //$NON-NLS-1$

26. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

81 : return J2EEUIPlugin.getDefault().getImage("webServiceItemProvider_obj"); //$NON-NLS-1$

27. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

81 : return J2EEUIPlugin.getDefault().getImage("webServiceItemProvider_obj"); //$NON-NLS-1$

28. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

82 : return J2EEUIPlugin.getDefault().getImage("extwebserviceitemprovider_obj"); //$NON-NLS-1$

29. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

82 : return J2EEUIPlugin.getDefault().getImage("extwebserviceitemprovider_obj"); //$NON-NLS-1$

30. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

82 : return J2EEUIPlugin.getDefault().getImage("extwebserviceitemprovider_obj"); //$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The method isWSDLResource(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

83 : } else if (serviceHelper.isWSDLResource(element))

32. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

84 : return J2EEUIPlugin.getDefault().getImage("wsdl"); //$NON-NLS-1$

33. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

84 : return J2EEUIPlugin.getDefault().getImage("wsdl"); //$NON-NLS-1$

34. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

84 : return J2EEUIPlugin.getDefault().getImage("wsdl"); //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

96 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

36. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

96 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

37. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

96 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

38. WARNING: DiscouragedReference

Discouraged access: The method isService(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

112 : else if (serviceHelper.isService(element))

39. WARNING: DiscouragedReference

Discouraged access: The method getServiceLocalPart(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

113 : return serviceHelper.getServiceLocalPart(element);

40. WARNING: DiscouragedReference

Discouraged access: The method isWSDLResource(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebServicesNavigatorLabelProvider.java :

114 : else if (serviceHelper.isWSDLResource(element)) {

41. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorLabelProvider.java :

116 : IFile file = WorkbenchResourceHelper.getFile((Resource) element);

42. WARNING: DiscouragedReference

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

WebServicesNavigatorLabelProvider.java :

116 : IFile file = WorkbenchResourceHelper.getFile((Resource) element);

43. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorLabelProvider.java :

124 : if (WebServicesManager.getInstance().isJ2EE14((ServiceRef) element)) {

44. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorLabelProvider.java :

124 : if (WebServicesManager.getInstance().isJ2EE14((ServiceRef) element)) {

45. WARNING: DiscouragedReference

Discouraged access: The method isJ2EE14(ServiceRef) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorLabelProvider.java :

124 : if (WebServicesManager.getInstance().isJ2EE14((ServiceRef) element)) {

46. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorLabelProvider.java :

143 : project = WorkbenchResourceHelper.getProject(res);

47. WARNING: DiscouragedReference

Discouraged access: The method getProject(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebServicesNavigatorLabelProvider.java :

143 : project = WorkbenchResourceHelper.getProject(res);

Source File: org/eclipse/jst/j2ee/internal/webservice/WebServicesNavigatorSynchronizer.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorSynchronizer.java :

22 : import org.eclipse.jst.j2ee.internal.webservice.helper.WebServicesManager;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorSynchronizer.java :

110 : EObject wsdl = WebServicesManager.getInstance().getWSDLServiceForWebService((WebServiceDescription)notifier);

3. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorSynchronizer.java :

110 : EObject wsdl = WebServicesManager.getInstance().getWSDLServiceForWebService((WebServiceDescription)notifier);

4. WARNING: DiscouragedReference

Discouraged access: The method getWSDLServiceForWebService(WebServiceDescription) from the type WebServicesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.webservice/@dot

WebServicesNavigatorSynchronizer.java :

110 : EObject wsdl = WebServicesManager.getInstance().getWSDLServiceForWebService((WebServiceDescription)notifier);

Source File: org/eclipse/jst/j2ee/internal/webservice/WsdlResourceAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WsdlResourceAdapterFactory.java :

20 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

2. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WsdlResourceAdapterFactory.java :

21 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WsdlResourceAdapterFactory.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WsdlResourceAdapterFactory.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WsdlResourceAdapterFactory.java :

31 : public class WsdlResourceAdapterFactory extends J2EEEMFAdapterFactory {

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEEMFAdapterFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WsdlResourceAdapterFactory.java :

37 : super();

7. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WsdlResourceAdapterFactory.java :

48 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

8. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WsdlResourceAdapterFactory.java :

48 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

9. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WsdlResourceAdapterFactory.java :

48 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

10. WARNING: DiscouragedReference

Discouraged access: The method isWSDLResource(Object) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

WsdlResourceAdapterFactory.java :

49 : if (serviceHelper.isWSDLResource(adaptableObject))

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WsdlResourceAdapterFactory.java :

52 : if (res != null && adapterType == J2EEEMFAdapterFactory.IFILE_CLASS)

12. WARNING: DiscouragedReference

Discouraged access: The field IFILE_CLASS from the type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WsdlResourceAdapterFactory.java :

52 : if (res != null && adapterType == J2EEEMFAdapterFactory.IFILE_CLASS)

13. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WsdlResourceAdapterFactory.java :

53 : return WorkbenchResourceHelper.getFile(res) != null ? WorkbenchResourceHelper.getFile(res) : null;

14. WARNING: DiscouragedReference

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

WsdlResourceAdapterFactory.java :

53 : return WorkbenchResourceHelper.getFile(res) != null ? WorkbenchResourceHelper.getFile(res) : null;

15. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WsdlResourceAdapterFactory.java :

53 : return WorkbenchResourceHelper.getFile(res) != null ? WorkbenchResourceHelper.getFile(res) : null;

16. WARNING: DiscouragedReference

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

WsdlResourceAdapterFactory.java :

53 : return WorkbenchResourceHelper.getFile(res) != null ? WorkbenchResourceHelper.getFile(res) : null;

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WsdlResourceAdapterFactory.java :

54 : else if (res != null && adapterType == J2EEEMFAdapterFactory.IRESOURCE_CLASS)

18. WARNING: DiscouragedReference

Discouraged access: The field IRESOURCE_CLASS from the type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WsdlResourceAdapterFactory.java :

54 : else if (res != null && adapterType == J2EEEMFAdapterFactory.IRESOURCE_CLASS)

19. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WsdlResourceAdapterFactory.java :

55 : return WorkbenchResourceHelper.getFile(res);

20. WARNING: DiscouragedReference

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

WsdlResourceAdapterFactory.java :

55 : return WorkbenchResourceHelper.getFile(res);

21. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Object, Class) from the type J2EEEMFAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.navigator.ui/@dot

WsdlResourceAdapterFactory.java :

57 : return super.getAdapter(adaptableObject, adapterType);

Source File: org/eclipse/jst/j2ee/internal/webservice/startup/WebserviceListener.java
1. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebserviceListener.java :

13 : import org.eclipse.wst.common.project.facet.core.internal.FacetedProjectPropertyTester;

2. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebserviceListener.java :

32 : private static final FacetedProjectPropertyTester facetPropertyTester = new FacetedProjectPropertyTester();

3. WARNING: DiscouragedReference

Discouraged access: The constructor FacetedProjectPropertyTester() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebserviceListener.java :

32 : private static final FacetedProjectPropertyTester facetPropertyTester = new FacetedProjectPropertyTester();

4. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebserviceListener.java :

32 : private static final FacetedProjectPropertyTester facetPropertyTester = new FacetedProjectPropertyTester();

5. WARNING: DiscouragedReference

Discouraged access: The method test(Object, String, Object[], Object) from the type FacetedProjectPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

WebserviceListener.java :

56 : return facetPropertyTester.test(element, PROJECT_FACET, new Object[] {}, facet);