Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 54 Number of classfiles: 69
Problems: 5 (Errors: 0 Warnings: 5 )
Discouraged access: The type LockManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar
EMFWorkbenchEditContextFactory.java :
22 : import org.eclipse.core.internal.jobs.LockManager;
Discouraged access: The type LockManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar
EMFWorkbenchEditContextFactory.java :
57 : protected static LockManager lockManager = new LockManager();
Discouraged access: The constructor LockManager() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar
EMFWorkbenchEditContextFactory.java :
57 : protected static LockManager lockManager = new LockManager();
Discouraged access: The type LockManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar
EMFWorkbenchEditContextFactory.java :
57 : protected static LockManager lockManager = new LockManager();
Discouraged access: The method newLock() from the type LockManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar
EMFWorkbenchEditContextFactory.java :
68 : lock = lockManager.newLock();