Compiler Report

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

Number of source files: 18 Number of classfiles: 25

Problems: 151 (Errors: 0 Warnings: 151 )

Source File: org/eclipse/jst/ws/internal/ui/action/LaunchImportWizardAction.java
1. WARNING: DiscouragedReference

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

LaunchImportWizardAction.java :

20 : import org.eclipse.wst.command.internal.env.ui.widgets.DynamicWizard;

2. WARNING: DiscouragedReference

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

LaunchImportWizardAction.java :

35 : DynamicWizard wizard = new DynamicWizard();

3. WARNING: DiscouragedReference

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

LaunchImportWizardAction.java :

35 : DynamicWizard wizard = new DynamicWizard();

4. WARNING: DiscouragedReference

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

LaunchImportWizardAction.java :

35 : DynamicWizard wizard = new DynamicWizard();

5. WARNING: DiscouragedReference

Discouraged access: The method setInitialData(String) from the type DynamicWizard 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

LaunchImportWizardAction.java :

39 : wizard.setInitialData( "org.eclipse.jst.ws.consumption.ui.wsimport" );

6. WARNING: DiscouragedReference

Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type DynamicWizard 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

LaunchImportWizardAction.java :

40 : wizard.init( PlatformUI.getWorkbench(), selection_ );

Source File: org/eclipse/jst/ws/internal/ui/action/WebServiceDeployAction.java
1. WARNING: DiscouragedReference

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

WebServiceDeployAction.java :

18 : import org.eclipse.jst.ws.internal.common.ServerUtils;

2. WARNING: DiscouragedReference

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

WebServiceDeployAction.java :

25 : String [] typeIds = ServerUtils.getServerTypeIdsByModule(project);

3. WARNING: DiscouragedReference

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

WebServiceDeployAction.java :

25 : String [] typeIds = ServerUtils.getServerTypeIdsByModule(project);

Source File: org/eclipse/jst/ws/internal/ui/dialog/DialogUtils.java
1. WARNING: DiscouragedReference

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

DialogUtils.java :

35 : import org.eclipse.jst.ws.internal.common.Filter;

2. WARNING: DiscouragedReference

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

DialogUtils.java :

36 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

3. WARNING: DiscouragedReference

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

DialogUtils.java :

61 : IResource initialResource = ResourceUtils.getWorkspaceRoot().findMember(initialPath);

4. WARNING: DiscouragedReference

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

DialogUtils.java :

61 : IResource initialResource = ResourceUtils.getWorkspaceRoot().findMember(initialPath);

5. WARNING: DiscouragedReference

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

DialogUtils.java :

66 : initialResource = ResourceUtils.getWorkspaceRoot().getProject(initialPath.segment(0));

6. WARNING: DiscouragedReference

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

DialogUtils.java :

66 : initialResource = ResourceUtils.getWorkspaceRoot().getProject(initialPath.segment(0));

7. WARNING: DiscouragedReference

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

DialogUtils.java :

70 : initialResource = ResourceUtils.getWorkspaceRoot().getFolder(initialPath);

8. WARNING: DiscouragedReference

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

DialogUtils.java :

70 : initialResource = ResourceUtils.getWorkspaceRoot().getFolder(initialPath);

9. WARNING: DiscouragedReference

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

DialogUtils.java :

105 : public static IResource browseResources ( Shell parentShell, IResource topResource, IResource initialSelection, Filter filter)

Source File: org/eclipse/jst/ws/internal/ui/dialog/ResourceSelectionDialog.java
1. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

27 : import org.eclipse.jst.ws.internal.common.AnyFilter;

2. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

28 : import org.eclipse.jst.ws.internal.common.Filter;

3. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

29 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

4. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

72 : private Filter[] filters_;

5. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

73 : private Filter currentFilter_;

6. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

90 : this(parent,root,initialSelection,new Filter[] {new AnyFilter()});

7. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

