Compiler Report

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 )

Source File: org/eclipse/jst/ws/tests/WSWizardTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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 );

12. WARNING: DiscouragedReference

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 );

13. WARNING: DiscouragedReference

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 );

14. WARNING: DiscouragedReference

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) ***"));

15. WARNING: DiscouragedReference

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) ***"));

16. WARNING: DiscouragedReference

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) ***"));

17. WARNING: DiscouragedReference

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) ***"));

Source File: org/eclipse/jst/ws/tests/unittest/BUJavaAxisTC50.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

BUJavaAxisTC50.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

BUJavaAxisTC50.java :

65 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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

BUJavaAxisTC50.java :

66 : IFolder folder = (IFolder)ResourceUtils.findResource(destPath);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/ws/tests/unittest/ClientAxisTC50.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

ClientAxisTC50.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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

ClientAxisTC50.java :

123 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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

ClientAxisTC50.java :

124 : IFolder srcFolder = (IFolder)ResourceUtils.findResource(destPath);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/ws/tests/unittest/ComponentCreationTests.java
1. WARNING: DiscouragedReference

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

ComponentCreationTests.java :

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

2. WARNING: DiscouragedReference

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

ComponentCreationTests.java :

87 : IProject p = ResourceUtils.getWorkspaceRoot().getProject(projectNames[i]);

3. WARNING: DiscouragedReference

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

ComponentCreationTests.java :

87 : IProject p = ResourceUtils.getWorkspaceRoot().getProject(projectNames[i]);

Source File: org/eclipse/jst/ws/tests/unittest/J2EEUtilsTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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());

9. WARNING: DiscouragedReference

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));

10. WARNING: DiscouragedReference

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));

11. WARNING: DiscouragedReference

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));

12. WARNING: DiscouragedReference

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));

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

86 : IResource res = ResourceUtils.getWorkspaceRoot().findMember(loc1);

16. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

86 : IResource res = ResourceUtils.getWorkspaceRoot().findMember(loc1);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

92 : IResource res2 = ResourceUtils.getWorkspaceRoot().findMember(loc2);

20. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

92 : IResource res2 = ResourceUtils.getWorkspaceRoot().findMember(loc2);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

98 : IResource res3 = ResourceUtils.getWorkspaceRoot().findMember(loc3);

24. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

98 : IResource res3 = ResourceUtils.getWorkspaceRoot().findMember(loc3);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

103 : IResource res4 = ResourceUtils.getWorkspaceRoot().findMember(container.getFullPath());

28. WARNING: DiscouragedReference

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

J2EEUtilsTests.java :

103 : IResource res4 = ResourceUtils.getWorkspaceRoot().findMember(container.getFullPath());

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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();

40. WARNING: DiscouragedReference

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();

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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();

43. WARNING: DiscouragedReference

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();

44. WARNING: DiscouragedReference

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();

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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);

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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));

50. WARNING: DiscouragedReference

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));

51. WARNING: DiscouragedReference

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));

52. WARNING: DiscouragedReference

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));

53. WARNING: DiscouragedReference

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));

54. WARNING: DiscouragedReference

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));

55. WARNING: DiscouragedReference

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));

56. WARNING: DiscouragedReference

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));

57. WARNING: DiscouragedReference

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();

58. WARNING: DiscouragedReference

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();

59. WARNING: DiscouragedReference

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();

60. WARNING: DiscouragedReference

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();

61. WARNING: DiscouragedReference

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();

62. WARNING: DiscouragedReference

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);

63. WARNING: DiscouragedReference

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);

64. WARNING: DiscouragedReference

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);

65. WARNING: DiscouragedReference

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);

66. WARNING: DiscouragedReference

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);

67. WARNING: DiscouragedReference

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);

68. WARNING: DiscouragedReference

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);

69. WARNING: DiscouragedReference

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));

70. WARNING: DiscouragedReference

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));

71. WARNING: DiscouragedReference

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));

72. WARNING: DiscouragedReference

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));

73. WARNING: DiscouragedReference

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));

74. WARNING: DiscouragedReference

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));

75. WARNING: DiscouragedReference

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));

76. WARNING: DiscouragedReference

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));

77. WARNING: DiscouragedReference

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));

78. WARNING: DiscouragedReference

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));

79. WARNING: DiscouragedReference

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));

80. WARNING: DiscouragedReference

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));

81. WARNING: DiscouragedReference

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));

82. WARNING: DiscouragedReference

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));

Source File: org/eclipse/jst/ws/tests/unittest/ResourceUtilsTests.java
1. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

37 : String componentType = ResourceUtils.getComponentType(project);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

43 : IPath destPath = ResourceUtils.getJavaSourceLocation(project);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

44 : IFolder folder = (IFolder)ResourceUtils.findResource(destPath);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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();

17. WARNING: DiscouragedReference

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();

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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 );

21. WARNING: DiscouragedReference

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 );

22. WARNING: DiscouragedReference

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 );

23. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

60 : IVirtualComponent vc = ResourceUtils.getComponentOf(javaFilePath);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

68 : String javaSourceLoc = ResourceUtils.getJavaSourceLocation(project).toString();

26. WARNING: DiscouragedReference

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();

27. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

76 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(vcs);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

80 : IResource resource = ResourceUtils.findResource(path1);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

87 : IResource resource2 = ResourceUtils.findResource(path2);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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

ResourceUtilsTests.java :

95 : IFolder folder = ResourceUtils.getWebComponentServerRoot(project);

34. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/ws/tests/unittest/ServerCreationTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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();

3. WARNING: DiscouragedReference

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();

4. WARNING: DiscouragedReference

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();

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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 );

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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 );

13. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/ws/tests/unittest/TDJavaAxisTC50.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/ws/tests/unittest/WebServiceRuntimeTests.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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

WebServiceRuntimeTests.java :

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

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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");

25. WARNING: DiscouragedReference

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");

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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();

35. WARNING: DiscouragedReference

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();

36. WARNING: DiscouragedReference

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();

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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());

39. WARNING: DiscouragedReference

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());

40. WARNING: DiscouragedReference

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());

41. WARNING: DiscouragedReference

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,

42. WARNING: DiscouragedReference

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,

43. WARNING: DiscouragedReference

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,

44. WARNING: DiscouragedReference

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,

45. WARNING: DiscouragedReference

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,

46. WARNING: DiscouragedReference

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,

47. WARNING: DiscouragedReference

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,

48. WARNING: DiscouragedReference

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,

49. WARNING: DiscouragedReference

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,

50. WARNING: DiscouragedReference

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,

51. WARNING: DiscouragedReference

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,

52. WARNING: DiscouragedReference

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,

53. WARNING: DiscouragedReference

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,

54. WARNING: DiscouragedReference

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,

55. WARNING: DiscouragedReference

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,

56. WARNING: DiscouragedReference

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,

57. WARNING: DiscouragedReference

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};

58. WARNING: DiscouragedReference

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};

59. WARNING: DiscouragedReference

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();

60. WARNING: DiscouragedReference

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();

61. WARNING: DiscouragedReference

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();

62. WARNING: DiscouragedReference

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();

63. WARNING: DiscouragedReference

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();

64. WARNING: DiscouragedReference

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

WebServiceRuntimeTests.java :

391 : String serviceType = String.valueOf(WebServiceScenario.BOTTOMUP) + "/" + SERVICE_IMPL_JAVA;

65. WARNING: DiscouragedReference

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;

66. WARNING: DiscouragedReference

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);

67. WARNING: DiscouragedReference

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);

68. WARNING: DiscouragedReference

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);

69. WARNING: DiscouragedReference

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);

70. WARNING: DiscouragedReference

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));

71. WARNING: DiscouragedReference

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));

72. WARNING: DiscouragedReference

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));

73. WARNING: DiscouragedReference

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));

74. WARNING: DiscouragedReference

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));

75. WARNING: DiscouragedReference

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));

76. WARNING: DiscouragedReference

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();

77. WARNING: DiscouragedReference

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();

78. WARNING: DiscouragedReference

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;

79. WARNING: DiscouragedReference

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();

80. WARNING: DiscouragedReference

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();

81. WARNING: DiscouragedReference

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();

82. WARNING: DiscouragedReference

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();

83. WARNING: DiscouragedReference

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();

84. WARNING: DiscouragedReference

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();

85. WARNING: DiscouragedReference

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];

86. WARNING: DiscouragedReference

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();

87. WARNING: DiscouragedReference

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();

88. WARNING: DiscouragedReference

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();

89. WARNING: DiscouragedReference

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);

90. WARNING: DiscouragedReference

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]);

91. WARNING: DiscouragedReference

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);

92. WARNING: DiscouragedReference

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]);

93. WARNING: DiscouragedReference

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 );

94. WARNING: DiscouragedReference

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());

95. WARNING: DiscouragedReference

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());

96. WARNING: DiscouragedReference

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);

97. WARNING: DiscouragedReference

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);

98. WARNING: DiscouragedReference

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);

99. WARNING: DiscouragedReference

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);

100. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/ws/tests/util/DynamicPopupJUnitWizard.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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

DynamicPopupJUnitWizard.java :

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

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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 {

11. WARNING: DiscouragedReference

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_;

12. WARNING: DiscouragedReference

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)

13. WARNING: DiscouragedReference

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)

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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();

17. WARNING: DiscouragedReference

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_ );

18. WARNING: DiscouragedReference

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_ );

19. WARNING: DiscouragedReference

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_ );

20. WARNING: DiscouragedReference

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_);

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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();

24. WARNING: DiscouragedReference

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 );

25. WARNING: DiscouragedReference

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 );

26. WARNING: DiscouragedReference

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 );

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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" );

31. WARNING: DiscouragedReference

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

DynamicPopupJUnitWizard.java :

58 : commandWidgetBinding_ = (CommandWidgetBinding)wizardElement_.createExecutableExtension( "class" );

32. WARNING: DiscouragedReference

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" );

33. WARNING: DiscouragedReference

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_ );

34. WARNING: DiscouragedReference

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_ );

35. WARNING: DiscouragedReference

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 );

36. WARNING: DiscouragedReference

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 );

37. WARNING: DiscouragedReference

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 );

38. WARNING: DiscouragedReference

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 );

Source File: org/eclipse/jst/ws/tests/util/JUnitUtils.java
1. WARNING: DiscouragedReference

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

JUnitUtils.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

JUnitUtils.java :

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

7. WARNING: DiscouragedReference

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

JUnitUtils.java :

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

8. WARNING: DiscouragedReference

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

JUnitUtils.java :

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

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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

JUnitUtils.java :

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

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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;

16. WARNING: DiscouragedReference

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;

17. WARNING: DiscouragedReference

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;

18. WARNING: DiscouragedReference

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

JUnitUtils.java :

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

19. WARNING: DiscouragedReference

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;

20. WARNING: DiscouragedReference

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 );

21. WARNING: DiscouragedReference

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 );

22. WARNING: DiscouragedReference

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

JUnitUtils.java :

161 : new ServerUtils().modifyModules(env, server,earProjectModule,false, monitor );

23. WARNING: DeadCode

Dead code

JUnitUtils.java :

189 : return false;

24. WARNING: DiscouragedReference

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 );

25. WARNING: DiscouragedReference

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 );

26. WARNING: DiscouragedReference

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

JUnitUtils.java :

200 : new ServerUtils().modifyModules(env, server,webProjectModule,false, monitor );

27. WARNING: DeadCode

Dead code

JUnitUtils.java :

229 : return false;

28. WARNING: DiscouragedReference

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();

29. WARNING: DiscouragedReference

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();

30. WARNING: DiscouragedReference

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();

31. WARNING: DiscouragedReference

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 );

32. WARNING: DiscouragedReference

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());

33. WARNING: DiscouragedReference

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),

34. WARNING: DiscouragedReference

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),

35. WARNING: DiscouragedReference

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),

36. WARNING: DiscouragedReference

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();

37. WARNING: DiscouragedReference

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();

38. WARNING: DiscouragedReference

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();

39. WARNING: DiscouragedReference

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();

40. WARNING: DiscouragedReference

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();

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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

JUnitUtils.java :

283 : ScenarioContext ctx = WebServicePlugin.getInstance().getScenarioContext();

44. WARNING: DiscouragedReference

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

JUnitUtils.java :

283 : ScenarioContext ctx = WebServicePlugin.getInstance().getScenarioContext();

45. WARNING: DiscouragedReference

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

JUnitUtils.java :

283 : ScenarioContext ctx = WebServicePlugin.getInstance().getScenarioContext();

46. WARNING: DiscouragedReference

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

JUnitUtils.java :

283 : ScenarioContext ctx = WebServicePlugin.getInstance().getScenarioContext();

47. WARNING: DiscouragedReference

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();

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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

JUnitUtils.java :

291 : ResourceContext ctx = WebServicePlugin.getInstance().getResourceContext();

50. WARNING: DiscouragedReference

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

JUnitUtils.java :

291 : ResourceContext ctx = WebServicePlugin.getInstance().getResourceContext();

51. WARNING: DiscouragedReference

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

JUnitUtils.java :

291 : ResourceContext ctx = WebServicePlugin.getInstance().getResourceContext();

52. WARNING: DiscouragedReference

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

JUnitUtils.java :

291 : ResourceContext ctx = WebServicePlugin.getInstance().getResourceContext();

53. WARNING: DiscouragedReference

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

JUnitUtils.java :

292 : boolean previousSetting = ctx.isOverwriteFilesEnabled();

54. WARNING: DiscouragedReference

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

JUnitUtils.java :

293 : ctx.setOverwriteFilesEnabled(enable);

55. WARNING: DiscouragedReference

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();

56. WARNING: DiscouragedReference

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();

57. WARNING: DiscouragedReference

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();

58. WARNING: DiscouragedReference

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();

59. WARNING: DiscouragedReference

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);

60. WARNING: DiscouragedReference

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();

61. WARNING: DiscouragedReference

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();

62. WARNING: DiscouragedReference

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

JUnitUtils.java :

304 : PersistentWSIContext ctx = WSPlugin.getInstance().getWSIAPContext();

63. WARNING: DiscouragedReference

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

JUnitUtils.java :

304 : PersistentWSIContext ctx = WSPlugin.getInstance().getWSIAPContext();

64. WARNING: DiscouragedReference

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);

65. WARNING: DiscouragedReference

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);

66. WARNING: DiscouragedReference

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);

67. WARNING: DiscouragedReference

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();

68. WARNING: DiscouragedReference

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();

69. WARNING: DiscouragedReference

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

JUnitUtils.java :

307 : PersistentWSIContext ctx2 = WSPlugin.getInstance().getWSISSBPContext();

70. WARNING: DiscouragedReference

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

JUnitUtils.java :

307 : PersistentWSIContext ctx2 = WSPlugin.getInstance().getWSISSBPContext();

71. WARNING: DiscouragedReference

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);

72. WARNING: DiscouragedReference

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);

73. WARNING: DiscouragedReference

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);

74. WARNING: DiscouragedReference

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();

75. WARNING: DiscouragedReference

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();

76. WARNING: DiscouragedReference

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();

77. WARNING: DiscouragedReference

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();

78. WARNING: DiscouragedReference

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);

79. WARNING: DiscouragedReference

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);

80. WARNING: DiscouragedReference

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();

81. WARNING: DiscouragedReference

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();

82. WARNING: DiscouragedReference

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();

83. WARNING: DiscouragedReference

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

JUnitUtils.java :

325 : wizard.setInitialData(wizardId);

84. WARNING: DiscouragedReference

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)};

85. WARNING: DiscouragedReference

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)};

86. WARNING: DiscouragedReference

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();

87. WARNING: DiscouragedReference

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();

88. WARNING: DiscouragedReference

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();

89. WARNING: DiscouragedReference

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();

90. WARNING: DiscouragedReference

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);

91. WARNING: DiscouragedReference

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);

92. WARNING: DiscouragedReference

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");

93. WARNING: DiscouragedReference

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);

94. WARNING: DiscouragedReference

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);

95. WARNING: DiscouragedReference

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]);

96. WARNING: DiscouragedReference

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]);

97. WARNING: DiscouragedReference

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 );

98. WARNING: DiscouragedReference

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 );

99. WARNING: DiscouragedReference

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 );

100. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/ws/tests/util/WSCustomAdapterFactory.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

WSCustomAdapterFactory.java :

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

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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

WSCustomAdapterFactory.java :

98 : return ResourceUtils.getWorkspaceRoot().getFile(path);

6. WARNING: DiscouragedReference

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

WSCustomAdapterFactory.java :

98 : return ResourceUtils.getWorkspaceRoot().getFile(path);