Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 54 Number of classfiles: 70
Problems: 5 (Errors: 0 Warnings: 5 )
Discouraged access: The type LockManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.core.jobs_3.5.0.v20100515.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 /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.core.jobs_3.5.0.v20100515.jar
EMFWorkbenchEditContextFactory.java :
59 : protected static LockManager lockManager = new LockManager();
Discouraged access: The constructor LockManager() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.core.jobs_3.5.0.v20100515.jar
EMFWorkbenchEditContextFactory.java :
59 : protected static LockManager lockManager = new LockManager();
Discouraged access: The type LockManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.core.jobs_3.5.0.v20100515.jar
EMFWorkbenchEditContextFactory.java :
59 : protected static LockManager lockManager = new LockManager();
Discouraged access: The method newLock() from the type LockManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.core.jobs_3.5.0.v20100515.jar
EMFWorkbenchEditContextFactory.java :
70 : lock = lockManager.newLock();