Compiler Report

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

Number of source files: 103 Number of classfiles: 106

Problems: 348 (Errors: 0 Warnings: 348 )

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

AdapterQNameElement.java :

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

AdapterQNameElement.java :

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

CommandModifyNSURI.java :

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

CommandModifyNSURI.java :

77 : QNameHelper.setQNameNamespaceURI(eObject_, newValue_);

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

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

JaxRPCMapArtifactEdit.java :

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

2. WARNING: UnusedImport

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

JaxRPCMapArtifactEdit.java :

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

3. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

4. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

5. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

6. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

75 : public JaxRPCMapArtifactEdit(ArtifactEditModel model) {

7. WARNING: DiscouragedReference

Discouraged access: The method getResourceSet() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

JaxRPCMapArtifactEdit.java :

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

8. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

9. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

10. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

11. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

12. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

13. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

14. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

188 : getArtifactEditModel().getModuleURI();

15. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

190 : aResource.saveIfNecessary();

16. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

328 : return J2EEProjectUtilities.isEJBProject(aComponent.getProject());

17. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

328 : return J2EEProjectUtilities.isEJBProject(aComponent.getProject());

18. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

338 : return J2EEProjectUtilities.isDynamicWebProject(aComponent.getProject());

19. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

338 : return J2EEProjectUtilities.isDynamicWebProject(aComponent.getProject());

20. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

348 : return J2EEProjectUtilities.isApplicationClientProject(aComponent.getProject());

21. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

348 : return J2EEProjectUtilities.isApplicationClientProject(aComponent.getProject());

22. WARNING: DiscouragedReference

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

JaxRPCMapArtifactEdit.java :

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

WSCDDArtifactEdit.java :

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

2. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

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

3. WARNING: UnusedImport

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

WSCDDArtifactEdit.java :

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

4. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

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

5. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

72 : public WSCDDArtifactEdit(ArtifactEditModel model) {

6. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

112 : return getWscddXmiResource().getJ2EEVersionID();

7. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

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

8. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

131 : URI resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_WEB_INF_DD_URI_OBJ;

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

WSCDDArtifactEdit.java :

131 : URI resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_WEB_INF_DD_URI_OBJ;

10. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

133 : resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_META_INF_DD_URI_OBJ;

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

WSCDDArtifactEdit.java :

133 : resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_META_INF_DD_URI_OBJ;

12. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

135 : resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_META_INF_DD_URI_OBJ;

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

WSCDDArtifactEdit.java :

135 : resourceURI = J2EEConstants.WEB_SERVICES_CLIENT_META_INF_DD_URI_OBJ;

14. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

183 : getArtifactEditModel().getModuleURI();

15. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

185 : aResource.saveIfNecessary();

16. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

336 : return aComponent !=null && J2EEProjectUtilities.isEJBProject(aComponent.getProject());

17. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

336 : return aComponent !=null && J2EEProjectUtilities.isEJBProject(aComponent.getProject());

18. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

358 : return aComponent !=null && J2EEProjectUtilities.isDynamicWebProject(aComponent.getProject());

19. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

358 : return aComponent !=null && J2EEProjectUtilities.isDynamicWebProject(aComponent.getProject());

20. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

369 : return aComponent !=null && J2EEProjectUtilities.isApplicationClientProject(aComponent.getProject());

21. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

369 : return aComponent !=null && J2EEProjectUtilities.isApplicationClientProject(aComponent.getProject());

22. WARNING: DiscouragedReference

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

WSCDDArtifactEdit.java :

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

WSDDArtifactEdit.java :

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

3. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

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

4. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

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

5. WARNING: UnusedImport

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

WSDDArtifactEdit.java :

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

6. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

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

7. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

86 : public WSDDArtifactEdit(ArtifactEditModel model) {

8. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

126 : return getWsddXmiResource().getJ2EEVersionID();

9. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

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

10. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

157 : URI resourceURI = J2EEConstants.WEB_SERVICES_WEB_INF_DD_URI_OBJ;

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

WSDDArtifactEdit.java :

157 : URI resourceURI = J2EEConstants.WEB_SERVICES_WEB_INF_DD_URI_OBJ;

12. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

159 : resourceURI = J2EEConstants.WEB_SERVICES_META_INF_DD_URI_OBJ;

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

WSDDArtifactEdit.java :

159 : resourceURI = J2EEConstants.WEB_SERVICES_META_INF_DD_URI_OBJ;

14. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

161 : resourceURI = J2EEConstants.WEB_SERVICES_META_INF_DD_URI_OBJ;

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

WSDDArtifactEdit.java :

161 : resourceURI = J2EEConstants.WEB_SERVICES_META_INF_DD_URI_OBJ;

16. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

215 : getArtifactEditModel().getModuleURI();

17. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

217 : aResource.saveIfNecessary();

18. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

373 : return J2EEProjectUtilities.isEJBProject(aComponent.getProject());

19. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

373 : return J2EEProjectUtilities.isEJBProject(aComponent.getProject());

20. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

395 : return J2EEProjectUtilities.isDynamicWebProject(aComponent.getProject());

21. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

395 : return J2EEProjectUtilities.isDynamicWebProject(aComponent.getProject());

22. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

406 : return J2EEProjectUtilities.isApplicationClientProject(aComponent.getProject());

23. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

406 : return J2EEProjectUtilities.isApplicationClientProject(aComponent.getProject());

24. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

425 : res.setModuleVersionID(version);

25. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WSDDArtifactEdit.java :

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

26. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

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

27. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

483 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

28. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

483 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

29. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

483 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

30. WARNING: DiscouragedReference

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

WSDDArtifactEdit.java :

484 : 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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLServiceHelperImpl.java :

150 : List wsdlList = entity.getChildren();

10. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLServiceHelperImpl.java :

173 : parser = new WebServicesParser(url);

21. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

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

WebServicesManager.java :

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

WebServicesManager.java :

80 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

84 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

14. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

WebServicesManager.java :

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

WebServicesManager.java :

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

WebServicesManager.java :

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

18. WARNING: DiscouragedReference

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

WebServicesManager.java :

218 : if (!ModuleCoreNature.isFlexibleProject(project) || J2EEProjectUtilities.isEARProject(project) || J2EEProjectUtilities.isStaticWebProject(project))

19. WARNING: DiscouragedReference

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

WebServicesManager.java :

218 : if (!ModuleCoreNature.isFlexibleProject(project) || J2EEProjectUtilities.isEARProject(project) || J2EEProjectUtilities.isStaticWebProject(project))

20. WARNING: DiscouragedReference

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

WebServicesManager.java :

218 : if (!ModuleCoreNature.isFlexibleProject(project) || J2EEProjectUtilities.isEARProject(project) || J2EEProjectUtilities.isStaticWebProject(project))

21. WARNING: DiscouragedReference

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

WebServicesManager.java :

218 : if (!ModuleCoreNature.isFlexibleProject(project) || J2EEProjectUtilities.isEARProject(project) || J2EEProjectUtilities.isStaticWebProject(project))

22. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

274 : public void editModelChanged(EditModelEvent anEvent) {

23. WARNING: DiscouragedReference

Discouraged access: The method getEventCode() from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

24. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

25. WARNING: DiscouragedReference

Discouraged access: The field UNLOADED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

26. WARNING: DiscouragedReference

Discouraged access: The method getChangedResources() from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

278 : List resources = anEvent.getChangedResources();

27. WARNING: DiscouragedReference

Discouraged access: The method getEventCode() from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

282 : notifyListeners(anEvent.getEventCode());

28. WARNING: DiscouragedReference

Discouraged access: The method getEventCode() from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

29. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

30. WARNING: DiscouragedReference

Discouraged access: The field PRE_DISPOSE from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

31. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

32. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

33. WARNING: DiscouragedReference

Discouraged access: The method getEditModel() from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

34. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

35. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

289 : removeArtifactEdit(editModel.getProject());

36. WARNING: DiscouragedReference

Discouraged access: The method getEventCode() from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

290 : notifyListeners(anEvent.getEventCode());

37. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

310 : case EditModelEvent.UNLOADED_RESOURCE:

38. WARNING: DiscouragedReference

Discouraged access: The field UNLOADED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

310 : case EditModelEvent.UNLOADED_RESOURCE:

39. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

311 : case EditModelEvent.PRE_DISPOSE:

40. WARNING: DiscouragedReference

Discouraged access: The field PRE_DISPOSE from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

311 : case EditModelEvent.PRE_DISPOSE:

41. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

312 : case EditModelEvent.REMOVED_RESOURCE:

42. WARNING: DiscouragedReference

Discouraged access: The field REMOVED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

312 : case EditModelEvent.REMOVED_RESOURCE:

43. WARNING: DiscouragedReference

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

WebServicesManager.java :

494 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

44. WARNING: DiscouragedReference

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

WebServicesManager.java :

494 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

45. WARNING: DiscouragedReference

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

WebServicesManager.java :

494 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

46. WARNING: DiscouragedReference

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

WebServicesManager.java :

495 : return serviceHelper.getWsdlServicesFromWsilFile(wsil);

47. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

48. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

49. WARNING: DiscouragedReference

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

WebServicesManager.java :

548 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

50. WARNING: DiscouragedReference

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

WebServicesManager.java :

548 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

51. WARNING: DiscouragedReference

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

WebServicesManager.java :

548 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

52. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

53. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

54. WARNING: DiscouragedReference

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

WebServicesManager.java :

559 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

55. WARNING: DiscouragedReference

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

WebServicesManager.java :

559 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

56. WARNING: DiscouragedReference

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

WebServicesManager.java :

559 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

57. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

58. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

59. WARNING: DiscouragedReference

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

WebServicesManager.java :

580 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

60. WARNING: DiscouragedReference

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

WebServicesManager.java :

580 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

61. WARNING: DiscouragedReference

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

WebServicesManager.java :

580 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

62. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

63. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

64. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

65. WARNING: DiscouragedReference

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

WebServicesManager.java :

624 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

66. WARNING: DiscouragedReference

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

WebServicesManager.java :

624 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

67. WARNING: DiscouragedReference

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

WebServicesManager.java :

624 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

68. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

69. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

70. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

71. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

72. WARNING: DiscouragedReference

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

WebServicesManager.java :

671 : if (J2EEProjectUtilities.isEJBProject(artifactEdit.getProject())) {

73. WARNING: DiscouragedReference

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

WebServicesManager.java :

671 : if (J2EEProjectUtilities.isEJBProject(artifactEdit.getProject())) {

74. WARNING: DiscouragedReference

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

WebServicesManager.java :

703 : return getWorkspaceServiceRefs(wsClientArtifactEdits, J2EEVersionConstants.JEE_5_0_ID);

75. WARNING: DiscouragedReference

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

WebServicesManager.java :

703 : return getWorkspaceServiceRefs(wsClientArtifactEdits, J2EEVersionConstants.JEE_5_0_ID);

76. WARNING: DiscouragedReference

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

WebServicesManager.java :

707 : return getWorkspaceServiceRefs(wsClientArtifactEdits, J2EEVersionConstants.J2EE_1_4_ID);

77. WARNING: DiscouragedReference

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

WebServicesManager.java :

707 : return getWorkspaceServiceRefs(wsClientArtifactEdits, J2EEVersionConstants.J2EE_1_4_ID);

78. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

79. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

80. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

81. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

82. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

83. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

84. WARNING: DiscouragedReference

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

WebServicesManager.java :

727 : j2eeLevel = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(projectVersion);

85. WARNING: DiscouragedReference

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

WebServicesManager.java :

727 : j2eeLevel = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(projectVersion);

86. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

87. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

88. WARNING: DiscouragedReference

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

WebServicesManager.java :

729 : j2eeLevel = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(projectVersion);

89. WARNING: DiscouragedReference

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

WebServicesManager.java :

729 : j2eeLevel = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(projectVersion);

90. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

91. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

92. WARNING: DiscouragedReference

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

WebServicesManager.java :

731 : j2eeLevel = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(projectVersion);

93. WARNING: DiscouragedReference

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

WebServicesManager.java :

731 : j2eeLevel = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(projectVersion);

94. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

95. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

96. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

97. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

98. WARNING: DiscouragedReference

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

WebServicesManager.java :

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

99. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WebServicesManager.java :

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

100. WARNING: DiscouragedReference

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

WebServicesManager.java :

894 : if (component!=null && !J2EEProjectUtilities.isEARProject(p) && !J2EEProjectUtilities.isStaticWebProject(p)) {

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

The import org.eclipse.core.runtime.CoreException is never used

WebServicePlugin.java :

23 : import org.eclipse.core.runtime.CoreException;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebServicePlugin.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebServicePlugin.java :

39 : public class WebServicePlugin extends WTPPlugin implements ResourceLocator {

4. WARNING: DiscouragedReference

Discouraged access: The constructor WTPPlugin() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebServicePlugin.java :

52 : super();

5. WARNING: DiscouragedReference

Discouraged access: The method start(BundleContext) from the type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebServicePlugin.java :

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

ATKUIAdapterFactory.java :

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

ATKUICommonAdapterFactory.java :

21 : if (paramValueItemProvider == null)

5. WARNING: DiscouragedReference

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

ATKUICommonAdapterFactory.java :

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

ATKUICommonAdapterFactory.java :

24 : return paramValueItemProvider;

7. WARNING: DiscouragedReference

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

ATKUICommonAdapterFactory.java :

28 : if (qNameItemProvider == null) {

8. WARNING: DiscouragedReference

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

ATKUICommonAdapterFactory.java :

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

ATKUICommonAdapterFactory.java :

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

DescriptionTypeItemProvider.java :

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

DescriptionTypeItemProvider.java :

36 : public class DescriptionTypeItemProvider extends DescriptionItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

DescriptionTypeItemProvider.java :

44 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

DescriptionTypeItemProvider.java :

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

DescriptionTypeItemProvider.java :

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

DisplayNameTypeItemProvider.java :

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

DisplayNameTypeItemProvider.java :

36 : public class DisplayNameTypeItemProvider extends DisplayNameItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

DisplayNameTypeItemProvider.java :

44 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

DisplayNameTypeItemProvider.java :

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

DisplayNameTypeItemProvider.java :

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

HandlerItemProvider.java :

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

HandlerItemProvider.java :

42 : public class HandlerItemProvider extends CompatibilityDescriptionGroupItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

HandlerItemProvider.java :

50 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

HandlerItemProvider.java :

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

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

HandlerItemProvider.java :

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

HandlerItemProvider.java :

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

HandlerItemProvider.java :

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

JaxrpcmapItemProviderAdapterFactory.java :

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

RootTypeQnameItemProvider.java :

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

RootTypeQnameItemProvider.java :

35 : public class RootTypeQnameItemProvider extends QNameItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

RootTypeQnameItemProvider.java :

43 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

RootTypeQnameItemProvider.java :

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

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

SOAPHeaderItemProvider.java :

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

SOAPHeaderItemProvider.java :

34 : public class SOAPHeaderItemProvider extends QNameItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

SOAPHeaderItemProvider.java :

42 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

SOAPHeaderItemProvider.java :

53 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

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

SOAPHeaderItemProvider.java :

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

SOAPHeaderItemProvider.java :

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

ServiceRefItemProvider.java :

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

ServiceRefItemProvider.java :

43 : public class ServiceRefItemProvider extends CompatibilityDescriptionGroupItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

ServiceRefItemProvider.java :

51 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

ServiceRefItemProvider.java :

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

ServiceRefItemProvider.java :

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

ServiceRefItemProvider.java :

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

ServiceRefItemProvider.java :

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

ServiceRefItemProvider.java :

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

WSDLBindingItemProvider.java :

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

WSDLBindingItemProvider.java :

35 : public class WSDLBindingItemProvider extends QNameItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

WSDLBindingItemProvider.java :

43 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

WSDLBindingItemProvider.java :

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

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

WSDLMessageItemProvider.java :

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

WSDLMessageItemProvider.java :

35 : public class WSDLMessageItemProvider extends QNameItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

WSDLMessageItemProvider.java :

43 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

WSDLMessageItemProvider.java :

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

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

WSDLPortItemProvider.java :

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

WSDLPortItemProvider.java :

36 : public class WSDLPortItemProvider extends QNameItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

WSDLPortItemProvider.java :

44 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

WSDLPortItemProvider.java :

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

WSDLPortItemProvider.java :

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

WSDLPortTypeItemProvider.java :

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

WSDLPortTypeItemProvider.java :

35 : public class WSDLPortTypeItemProvider extends QNameItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

WSDLPortTypeItemProvider.java :

43 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

WSDLPortTypeItemProvider.java :

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

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

WSDLServiceNameItemProvider.java :

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

WSDLServiceNameItemProvider.java :

36 : public class WSDLServiceNameItemProvider extends QNameItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

WSDLServiceNameItemProvider.java :

44 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

WSDLServiceNameItemProvider.java :

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

WSDLServiceNameItemProvider.java :

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

WebServicesItemProvider.java :

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

WebServicesItemProvider.java :

38 : public class WebServicesItemProvider extends CompatibilityDescriptionGroupItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

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

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

WebServicesItemProvider.java :

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

WebServicesItemProvider.java :

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

Webservice_clientItemProviderAdapterFactory.java :

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

WscommonItemProviderAdapterFactory.java :

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

WsddItemProviderAdapterFactory.java :

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

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

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

HandlerItemProvider.java :

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

HandlerItemProvider.java :

52 : public class HandlerItemProvider extends CompatibilityDescriptionGroupItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

HandlerItemProvider.java :

60 : super(adapterFactory);

4. WARNING: DiscouragedReference

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

HandlerItemProvider.java :

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

HandlerItemProvider.java :

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

HandlerItemProvider.java :

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

HandlerItemProvider.java :

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

HandlerItemProvider.java :

217 : super.collectNewChildDescriptors(newChildDescriptors, object);