Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 15 Number of classfiles: 26

Problems: 11 (Errors: 0 Warnings: 11 )

Source File: org/eclipse/jst/server/ui/internal/cactus/JUnitClientDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

24 : import org.eclipse.jdt.internal.junit.launcher.JUnitLaunchConfigurationConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

81 : wc.setAttribute(JUnitLaunchConfigurationConstants.ATTR_KEEPRUNNING, false);

3. WARNING: DiscouragedReference

Discouraged access: The field ATTR_KEEPRUNNING from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

81 : wc.setAttribute(JUnitLaunchConfigurationConstants.ATTR_KEEPRUNNING, false);

4. WARNING: DiscouragedReference

Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

82 : wc.setAttribute(JUnitLaunchConfigurationConstants.ATTR_TEST_CONTAINER, container);

5. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TEST_CONTAINER from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

82 : wc.setAttribute(JUnitLaunchConfigurationConstants.ATTR_TEST_CONTAINER, container);

6. WARNING: DiscouragedReference

Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

84 : wc.setAttribute(JUnitLaunchConfigurationConstants.ATTR_TEST_METHOD_NAME, testName);

7. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TEST_METHOD_NAME from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

84 : wc.setAttribute(JUnitLaunchConfigurationConstants.ATTR_TEST_METHOD_NAME, testName);

8. WARNING: DiscouragedReference

Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

108 : JUnitLaunchConfigurationConstants.ATTR_TEST_CONTAINER, "").equals(container)) && //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TEST_CONTAINER from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

108 : JUnitLaunchConfigurationConstants.ATTR_TEST_CONTAINER, "").equals(container)) && //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

111 : (config.getAttribute(JUnitLaunchConfigurationConstants.ATTR_TEST_METHOD_NAME, "").equals(testName)) && //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The field ATTR_TEST_METHOD_NAME from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.3.2.r332_20080109-0800.jar

JUnitClientDelegate.java :

111 : (config.getAttribute(JUnitLaunchConfigurationConstants.ATTR_TEST_METHOD_NAME, "").equals(testName)) && //$NON-NLS-1$