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 )
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;
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();
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();
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();
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" );
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_ );
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;
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);
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);
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;
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;
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);
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);
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));
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));
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);
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);
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)
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;
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;
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;
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_;
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_;
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()});
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()});
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()});
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 )
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});
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 )
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;
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;
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;
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;
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;
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))
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;
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;
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;
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;
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;
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;
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
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();
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();
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();
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();
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();
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();
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();
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();
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();
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();
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);
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)
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();)
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())) {
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());
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;
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;
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();
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);
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);
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);
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]));
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]));
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]));
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();
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;
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;
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;
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;
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;
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;
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());
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());
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());
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());
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());
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());
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());
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());
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();
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();
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();
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();
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();
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();
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();
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();
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());
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());
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());
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());
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();
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();
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();
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();
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();
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();
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();
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();
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() );
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() );
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() );
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() );
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;
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;
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;
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;
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;
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;
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)
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)
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();
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();
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();
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();
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)
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)
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)
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();
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();
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();
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();
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();
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();
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();
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());
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();
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)
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)
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)
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();
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)
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)
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)
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);
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();
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();
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();
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();
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);
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());
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()
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()
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()
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()
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());
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();
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;
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();