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/tools/services/impl/TranslationObjectSupplier.java (at line 18) import org.eclipse.e4.core.internal.contexts.ContextObjectSupplier; Discouraged access: The type ContextObjectSupplier is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar |
2. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 20) import org.eclipse.e4.core.internal.di.Requestor; Discouraged access: The type Requestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
3. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 23) import org.eclipse.e4.core.di.suppliers.IObjectDescriptor; Discouraged access: The type IObjectDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
4. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 24) import org.eclipse.e4.core.di.suppliers.IRequestor; Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
5. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 26) import org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier; Discouraged access: The type ExtendedObjectSupplier is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
6. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 29) public class TranslationObjectSupplier extends ExtendedObjectSupplier { Discouraged access: The type ExtendedObjectSupplier is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
7. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 32) public Object get(IObjectDescriptor descriptor, IRequestor requestor, Discouraged access: The type IObjectDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
8. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 32) public Object get(IObjectDescriptor descriptor, IRequestor requestor, Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
9. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 34) Class<?> descriptorsClass = getDesiredClass(descriptor.getDesiredType()); Discouraged access: The method getDesiredType() from the type IObjectDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
10. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 36) Requestor req = (Requestor) requestor; Discouraged access: The type Requestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
11. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 36) Requestor req = (Requestor) requestor; Discouraged access: The type Requestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
12. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 37) ContextObjectSupplier sub = (ContextObjectSupplier) req Discouraged access: The type ContextObjectSupplier is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar |
13. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 37) ContextObjectSupplier sub = (ContextObjectSupplier) req Discouraged access: The type ContextObjectSupplier is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar |
14. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 37) ContextObjectSupplier sub = (ContextObjectSupplier) req .getPrimarySupplier(); Discouraged access: The method getPrimarySupplier() from the type Requestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar |
15. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 40) String locale = (String) sub.getContext().get(TranslationService.LOCALE); Discouraged access: The method getContext() from the type ContextObjectSupplier is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar |
16. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 40) String locale = (String) sub.getContext().get(TranslationService.LOCALE); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar |
17. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 42) IMessageFactoryService factoryService = sub.getContext().get(IMessageFactoryService.class); Discouraged access: The method getContext() from the type ContextObjectSupplier is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar |
18. WARNING in /src/org/eclipse/e4/tools/services/impl/TranslationObjectSupplier.java (at line 42) IMessageFactoryService factoryService = sub.getContext().get(IMessageFactoryService.class); Discouraged access: The method get(Class<IMessageFactoryService>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar |