Compiler Report

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

Number of source files: 104 Number of classfiles: 107

Problems: 327 (Errors: 0 Warnings: 327 )

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

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

AdapterQNameElement.java :

26 : import org.eclipse.jst.j2ee.webservice.internal.util.QNameHelper;

2. WARNING: DiscouragedReference

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

AdapterQNameElement.java :

243 : QNameHelper.setQNameValue(qname, namespaceURIValue, localPartValue);

3. WARNING: DiscouragedReference

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

AdapterQNameElement.java :

243 : QNameHelper.setQNameValue(qname, namespaceURIValue, localPartValue);

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

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

CommandModifyNSURI.java :

21 : import org.eclipse.jst.j2ee.webservice.internal.util.QNameHelper;

2. WARNING: DiscouragedReference

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

CommandModifyNSURI.java :

79 : QNameHelper.setQNameNamespaceURI(eObject_, newValue_);

3. WARNING: DiscouragedReference

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

CommandModifyNSURI.java :

79 : QNameHelper.setQNameNamespaceURI(eObject_, newValue_);

Source File: org/eclipse/jst/j2ee/internal/webservice/componentcore/util/JaxRPCMapArtifactEdit.java
1. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.UnresolveableURIException is never used

JaxRPCMapArtifactEdit.java :

28 : import org.eclipse.wst.common.componentcore.UnresolveableURIException;

2. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

3. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

4. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

32 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

5. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

