errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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 |
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 |