Compiler log for org.eclipse.e4.core.tests.services.annotations_0.9.1.v20100406-0930 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5

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/tests/services/internal/annotations/Bug304585Test.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/core/tests/services/internal/annotations/Bug304585Test.java
 (at line 19)
import org.eclipse.e4.core.internal.contexts.ILookupStrategy;
Discouraged access: The type ILookupStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/core/tests/services/internal/annotations/Bug304585Test.java
 (at line 70)
public static class Strategy implements IDisposable, ILookupStrategy {
Discouraged access: The type ILookupStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/core/tests/services/internal/annotations/ServiceContextTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/core/tests/services/internal/annotations/ServiceContextTest.java
 (at line 28)
import org.eclipse.e4.core.internal.contexts.osgi.OSGiContextStrategy;
Discouraged access: The type OSGiContextStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/core/tests/services/internal/annotations/ServiceContextTest.java
 (at line 88)
context = EclipseContextFactory.create(null, new OSGiContextStrategy(Activator.bundleContext));
Discouraged access: The constructor OSGiContextStrategy(BundleContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/core/tests/services/internal/annotations/ServiceContextTest.java
 (at line 88)
context = EclipseContextFactory.create(null, new OSGiContextStrategy(Activator.bundleContext));
Discouraged access: The type OSGiContextStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot