errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java (at line 49) ArrayList childlist = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java (at line 49) ArrayList childlist = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java (at line 56) childlist.add(getLog(coreStatus)); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
4. WARNING in /src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java (at line 63) childlist.add(getLog(children[i])); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
5. WARNING in /src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java (at line 68) : childlist.toArray(new FrameworkLogEntry[childlist.size()])); Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 5) import org.eclipse.e4.core.contexts.ContextInjectionFactory; Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
2. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 6) import org.eclipse.e4.core.contexts.IEclipseContext; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
3. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 7) import org.eclipse.e4.core.services.log.ILoggerProvider; Discouraged access: The type ILoggerProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot |
4. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 8) import org.eclipse.e4.core.services.log.Logger; Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot |
5. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 11) public class DefaultLoggerProvider implements ILoggerProvider { Discouraged access: The type ILoggerProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot |
6. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 13) private IEclipseContext context; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
7. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 15) public Logger getClassLogger(Class<?> clazz) { Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot |
8. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 16) IEclipseContext childContext = context.createChild(); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
9. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 16) IEclipseContext childContext = context.createChild(); Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
10. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 17) childContext.set("logger.bundlename", FrameworkUtil.getBundle(clazz).getSymbolicName()); //$NON-NLS-1$ Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
11. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 18) return (Logger) ContextInjectionFactory.make(WorkbenchLogger.class, childContext); Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot |
12. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 18) return (Logger) ContextInjectionFactory.make(WorkbenchLogger.class, childContext); Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
13. WARNING in /src/org/eclipse/e4/tools/compat/internal/DefaultLoggerProvider.java (at line 18) return (Logger) ContextInjectionFactory.make(WorkbenchLogger.class, childContext); Discouraged access: The method make(Class<WorkbenchLogger>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
1. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 16) import org.eclipse.e4.core.contexts.ContextInjectionFactory; Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
2. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 17) import org.eclipse.e4.core.contexts.IEclipseContext; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
3. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 18) import org.eclipse.e4.ui.services.IStylingEngine; Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.services/@dot |
4. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 32) public static IEclipseContext createPartContext(WorkbenchPart part) throws PartInitException { Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
5. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 34) IEclipseContext parentContext = (IEclipseContext) site.getService(IEclipseContext.class); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
6. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 34) IEclipseContext parentContext = (IEclipseContext) site.getService(IEclipseContext.class); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
7. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 34) IEclipseContext parentContext = (IEclipseContext) site.getService(IEclipseContext.class); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
8. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 37) if( parentContext.get("org.eclipse.e4.workbench.ui.IPresentationEngine") != null ) { 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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
9. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 43) return (IEclipseContext) m.invoke(instance); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
10. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 48) return parentContext.createChild("EditPart('"+part.getPartName()+"')"); //$NON-NLS-1$ Discouraged access: The method createChild(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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
11. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 53) public static <C> C creatComponent(Composite parent, IEclipseContext context, Class<C> clazz, WorkbenchPart part) { Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
12. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 55) context.set(ISelectionProvider.class, s); Discouraged access: The method set(Class<ISelectionProvider>, ISelectionProvider) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
13. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 58) IStylingEngine styleEngine = context.get(IStylingEngine.class); Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.services/@dot |
14. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 58) IStylingEngine styleEngine = context.get(IStylingEngine.class); Discouraged access: The method get(Class<IStylingEngine>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
15. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 58) IStylingEngine styleEngine = context.get(IStylingEngine.class); Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.services/@dot |
16. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 68) context.set(Composite.class.getName(), comp); Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
17. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 69) C component = ContextInjectionFactory.make(clazz, context); Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
18. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 69) C component = ContextInjectionFactory.make(clazz, context); Discouraged access: The method make(Class<C>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
19. WARNING in /src/org/eclipse/e4/tools/compat/internal/PartHelper.java (at line 71) styleEngine.setClassname(comp, part.getClass().getSimpleName()); Discouraged access: The method setClassname(Object, String) from the type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.services/@dot |
1. WARNING in /src/org/eclipse/e4/tools/compat/internal/SelectionProviderContextFunction.java (at line 15) import org.eclipse.e4.core.contexts.ContextFunction; Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
2. WARNING in /src/org/eclipse/e4/tools/compat/internal/SelectionProviderContextFunction.java (at line 16) import org.eclipse.e4.core.contexts.IEclipseContext; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
3. WARNING in /src/org/eclipse/e4/tools/compat/internal/SelectionProviderContextFunction.java (at line 22) public class SelectionProviderContextFunction extends ContextFunction { Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
4. WARNING in /src/org/eclipse/e4/tools/compat/internal/SelectionProviderContextFunction.java (at line 25) public Object compute(final IEclipseContext context) { Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
5. WARNING in /src/org/eclipse/e4/tools/compat/internal/SelectionProviderContextFunction.java (at line 28) ISelectionProvider pv = context.get(ISelectionProvider.class); Discouraged access: The method get(Class<ISelectionProvider>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
1. WARNING in /src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java (at line 8) import org.eclipse.e4.core.services.log.Logger; Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot |
2. WARNING in /src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java (at line 19) public final class WorkbenchLogger extends Logger { Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot |
3. WARNING in /src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java (at line 28) super(); Discouraged access: The constructor Logger() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot |
1. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 15) import org.eclipse.e4.core.contexts.ContextInjectionFactory; Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
2. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 16) import org.eclipse.e4.core.contexts.IEclipseContext; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
3. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 19) import org.eclipse.e4.ui.di.Focus; Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot |
4. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 20) import org.eclipse.e4.ui.di.Persist; Discouraged access: The type Persist is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot |
5. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 29) private IEclipseContext context; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
6. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 40) IEclipseContext saveContext = context.createChild(); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
7. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 40) IEclipseContext saveContext = context.createChild(); Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
8. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 41) ContextInjectionFactory.invoke(component, Persist.class, saveContext); Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
9. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 41) ContextInjectionFactory.invoke(component, Persist.class, saveContext); Discouraged access: The method invoke(Object, Class<? extends Annotation>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
10. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 41) ContextInjectionFactory.invoke(component, Persist.class, saveContext); Discouraged access: The type Persist is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot |
11. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 42) saveContext.dispose(); Discouraged access: The method dispose() from the type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot |
12. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 62) context.declareModifiable(IEditorInput.class); Discouraged access: The method declareModifiable(Class<?>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
13. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 63) context.declareModifiable(IEditorPart.class); Discouraged access: The method declareModifiable(Class<?>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
14. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 64) context.declareModifiable(IDirtyProviderService.class); Discouraged access: The method declareModifiable(Class<?>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
15. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 66) context.set(IEditorPart.class,this); Discouraged access: The method set(Class<IEditorPart>, IEditorPart) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
16. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 67) context.set(IDirtyProviderService.class,this); Discouraged access: The method set(Class<IDirtyProviderService>, IDirtyProviderService) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
17. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 68) context.set(IEditorInput.class, input); Discouraged access: The method set(Class<IEditorInput>, IEditorInput) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
18. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 95) ContextInjectionFactory.invoke(component, Focus.class, context); Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
19. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 95) ContextInjectionFactory.invoke(component, Focus.class, context); Discouraged access: The method invoke(Object, Class<? extends Annotation>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
20. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 95) ContextInjectionFactory.invoke(component, Focus.class, context); Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot |
21. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java (at line 100) context.dispose(); Discouraged access: The method dispose() from the type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot |
1. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 14) import org.eclipse.e4.core.contexts.ContextInjectionFactory; Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
2. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 15) import org.eclipse.e4.core.contexts.IEclipseContext; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
3. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 17) import org.eclipse.e4.ui.di.Persist; Discouraged access: The type Persist is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot |
4. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 30) IEclipseContext saveContext = getContext().createChild(); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
5. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 30) IEclipseContext saveContext = getContext().createChild(); Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
6. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 31) ContextInjectionFactory.invoke(getComponent(), Persist.class, saveContext); Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
7. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 31) ContextInjectionFactory.invoke(getComponent(), Persist.class, saveContext); Discouraged access: The method invoke(Object, Class<? extends Annotation>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
8. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 31) ContextInjectionFactory.invoke(getComponent(), Persist.class, saveContext); Discouraged access: The type Persist is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot |
9. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 32) saveContext.dispose(); Discouraged access: The method dispose() from the type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot |
10. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 57) getContext().declareModifiable(IDirtyProviderService.class); Discouraged access: The method declareModifiable(Class<?>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
11. WARNING in /src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java (at line 58) getContext().set(IDirtyProviderService.class, this); Discouraged access: The method set(Class<IDirtyProviderService>, IDirtyProviderService) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
1. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 13) import org.eclipse.e4.core.contexts.ContextInjectionFactory; Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
2. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 14) import org.eclipse.e4.core.contexts.IEclipseContext; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
3. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 15) import org.eclipse.e4.core.di.InjectionException; Discouraged access: The type InjectionException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot |
4. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 17) import org.eclipse.e4.ui.di.Focus; Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot |
5. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 25) private IEclipseContext context; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
6. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 38) context.declareModifiable(IViewPart.class); Discouraged access: The method declareModifiable(Class<?>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
7. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 40) context.set(IViewPart.class, this); Discouraged access: The method set(Class<IViewPart>, IViewPart) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
8. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 48) protected IEclipseContext getContext() { Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
9. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 59) ContextInjectionFactory.invoke(component, Focus.class, context); Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
10. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 59) ContextInjectionFactory.invoke(component, Focus.class, context); Discouraged access: The method invoke(Object, Class<? extends Annotation>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot |
11. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 59) ContextInjectionFactory.invoke(component, Focus.class, context); Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot |
12. WARNING in /src/org/eclipse/e4/tools/compat/parts/DIViewPart.java (at line 60) } catch (InjectionException e) { Discouraged access: The type InjectionException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot |