Compiler Report

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

Number of source files: 54 Number of classfiles: 70

Problems: 5 (Errors: 0 Warnings: 5 )

Source File: org/eclipse/wst/common/internal/emfworkbench/edit/EMFWorkbenchEditContextFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type LockManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.core.jobs_3.4.1.R34x_v20081128.jar

EMFWorkbenchEditContextFactory.java :

22 : import org.eclipse.core.internal.jobs.LockManager;

2. WARNING: DiscouragedReference

Discouraged access: The type LockManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.core.jobs_3.4.1.R34x_v20081128.jar

EMFWorkbenchEditContextFactory.java :

57 : protected static LockManager lockManager = new LockManager();

3. WARNING: DiscouragedReference

Discouraged access: The constructor LockManager() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.core.jobs_3.4.1.R34x_v20081128.jar

EMFWorkbenchEditContextFactory.java :

57 : protected static LockManager lockManager = new LockManager();

4. WARNING: DiscouragedReference

Discouraged access: The type LockManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.core.jobs_3.4.1.R34x_v20081128.jar

EMFWorkbenchEditContextFactory.java :

57 : protected static LockManager lockManager = new LockManager();

5. WARNING: DiscouragedReference

Discouraged access: The method newLock() from the type LockManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.core.jobs_3.4.1.R34x_v20081128.jar

EMFWorkbenchEditContextFactory.java :

68 : lock = lockManager.newLock();