Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 18 Number of classfiles: 22
Problems: 441 (Errors: 0 Warnings: 441 )
Discouraged access: The type PersistentResourceContext 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/@dot
WSWizardTest.java :
27 : import org.eclipse.wst.command.internal.env.context.PersistentResourceContext;
Discouraged access: The type StatusUtils 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
WSWizardTest.java :
28 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
Discouraged access: The type EclipseEnvironment 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/@dot
WSWizardTest.java :
29 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;
Discouraged access: The type EclipseStatusHandler 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
WSWizardTest.java :
30 : import org.eclipse.wst.command.internal.env.ui.eclipse.EclipseStatusHandler;
Discouraged access: The type PersistentResourceContext 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/@dot
WSWizardTest.java :
57 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The type PersistentResourceContext 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/@dot
WSWizardTest.java :
57 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The method getInstance() from the type PersistentResourceContext 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/@dot
WSWizardTest.java :
57 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The type EclipseStatusHandler 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
WSWizardTest.java :
58 : EclipseStatusHandler handler = new EclipseStatusHandler();
Discouraged access: The constructor EclipseStatusHandler() 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
WSWizardTest.java :
58 : EclipseStatusHandler handler = new EclipseStatusHandler();
Discouraged access: The type EclipseStatusHandler 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
WSWizardTest.java :
58 : EclipseStatusHandler handler = new EclipseStatusHandler();
Discouraged access: The type EclipseEnvironment 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/@dot
WSWizardTest.java :
59 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler );
Discouraged access: The constructor EclipseEnvironment(CommandManager, ResourceContext, IStatusHandler) 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/@dot
WSWizardTest.java :
59 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler );
Discouraged access: The type EclipseEnvironment 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/@dot
WSWizardTest.java :
59 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler );
Discouraged access: The type StatusUtils 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
WSWizardTest.java :
218 : TestsPlugin.getDefault().getLog().log(StatusUtils.infoStatus("*** JST.WS JUNIT ERROR (START) ***"));
Discouraged access: The method infoStatus(String) from the type StatusUtils 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
WSWizardTest.java :
218 : TestsPlugin.getDefault().getLog().log(StatusUtils.infoStatus("*** JST.WS JUNIT ERROR (START) ***"));
Discouraged access: The type StatusUtils 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
WSWizardTest.java :
220 : TestsPlugin.getDefault().getLog().log(StatusUtils.infoStatus("*** JST.WS JUNIT ERROR (END) ***"));
Discouraged access: The method infoStatus(String) from the type StatusUtils 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
WSWizardTest.java :
220 : TestsPlugin.getDefault().getLog().log(StatusUtils.infoStatus("*** JST.WS JUNIT ERROR (END) ***"));
Discouraged access: The type J2EEUtils 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
BUJavaAxisTC50.java :
34 : import org.eclipse.jst.ws.internal.common.J2EEUtils;
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
BUJavaAxisTC50.java :
35 : import org.eclipse.jst.ws.internal.common.ResourceUtils;
Discouraged access: The type AccumulateStatusHandler 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/@dot
BUJavaAxisTC50.java :
39 : import org.eclipse.wst.command.internal.env.eclipse.AccumulateStatusHandler;
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
BUJavaAxisTC50.java :
65 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);
Discouraged access: The method getJavaSourceLocation(IProject) 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
BUJavaAxisTC50.java :
65 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);
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
BUJavaAxisTC50.java :
66 : IFolder folder = (IFolder)ResourceUtils.findResource(destPath);
Discouraged access: The method findResource(IPath) 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
BUJavaAxisTC50.java :
66 : IFolder folder = (IFolder)ResourceUtils.findResource(destPath);
Discouraged access: The type J2EEUtils 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
BUJavaAxisTC50.java :
131 : IFolder webContentFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);
Discouraged access: The method getWebContentContainer(IProject) from the type J2EEUtils 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
BUJavaAxisTC50.java :
131 : IFolder webContentFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);
Discouraged access: The type AccumulateStatusHandler 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/@dot
BUJavaAxisTC50.java :
148 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) 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/@dot
BUJavaAxisTC50.java :
148 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The type AccumulateStatusHandler 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/@dot
BUJavaAxisTC50.java :
148 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler 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/@dot
BUJavaAxisTC50.java :
149 : IStatus[] s = statusHandler.getErrorReports();
Discouraged access: The type AccumulateStatusHandler 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/@dot
BUJavaAxisTC50.java :
155 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) 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/@dot
BUJavaAxisTC50.java :
155 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The type AccumulateStatusHandler 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/@dot
BUJavaAxisTC50.java :
155 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler 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/@dot
BUJavaAxisTC50.java :
156 : IStatus[] s = statusHandler.getErrorReports();
Discouraged access: The type J2EEUtils 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
ClientAxisTC50.java :
34 : import org.eclipse.jst.ws.internal.common.J2EEUtils;
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
ClientAxisTC50.java :
35 : import org.eclipse.jst.ws.internal.common.ResourceUtils;
Discouraged access: The type AccumulateStatusHandler 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/@dot
ClientAxisTC50.java :
39 : import org.eclipse.wst.command.internal.env.eclipse.AccumulateStatusHandler;
Discouraged access: The type J2EEUtils 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
ClientAxisTC50.java :
72 : IFolder destFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);
Discouraged access: The method getWebContentContainer(IProject) from the type J2EEUtils 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
ClientAxisTC50.java :
72 : IFolder destFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);
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
ClientAxisTC50.java :
123 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);
Discouraged access: The method getJavaSourceLocation(IProject) 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
ClientAxisTC50.java :
123 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);
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
ClientAxisTC50.java :
124 : IFolder srcFolder = (IFolder)ResourceUtils.findResource(destPath);
Discouraged access: The method findResource(IPath) 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
ClientAxisTC50.java :
124 : IFolder srcFolder = (IFolder)ResourceUtils.findResource(destPath);
Discouraged access: The type AccumulateStatusHandler 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/@dot
ClientAxisTC50.java :
144 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) 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/@dot
ClientAxisTC50.java :
144 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The type AccumulateStatusHandler 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/@dot
ClientAxisTC50.java :
144 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler 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/@dot
ClientAxisTC50.java :
145 : IStatus[] s = statusHandler.getErrorReports();
Discouraged access: The type AccumulateStatusHandler 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/@dot
ClientAxisTC50.java :
151 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) 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/@dot
ClientAxisTC50.java :
151 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The type AccumulateStatusHandler 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/@dot
ClientAxisTC50.java :
151 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler 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/@dot
ClientAxisTC50.java :
152 : IStatus[] s = statusHandler.getErrorReports();
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
ComponentCreationTests.java :
30 : 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
ComponentCreationTests.java :
87 : IProject p = ResourceUtils.getWorkspaceRoot().getProject(projectNames[i]);
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
ComponentCreationTests.java :
87 : IProject p = ResourceUtils.getWorkspaceRoot().getProject(projectNames[i]);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EEUtilsTests.java :
25 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
26 : import org.eclipse.jst.ws.internal.common.J2EEUtils;
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
J2EEUtilsTests.java :
27 : import org.eclipse.jst.ws.internal.common.ResourceUtils;
Discouraged access: The type AssociateModuleWithEARCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
28 : import org.eclipse.jst.ws.internal.consumption.command.common.AssociateModuleWithEARCommand;
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
71 : IVirtualComponent vc1 = J2EEUtils.getVirtualComponent(project1);
Discouraged access: The method getVirtualComponent(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
71 : IVirtualComponent vc1 = J2EEUtils.getVirtualComponent(project1);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
72 : IVirtualComponent vc2 = J2EEUtils.getVirtualComponent(project2.getName());
Discouraged access: The method getVirtualComponent(String) from the type J2EEUtils 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
J2EEUtilsTests.java :
72 : IVirtualComponent vc2 = J2EEUtils.getVirtualComponent(project2.getName());
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
75 : assertTrue(J2EEUtils.exists(project1));
Discouraged access: The method exists(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
75 : assertTrue(J2EEUtils.exists(project1));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
77 : assertTrue(J2EEUtils.exists(project2.getName(), project2Name));
Discouraged access: The method exists(String, String) from the type J2EEUtils 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
J2EEUtilsTests.java :
77 : assertTrue(J2EEUtils.exists(project2.getName(), project2Name));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
84 : IPath loc1 = J2EEUtils.getWebContentPath(project1);
Discouraged access: The method getWebContentPath(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
84 : IPath loc1 = J2EEUtils.getWebContentPath(project1);
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
J2EEUtilsTests.java :
86 : IResource res = ResourceUtils.getWorkspaceRoot().findMember(loc1);
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
J2EEUtilsTests.java :
86 : IResource res = ResourceUtils.getWorkspaceRoot().findMember(loc1);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
90 : IPath loc2 = J2EEUtils.getWebContentPath(project2);
Discouraged access: The method getWebContentPath(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
90 : IPath loc2 = J2EEUtils.getWebContentPath(project2);
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
J2EEUtilsTests.java :
92 : IResource res2 = ResourceUtils.getWorkspaceRoot().findMember(loc2);
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
J2EEUtilsTests.java :
92 : IResource res2 = ResourceUtils.getWorkspaceRoot().findMember(loc2);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
96 : IPath loc3 = J2EEUtils.getWebInfPath(project1);
Discouraged access: The method getWebInfPath(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
96 : IPath loc3 = J2EEUtils.getWebInfPath(project1);
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
J2EEUtilsTests.java :
98 : IResource res3 = ResourceUtils.getWorkspaceRoot().findMember(loc3);
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
J2EEUtilsTests.java :
98 : IResource res3 = ResourceUtils.getWorkspaceRoot().findMember(loc3);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
102 : IContainer container = J2EEUtils.getWebContentContainer(project2);
Discouraged access: The method getWebContentContainer(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
102 : IContainer container = J2EEUtils.getWebContentContainer(project2);
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
J2EEUtilsTests.java :
103 : IResource res4 = ResourceUtils.getWorkspaceRoot().findMember(container.getFullPath());
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
J2EEUtilsTests.java :
103 : IResource res4 = ResourceUtils.getWorkspaceRoot().findMember(container.getFullPath());
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
114 : String j3 = J2EEUtils.getJ2EEVersionAsString(project1);
Discouraged access: The method getJ2EEVersionAsString(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
114 : String j3 = J2EEUtils.getJ2EEVersionAsString(project1);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EEUtilsTests.java :
116 : assertEquals(J2EEVersionConstants.VERSION_2_4_TEXT, j3);
Discouraged access: The field VERSION_2_4_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EEUtilsTests.java :
116 : assertEquals(J2EEVersionConstants.VERSION_2_4_TEXT, j3);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
118 : IVirtualComponent vc2 = J2EEUtils.getVirtualComponent(project2);
Discouraged access: The method getVirtualComponent(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
118 : IVirtualComponent vc2 = J2EEUtils.getVirtualComponent(project2);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
119 : int j2 = J2EEUtils.getJ2EEVersion(vc2);
Discouraged access: The method getJ2EEVersion(IVirtualComponent) from the type J2EEUtils 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
J2EEUtilsTests.java :
119 : int j2 = J2EEUtils.getJ2EEVersion(vc2);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EEUtilsTests.java :
121 : assertEquals(J2EEVersionConstants.SERVLET_2_4, j2);
Discouraged access: The field SERVLET_2_4 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EEUtilsTests.java :
121 : assertEquals(J2EEVersionConstants.SERVLET_2_4, j2);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
130 : IVirtualComponent[] vcs = J2EEUtils.getAllComponents();
Discouraged access: The method getAllComponents() from the type J2EEUtils 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
J2EEUtilsTests.java :
130 : IVirtualComponent[] vcs = J2EEUtils.getAllComponents();
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
133 : IVirtualComponent[] vcs2 = J2EEUtils.getAllEARComponents();
Discouraged access: The method getAllEARComponents() from the type J2EEUtils 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
J2EEUtilsTests.java :
133 : IVirtualComponent[] vcs2 = J2EEUtils.getAllEARComponents();
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
136 : IVirtualComponent[] vcs3 = J2EEUtils.getAllWebComponents();
Discouraged access: The method getAllWebComponents() from the type J2EEUtils 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
J2EEUtilsTests.java :
136 : IVirtualComponent[] vcs3 = J2EEUtils.getAllWebComponents();
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
139 : IVirtualComponent[] vcs4 = J2EEUtils.getWebComponents(project1);
Discouraged access: The method getWebComponents(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
139 : IVirtualComponent[] vcs4 = J2EEUtils.getWebComponents(project1);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
142 : String[] names = J2EEUtils.getWebComponentNames(project2);
Discouraged access: The method getWebComponentNames(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
142 : String[] names = J2EEUtils.getWebComponentNames(project2);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
145 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getComponentsByType(project1, J2EEUtils.WEB | J2EEUtils.EJB));
Discouraged access: The method toComponentNamesArray(IVirtualComponent[]) from the type J2EEUtils 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
J2EEUtilsTests.java :
145 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getComponentsByType(project1, J2EEUtils.WEB | J2EEUtils.EJB));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
145 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getComponentsByType(project1, J2EEUtils.WEB | J2EEUtils.EJB));
Discouraged access: The method getComponentsByType(IProject, int) from the type J2EEUtils 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
J2EEUtilsTests.java :
145 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getComponentsByType(project1, J2EEUtils.WEB | J2EEUtils.EJB));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
145 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getComponentsByType(project1, J2EEUtils.WEB | J2EEUtils.EJB));
Discouraged access: The field WEB from the type J2EEUtils 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
J2EEUtilsTests.java :
145 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getComponentsByType(project1, J2EEUtils.WEB | J2EEUtils.EJB));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
145 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getComponentsByType(project1, J2EEUtils.WEB | J2EEUtils.EJB));
Discouraged access: The field EJB from the type J2EEUtils 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
J2EEUtilsTests.java :
145 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getComponentsByType(project1, J2EEUtils.WEB | J2EEUtils.EJB));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
148 : IProject[] projects = J2EEUtils.getAllFlexibleProjects();
Discouraged access: The method getAllFlexibleProjects() from the type J2EEUtils 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
J2EEUtilsTests.java :
148 : IProject[] projects = J2EEUtils.getAllFlexibleProjects();
Discouraged access: The type AssociateModuleWithEARCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
175 : AssociateModuleWithEARCommand amwe = new AssociateModuleWithEARCommand();
Discouraged access: The constructor AssociateModuleWithEARCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
175 : AssociateModuleWithEARCommand amwe = new AssociateModuleWithEARCommand();
Discouraged access: The type AssociateModuleWithEARCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
175 : AssociateModuleWithEARCommand amwe = new AssociateModuleWithEARCommand();
Discouraged access: The method setEar(String) from the type AssociateModuleWithEARCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
176 : amwe.setEar(earCompName);
Discouraged access: The method setEARProject(String) from the type AssociateModuleWithEARCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
177 : amwe.setEARProject(projectName);
Discouraged access: The method setModule(String) from the type AssociateModuleWithEARCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
178 : amwe.setModule(comp1);
Discouraged access: The method setProject(String) from the type AssociateModuleWithEARCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
179 : amwe.setProject(projectName);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type AssociateModuleWithEARCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
J2EEUtilsTests.java :
180 : amwe.execute(null, null);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
190 : J2EEUtils.isComponentAssociated(project1, project1);
Discouraged access: The method isComponentAssociated(IProject, IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
190 : J2EEUtils.isComponentAssociated(project1, project1);
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
192 : String[] names = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingEARComponents(project1));
Discouraged access: The method toComponentNamesArray(IVirtualComponent[]) from the type J2EEUtils 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
J2EEUtilsTests.java :
192 : String[] names = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingEARComponents(project1));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
192 : String[] names = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingEARComponents(project1));
Discouraged access: The method getReferencingEARComponents(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
192 : String[] names = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingEARComponents(project1));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
194 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingEARComponents(project2));
Discouraged access: The method toComponentNamesArray(IVirtualComponent[]) from the type J2EEUtils 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
J2EEUtilsTests.java :
194 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingEARComponents(project2));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
194 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingEARComponents(project2));
Discouraged access: The method getReferencingEARComponents(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
194 : String[] names2 = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingEARComponents(project2));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
197 : String[] names3 = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingWebComponentsFromEAR(project1));
Discouraged access: The method toComponentNamesArray(IVirtualComponent[]) from the type J2EEUtils 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
J2EEUtilsTests.java :
197 : String[] names3 = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingWebComponentsFromEAR(project1));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
197 : String[] names3 = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingWebComponentsFromEAR(project1));
Discouraged access: The method getReferencingWebComponentsFromEAR(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
197 : String[] names3 = J2EEUtils.toComponentNamesArray(J2EEUtils.getReferencingWebComponentsFromEAR(project1));
Discouraged access: The type J2EEUtils 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
J2EEUtilsTests.java :
208 : assertTrue(J2EEUtils.isEJB20Component(ejbProject));
Discouraged access: The method isEJB20Component(IProject) from the type J2EEUtils 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
J2EEUtilsTests.java :
208 : assertTrue(J2EEUtils.isEJB20Component(ejbProject));
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
ResourceUtilsTests.java :
14 : import org.eclipse.jst.ws.internal.common.ResourceUtils;
Discouraged access: The type PersistentResourceContext 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/@dot
ResourceUtilsTests.java :
16 : import org.eclipse.wst.command.internal.env.context.PersistentResourceContext;
Discouraged access: The type EclipseEnvironment 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/@dot
ResourceUtilsTests.java :
17 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;
Discouraged access: The type EclipseStatusHandler 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
ResourceUtilsTests.java :
18 : import org.eclipse.wst.command.internal.env.ui.eclipse.EclipseStatusHandler;
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ResourceUtilsTests.java :
20 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
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
ResourceUtilsTests.java :
37 : String componentType = ResourceUtils.getComponentType(project);
Discouraged access: The method getComponentType(IProject) 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
ResourceUtilsTests.java :
37 : String componentType = ResourceUtils.getComponentType(project);
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ResourceUtilsTests.java :
38 : assertEquals(IModuleConstants.JST_WEB_MODULE, componentType);
Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ResourceUtilsTests.java :
38 : assertEquals(IModuleConstants.JST_WEB_MODULE, componentType);
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
ResourceUtilsTests.java :
43 : IPath destPath = ResourceUtils.getJavaSourceLocation(project);
Discouraged access: The method getJavaSourceLocation(IProject) 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
ResourceUtilsTests.java :
43 : IPath destPath = ResourceUtils.getJavaSourceLocation(project);
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
ResourceUtilsTests.java :
44 : IFolder folder = (IFolder)ResourceUtils.findResource(destPath);
Discouraged access: The method findResource(IPath) 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
ResourceUtilsTests.java :
44 : IFolder folder = (IFolder)ResourceUtils.findResource(destPath);
Discouraged access: The type PersistentResourceContext 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/@dot
ResourceUtilsTests.java :
46 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The type PersistentResourceContext 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/@dot
ResourceUtilsTests.java :
46 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The method getInstance() from the type PersistentResourceContext 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/@dot
ResourceUtilsTests.java :
46 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The type EclipseStatusHandler 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
ResourceUtilsTests.java :
47 : EclipseStatusHandler handler = new EclipseStatusHandler();
Discouraged access: The constructor EclipseStatusHandler() 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
ResourceUtilsTests.java :
47 : EclipseStatusHandler handler = new EclipseStatusHandler();
Discouraged access: The type EclipseStatusHandler 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
ResourceUtilsTests.java :
47 : EclipseStatusHandler handler = new EclipseStatusHandler();
Discouraged access: The type EclipseEnvironment 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/@dot
ResourceUtilsTests.java :
48 : EclipseEnvironment env = new EclipseEnvironment( null, resourceContext, handler );
Discouraged access: The constructor EclipseEnvironment(CommandManager, ResourceContext, IStatusHandler) 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/@dot
ResourceUtilsTests.java :
48 : EclipseEnvironment env = new EclipseEnvironment( null, resourceContext, handler );
Discouraged access: The type EclipseEnvironment 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/@dot
ResourceUtilsTests.java :
48 : EclipseEnvironment env = new EclipseEnvironment( null, resourceContext, handler );
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
ResourceUtilsTests.java :
60 : IVirtualComponent vc = ResourceUtils.getComponentOf(javaFilePath);
Discouraged access: The method getComponentOf(IPath) 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
ResourceUtilsTests.java :
60 : IVirtualComponent vc = ResourceUtils.getComponentOf(javaFilePath);
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
ResourceUtilsTests.java :
68 : String javaSourceLoc = ResourceUtils.getJavaSourceLocation(project).toString();
Discouraged access: The method getJavaSourceLocation(IProject) 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
ResourceUtilsTests.java :
68 : String javaSourceLoc = ResourceUtils.getJavaSourceLocation(project).toString();
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
ResourceUtilsTests.java :
76 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(vcs);
Discouraged access: The method getAllJavaSourceLocations(IVirtualComponent[]) 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
ResourceUtilsTests.java :
76 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(vcs);
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
ResourceUtilsTests.java :
80 : IResource resource = ResourceUtils.findResource(path1);
Discouraged access: The method findResource(IPath) 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
ResourceUtilsTests.java :
80 : IResource resource = ResourceUtils.findResource(path1);
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
ResourceUtilsTests.java :
87 : IResource resource2 = ResourceUtils.findResource(path2);
Discouraged access: The method findResource(IPath) 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
ResourceUtilsTests.java :
87 : IResource resource2 = ResourceUtils.findResource(path2);
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
ResourceUtilsTests.java :
95 : IFolder folder = ResourceUtils.getWebComponentServerRoot(project);
Discouraged access: The method getWebComponentServerRoot(IProject) 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
ResourceUtilsTests.java :
95 : IFolder folder = ResourceUtils.getWebComponentServerRoot(project);
Discouraged access: The type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
22 : import org.eclipse.jst.ws.internal.consumption.command.common.CreateServerCommand;
Discouraged access: The type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
48 : CreateServerCommand csc = new CreateServerCommand();
Discouraged access: The constructor CreateServerCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
48 : CreateServerCommand csc = new CreateServerCommand();
Discouraged access: The type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
48 : CreateServerCommand csc = new CreateServerCommand();
Discouraged access: The method setServerFactoryid(String) from the type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
49 : csc.setServerFactoryid(SERVERTYPEID_TC50);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
50 : csc.execute(null, null );
Discouraged access: The method getServerInstanceId() from the type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
53 : String instId = csc.getServerInstanceId();
Discouraged access: The type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
72 : CreateServerCommand csc = new CreateServerCommand();
Discouraged access: The constructor CreateServerCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
72 : CreateServerCommand csc = new CreateServerCommand();
Discouraged access: The type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
72 : CreateServerCommand csc = new CreateServerCommand();
Discouraged access: The method setServerFactoryid(String) from the type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
73 : csc.setServerFactoryid(SERVERTYPEID_TC50);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
74 : csc.execute(null, null );
Discouraged access: The method getServerInstanceId() from the type CreateServerCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
ServerCreationTests.java :
77 : String instId = csc.getServerInstanceId();
Discouraged access: The type J2EEUtils 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
TDJavaAxisTC50.java :
33 : import org.eclipse.jst.ws.internal.common.J2EEUtils;
Discouraged access: The type AccumulateStatusHandler 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/@dot
TDJavaAxisTC50.java :
37 : import org.eclipse.wst.command.internal.env.eclipse.AccumulateStatusHandler;
Discouraged access: The type J2EEUtils 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
TDJavaAxisTC50.java :
70 : IFolder destFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);
Discouraged access: The method getWebContentContainer(IProject) from the type J2EEUtils 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
TDJavaAxisTC50.java :
70 : IFolder destFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);
Discouraged access: The type J2EEUtils 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
TDJavaAxisTC50.java :
115 : IFolder webContentFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);
Discouraged access: The method getWebContentContainer(IProject) from the type J2EEUtils 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
TDJavaAxisTC50.java :
115 : IFolder webContentFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);
Discouraged access: The type AccumulateStatusHandler 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/@dot
TDJavaAxisTC50.java :
135 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) 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/@dot
TDJavaAxisTC50.java :
135 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The type AccumulateStatusHandler 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/@dot
TDJavaAxisTC50.java :
135 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler 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/@dot
TDJavaAxisTC50.java :
136 : IStatus[] s = statusHandler.getErrorReports();
Discouraged access: The type AccumulateStatusHandler 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/@dot
TDJavaAxisTC50.java :
142 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) 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/@dot
TDJavaAxisTC50.java :
142 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The type AccumulateStatusHandler 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/@dot
TDJavaAxisTC50.java :
142 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);
Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler 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/@dot
TDJavaAxisTC50.java :
143 : IStatus[] s = statusHandler.getErrorReports();
Discouraged access: The type JREsUpdater is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.2.v20100928a_r362.jar
WebServiceRuntimeTests.java :
33 : import org.eclipse.jdt.internal.debug.ui.jres.JREsUpdater;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
40 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
41 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type ITomcatRuntimeWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.tomcat.core/@dot
WebServiceRuntimeTests.java :
43 : import org.eclipse.jst.server.tomcat.core.internal.ITomcatRuntimeWorkingCopy;
Discouraged access: The type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
44 : import org.eclipse.jst.ws.internal.consumption.command.common.CreateFacetedProjectCommand;
Discouraged access: The type FacetUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
45 : import org.eclipse.jst.ws.internal.consumption.common.FacetUtils;
Discouraged access: The type RequiredFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
46 : import org.eclipse.jst.ws.internal.consumption.common.RequiredFacetVersion;
Discouraged access: The type ValidationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
47 : import org.eclipse.jst.ws.internal.consumption.datamodel.validate.ValidationManager;
Discouraged access: The type FacetMatchCache is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
48 : import org.eclipse.jst.ws.internal.consumption.ui.wsrt.FacetMatchCache;
Discouraged access: The type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
49 : import org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRuntimeExtensionUtils2;
Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot
WebServiceRuntimeTests.java :
58 : import org.eclipse.wst.ws.internal.wsrt.WebServiceScenario;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
124 : private final IProjectFacetVersion WEB23 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_WEB_MODULE).getVersion(J2EEVersionConstants.VERSION_2_3_TEXT);
Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
WebServiceRuntimeTests.java :
124 : private final IProjectFacetVersion WEB23 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_WEB_MODULE).getVersion(J2EEVersionConstants.VERSION_2_3_TEXT);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
124 : private final IProjectFacetVersion WEB23 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_WEB_MODULE).getVersion(J2EEVersionConstants.VERSION_2_3_TEXT);
Discouraged access: The field VERSION_2_3_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
124 : private final IProjectFacetVersion WEB23 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_WEB_MODULE).getVersion(J2EEVersionConstants.VERSION_2_3_TEXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
125 : private final IProjectFacetVersion WEB24 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_WEB_MODULE).getVersion(J2EEVersionConstants.VERSION_2_4_TEXT);
Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
WebServiceRuntimeTests.java :
125 : private final IProjectFacetVersion WEB24 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_WEB_MODULE).getVersion(J2EEVersionConstants.VERSION_2_4_TEXT);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
125 : private final IProjectFacetVersion WEB24 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_WEB_MODULE).getVersion(J2EEVersionConstants.VERSION_2_4_TEXT);
Discouraged access: The field VERSION_2_4_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
125 : private final IProjectFacetVersion WEB24 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_WEB_MODULE).getVersion(J2EEVersionConstants.VERSION_2_4_TEXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
126 : private final IProjectFacetVersion JAVA14 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_JAVA).getVersion(J2EEVersionConstants.VERSION_1_4_TEXT);
Discouraged access: The field JST_JAVA from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
WebServiceRuntimeTests.java :
126 : private final IProjectFacetVersion JAVA14 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_JAVA).getVersion(J2EEVersionConstants.VERSION_1_4_TEXT);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
126 : private final IProjectFacetVersion JAVA14 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_JAVA).getVersion(J2EEVersionConstants.VERSION_1_4_TEXT);
Discouraged access: The field VERSION_1_4_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
126 : private final IProjectFacetVersion JAVA14 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_JAVA).getVersion(J2EEVersionConstants.VERSION_1_4_TEXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
127 : private final IProjectFacetVersion JAVA50 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_JAVA).getVersion("5.0");
Discouraged access: The field JST_JAVA from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
WebServiceRuntimeTests.java :
127 : private final IProjectFacetVersion JAVA50 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_JAVA).getVersion("5.0");
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
128 : private final IProjectFacetVersion UTILITY10 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_UTILITY_MODULE).getVersion(J2EEVersionConstants.VERSION_1_0_TEXT);
Discouraged access: The field JST_UTILITY_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
WebServiceRuntimeTests.java :
128 : private final IProjectFacetVersion UTILITY10 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_UTILITY_MODULE).getVersion(J2EEVersionConstants.VERSION_1_0_TEXT);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
128 : private final IProjectFacetVersion UTILITY10 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_UTILITY_MODULE).getVersion(J2EEVersionConstants.VERSION_1_0_TEXT);
Discouraged access: The field VERSION_1_0_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
WebServiceRuntimeTests.java :
128 : private final IProjectFacetVersion UTILITY10 = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_UTILITY_MODULE).getVersion(J2EEVersionConstants.VERSION_1_0_TEXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
130 : private final IFacetedProjectTemplate TEMPLATE_WEB = ProjectFacetsManager.getTemplate(IJ2EEModuleConstants.JST_WEB_TEMPLATE);
Discouraged access: The field JST_WEB_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
130 : private final IFacetedProjectTemplate TEMPLATE_WEB = ProjectFacetsManager.getTemplate(IJ2EEModuleConstants.JST_WEB_TEMPLATE);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
131 : private final IFacetedProjectTemplate TEMPLATE_UTILITY = ProjectFacetsManager.getTemplate(IJ2EEModuleConstants.JST_UTILITY_TEMPLATE);
Discouraged access: The field JST_UTILITY_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
131 : private final IFacetedProjectTemplate TEMPLATE_UTILITY = ProjectFacetsManager.getTemplate(IJ2EEModuleConstants.JST_UTILITY_TEMPLATE);
Discouraged access: The type JREsUpdater is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.2.v20100928a_r362.jar
WebServiceRuntimeTests.java :
203 : JREsUpdater updater = new JREsUpdater();
Discouraged access: The constructor JREsUpdater() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.2.v20100928a_r362.jar
WebServiceRuntimeTests.java :
203 : JREsUpdater updater = new JREsUpdater();
Discouraged access: The type JREsUpdater is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.2.v20100928a_r362.jar
WebServiceRuntimeTests.java :
203 : JREsUpdater updater = new JREsUpdater();
Discouraged access: The method updateJRESettings(IVMInstall[], IVMInstall) from the type JREsUpdater is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.2.v20100928a_r362.jar
WebServiceRuntimeTests.java :
205 : updater.updateJRESettings(vms, defaultVM);
Discouraged access: The type ITomcatRuntimeWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.tomcat.core/@dot
WebServiceRuntimeTests.java :
217 : ITomcatRuntimeWorkingCopy tcwc = (ITomcatRuntimeWorkingCopy)wc2.loadAdapter(ITomcatRuntimeWorkingCopy.class, new NullProgressMonitor());
Discouraged access: The type ITomcatRuntimeWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.tomcat.core/@dot
WebServiceRuntimeTests.java :
217 : ITomcatRuntimeWorkingCopy tcwc = (ITomcatRuntimeWorkingCopy)wc2.loadAdapter(ITomcatRuntimeWorkingCopy.class, new NullProgressMonitor());
Discouraged access: The type ITomcatRuntimeWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.tomcat.core/@dot
WebServiceRuntimeTests.java :
217 : ITomcatRuntimeWorkingCopy tcwc = (ITomcatRuntimeWorkingCopy)wc2.loadAdapter(ITomcatRuntimeWorkingCopy.class, new NullProgressMonitor());
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
245 : String[] templateIds = new String[]{IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The field JST_WEB_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
245 : String[] templateIds = new String[]{IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
246 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The field JST_WEB_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
246 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
247 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The field JST_WEB_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
247 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
248 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The field JST_WEB_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
248 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
249 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The field JST_WEB_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
249 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
250 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The field JST_WEB_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
250 : IJ2EEModuleConstants.JST_WEB_TEMPLATE,
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
251 : IJ2EEModuleConstants.JST_UTILITY_TEMPLATE,
Discouraged access: The field JST_UTILITY_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
251 : IJ2EEModuleConstants.JST_UTILITY_TEMPLATE,
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
252 : IJ2EEModuleConstants.JST_UTILITY_TEMPLATE,
Discouraged access: The field JST_UTILITY_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
252 : IJ2EEModuleConstants.JST_UTILITY_TEMPLATE,
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
253 : IJ2EEModuleConstants.JST_UTILITY_TEMPLATE};
Discouraged access: The field JST_UTILITY_TEMPLATE from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
WebServiceRuntimeTests.java :
253 : IJ2EEModuleConstants.JST_UTILITY_TEMPLATE};
Discouraged access: The type ValidationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
333 : ValidationManager manager = new ValidationManager();
Discouraged access: The constructor ValidationManager() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
333 : ValidationManager manager = new ValidationManager();
Discouraged access: The type ValidationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
333 : ValidationManager manager = new ValidationManager();
Discouraged access: The method disableAutoBuild() from the type ValidationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
334 : manager.disableAutoBuild();
Discouraged access: The method restoreAutoBuild() from the type ValidationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
343 : manager.restoreAutoBuild();
Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot
WebServiceRuntimeTests.java :
391 : String serviceType = String.valueOf(WebServiceScenario.BOTTOMUP) + "/" + SERVICE_IMPL_JAVA;
Discouraged access: The field BOTTOMUP from the type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot
WebServiceRuntimeTests.java :
391 : String serviceType = String.valueOf(WebServiceScenario.BOTTOMUP) + "/" + SERVICE_IMPL_JAVA;
Discouraged access: The method getProjectsForServiceTypeAndRuntime(String, String) from the type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
392 : String[] projectsForAxisService = WebServiceRuntimeExtensionUtils2.getProjectsForServiceTypeAndRuntime(serviceType, AXIS_RUNTIME);
Discouraged access: The type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
392 : String[] projectsForAxisService = WebServiceRuntimeExtensionUtils2.getProjectsForServiceTypeAndRuntime(serviceType, AXIS_RUNTIME);
Discouraged access: The method getProjectsForClientTypeAndRuntime(String, String) from the type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
406 : String[] projectsForAxisClient = WebServiceRuntimeExtensionUtils2.getProjectsForClientTypeAndRuntime(CLIENT_IMPL_JAVA, AXIS_RUNTIME);
Discouraged access: The type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
406 : String[] projectsForAxisClient = WebServiceRuntimeExtensionUtils2.getProjectsForClientTypeAndRuntime(CLIENT_IMPL_JAVA, AXIS_RUNTIME);
Discouraged access: The method doesServiceRuntimeSupportProject(String, String) from the type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
422 : assertEquals(expectedBooleansForAxisService[i], WebServiceRuntimeExtensionUtils2.doesServiceRuntimeSupportProject(AXIS_SERVICE_RUNTIME, projectName));
Discouraged access: The type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
422 : assertEquals(expectedBooleansForAxisService[i], WebServiceRuntimeExtensionUtils2.doesServiceRuntimeSupportProject(AXIS_SERVICE_RUNTIME, projectName));
Discouraged access: The method doesClientRuntimeSupportProject(String, String) from the type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
423 : assertEquals(expectedBooleansForAxisClientWeb[i], WebServiceRuntimeExtensionUtils2.doesClientRuntimeSupportProject(AXIS_CLIENT_RUNTIME_WEB, projectName));
Discouraged access: The type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
423 : assertEquals(expectedBooleansForAxisClientWeb[i], WebServiceRuntimeExtensionUtils2.doesClientRuntimeSupportProject(AXIS_CLIENT_RUNTIME_WEB, projectName));
Discouraged access: The method doesClientRuntimeSupportProject(String, String) from the type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
424 : assertEquals(expectedBooleansForAxisClientJava[i], WebServiceRuntimeExtensionUtils2.doesClientRuntimeSupportProject(AXIS_CLIENT_RUNTIME_JAVA, projectName));
Discouraged access: The type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
424 : assertEquals(expectedBooleansForAxisClientJava[i], WebServiceRuntimeExtensionUtils2.doesClientRuntimeSupportProject(AXIS_CLIENT_RUNTIME_JAVA, projectName));
Discouraged access: The method disableAutoBuild() from the type ValidationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
428 : manager.disableAutoBuild();
Discouraged access: The method restoreAutoBuild() from the type ValidationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
437 : manager.restoreAutoBuild();
Discouraged access: The type RequiredFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
463 : RequiredFacetVersion[] rfvs = null;
Discouraged access: The method getRequiredFacetVersions() from the type ClientRuntimeDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
467 : rfvs = WebServiceRuntimeExtensionUtils2.getClientRuntimeDescriptorById(serviceClientRuntimeIds[i]).getRequiredFacetVersions();
Discouraged access: The method getClientRuntimeDescriptorById(String) from the type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
467 : rfvs = WebServiceRuntimeExtensionUtils2.getClientRuntimeDescriptorById(serviceClientRuntimeIds[i]).getRequiredFacetVersions();
Discouraged access: The type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
467 : rfvs = WebServiceRuntimeExtensionUtils2.getClientRuntimeDescriptorById(serviceClientRuntimeIds[i]).getRequiredFacetVersions();
Discouraged access: The method getRequiredFacetVersions() from the type ServiceRuntimeDescriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
474 : rfvs = WebServiceRuntimeExtensionUtils2.getServiceRuntimeDescriptorById(serviceClientRuntimeIds[i]).getRequiredFacetVersions();
Discouraged access: The method getServiceRuntimeDescriptorById(String) from the type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
474 : rfvs = WebServiceRuntimeExtensionUtils2.getServiceRuntimeDescriptorById(serviceClientRuntimeIds[i]).getRequiredFacetVersions();
Discouraged access: The type WebServiceRuntimeExtensionUtils2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
474 : rfvs = WebServiceRuntimeExtensionUtils2.getServiceRuntimeDescriptorById(serviceClientRuntimeIds[i]).getRequiredFacetVersions();
Discouraged access: The type RequiredFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
478 : rfvs = new RequiredFacetVersion[0];
Discouraged access: The type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
482 : CreateFacetedProjectCommand command = new CreateFacetedProjectCommand();
Discouraged access: The constructor CreateFacetedProjectCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
482 : CreateFacetedProjectCommand command = new CreateFacetedProjectCommand();
Discouraged access: The type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
482 : CreateFacetedProjectCommand command = new CreateFacetedProjectCommand();
Discouraged access: The method setProjectName(String) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
483 : command.setProjectName(name);
Discouraged access: The method setTemplateId(String) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
484 : command.setTemplateId(templateIds[i]);
Discouraged access: The method setRequiredFacetVersions(RequiredFacetVersion[]) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
485 : command.setRequiredFacetVersions(rfvs);
Discouraged access: The method setServerFactoryId(String) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
486 : command.setServerFactoryId(serverTypes[i]);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
487 : IStatus status = command.execute( new NullProgressMonitor(), null );
Discouraged access: The method addRequiredFacetsToProject(IProject, RequiredFacetVersion[], IProgressMonitor) from the type FacetUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
494 : FacetUtils.addRequiredFacetsToProject(project, rfvs, new NullProgressMonitor());
Discouraged access: The type FacetUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
WebServiceRuntimeTests.java :
494 : FacetUtils.addRequiredFacetsToProject(project, rfvs, new NullProgressMonitor());
Discouraged access: The method getTemplatesForServiceRuntime(String) from the type FacetMatchCache is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
508 : Set templatesForAxisService = FacetMatchCache.getInstance().getTemplatesForServiceRuntime(AXIS_SERVICE_RUNTIME);
Discouraged access: The method getInstance() from the type FacetMatchCache is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
508 : Set templatesForAxisService = FacetMatchCache.getInstance().getTemplatesForServiceRuntime(AXIS_SERVICE_RUNTIME);
Discouraged access: The type FacetMatchCache is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
508 : Set templatesForAxisService = FacetMatchCache.getInstance().getTemplatesForServiceRuntime(AXIS_SERVICE_RUNTIME);
Discouraged access: The method getTemplatesForClientRuntime(String) from the type FacetMatchCache is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
514 : Set templatesForAxisClientWeb = FacetMatchCache.getInstance().getTemplatesForClientRuntime(AXIS_CLIENT_RUNTIME_WEB);
Discouraged access: The method getInstance() from the type FacetMatchCache is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
WebServiceRuntimeTests.java :
514 : Set templatesForAxisClientWeb = FacetMatchCache.getInstance().getTemplatesForClientRuntime(AXIS_CLIENT_RUNTIME_WEB);
Discouraged access: The type PersistentResourceContext 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/@dot
DynamicPopupJUnitWizard.java :
20 : import org.eclipse.wst.command.internal.env.context.PersistentResourceContext;
Discouraged access: The type DataFlowManager 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
DynamicPopupJUnitWizard.java :
21 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;
Discouraged access: The type DataMappingRegistryImpl 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
DynamicPopupJUnitWizard.java :
22 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistryImpl;
Discouraged access: The type CommandFragment 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
DynamicPopupJUnitWizard.java :
23 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;
Discouraged access: The type EclipseEnvironment 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/@dot
DynamicPopupJUnitWizard.java :
24 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;
Discouraged access: The type IEclipseStatusHandler 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/@dot
DynamicPopupJUnitWizard.java :
25 : import org.eclipse.wst.command.internal.env.eclipse.IEclipseStatusHandler;
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
DynamicPopupJUnitWizard.java :
26 : import org.eclipse.wst.command.internal.env.ui.widgets.CommandWidgetBinding;
Discouraged access: The type SimpleCommandEngineManager 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
DynamicPopupJUnitWizard.java :
27 : import org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager;
Discouraged access: The type DynamicPopupWizard 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
DynamicPopupJUnitWizard.java :
28 : import org.eclipse.wst.command.internal.env.ui.widgets.popup.DynamicPopupWizard;
Discouraged access: The type DynamicPopupWizard 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
DynamicPopupJUnitWizard.java :
31 : public class DynamicPopupJUnitWizard extends DynamicPopupWizard {
Discouraged access: The type IEclipseStatusHandler 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/@dot
DynamicPopupJUnitWizard.java :
32 : private IEclipseStatusHandler handler_;
Discouraged access: The type IEclipseStatusHandler 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/@dot
DynamicPopupJUnitWizard.java :
34 : public DynamicPopupJUnitWizard(IEclipseStatusHandler handler)
Discouraged access: The type IEclipseStatusHandler 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/@dot
DynamicPopupJUnitWizard.java :
39 : public DynamicPopupJUnitWizard(IEclipseStatusHandler handler, ILog log)
Discouraged access: The type PersistentResourceContext 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/@dot
DynamicPopupJUnitWizard.java :
47 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The type PersistentResourceContext 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/@dot
DynamicPopupJUnitWizard.java :
47 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The method getInstance() from the type PersistentResourceContext 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/@dot
DynamicPopupJUnitWizard.java :
47 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();
Discouraged access: The type EclipseEnvironment 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/@dot
DynamicPopupJUnitWizard.java :
48 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler_ );
Discouraged access: The constructor EclipseEnvironment(CommandManager, ResourceContext, IStatusHandler) 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/@dot
DynamicPopupJUnitWizard.java :
48 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler_ );
Discouraged access: The type EclipseEnvironment 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/@dot
DynamicPopupJUnitWizard.java :
48 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler_ );
Discouraged access: The method setLog(ILog) from the type EclipseEnvironment 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/@dot
DynamicPopupJUnitWizard.java :
50 : environment.setLog(log_);
Discouraged access: The type DataMappingRegistryImpl 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
DynamicPopupJUnitWizard.java :
52 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();
Discouraged access: The constructor DataMappingRegistryImpl() 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
DynamicPopupJUnitWizard.java :
52 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();
Discouraged access: The type DataMappingRegistryImpl 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
DynamicPopupJUnitWizard.java :
52 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();
Discouraged access: The type DataFlowManager 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
DynamicPopupJUnitWizard.java :
53 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );
Discouraged access: The constructor DataFlowManager(DataMappingRegistryImpl, IEnvironment) 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
DynamicPopupJUnitWizard.java :
53 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );
Discouraged access: The type DataFlowManager 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
DynamicPopupJUnitWizard.java :
53 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );
Discouraged access: The type SimpleCommandEngineManager 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
DynamicPopupJUnitWizard.java :
54 : SimpleCommandEngineManager manager = new SimpleCommandEngineManager(environment, dataManager);
Discouraged access: The constructor SimpleCommandEngineManager(EclipseEnvironment, DataFlowManager) 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
DynamicPopupJUnitWizard.java :
54 : SimpleCommandEngineManager manager = new SimpleCommandEngineManager(environment, dataManager);
Discouraged access: The type SimpleCommandEngineManager 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
DynamicPopupJUnitWizard.java :
54 : SimpleCommandEngineManager manager = new SimpleCommandEngineManager(environment, dataManager);
Discouraged access: The field commandWidgetBinding_ 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
DynamicPopupJUnitWizard.java :
58 : commandWidgetBinding_ = (CommandWidgetBinding)wizardElement_.createExecutableExtension( "class" );
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
DynamicPopupJUnitWizard.java :
58 : commandWidgetBinding_ = (CommandWidgetBinding)wizardElement_.createExecutableExtension( "class" );
Discouraged access: The field wizardElement_ 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
DynamicPopupJUnitWizard.java :
58 : commandWidgetBinding_ = (CommandWidgetBinding)wizardElement_.createExecutableExtension( "class" );
Discouraged access: The field commandWidgetBinding_ 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
DynamicPopupJUnitWizard.java :
65 : commandWidgetBinding_.registerDataMappings( dataRegistry_ );
Discouraged access: The method registerDataMappings(DataMappingRegistry) from 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
DynamicPopupJUnitWizard.java :
65 : commandWidgetBinding_.registerDataMappings( dataRegistry_ );
Discouraged access: The type CommandFragment 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
DynamicPopupJUnitWizard.java :
67 : CommandFragment rootFragment = getRootFragment( selection, null );
Discouraged access: The method getRootFragment(IStructuredSelection, WizardPageManager) 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
DynamicPopupJUnitWizard.java :
67 : CommandFragment rootFragment = getRootFragment( selection, null );
Discouraged access: The method setRootFragment(CommandFragment) from the type SimpleCommandEngineManager 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
DynamicPopupJUnitWizard.java :
68 : manager.setRootFragment( rootFragment );
Discouraged access: The method runForwardToNextStop(IRunnableContext) from the type SimpleCommandEngineManager 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
DynamicPopupJUnitWizard.java :
69 : manager.runForwardToNextStop( context );
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
JUnitUtils.java :
38 : import org.eclipse.jst.ws.internal.common.ServerUtils;
Discouraged access: The type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
39 : import org.eclipse.jst.ws.internal.consumption.command.common.CreateFacetedProjectCommand;
Discouraged access: The type RequiredFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
40 : import org.eclipse.jst.ws.internal.consumption.common.RequiredFacetVersion;
Discouraged access: The type WebServiceConsumptionUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
41 : import org.eclipse.jst.ws.internal.consumption.ui.plugin.WebServiceConsumptionUIPlugin;
Discouraged access: The type PersistentServerRuntimeContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
42 : import org.eclipse.jst.ws.internal.consumption.ui.preferences.PersistentServerRuntimeContext;
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
JUnitUtils.java :
43 : 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
JUnitUtils.java :
44 : import org.eclipse.jst.ws.internal.context.ScenarioContext;
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
JUnitUtils.java :
45 : import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;
Discouraged access: The type FileResourceUtils 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/@dot
JUnitUtils.java :
48 : import org.eclipse.wst.command.internal.env.common.FileResourceUtils;
Discouraged access: The type WaitForAutoBuildCommand 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/@dot
JUnitUtils.java :
49 : import org.eclipse.wst.command.internal.env.common.WaitForAutoBuildCommand;
Discouraged access: The type PersistentActionDialogsContext 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/@dot
JUnitUtils.java :
50 : import org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext;
Discouraged access: The type StatusUtils 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
JUnitUtils.java :
51 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
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
JUnitUtils.java :
52 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
Discouraged access: The type AccumulateStatusHandler 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/@dot
JUnitUtils.java :
53 : import org.eclipse.wst.command.internal.env.eclipse.AccumulateStatusHandler;
Discouraged access: The type ActionDialogPreferenceType 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/@dot
JUnitUtils.java :
54 : import org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType;
Discouraged access: The type EnvironmentUtils 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
JUnitUtils.java :
55 : import org.eclipse.wst.command.internal.env.ui.eclipse.EnvironmentUtils;
Discouraged access: The type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
JUnitUtils.java :
66 : import org.eclipse.wst.validation.internal.operations.ValidatorManager;
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
JUnitUtils.java :
67 : import org.eclipse.wst.ws.internal.plugin.WSPlugin;
Discouraged access: The type PersistentWSIContext 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
JUnitUtils.java :
68 : import org.eclipse.wst.ws.internal.preferences.PersistentWSIContext;
Discouraged access: The method modifyModules(IEnvironment, IServer, IModule, boolean, IProgressMonitor) 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
JUnitUtils.java :
161 : new ServerUtils().modifyModules(env, server,earProjectModule,false, monitor );
Discouraged access: The constructor 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
JUnitUtils.java :
161 : new ServerUtils().modifyModules(env, server,earProjectModule,false, monitor );
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
JUnitUtils.java :
161 : new ServerUtils().modifyModules(env, server,earProjectModule,false, monitor );
Dead code
JUnitUtils.java :
189 : return false;
Discouraged access: The method modifyModules(IEnvironment, IServer, IModule, boolean, IProgressMonitor) 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
JUnitUtils.java :
200 : new ServerUtils().modifyModules(env, server,webProjectModule,false, monitor );
Discouraged access: The constructor 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
JUnitUtils.java :
200 : new ServerUtils().modifyModules(env, server,webProjectModule,false, monitor );
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
JUnitUtils.java :
200 : new ServerUtils().modifyModules(env, server,webProjectModule,false, monitor );
Dead code
JUnitUtils.java :
229 : return false;
Discouraged access: The type WaitForAutoBuildCommand 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/@dot
JUnitUtils.java :
237 : WaitForAutoBuildCommand cmd = new WaitForAutoBuildCommand();
Discouraged access: The constructor WaitForAutoBuildCommand() 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/@dot
JUnitUtils.java :
237 : WaitForAutoBuildCommand cmd = new WaitForAutoBuildCommand();
Discouraged access: The type WaitForAutoBuildCommand 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/@dot
JUnitUtils.java :
237 : WaitForAutoBuildCommand cmd = new WaitForAutoBuildCommand();
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type WaitForAutoBuildCommand 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/@dot
JUnitUtils.java :
239 : cmd.execute( monitor, null );
Discouraged access: The method copyFile(ResourceContext, Plugin, IPath, IPath, IPath, IProgressMonitor, IStatusHandler) from the type FileResourceUtils 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/@dot
JUnitUtils.java :
253 : FileResourceUtils.copyFile(EnvironmentUtils.getResourceContext(env), TestsPlugin.getDefault(), fileIPath.removeLastSegments(fileIPath.segmentCount()-rootSegmentLength), // /data/<subdir> (new Path(filePath)).removeFirstSegments(rootSegmentLength), // files after /data/<subdir> destFolder.getFullPath(), monitor, env.getStatusHandler());
Discouraged access: The type FileResourceUtils 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/@dot
JUnitUtils.java :
253 : FileResourceUtils.copyFile(EnvironmentUtils.getResourceContext(env),
Discouraged access: The type EnvironmentUtils 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
JUnitUtils.java :
253 : FileResourceUtils.copyFile(EnvironmentUtils.getResourceContext(env),
Discouraged access: The method getResourceContext(IEnvironment) from the type EnvironmentUtils 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
JUnitUtils.java :
253 : FileResourceUtils.copyFile(EnvironmentUtils.getResourceContext(env),
Discouraged access: The type PersistentActionDialogsContext 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/@dot
JUnitUtils.java :
274 : PersistentActionDialogsContext actionDialogsCtx = PersistentActionDialogsContext.getInstance();
Discouraged access: The method getInstance() from the type PersistentActionDialogsContext 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/@dot
JUnitUtils.java :
274 : PersistentActionDialogsContext actionDialogsCtx = PersistentActionDialogsContext.getInstance();
Discouraged access: The type PersistentActionDialogsContext 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/@dot
JUnitUtils.java :
274 : PersistentActionDialogsContext actionDialogsCtx = PersistentActionDialogsContext.getInstance();
Discouraged access: The type ActionDialogPreferenceType 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/@dot
JUnitUtils.java :
275 : ActionDialogPreferenceType[] actionDialogPrefs = actionDialogsCtx.getDialogs();
Discouraged access: The method getDialogs() from the type PersistentActionDialogsContext 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/@dot
JUnitUtils.java :
275 : ActionDialogPreferenceType[] actionDialogPrefs = actionDialogsCtx.getDialogs();
Discouraged access: The method setActionDialogEnabled(String, boolean) from the type PersistentActionDialogsContext 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/@dot
JUnitUtils.java :
277 : actionDialogsCtx.setActionDialogEnabled(actionDialogPrefs[i].getId(),true);
Discouraged access: The method getId() from the type ActionDialogPreferenceType 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/@dot
JUnitUtils.java :
277 : actionDialogsCtx.setActionDialogEnabled(actionDialogPrefs[i].getId(),true);
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
JUnitUtils.java :
283 : ScenarioContext ctx = 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
JUnitUtils.java :
283 : ScenarioContext ctx = 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
JUnitUtils.java :
283 : ScenarioContext ctx = 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
JUnitUtils.java :
283 : ScenarioContext ctx = WebServicePlugin.getInstance().getScenarioContext();
Discouraged access: The method getGenerateProxy() 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
JUnitUtils.java :
284 : boolean previousSetting = ctx.getGenerateProxy();
Discouraged access: The method setGenerateProxy(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
JUnitUtils.java :
285 : ctx.setGenerateProxy(enable);
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
JUnitUtils.java :
291 : ResourceContext ctx = 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
JUnitUtils.java :
291 : ResourceContext ctx = 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
JUnitUtils.java :
291 : ResourceContext ctx = 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
JUnitUtils.java :
291 : ResourceContext ctx = WebServicePlugin.getInstance().getResourceContext();
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
JUnitUtils.java :
292 : boolean previousSetting = ctx.isOverwriteFilesEnabled();
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
JUnitUtils.java :
293 : ctx.setOverwriteFilesEnabled(enable);
Discouraged access: The type PersistentServerRuntimeContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
298 : PersistentServerRuntimeContext context = WebServiceConsumptionUIPlugin.getInstance().getServerRuntimeContext();
Discouraged access: The method getServerRuntimeContext() from the type WebServiceConsumptionUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
298 : PersistentServerRuntimeContext context = WebServiceConsumptionUIPlugin.getInstance().getServerRuntimeContext();
Discouraged access: The type WebServiceConsumptionUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
298 : PersistentServerRuntimeContext context = WebServiceConsumptionUIPlugin.getInstance().getServerRuntimeContext();
Discouraged access: The method getInstance() from the type WebServiceConsumptionUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
298 : PersistentServerRuntimeContext context = WebServiceConsumptionUIPlugin.getInstance().getServerRuntimeContext();
Discouraged access: The method setRuntimeId(String) from the type PersistentServerRuntimeContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
299 : context.setRuntimeId(rt);
Discouraged access: The type PersistentWSIContext 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
JUnitUtils.java :
304 : PersistentWSIContext ctx = WSPlugin.getInstance().getWSIAPContext();
Discouraged access: The method getWSIAPContext() 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
JUnitUtils.java :
304 : PersistentWSIContext ctx = WSPlugin.getInstance().getWSIAPContext();
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
JUnitUtils.java :
304 : PersistentWSIContext ctx = WSPlugin.getInstance().getWSIAPContext();
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
JUnitUtils.java :
304 : PersistentWSIContext ctx = WSPlugin.getInstance().getWSIAPContext();
Discouraged access: The method updateProjectWSICompliances(IProject, String) from the type PersistentWSIContext 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
JUnitUtils.java :
305 : ctx.updateProjectWSICompliances(project, PersistentWSIContext.IGNORE_NON_WSI);
Discouraged access: The type PersistentWSIContext 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
JUnitUtils.java :
305 : ctx.updateProjectWSICompliances(project, PersistentWSIContext.IGNORE_NON_WSI);
Discouraged access: The field IGNORE_NON_WSI from the type PersistentWSIContext 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
JUnitUtils.java :
305 : ctx.updateProjectWSICompliances(project, PersistentWSIContext.IGNORE_NON_WSI);
Discouraged access: The type PersistentWSIContext 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
JUnitUtils.java :
307 : PersistentWSIContext ctx2 = WSPlugin.getInstance().getWSISSBPContext();
Discouraged access: The method getWSISSBPContext() 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
JUnitUtils.java :
307 : PersistentWSIContext ctx2 = WSPlugin.getInstance().getWSISSBPContext();
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
JUnitUtils.java :
307 : PersistentWSIContext ctx2 = WSPlugin.getInstance().getWSISSBPContext();
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
JUnitUtils.java :
307 : PersistentWSIContext ctx2 = WSPlugin.getInstance().getWSISSBPContext();
Discouraged access: The method updateProjectWSICompliances(IProject, String) from the type PersistentWSIContext 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
JUnitUtils.java :
308 : ctx2.updateProjectWSICompliances(project, PersistentWSIContext.IGNORE_NON_WSI);
Discouraged access: The type PersistentWSIContext 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
JUnitUtils.java :
308 : ctx2.updateProjectWSICompliances(project, PersistentWSIContext.IGNORE_NON_WSI);
Discouraged access: The field IGNORE_NON_WSI from the type PersistentWSIContext 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
JUnitUtils.java :
308 : ctx2.updateProjectWSICompliances(project, PersistentWSIContext.IGNORE_NON_WSI);
Discouraged access: The type PersistentServerRuntimeContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
314 : PersistentServerRuntimeContext serverRuntimeCtx = WebServiceConsumptionUIPlugin.getInstance().getServerRuntimeContext();
Discouraged access: The method getServerRuntimeContext() from the type WebServiceConsumptionUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
314 : PersistentServerRuntimeContext serverRuntimeCtx = WebServiceConsumptionUIPlugin.getInstance().getServerRuntimeContext();
Discouraged access: The type WebServiceConsumptionUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
314 : PersistentServerRuntimeContext serverRuntimeCtx = WebServiceConsumptionUIPlugin.getInstance().getServerRuntimeContext();
Discouraged access: The method getInstance() from the type WebServiceConsumptionUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
314 : PersistentServerRuntimeContext serverRuntimeCtx = WebServiceConsumptionUIPlugin.getInstance().getServerRuntimeContext();
Discouraged access: The method setRuntimeId(String) from the type PersistentServerRuntimeContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
315 : serverRuntimeCtx.setRuntimeId(wsRuntimeId);
Discouraged access: The method setServerFactoryId(String) from the type PersistentServerRuntimeContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot
JUnitUtils.java :
316 : serverRuntimeCtx.setServerFactoryId(serverTypeId);
Discouraged access: The type AccumulateStatusHandler 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/@dot
JUnitUtils.java :
322 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler();
Discouraged access: The constructor AccumulateStatusHandler() 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/@dot
JUnitUtils.java :
322 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler();
Discouraged access: The type AccumulateStatusHandler 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/@dot
JUnitUtils.java :
322 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler();
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
JUnitUtils.java :
325 : wizard.setInitialData(wizardId);
Discouraged access: The method errorStatus(Throwable) from the type StatusUtils 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
JUnitUtils.java :
332 : return new IStatus[]{StatusUtils.errorStatus(e)};
Discouraged access: The type StatusUtils 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
JUnitUtils.java :
332 : return new IStatus[]{StatusUtils.errorStatus(e)};
Discouraged access: The method getAllReports() from the type AccumulateStatusHandler 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/@dot
JUnitUtils.java :
334 : return statusHandler.getAllReports();
Discouraged access: The type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
352 : CreateFacetedProjectCommand createWeb = new CreateFacetedProjectCommand();
Discouraged access: The constructor CreateFacetedProjectCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
352 : CreateFacetedProjectCommand createWeb = new CreateFacetedProjectCommand();
Discouraged access: The type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
352 : CreateFacetedProjectCommand createWeb = new CreateFacetedProjectCommand();
Discouraged access: The method setProjectName(String) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
353 : createWeb.setProjectName(webProjectName);
Discouraged access: The method setProjectName(String) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
354 : createWeb.setProjectName(moduleName);
Discouraged access: The method setTemplateId(String) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
355 : createWeb.setTemplateId("template.jst.web");
Discouraged access: The method setServerFactoryId(String) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
356 : createWeb.setServerFactoryId(serverFactoryId);
Discouraged access: The method setServerInstanceId(String) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
357 : createWeb.setServerInstanceId(serverInstanceID);
Discouraged access: The method setRequiredFacetVersions(RequiredFacetVersion[]) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
358 : createWeb.setRequiredFacetVersions(new RequiredFacetVersion[0]);
Discouraged access: The type RequiredFacetVersion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
358 : createWeb.setRequiredFacetVersions(new RequiredFacetVersion[0]);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type CreateFacetedProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot
JUnitUtils.java :
360 : return createWeb.execute( monitor, null );
Discouraged access: The type StatusUtils 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
JUnitUtils.java :
363 : status = StatusUtils.errorStatus( e );
Discouraged access: The method errorStatus(Throwable) from the type StatusUtils 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
JUnitUtils.java :
363 : status = StatusUtils.errorStatus( e );
Discouraged access: The method getManager() from the type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
JUnitUtils.java :
374 : ValidatorManager vm = ValidatorManager.getManager();
Discouraged access: The type J2EEUtils 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
WSCustomAdapterFactory.java :
27 : import org.eclipse.jst.ws.internal.common.J2EEUtils;
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
WSCustomAdapterFactory.java :
28 : import org.eclipse.jst.ws.internal.common.ResourceUtils;
Discouraged access: The type J2EEUtils 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
WSCustomAdapterFactory.java :
96 : IPath path = J2EEUtils.getWebContentPath(project);
Discouraged access: The method getWebContentPath(IProject) from the type J2EEUtils 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
WSCustomAdapterFactory.java :
96 : IPath path = J2EEUtils.getWebContentPath(project);
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
WSCustomAdapterFactory.java :
98 : return ResourceUtils.getWorkspaceRoot().getFile(path);
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
WSCustomAdapterFactory.java :
98 : return ResourceUtils.getWorkspaceRoot().getFile(path);