Compiler log for org.eclipse.e4.core.services_0.9.0.v20090728-1430 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/core/services/ISchedulingExecutor.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/ISchedulingExecutor.java
 (at line 20)
public interface ISchedulingExecutor extends IExecutor {
Discouraged access: The type IExecutor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar
2. WARNING in /src/org/eclipse/e4/core/services/ISchedulingExecutor.java
 (at line 37)
public IFuture schedule(IProgressRunnable runnable, String name, long delay);
Discouraged access: The type IFuture is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar
3. WARNING in /src/org/eclipse/e4/core/services/ISchedulingExecutor.java
 (at line 37)
public IFuture schedule(IProgressRunnable runnable, String name, long delay);
Discouraged access: The type IProgressRunnable is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar