Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 14 Number of classfiles: 24

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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

23 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

80 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

80 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

81 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

81 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

83 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

83 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

107 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

107 : 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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

110 : (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-R3.0-R/eclipse/plugins/org.eclipse.jdt.junit_3.4.0.v20080603-2000.jar

JUnitClientDelegate.java :

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