Compiler Report

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

Number of source files: 139 Number of classfiles: 215

Problems: 7 (Errors: 0 Warnings: 7 )

Source File: org/eclipse/wst/validation/internal/operations/ValidationOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ValidationOperation.java :

41 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;

2. WARNING: DiscouragedReference

Discouraged access: The type IHeadlessRunnableWithProgress is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ValidationOperation.java :

73 : public abstract class ValidationOperation implements IWorkspaceRunnable, IHeadlessRunnableWithProgress {

Source File: org/eclipse/wst/validation/internal/operations/ValidatorJob.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ValidatorJob.java :

18 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ValidatorJob.java :

131 : status = WTPCommonPlugin.createErrorStatus(message.getText());

3. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ValidatorJob.java :

131 : status = WTPCommonPlugin.createErrorStatus(message.getText());

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ValidatorJob.java :

148 : status = WTPCommonPlugin.createErrorStatus(message.getText());

5. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ValidatorJob.java :

148 : status = WTPCommonPlugin.createErrorStatus(message.getText());