Compiler Report

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

Number of source files: 131 Number of classfiles: 191

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.1-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.200.v200805140020.jar

ValidationOperation.java :

40 : 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.1-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.200.v200805140020.jar

ValidationOperation.java :

71 : 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.1-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.200.v200805140020.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.1-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.200.v200805140020.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.1-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.200.v200805140020.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.1-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.200.v200805140020.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.1-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.200.v200805140020.jar

ValidatorJob.java :

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