Compiler log for org.eclipse.e4.core.services_0.9.1.v20091119-1430 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/core/services/internal/annotations/AnnotationsSupport.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/annotations/AnnotationsSupport.java
 (at line 24)
private IObjectProvider context;
The field AnnotationsSupport.context is never read locally

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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar