Compiler Report

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

Number of source files: 7 Number of classfiles: 8

Problems: 61 (Errors: 0 Warnings: 61 )

Source File: org/eclipse/wst/ws/internal/ui/command/OpenEditorCommand.java
1. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

29 : import org.eclipse.wst.ws.internal.util.UniversalPathTransformer;

2. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

30 : import org.eclipse.wst.ws.internal.wsrt.IContext;

3. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

31 : import org.eclipse.wst.ws.internal.wsrt.IWebService;

4. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

32 : import org.eclipse.wst.ws.internal.wsrt.WebServiceScenario;

5. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

41 : private IWebService webService;

6. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

42 : private IContext context;

7. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

49 : public void setWebService(IWebService webService) {

8. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

58 : public void setContext (IContext context) {

9. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

68 : if (context.getScenario().getValue() != WebServiceScenario.TOPDOWN)

10. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

68 : if (context.getScenario().getValue() != WebServiceScenario.TOPDOWN)

11. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

68 : if (context.getScenario().getValue() != WebServiceScenario.TOPDOWN)

12. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

71 : String[] implURLs = webService.getWebServiceInfo().getImplURLs();

13. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

71 : String[] implURLs = webService.getWebServiceInfo().getImplURLs();

14. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

82 : file = UniversalPathTransformer.toFile(implURL);

15. WARNING: DiscouragedReference

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

OpenEditorCommand.java :

82 : file = UniversalPathTransformer.toFile(implURL);

Source File: org/eclipse/wst/ws/internal/ui/utils/AdapterUtils.java
1. WARNING: DiscouragedReference

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

AdapterUtils.java :

25 : import org.eclipse.wst.ws.internal.plugin.WSPlugin;

2. WARNING: DiscouragedReference

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

AdapterUtils.java :

75 : IIFile2UriConverter converter = WSPlugin.getInstance().getIFile2UriConverter();

3. WARNING: DiscouragedReference

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

AdapterUtils.java :

75 : IIFile2UriConverter converter = WSPlugin.getInstance().getIFile2UriConverter();

4. WARNING: DiscouragedReference

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

AdapterUtils.java :

75 : IIFile2UriConverter converter = WSPlugin.getInstance().getIFile2UriConverter();

Source File: org/eclipse/wst/ws/internal/ui/wsi/preferences/WSICompliancePreferencePage.java
1. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

34 : import org.eclipse.wst.ws.internal.plugin.WSPlugin;

2. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

35 : import org.eclipse.wst.ws.internal.preferences.PersistentWSDLValidationContext;

3. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

160 : PersistentWSDLValidationContext wsdlValidationContext = WSPlugin.getInstance().getWSDLValidationContext();

4. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

160 : PersistentWSDLValidationContext wsdlValidationContext = WSPlugin.getInstance().getWSDLValidationContext();

5. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

160 : PersistentWSDLValidationContext wsdlValidationContext = WSPlugin.getInstance().getWSDLValidationContext();

6. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

160 : PersistentWSDLValidationContext wsdlValidationContext = WSPlugin.getInstance().getWSDLValidationContext();

7. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

161 : String validationSelection = wsdlValidationContext.getDefault();

8. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

162 : wsdlValidationContext.updateWSDLValidation(validationSelection);

9. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

168 : WSPlugin.getInstance().getWaitForWSDLValidationContext().setWaitForWSDLValidation(WSPlugin.getInstance().getWaitForWSDLValidationContext().getDefault());

10. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

168 : WSPlugin.getInstance().getWaitForWSDLValidationContext().setWaitForWSDLValidation(WSPlugin.getInstance().getWaitForWSDLValidationContext().getDefault());

11. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

168 : WSPlugin.getInstance().getWaitForWSDLValidationContext().setWaitForWSDLValidation(WSPlugin.getInstance().getWaitForWSDLValidationContext().getDefault());

12. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

168 : WSPlugin.getInstance().getWaitForWSDLValidationContext().setWaitForWSDLValidation(WSPlugin.getInstance().getWaitForWSDLValidationContext().getDefault());

13. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

168 : WSPlugin.getInstance().getWaitForWSDLValidationContext().setWaitForWSDLValidation(WSPlugin.getInstance().getWaitForWSDLValidationContext().getDefault());

14. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

168 : WSPlugin.getInstance().getWaitForWSDLValidationContext().setWaitForWSDLValidation(WSPlugin.getInstance().getWaitForWSDLValidationContext().getDefault());

15. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

168 : WSPlugin.getInstance().getWaitForWSDLValidationContext().setWaitForWSDLValidation(WSPlugin.getInstance().getWaitForWSDLValidationContext().getDefault());

16. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

168 : WSPlugin.getInstance().getWaitForWSDLValidationContext().setWaitForWSDLValidation(WSPlugin.getInstance().getWaitForWSDLValidationContext().getDefault());

17. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

177 : String validationSelection = WSPlugin.getInstance().getWSDLValidationContext().getPersistentWSDLValidation();

18. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

177 : String validationSelection = WSPlugin.getInstance().getWSDLValidationContext().getPersistentWSDLValidation();

19. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

177 : String validationSelection = WSPlugin.getInstance().getWSDLValidationContext().getPersistentWSDLValidation();

20. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

177 : String validationSelection = WSPlugin.getInstance().getWSDLValidationContext().getPersistentWSDLValidation();

21. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

184 : if (PersistentWSDLValidationContext.VALIDATE_NO_WSDL.equals(validationSelection)) {

22. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

184 : if (PersistentWSDLValidationContext.VALIDATE_NO_WSDL.equals(validationSelection)) {

23. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

186 : } else if (PersistentWSDLValidationContext.VALIDATE_REMOTE_WSDL.equals(validationSelection)) {

24. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

186 : } else if (PersistentWSDLValidationContext.VALIDATE_REMOTE_WSDL.equals(validationSelection)) {

25. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

188 : } else if (PersistentWSDLValidationContext.VALIDATE_ALL_WSDL.equals(validationSelection)) {

26. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

188 : } else if (PersistentWSDLValidationContext.VALIDATE_ALL_WSDL.equals(validationSelection)) {

27. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

212 : wsdlValdationSelection = PersistentWSDLValidationContext.VALIDATE_NO_WSDL;

28. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

212 : wsdlValdationSelection = PersistentWSDLValidationContext.VALIDATE_NO_WSDL;

29. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

215 : wsdlValdationSelection = PersistentWSDLValidationContext.VALIDATE_REMOTE_WSDL;

30. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

215 : wsdlValdationSelection = PersistentWSDLValidationContext.VALIDATE_REMOTE_WSDL;

31. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

218 : wsdlValdationSelection = PersistentWSDLValidationContext.VALIDATE_ALL_WSDL;

32. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

218 : wsdlValdationSelection = PersistentWSDLValidationContext.VALIDATE_ALL_WSDL;

33. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

220 : WSPlugin.getInstance().getWSDLValidationContext().updateWSDLValidation(wsdlValdationSelection);

34. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

220 : WSPlugin.getInstance().getWSDLValidationContext().updateWSDLValidation(wsdlValdationSelection);

35. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

220 : WSPlugin.getInstance().getWSDLValidationContext().updateWSDLValidation(wsdlValdationSelection);

36. WARNING: DiscouragedReference

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

WSICompliancePreferencePage.java :

220 : WSPlugin.getInstance().getWSDLValidationContext().updateWSDLValidation(wsdlValdationSelection);

Source File: org/eclipse/wst/ws/internal/ui/wsrt/IObjectSelector.java
1. WARNING: DiscouragedReference

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

IObjectSelector.java :

17 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetDataEvents;

2. WARNING: DiscouragedReference

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

IObjectSelector.java :

18 : import org.eclipse.wst.ws.internal.wsrt.ISelection;

3. WARNING: DiscouragedReference

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

IObjectSelector.java :

22 : public void setInitialSelection(ISelection sel);

4. WARNING: DiscouragedReference

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

IObjectSelector.java :

23 : public ISelection getSelection();

5. WARNING: DiscouragedReference

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

IObjectSelector.java :

25 : public IStatus validateSelection(ISelection sel);

6. WARNING: DiscouragedReference

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

IObjectSelector.java :

26 : public WidgetDataEvents addControls(Composite parent, Listener statusListener);