74 : public JaxRPCMapArtifactEdit(ArtifactEditModel model) {

6. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

103 : ResourceSet resSet = getArtifactEditModel().getResourceSet();

7. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

104 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();

8. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

104 : WTPResourceFactoryRegistry registry = (WTPResourceFactoryRegistry) resSet.getResourceFactoryRegistry();

9. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type WTPResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JaxRPCMapArtifactEdit.java :

105 : registry.registerLastFileSegment(uri.lastSegment(), new JaxrpcmapResourceFactory(RendererFactory.getDefaultRendererFactory()));

10. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

105 : registry.registerLastFileSegment(uri.lastSegment(), new JaxrpcmapResourceFactory(RendererFactory.getDefaultRendererFactory()));

11. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

105 : registry.registerLastFileSegment(uri.lastSegment(), new JaxrpcmapResourceFactory(RendererFactory.getDefaultRendererFactory()));

12. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

122 : return getJaxRPCMapXmiResource(mappingFilePathURI).getJ2EEVersionID();

13. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

187 : getArtifactEditModel().getModuleURI();

14. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

189 : aResource.saveIfNecessary();

15. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

361 : res.setModuleVersionID(version);

Source File: org/eclipse/jst/j2ee/internal/webservice/componentcore/util/WSCDDArtifactEdit.java
1. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

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

2. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.UnresolveableURIException is never used

WSCDDArtifactEdit.java :

30 : import org.eclipse.wst.common.componentcore.UnresolveableURIException;

3. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

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

4. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

71 : public WSCDDArtifactEdit(ArtifactEditModel model) {

5. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

112 : return getWscddXmiResource().getJ2EEVersionID();

6. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

127 : return getArtifactEditModel().getResource(getWebServicesClientXmlResourceURI());

7. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

132 : URI resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_WEB_INF_DD_URI_OBJ;

8. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

132 : URI resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_WEB_INF_DD_URI_OBJ;

9. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

134 : resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_META_INF_DD_URI_OBJ;

10. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

134 : resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_META_INF_DD_URI_OBJ;

11. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

136 : resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_META_INF_DD_URI_OBJ;

12. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

136 : resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_META_INF_DD_URI_OBJ;

13. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

185 : getArtifactEditModel().getModuleURI();

14. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

187 : aResource.saveIfNecessary();

15. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

391 : res.setModuleVersionID(version);

Source File: org/eclipse/jst/j2ee/internal/webservice/componentcore/util/WSDDArtifactEdit.java
1. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

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

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

WSDDArtifactEdit.java :

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

WSDDArtifactEdit.java :

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

4. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.UnresolveableURIException is never used

WSDDArtifactEdit.java :

39 : import org.eclipse.wst.common.componentcore.UnresolveableURIException;

5. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

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

6. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

85 : public WSDDArtifactEdit(ArtifactEditModel model) {

7. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

126 : return getWsddXmiResource().getJ2EEVersionID();

8. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

140 : return getArtifactEditModel().getResource(getWebServicesXmlResourceURI());

9. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

158 : URI resourceURI = J2EEConstants.WEB_SERVICES_WEB_INF_DD_URI_OBJ;

10. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

158 : URI resourceURI = J2EEConstants.WEB_SERVICES_WEB_INF_DD_URI_OBJ;

11. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

160 : resourceURI = J2EEConstants.WEB_SERVICES_META_INF_DD_URI_OBJ;

12. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

160 : resourceURI = J2EEConstants.WEB_SERVICES_META_INF_DD_URI_OBJ;

13. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

162 : resourceURI = J2EEConstants.WEB_SERVICES_META_INF_DD_URI_OBJ;

14. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

162 : resourceURI = J2EEConstants.WEB_SERVICES_META_INF_DD_URI_OBJ;

15. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

217 : getArtifactEditModel().getModuleURI();

16. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

219 : aResource.saveIfNecessary();

17. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

428 : res.setModuleVersionID(version);

18. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

466 : List resources = getArtifactEditModel().getResources();

19. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

483 : res = getArtifactEditModel().getResource(URI.createURI(path));

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

WSDDArtifactEdit.java :

487 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDDArtifactEdit.java :

487 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDDArtifactEdit.java :

487 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDDArtifactEdit.java :

488 : if (res != null && res.isLoaded() && serviceHelper != null && serviceHelper.isWSDLResource(res))

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

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

ATKUIConstants.java :

17 : import org.eclipse.jst.j2ee.webservice.internal.util.QNameHelper;

2. WARNING: DiscouragedReference

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

ATKUIConstants.java :

123 : QNameHelper.setQNameValue(wsdlport, defaultNamespaceURI(), defaultLocalPart(), defaultPrefix(), versionID);

3. WARNING: DiscouragedReference

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

ATKUIConstants.java :

123 : QNameHelper.setQNameValue(wsdlport, defaultNamespaceURI(), defaultLocalPart(), defaultPrefix(), versionID);

Source File: org/eclipse/jst/j2ee/internal/webservice/helper/WSDLHelper.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

WSDLHelper.java :

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

WSDLHelper.java :

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

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

WSDLHelper.java :

114 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDLHelper.java :

114 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDLHelper.java :

114 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

6. WARNING: DiscouragedReference

Discouraged access: The method getServicePorts(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

WSDLHelper.java :

122 : Map ports = serviceHelper.getServicePorts(targetService);

7. WARNING: DiscouragedReference

Discouraged access: The method getPortName(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

WSDLHelper.java :

128 : portNames[m] = serviceHelper.getPortName(port);

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

WSDLHelper.java :

152 : return WSDLServiceExtManager.getServiceHelper().getServiceNamespaceURI(targetService);

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

WSDLHelper.java :

152 : return WSDLServiceExtManager.getServiceHelper().getServiceNamespaceURI(targetService);

10. WARNING: DiscouragedReference

Discouraged access: The method getServiceNamespaceURI(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

WSDLHelper.java :

152 : return WSDLServiceExtManager.getServiceHelper().getServiceNamespaceURI(targetService);

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

WSDLHelper.java :

156 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDLHelper.java :

156 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDLHelper.java :

156 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

14. WARNING: DiscouragedReference

Discouraged access: The method getDefinitionServices(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

WSDLHelper.java :

163 : Map services = serviceHelper.getDefinitionServices(definition);

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

WSDLHelper.java :

186 : String serviceName = serviceHelper.getServiceLocalPart(service);

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

WSDLHelper.java :

202 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDLHelper.java :

202 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WSDLHelper.java :

202 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

19. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(String) 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

WSDLHelper.java :

203 : return serviceHelper.getWSDLDefinition(wsdlURL);

Source File: org/eclipse/jst/j2ee/internal/webservice/helper/WSDLServiceHelperImpl.java
1. 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

WSDLServiceHelperImpl.java :

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

2. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

34 : import org.eclipse.wst.ws.internal.parser.wsil.WebServiceEntity;

3. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

35 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

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

WSDLServiceHelperImpl.java :

47 : public class WSDLServiceHelperImpl implements WSDLServiceHelper {

5. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

147 : WebServiceEntity entity = parseWsilFile(wsil);

6. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

148 : if (entity != null && entity.getType() == WebServiceEntity.TYPE_WSIL) {

7. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

148 : if (entity != null && entity.getType() == WebServiceEntity.TYPE_WSIL) {

8. WARNING: DiscouragedReference

Discouraged access: The field TYPE_WSIL from the type WebServiceEntity is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLServiceHelperImpl.java :

148 : if (entity != null && entity.getType() == WebServiceEntity.TYPE_WSIL) {

9. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

150 : List wsdlList = entity.getChildren();

10. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

153 : if (item != null && item instanceof WebServiceEntity) {

11. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

154 : if (((WebServiceEntity) item).getModel() != null && ((WebServiceEntity) item).getModel() instanceof Definition) {

12. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

154 : if (((WebServiceEntity) item).getModel() != null && ((WebServiceEntity) item).getModel() instanceof Definition) {

13. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

154 : if (((WebServiceEntity) item).getModel() != null && ((WebServiceEntity) item).getModel() instanceof Definition) {

14. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

154 : if (((WebServiceEntity) item).getModel() != null && ((WebServiceEntity) item).getModel() instanceof Definition) {

15. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

155 : Definition def = (Definition) ((WebServiceEntity) item).getModel();

16. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

155 : Definition def = (Definition) ((WebServiceEntity) item).getModel();

17. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

164 : public WebServiceEntity parseWsilFile(IFile wsil) {

18. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

165 : WebServicesParser parser = null;

19. WARNING: DiscouragedReference

Discouraged access: The field WSIL_EXT 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

WSDLServiceHelperImpl.java :

168 : if (wsil == null || !wsil.getFileExtension().equals(WSIL_EXT))

20. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

173 : parser = new WebServicesParser(url);

21. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

173 : parser = new WebServicesParser(url);

22. WARNING: DiscouragedReference

Discouraged access: The method parse(int) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLServiceHelperImpl.java :

174 : parser.parse(WebServicesParser.PARSE_WSIL | WebServicesParser.PARSE_WSDL);

23. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

174 : parser.parse(WebServicesParser.PARSE_WSIL | WebServicesParser.PARSE_WSDL);

24. WARNING: DiscouragedReference

Discouraged access: The field PARSE_WSIL from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLServiceHelperImpl.java :

174 : parser.parse(WebServicesParser.PARSE_WSIL | WebServicesParser.PARSE_WSDL);

25. WARNING: DiscouragedReference

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

WSDLServiceHelperImpl.java :

174 : parser.parse(WebServicesParser.PARSE_WSIL | WebServicesParser.PARSE_WSDL);

26. WARNING: DiscouragedReference

Discouraged access: The field PARSE_WSDL from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLServiceHelperImpl.java :

174 : parser.parse(WebServicesParser.PARSE_WSIL | WebServicesParser.PARSE_WSDL);

27. WARNING: DiscouragedReference

Discouraged access: The method getWebServiceEntityByURI(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLServiceHelperImpl.java :

180 : return parser.getWebServiceEntityByURI(url);

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

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

WebServicesManager.java :

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

2. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

3. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

4. WARNING: DiscouragedReference

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

WebServicesManager.java :

59 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

5. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

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

WebServicesManager.java :

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

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

WebServicesManager.java :

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

8. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

9. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

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

WebServicesManager.java :

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

11. WARNING: DiscouragedReference

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

WebServicesManager.java :

85 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;

12. WARNING: DiscouragedReference

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

WebServicesManager.java :

86 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;

13. WARNING: DiscouragedReference

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

WebServicesManager.java :

97 : public class WebServicesManager implements EditModelListener, IResourceChangeListener, IResourceDeltaVisitor {

14. WARNING: DiscouragedReference

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

WebServicesManager.java :

124 : || aFile.getName().equals(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME)

15. WARNING: DiscouragedReference

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

WebServicesManager.java :

124 : || aFile.getName().equals(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME)

16. WARNING: DiscouragedReference

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

WebServicesManager.java :

125 : || aFile.getName().equals(J2EEConstants.WEB_SERVICES_DD_URI);

17. WARNING: DiscouragedReference

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

WebServicesManager.java :

125 : || aFile.getName().equals(J2EEConstants.WEB_SERVICES_DD_URI);

18. WARNING: DiscouragedReference

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

WebServicesManager.java :

278 : public void editModelChanged(EditModelEvent anEvent) {

19. WARNING: DiscouragedReference

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

WebServicesManager.java :

281 : if (anEvent.getEventCode()==EditModelEvent.UNLOADED_RESOURCE) {

20. WARNING: DiscouragedReference

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

WebServicesManager.java :

281 : if (anEvent.getEventCode()==EditModelEvent.UNLOADED_RESOURCE) {

21. WARNING: DiscouragedReference

Discouraged access: The field UNLOADED_RESOURCE from the type EditModelEvent 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

WebServicesManager.java :

281 : if (anEvent.getEventCode()==EditModelEvent.UNLOADED_RESOURCE) {

22. WARNING: DiscouragedReference

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

WebServicesManager.java :

282 : List resources = anEvent.getChangedResources();

23. WARNING: DiscouragedReference

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

WebServicesManager.java :

286 : notifyListeners(anEvent.getEventCode());

24. WARNING: DiscouragedReference

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

WebServicesManager.java :

289 : else if (anEvent.getEventCode() == EditModelEvent.PRE_DISPOSE) {

25. WARNING: DiscouragedReference

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

WebServicesManager.java :

289 : else if (anEvent.getEventCode() == EditModelEvent.PRE_DISPOSE) {

26. WARNING: DiscouragedReference

Discouraged access: The field PRE_DISPOSE from the type EditModelEvent 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

WebServicesManager.java :

289 : else if (anEvent.getEventCode() == EditModelEvent.PRE_DISPOSE) {

27. WARNING: DiscouragedReference

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

WebServicesManager.java :

290 : ArtifactEditModel editModel = (ArtifactEditModel) anEvent.getEditModel();

28. WARNING: DiscouragedReference

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

WebServicesManager.java :

290 : ArtifactEditModel editModel = (ArtifactEditModel) anEvent.getEditModel();

29. WARNING: DiscouragedReference

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

WebServicesManager.java :

290 : ArtifactEditModel editModel = (ArtifactEditModel) anEvent.getEditModel();

30. WARNING: DiscouragedReference

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

WebServicesManager.java :

291 : if (editModel == null || editModel.getProject() == null)

31. WARNING: DiscouragedReference

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

WebServicesManager.java :

293 : removeArtifactEdit(editModel.getProject());

32. WARNING: DiscouragedReference

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

WebServicesManager.java :

294 : notifyListeners(anEvent.getEventCode());

33. WARNING: DiscouragedReference

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

WebServicesManager.java :

314 : case EditModelEvent.UNLOADED_RESOURCE:

34. WARNING: DiscouragedReference

Discouraged access: The field UNLOADED_RESOURCE from the type EditModelEvent 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

WebServicesManager.java :

314 : case EditModelEvent.UNLOADED_RESOURCE:

35. WARNING: DiscouragedReference

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

WebServicesManager.java :

315 : case EditModelEvent.PRE_DISPOSE:

36. WARNING: DiscouragedReference

Discouraged access: The field PRE_DISPOSE from the type EditModelEvent 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

WebServicesManager.java :

315 : case EditModelEvent.PRE_DISPOSE:

37. WARNING: DiscouragedReference

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

WebServicesManager.java :

316 : case EditModelEvent.REMOVED_RESOURCE:

38. WARNING: DiscouragedReference

Discouraged access: The field REMOVED_RESOURCE from the type EditModelEvent 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

WebServicesManager.java :

316 : case EditModelEvent.REMOVED_RESOURCE:

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

WebServicesManager.java :

498 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

498 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

498 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

42. WARNING: DiscouragedReference

Discouraged access: The method getWsdlServicesFromWsilFile(IFile) 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

WebServicesManager.java :

499 : return serviceHelper.getWsdlServicesFromWsilFile(wsil);

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

WebServicesManager.java :

523 : IVirtualResource[] resources = ComponentCore.createResources(WorkbenchResourceHelper.getFile(webService));

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

WebServicesManager.java :

523 : IVirtualResource[] resources = ComponentCore.createResources(WorkbenchResourceHelper.getFile(webService));

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

WebServicesManager.java :

552 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

552 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

552 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

48. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(Resource) 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

WebServicesManager.java :

554 : Object def = serviceHelper.getWSDLDefinition(wsdl);

49. WARNING: DiscouragedReference

Discouraged access: The method getDefinitionServices(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

WebServicesManager.java :

557 : result = new ArrayList(serviceHelper.getDefinitionServices(def).values());

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

WebServicesManager.java :

563 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

563 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

563 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

53. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(Resource) 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

WebServicesManager.java :

566 : Object definition = serviceHelper.getWSDLDefinition(wsdl);

54. WARNING: DiscouragedReference

Discouraged access: The method getDefinitionServices(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

WebServicesManager.java :

568 : Map services = serviceHelper.getDefinitionServices(definition);

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

WebServicesManager.java :

584 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

584 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

584 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

58. WARNING: DiscouragedReference

Discouraged access: The method getServicePorts(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

WebServicesManager.java :

587 : if (serviceHelper.getServicePorts(service).size() == 1) {

59. WARNING: DiscouragedReference

Discouraged access: The method getServicePorts(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

WebServicesManager.java :

588 : Object wsdlPort = serviceHelper.getServicePorts(service).values().toArray()[0];

60. WARNING: DiscouragedReference

Discouraged access: The method getPortBindingNamespaceURI(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

WebServicesManager.java :

589 : String qName = serviceHelper.getPortBindingNamespaceURI(wsdlPort);

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

WebServicesManager.java :

628 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

628 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

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

WebServicesManager.java :

628 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

64. WARNING: DiscouragedReference

Discouraged access: The method getServicePorts(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

WebServicesManager.java :

629 : if (wsdlService == null || serviceHelper.getServicePorts(wsdlService).isEmpty())

65. WARNING: DiscouragedReference

Discouraged access: The method getServicePorts(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

WebServicesManager.java :

631 : if (serviceHelper.getServicePorts(wsdlService).size() > 0) {

66. WARNING: DiscouragedReference

Discouraged access: The method getServicePorts(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

WebServicesManager.java :

632 : Object port = serviceHelper.getServicePorts(wsdlService).values().toArray()[0];

67. WARNING: DiscouragedReference

Discouraged access: The method getPortBindingNamespaceURI(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

WebServicesManager.java :

633 : String qName = serviceHelper.getPortBindingNamespaceURI(port);

68. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectType(IProject) from the type J2EEProjectUtilities 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

WebServicesManager.java :

709 : String projectType = J2EEProjectUtilities.getJ2EEProjectType(project);

69. WARNING: DiscouragedReference

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

WebServicesManager.java :

709 : String projectType = J2EEProjectUtilities.getJ2EEProjectType(project);

70. WARNING: DiscouragedReference

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

WebServicesManager.java :

710 : String projectVersion = J2EEProjectUtilities.getJ2EEProjectVersion(project);

71. WARNING: DiscouragedReference

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

WebServicesManager.java :

710 : String projectVersion = J2EEProjectUtilities.getJ2EEProjectVersion(project);

72. WARNING: DiscouragedReference

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

WebServicesManager.java :

712 : if(IModuleConstants.JST_EJB_MODULE.equals(projectType)){

73. WARNING: DiscouragedReference

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

WebServicesManager.java :

712 : if(IModuleConstants.JST_EJB_MODULE.equals(projectType)){

74. WARNING: DiscouragedReference

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

WebServicesManager.java :

713 : j2eeLevel = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(projectVersion);

75. WARNING: DiscouragedReference

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

WebServicesManager.java :

713 : j2eeLevel = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(projectVersion);

76. WARNING: DiscouragedReference

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

WebServicesManager.java :

714 : } else if(IModuleConstants.JST_WEB_MODULE.equals(projectType)){

77. WARNING: DiscouragedReference

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

WebServicesManager.java :

714 : } else if(IModuleConstants.JST_WEB_MODULE.equals(projectType)){

78. WARNING: DiscouragedReference

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

WebServicesManager.java :

715 : j2eeLevel = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(projectVersion);

79. WARNING: DiscouragedReference

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

WebServicesManager.java :

715 : j2eeLevel = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(projectVersion);

80. WARNING: DiscouragedReference

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

WebServicesManager.java :

716 : } else if(IModuleConstants.JST_APPCLIENT_MODULE.equals(projectType)){

81. WARNING: DiscouragedReference

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

WebServicesManager.java :

716 : } else if(IModuleConstants.JST_APPCLIENT_MODULE.equals(projectType)){

82. WARNING: DiscouragedReference

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

WebServicesManager.java :

717 : j2eeLevel = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(projectVersion);

83. WARNING: DiscouragedReference

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

WebServicesManager.java :

717 : j2eeLevel = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(projectVersion);

84. WARNING: DiscouragedReference

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

WebServicesManager.java :

721 : if(j2eeLevel != J2EEVersionConstants.J2EE_1_4_ID)

85. WARNING: DiscouragedReference

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

WebServicesManager.java :

721 : if(j2eeLevel != J2EEVersionConstants.J2EE_1_4_ID)

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

WebServicesManager.java :

810 : IFile file = WorkbenchResourceHelper.getFile(bean);

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

WebServicesManager.java :

810 : IFile file = WorkbenchResourceHelper.getFile(bean);

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

WebServicesManager.java :

833 : IProject handle = getComponentProject(WorkbenchResourceHelper.getFile(client));

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

WebServicesManager.java :

833 : IProject handle = getComponentProject(WorkbenchResourceHelper.getFile(client));

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

WebServicesManager.java :

853 : IProject handle = getComponentProject(WorkbenchResourceHelper.getFile(webapp));

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

WebServicesManager.java :

853 : IProject handle = getComponentProject(WorkbenchResourceHelper.getFile(webapp));

92. WARNING: DiscouragedReference

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

WebServicesManager.java :

900 : else if (resource.getName().equals(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME) ||

93. WARNING: DiscouragedReference

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

WebServicesManager.java :

900 : else if (resource.getName().equals(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME) ||

94. WARNING: DiscouragedReference

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

WebServicesManager.java :

901 : resource.getName().equals(J2EEConstants.WEB_SERVICES_DD_URI)) {

95. WARNING: DiscouragedReference

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

WebServicesManager.java :

901 : resource.getName().equals(J2EEConstants.WEB_SERVICES_DD_URI)) {

96. WARNING: DiscouragedReference

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

WebServicesManager.java :

908 : notifyListeners(EditModelEvent.UNLOADED_RESOURCE);

97. WARNING: DiscouragedReference

Discouraged access: The field UNLOADED_RESOURCE from the type EditModelEvent 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

WebServicesManager.java :

908 : notifyListeners(EditModelEvent.UNLOADED_RESOURCE);

98. WARNING: DiscouragedReference

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

WebServicesManager.java :

917 : ProcessProjectsWithWSDL job = new ProcessProjectsWithWSDL(newSet, EditModelEvent.ADDED_RESOURCE);

99. WARNING: DiscouragedReference

Discouraged access: The field ADDED_RESOURCE from the type EditModelEvent 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

WebServicesManager.java :

917 : ProcessProjectsWithWSDL job = new ProcessProjectsWithWSDL(newSet, EditModelEvent.ADDED_RESOURCE);

100. WARNING: DiscouragedReference

Discouraged access: The field LOADED_RESOURCE from the type EditModelEvent 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

WebServicesManager.java :

975 : notifyListeners(EditModelEvent.LOADED_RESOURCE);

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

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

WebServicePlugin.java :

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

2. WARNING: DiscouragedReference

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

WebServicePlugin.java :

40 : public class WebServicePlugin extends WTPPlugin implements ResourceLocator {

3. WARNING: DiscouragedReference

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

WebServicePlugin.java :

55 : super();

4. WARNING: DiscouragedReference

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

WebServicePlugin.java :

213 : super.start(context);

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

Discouraged access: The method addListener(INotifyChangedListener) from the type CommonItemProviderAdapterFactory 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

ATKUIAdapterFactory.java :

91 : ((ATKUICommonAdapterFactory) adapterFactories_[3]).addListener(listener);

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

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

ATKUICommonAdapterFactory.java :

12 : import org.eclipse.jst.j2ee.common.internal.provider.CommonItemProviderAdapterFactory;

2. WARNING: DiscouragedReference

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

ATKUICommonAdapterFactory.java :

15 : public class ATKUICommonAdapterFactory extends CommonItemProviderAdapterFactory {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CommonItemProviderAdapterFactory() 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

ATKUICommonAdapterFactory.java :

17 : super();

4. WARNING: DiscouragedReference

Discouraged access: The field paramValueItemProvider from the type CommonItemProviderAdapterFactory 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

ATKUICommonAdapterFactory.java :

22 : if (paramValueItemProvider == null)

5. WARNING: DiscouragedReference

Discouraged access: The field paramValueItemProvider from the type CommonItemProviderAdapterFactory 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

ATKUICommonAdapterFactory.java :

23 : paramValueItemProvider = new ATKUIParamValueItemProvider(this);

6. WARNING: DiscouragedReference

Discouraged access: The field paramValueItemProvider from the type CommonItemProviderAdapterFactory 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

ATKUICommonAdapterFactory.java :

25 : return paramValueItemProvider;

7. WARNING: DiscouragedReference

Discouraged access: The field qNameItemProvider from the type CommonItemProviderAdapterFactory 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

ATKUICommonAdapterFactory.java :

30 : if (qNameItemProvider == null) {

8. WARNING: DiscouragedReference

Discouraged access: The field qNameItemProvider from the type CommonItemProviderAdapterFactory 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

ATKUICommonAdapterFactory.java :

31 : qNameItemProvider = new ATKUIQNameItemProvider(this);

9. WARNING: DiscouragedReference

Discouraged access: The field qNameItemProvider from the type CommonItemProviderAdapterFactory 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

ATKUICommonAdapterFactory.java :

34 : return qNameItemProvider;

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

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

ATKUIParamValueItemProvider.java :

14 : import org.eclipse.jst.j2ee.common.internal.provider.ParamValueItemProvider;

2. WARNING: DiscouragedReference

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

ATKUIParamValueItemProvider.java :

16 : public class ATKUIParamValueItemProvider extends ParamValueItemProvider implements ITableItemLabelProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor ParamValueItemProvider(AdapterFactory) 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

ATKUIParamValueItemProvider.java :

18 : super(adapterFactory);

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

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

ATKUIQNameItemProvider.java :

14 : import org.eclipse.jst.j2ee.common.internal.provider.QNameItemProvider;

2. WARNING: DiscouragedReference

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

ATKUIQNameItemProvider.java :

17 : public class ATKUIQNameItemProvider extends QNameItemProvider implements ITableItemLabelProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor QNameItemProvider(AdapterFactory) 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

ATKUIQNameItemProvider.java :

19 : super(adapterFactory);

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

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

DescriptionTypeItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.DescriptionItemProvider;

2. WARNING: DiscouragedReference

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

DescriptionTypeItemProvider.java :

31 : public class DescriptionTypeItemProvider extends DescriptionItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor DescriptionItemProvider(AdapterFactory) 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

DescriptionTypeItemProvider.java :

39 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type DescriptionItemProvider 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

DescriptionTypeItemProvider.java :

51 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type DescriptionItemProvider 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

DescriptionTypeItemProvider.java :

89 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type DescriptionItemProvider 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

DescriptionTypeItemProvider.java :

101 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

DisplayNameTypeItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.DisplayNameItemProvider;

2. WARNING: DiscouragedReference

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

DisplayNameTypeItemProvider.java :

31 : public class DisplayNameTypeItemProvider extends DisplayNameItemProvider{

3. WARNING: DiscouragedReference

Discouraged access: The constructor DisplayNameItemProvider(AdapterFactory) 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

DisplayNameTypeItemProvider.java :

39 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type DisplayNameItemProvider 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

DisplayNameTypeItemProvider.java :

51 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type DisplayNameItemProvider 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

DisplayNameTypeItemProvider.java :

89 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type DisplayNameItemProvider 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

DisplayNameTypeItemProvider.java :

101 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

HandlerItemProvider.java :

24 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

2. WARNING: DiscouragedReference

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

HandlerItemProvider.java :

37 : public class HandlerItemProvider extends CompatibilityDescriptionGroupItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) 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

HandlerItemProvider.java :

45 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider 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

HandlerItemProvider.java :

57 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method getChildrenReferences(Object) from the type DescriptionGroupItemProvider 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

HandlerItemProvider.java :

121 : super.getChildrenReferences(object);

6. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider 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

HandlerItemProvider.java :

139 : return super.getChildReference(object, child);

7. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider 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

HandlerItemProvider.java :

194 : super.notifyChanged(notification);

8. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider 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

HandlerItemProvider.java :

206 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

JaxrpcmapItemProviderAdapterFactory.java :

29 : import org.eclipse.jst.j2ee.webservice.jaxrpcmap.internal.util.JaxrpcmapAdapterFactory;

2. WARNING: DiscouragedReference

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

JaxrpcmapItemProviderAdapterFactory.java :

41 : public class JaxrpcmapItemProviderAdapterFactory extends JaxrpcmapAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier {

3. WARNING: DiscouragedReference

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

JaxrpcmapItemProviderAdapterFactory.java :

640 : return supportedTypes.contains(type) || super.isFactoryForType(type);

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

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

RootTypeQnameItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.QNameItemProvider;

2. WARNING: DiscouragedReference

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

RootTypeQnameItemProvider.java :

30 : public class RootTypeQnameItemProvider extends QNameItemProvider{

3. WARNING: DiscouragedReference

Discouraged access: The constructor QNameItemProvider(AdapterFactory) 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

RootTypeQnameItemProvider.java :

38 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type QNameItemProvider 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

RootTypeQnameItemProvider.java :

50 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type QNameItemProvider 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

RootTypeQnameItemProvider.java :

88 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type QNameItemProvider 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

RootTypeQnameItemProvider.java :

100 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

SOAPHeaderItemProvider.java :

19 : import org.eclipse.jst.j2ee.common.internal.provider.QNameItemProvider;

2. WARNING: DiscouragedReference

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

SOAPHeaderItemProvider.java :

29 : public class SOAPHeaderItemProvider extends QNameItemProvider{

3. WARNING: DiscouragedReference

Discouraged access: The constructor QNameItemProvider(AdapterFactory) 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

SOAPHeaderItemProvider.java :

37 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type QNameItemProvider 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

SOAPHeaderItemProvider.java :

49 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

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

SOAPHeaderItemProvider.java :

63 : return getResourceLocator().getImage("full/obj16/SOAPHeader"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type QNameItemProvider 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

SOAPHeaderItemProvider.java :

111 : super.notifyChanged(notification);

7. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type QNameItemProvider 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

SOAPHeaderItemProvider.java :

123 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

ServiceRefItemProvider.java :

24 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

2. WARNING: DiscouragedReference

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

ServiceRefItemProvider.java :

38 : public class ServiceRefItemProvider extends CompatibilityDescriptionGroupItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) 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

ServiceRefItemProvider.java :

46 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider 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

ServiceRefItemProvider.java :

58 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method getChildrenReferences(Object) from the type DescriptionGroupItemProvider 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

ServiceRefItemProvider.java :

124 : super.getChildrenReferences(object);

6. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider 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

ServiceRefItemProvider.java :

142 : return super.getChildReference(object, child);

7. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider 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

ServiceRefItemProvider.java :

198 : super.notifyChanged(notification);

8. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider 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

ServiceRefItemProvider.java :

210 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

WSDLBindingItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.QNameItemProvider;

2. WARNING: DiscouragedReference

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

WSDLBindingItemProvider.java :

30 : public class WSDLBindingItemProvider extends QNameItemProvider{

3. WARNING: DiscouragedReference

Discouraged access: The constructor QNameItemProvider(AdapterFactory) 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

WSDLBindingItemProvider.java :

38 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type QNameItemProvider 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

WSDLBindingItemProvider.java :

50 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type QNameItemProvider 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

WSDLBindingItemProvider.java :

88 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type QNameItemProvider 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

WSDLBindingItemProvider.java :

100 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

WSDLMessageItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.QNameItemProvider;

2. WARNING: DiscouragedReference

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

WSDLMessageItemProvider.java :

30 : public class WSDLMessageItemProvider extends QNameItemProvider{

3. WARNING: DiscouragedReference

Discouraged access: The constructor QNameItemProvider(AdapterFactory) 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

WSDLMessageItemProvider.java :

38 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type QNameItemProvider 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

WSDLMessageItemProvider.java :

50 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type QNameItemProvider 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

WSDLMessageItemProvider.java :

88 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type QNameItemProvider 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

WSDLMessageItemProvider.java :

100 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

WSDLPortItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.QNameItemProvider;

2. WARNING: DiscouragedReference

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

WSDLPortItemProvider.java :

31 : public class WSDLPortItemProvider extends QNameItemProvider{

3. WARNING: DiscouragedReference

Discouraged access: The constructor QNameItemProvider(AdapterFactory) 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

WSDLPortItemProvider.java :

39 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type QNameItemProvider 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

WSDLPortItemProvider.java :

51 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type QNameItemProvider 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

WSDLPortItemProvider.java :

107 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type QNameItemProvider 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

WSDLPortItemProvider.java :

119 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

WSDLPortTypeItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.QNameItemProvider;

2. WARNING: DiscouragedReference

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

WSDLPortTypeItemProvider.java :

30 : public class WSDLPortTypeItemProvider extends QNameItemProvider{

3. WARNING: DiscouragedReference

Discouraged access: The constructor QNameItemProvider(AdapterFactory) 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

WSDLPortTypeItemProvider.java :

38 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type QNameItemProvider 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

WSDLPortTypeItemProvider.java :

50 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type QNameItemProvider 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

WSDLPortTypeItemProvider.java :

88 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type QNameItemProvider 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

WSDLPortTypeItemProvider.java :

100 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

WSDLServiceNameItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.QNameItemProvider;

2. WARNING: DiscouragedReference

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

WSDLServiceNameItemProvider.java :

31 : public class WSDLServiceNameItemProvider extends QNameItemProvider{

3. WARNING: DiscouragedReference

Discouraged access: The constructor QNameItemProvider(AdapterFactory) 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

WSDLServiceNameItemProvider.java :

39 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type QNameItemProvider 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

WSDLServiceNameItemProvider.java :

51 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type QNameItemProvider 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

WSDLServiceNameItemProvider.java :

89 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type QNameItemProvider 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

WSDLServiceNameItemProvider.java :

101 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

WebServicesItemProvider.java :

20 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

2. WARNING: DiscouragedReference

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

WebServicesItemProvider.java :

33 : public class WebServicesItemProvider extends CompatibilityDescriptionGroupItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) 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

WebServicesItemProvider.java :

41 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider 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

WebServicesItemProvider.java :

53 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method getChildrenReferences(Object) from the type DescriptionGroupItemProvider 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

WebServicesItemProvider.java :

85 : super.getChildrenReferences(object);

6. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider 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

WebServicesItemProvider.java :

140 : super.notifyChanged(notification);

7. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider 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

WebServicesItemProvider.java :

152 : super.collectNewChildDescriptors(newChildDescriptors, object);

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

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

Webservice_clientItemProviderAdapterFactory.java :

29 : import org.eclipse.jst.j2ee.webservice.wsclient.internal.util.Webservice_clientAdapterFactory;

2. WARNING: DiscouragedReference

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

Webservice_clientItemProviderAdapterFactory.java :

41 : public class Webservice_clientItemProviderAdapterFactory extends Webservice_clientAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier {

3. WARNING: DiscouragedReference

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

Webservice_clientItemProviderAdapterFactory.java :

224 : return supportedTypes.contains(type) || super.isFactoryForType(type);

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

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

WscommonItemProviderAdapterFactory.java :

30 : import org.eclipse.jst.j2ee.webservice.wscommon.internal.util.WscommonAdapterFactory;

2. WARNING: DiscouragedReference

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

WscommonItemProviderAdapterFactory.java :

43 : public class WscommonItemProviderAdapterFactory extends WscommonAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier {

3. WARNING: DiscouragedReference

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

WscommonItemProviderAdapterFactory.java :

253 : return supportedTypes.contains(type) || super.isFactoryForType(type);

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

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

WsddItemProviderAdapterFactory.java :

30 : import org.eclipse.jst.j2ee.webservice.wsdd.internal.util.WsddAdapterFactory;

2. WARNING: DiscouragedReference

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

WsddItemProviderAdapterFactory.java :

42 : public class WsddItemProviderAdapterFactory extends WsddAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier {

3. WARNING: DiscouragedReference

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

WsddItemProviderAdapterFactory.java :

323 : return supportedTypes.contains(type) || super.isFactoryForType(type);

Source File: org/eclipse/jst/j2ee/internal/wsdd/provider/HandlerItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used

HandlerItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ITreeItemContentProvider;

2. WARNING: DiscouragedReference

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

HandlerItemProvider.java :

29 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

3. WARNING: DiscouragedReference

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

HandlerItemProvider.java :

48 : public class HandlerItemProvider extends CompatibilityDescriptionGroupItemProvider {

4. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) 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

HandlerItemProvider.java :

56 : super(adapterFactory);

5. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider 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

HandlerItemProvider.java :

68 : super.getPropertyDescriptors(object);

6. WARNING: DiscouragedReference

Discouraged access: The method getChildrenReferences(Object) from the type DescriptionGroupItemProvider 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

HandlerItemProvider.java :

125 : super.getChildrenReferences(object);

7. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider 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

HandlerItemProvider.java :

144 : return super.getChildReference(object, child);

8. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider 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

HandlerItemProvider.java :

208 : super.notifyChanged(notification);

9. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider 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

HandlerItemProvider.java :

220 : super.collectNewChildDescriptors(newChildDescriptors, object);