90 : this(parent,root,initialSelection,new Filter[] {new AnyFilter()});

8. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

90 : this(parent,root,initialSelection,new Filter[] {new AnyFilter()});

9. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

108 : public ResourceSelectionDialog ( Shell parent, IResource root, IResource initialSelection, Filter filter )

10. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

110 : this(parent,root,initialSelection,new Filter[] {filter});

11. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

136 : public ResourceSelectionDialog ( Shell parent, IResource root, IResource initialSelection, Filter[] filters )

12. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

139 : root_ = root == null ? ResourceUtils.getWorkspaceRoot() : root;

13. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

139 : root_ = root == null ? ResourceUtils.getWorkspaceRoot() : root;

14. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

141 : filters_ = (filters == null || filters.length == 0) ? new Filter[] {new AnyFilter()} : filters;

15. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

141 : filters_ = (filters == null || filters.length == 0) ? new Filter[] {new AnyFilter()} : filters;

16. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

141 : filters_ = (filters == null || filters.length == 0) ? new Filter[] {new AnyFilter()} : filters;

17. WARNING: DiscouragedReference

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

ResourceSelectionDialog.java :

287 : || (ResourceSelectionDialog.this.currentFilter_.accepts(object))

Source File: org/eclipse/jst/ws/internal/ui/popup/PopupTestService.java
1. WARNING: DiscouragedReference

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

PopupTestService.java :

25 : import org.eclipse.jst.ws.internal.common.J2EEActionAdapterFactory;

2. WARNING: DiscouragedReference

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

PopupTestService.java :

26 : import org.eclipse.wst.ws.internal.explorer.LaunchOption;

3. WARNING: DiscouragedReference

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

PopupTestService.java :

27 : import org.eclipse.wst.ws.internal.explorer.WSExplorerLauncherCommand;

4. WARNING: DiscouragedReference

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

PopupTestService.java :

28 : import org.eclipse.wst.ws.internal.explorer.plugin.ExplorerPlugin;

5. WARNING: DiscouragedReference

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

PopupTestService.java :

29 : import org.eclipse.wst.ws.internal.explorer.popup.PopupTestWSDL;

6. WARNING: DiscouragedReference

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

PopupTestService.java :

31 : import org.eclipse.wst.ws.internal.wsfinder.WSDLURLStringWrapper;

7. WARNING: DiscouragedReference

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

PopupTestService.java :

34 : public class PopupTestService extends PopupTestWSDL

8. WARNING: DiscouragedReference

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

PopupTestService.java :

38 : super();

9. WARNING: DiscouragedReference

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

PopupTestService.java :

43 : String stateLocation = ExplorerPlugin.getInstance().getPluginStateLocation();

10. WARNING: DiscouragedReference

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

PopupTestService.java :

43 : String stateLocation = ExplorerPlugin.getInstance().getPluginStateLocation();

11. WARNING: DiscouragedReference

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

PopupTestService.java :

43 : String stateLocation = ExplorerPlugin.getInstance().getPluginStateLocation();

12. WARNING: DiscouragedReference

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

PopupTestService.java :

44 : String defaultFavoritesLocation = ExplorerPlugin.getInstance().getDefaultFavoritesLocation();

13. WARNING: DiscouragedReference

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

PopupTestService.java :

44 : String defaultFavoritesLocation = ExplorerPlugin.getInstance().getDefaultFavoritesLocation();

14. WARNING: DiscouragedReference

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

PopupTestService.java :

44 : String defaultFavoritesLocation = ExplorerPlugin.getInstance().getDefaultFavoritesLocation();

15. WARNING: DiscouragedReference

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

PopupTestService.java :

45 : WSExplorerLauncherCommand command = new WSExplorerLauncherCommand();

16. WARNING: DiscouragedReference

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

PopupTestService.java :

45 : WSExplorerLauncherCommand command = new WSExplorerLauncherCommand();

17. WARNING: DiscouragedReference

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

PopupTestService.java :

45 : WSExplorerLauncherCommand command = new WSExplorerLauncherCommand();

18. WARNING: DiscouragedReference

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

PopupTestService.java :

46 : command.setForceLaunchOutsideIDE(false);

19. WARNING: DiscouragedReference

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

PopupTestService.java :

48 : if (selection != null)

20. WARNING: DiscouragedReference

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

PopupTestService.java :

50 : for (Iterator it = selection.iterator(); it.hasNext();)

21. WARNING: DiscouragedReference

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

PopupTestService.java :

55 : if (Platform.getAdapterManager().hasAdapter(object, WSDLURLStringWrapper.class.getName())) {

22. WARNING: DiscouragedReference

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

PopupTestService.java :

56 : Object adaptedObject = Platform.getAdapterManager().loadAdapter(object, WSDLURLStringWrapper.class.getName());

23. WARNING: DiscouragedReference

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

PopupTestService.java :

57 : WSDLURLStringWrapper wrapper = (WSDLURLStringWrapper)adaptedObject;

24. WARNING: DiscouragedReference

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

PopupTestService.java :

57 : WSDLURLStringWrapper wrapper = (WSDLURLStringWrapper)adaptedObject;

25. WARNING: DiscouragedReference

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

PopupTestService.java :

58 : wsdlURL =wrapper.getWSDLURLString();

26. WARNING: DiscouragedReference

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

PopupTestService.java :

63 : wsdlURL = J2EEActionAdapterFactory.getWSDLURI(serviceRef);

27. WARNING: DiscouragedReference

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

PopupTestService.java :

63 : wsdlURL = J2EEActionAdapterFactory.getWSDLURI(serviceRef);

28. WARNING: DiscouragedReference

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

PopupTestService.java :

74 : addLaunchOptions(launchOptions, wsdlURL, stateLocation, defaultFavoritesLocation);

29. WARNING: DiscouragedReference

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

PopupTestService.java :

77 : command.setLaunchOptions((LaunchOption[])launchOptions.toArray(new LaunchOption[0]));

30. WARNING: DiscouragedReference

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

PopupTestService.java :

77 : command.setLaunchOptions((LaunchOption[])launchOptions.toArray(new LaunchOption[0]));

31. WARNING: DiscouragedReference

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

PopupTestService.java :

77 : command.setLaunchOptions((LaunchOption[])launchOptions.toArray(new LaunchOption[0]));

32. WARNING: DiscouragedReference

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

PopupTestService.java :

78 : command.execute();

Source File: org/eclipse/jst/ws/internal/ui/preferences/ResourceManagmentPreferencePage.java
1. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

18 : import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

30 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceDefaults 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.core/@dot

ResourceManagmentPreferencePage.java :

31 : import org.eclipse.wst.command.internal.env.core.context.ResourceDefaults;

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

ResourceManagmentPreferencePage.java :

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

5. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

33 : import org.eclipse.wst.ws.internal.preferences.MergeDefaults;

6. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

34 : import org.eclipse.wst.ws.internal.preferences.PersistentMergeContext;

7. WARNING: DiscouragedReference

Discouraged access: The type ResourceDefaults 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.core/@dot

ResourceManagmentPreferencePage.java :

138 : overWriteFiles.setSelection( ResourceDefaults.getOverwriteFilesDefault());

8. WARNING: DiscouragedReference

Discouraged access: The method getOverwriteFilesDefault() from the type ResourceDefaults 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.core/@dot

ResourceManagmentPreferencePage.java :

138 : overWriteFiles.setSelection( ResourceDefaults.getOverwriteFilesDefault());

9. WARNING: DiscouragedReference

Discouraged access: The type ResourceDefaults 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.core/@dot

ResourceManagmentPreferencePage.java :

139 : createFolders.setSelection( ResourceDefaults.getCreateFoldersDefault());

10. WARNING: DiscouragedReference

Discouraged access: The method getCreateFoldersDefault() from the type ResourceDefaults 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.core/@dot

ResourceManagmentPreferencePage.java :

139 : createFolders.setSelection( ResourceDefaults.getCreateFoldersDefault());

11. WARNING: DiscouragedReference

Discouraged access: The type ResourceDefaults 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.core/@dot

ResourceManagmentPreferencePage.java :

140 : checkoutFiles.setSelection( ResourceDefaults.getCheckoutFilesDefault());

12. WARNING: DiscouragedReference

Discouraged access: The method getCheckoutFilesDefault() from the type ResourceDefaults 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.core/@dot

ResourceManagmentPreferencePage.java :

140 : checkoutFiles.setSelection( ResourceDefaults.getCheckoutFilesDefault());

13. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

141 : skeletonMerge.setSelection( MergeDefaults.getSkeletonMergeDefault());

14. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

141 : skeletonMerge.setSelection( MergeDefaults.getSkeletonMergeDefault());

15. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

150 : ResourceContext context = WebServicePlugin.getInstance().getResourceContext();

16. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

150 : ResourceContext context = WebServicePlugin.getInstance().getResourceContext();

17. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

150 : ResourceContext context = WebServicePlugin.getInstance().getResourceContext();

18. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

150 : ResourceContext context = WebServicePlugin.getInstance().getResourceContext();

19. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

151 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

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

ResourceManagmentPreferencePage.java :

151 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

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

ResourceManagmentPreferencePage.java :

151 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

22. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

151 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

23. WARNING: DiscouragedReference

Discouraged access: The method isOverwriteFilesEnabled() from the type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

152 : overWriteFiles.setSelection( context.isOverwriteFilesEnabled());

24. WARNING: DiscouragedReference

Discouraged access: The method isCreateFoldersEnabled() from the type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

153 : createFolders.setSelection( context.isCreateFoldersEnabled());

25. WARNING: DiscouragedReference

Discouraged access: The method isCheckoutFilesEnabled() from the type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

154 : checkoutFiles.setSelection( context.isCheckoutFilesEnabled());

26. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

155 : skeletonMerge.setSelection( mergeContext.isSkeletonMergeEnabled());

27. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

164 : ResourceContext context = WebServicePlugin.getInstance().getResourceContext();

28. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

164 : ResourceContext context = WebServicePlugin.getInstance().getResourceContext();

29. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

164 : ResourceContext context = WebServicePlugin.getInstance().getResourceContext();

30. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

164 : ResourceContext context = WebServicePlugin.getInstance().getResourceContext();

31. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

165 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

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

ResourceManagmentPreferencePage.java :

165 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

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

ResourceManagmentPreferencePage.java :

165 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

34. WARNING: DiscouragedReference

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

ResourceManagmentPreferencePage.java :

165 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

35. WARNING: DiscouragedReference

Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

166 : context.setOverwriteFilesEnabled( overWriteFiles.getSelection() );

36. WARNING: DiscouragedReference

Discouraged access: The method setCreateFoldersEnabled(boolean) from the type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

167 : context.setCreateFoldersEnabled( createFolders.getSelection() );

37. WARNING: DiscouragedReference

Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext 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.core/@dot

ResourceManagmentPreferencePage.java :

168 : context.setCheckoutFilesEnabled( checkoutFiles.getSelection() );

38. WARNING: DiscouragedReference

Discouraged access: The method setSkeletonMergeEnabled(boolean) from the type PersistentMergeContext 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

ResourceManagmentPreferencePage.java :

169 : mergeContext.setSkeletonMergeEnabled( skeletonMerge.getSelection() );

Source File: org/eclipse/jst/ws/internal/ui/preferences/TestFacilityDefaultsPreferencePage.java
1. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

29 : import org.eclipse.jst.ws.internal.context.PersistentScenarioContext;

2. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

30 : import org.eclipse.jst.ws.internal.context.ScenarioContext;

3. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

31 : import org.eclipse.jst.ws.internal.context.ScenarioDefaults;

4. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

32 : import org.eclipse.jst.ws.internal.ext.test.WebServiceTestExtension;

5. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

33 : import org.eclipse.jst.ws.internal.ext.test.WebServiceTestRegistry;

6. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

34 : import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;

7. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

199 : PersistentScenarioContext context = (PersistentScenarioContext)

8. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

199 : PersistentScenarioContext context = (PersistentScenarioContext)

9. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

200 : WebServicePlugin.getInstance().getScenarioContext();

10. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

200 : WebServicePlugin.getInstance().getScenarioContext();

11. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

200 : WebServicePlugin.getInstance().getScenarioContext();

12. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

203 : String[] types = context.getDefaultWebServiceTestIds();

13. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

206 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

14. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

206 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

15. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

206 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

16. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

219 : ScenarioContext context = WebServicePlugin.getInstance().getScenarioContext();

17. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

219 : ScenarioContext context = WebServicePlugin.getInstance().getScenarioContext();

18. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

219 : ScenarioContext context = WebServicePlugin.getInstance().getScenarioContext();

19. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

219 : ScenarioContext context = WebServicePlugin.getInstance().getScenarioContext();

20. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

220 : ScenarioDefaults defaults = new ScenarioDefaults();

21. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

220 : ScenarioDefaults defaults = new ScenarioDefaults();

22. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

220 : ScenarioDefaults defaults = new ScenarioDefaults();

23. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

222 : launchSample.setSelection( context.isLaunchSampleEnabled());

24. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

224 : String[] types = context.getWebServiceTestIds();

25. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

228 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

26. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

228 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

27. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

228 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

28. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

235 : types = defaults.getWebServiceTestIds();

29. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

241 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

30. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

241 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

31. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

241 : if ( WebServiceTestRegistry.getInstance().getWebServiceExtensionsById(types[i]) != null)

32. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

252 : context.setWebServiceTestIds(types);

33. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

270 : ScenarioContext context = WebServicePlugin.getInstance().getScenarioContext();

34. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

270 : ScenarioContext context = WebServicePlugin.getInstance().getScenarioContext();

35. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

270 : ScenarioContext context = WebServicePlugin.getInstance().getScenarioContext();

36. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

270 : ScenarioContext context = WebServicePlugin.getInstance().getScenarioContext();

37. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

273 : context.setWebServiceTestIds(types);

38. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

275 : context.setLaunchSampleEnabled(launchSample.getSelection());

39. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

347 : WebServiceTestExtension extension = (WebServiceTestExtension) WebServiceTestRegistry.getInstance()

40. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

347 : WebServiceTestExtension extension = (WebServiceTestExtension) WebServiceTestRegistry.getInstance()

41. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

347 : WebServiceTestExtension extension = (WebServiceTestExtension) WebServiceTestRegistry.getInstance()

42. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

347 : WebServiceTestExtension extension = (WebServiceTestExtension) WebServiceTestRegistry.getInstance()

43. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

347 : WebServiceTestExtension extension = (WebServiceTestExtension) WebServiceTestRegistry.getInstance() .getWebServiceExtensionsById(value.toString());

44. WARNING: DiscouragedReference

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

TestFacilityDefaultsPreferencePage.java :

350 : return extension.getLabel();

Source File: org/eclipse/jst/ws/internal/ui/uddi/PrivateUDDIRegistryType.java
1. WARNING: DiscouragedReference

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

PrivateUDDIRegistryType.java :

13 : import org.eclipse.wst.command.internal.env.ui.widgets.CommandWidgetBinding;

2. WARNING: DiscouragedReference

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

PrivateUDDIRegistryType.java :

20 : public CommandWidgetBinding getBinding();