Compiler log for org.eclipse.e4.tools.compat_1.0.0.v20100615-2100 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 105

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/tools/compat/internal/WorkbenchLogger.java : 8 warnings :

OTHER 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

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/tools/compat/internal/PartHelper.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot

/src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 20)
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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 21)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
5. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 22)
import org.eclipse.e4.core.services.contributions.IContributionFactorySpi;
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 23)
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/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
7. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 33)
public class ReflectionContributionFactory implements IContributionFactory {
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
8. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 42)
private Logger 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/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
9. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 56)
public Object call(Object object, String uriString, String methodName, 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 62)
IContributionFactorySpi factory = (IContributionFactorySpi) languages.get(prefix);
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
11. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 62)
IContributionFactorySpi factory = (IContributionFactorySpi) languages.get(prefix);
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
12. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 63)
return factory.call(object, methodName, context, defaultValue);
Discouraged access: The method call(Object, String, IEclipseContext, Object) from the type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
13. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 113)
if (!context.containsKey(clazz.getName())
Discouraged access: The method containsKey(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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
14. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 114)
&& !IEclipseContext.class.equals(clazz)) {
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
15. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 136)
logger.debug("calling: " + methodName);
Discouraged access: The method debug(String) from the type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
16. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 139)
if (IEclipseContext.class.equals(paramKeys[i])) {
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
17. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 142)
params[i] = context.get(paramKeys[i].getName());
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
18. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 153)
public Object create(String uriString, 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
19. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 164)
logger.error("Unable to retrive the bundle from the URI: "+ uriString);
Discouraged access: The method error(String) from the type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
20. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 169)
protected Object createFromBundle(Bundle bundle, IEclipseContext context, URI uri) {
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
21. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 173)
IContributionFactorySpi factory = (IContributionFactorySpi) languages.get(prefix);
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
22. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 173)
IContributionFactorySpi factory = (IContributionFactorySpi) languages.get(prefix);
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
23. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 179)
contribution = factory.create(bundle, resource.toString(), context);
Discouraged access: The method create(Bundle, String, IEclipseContext) from the type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
24. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 184)
contribution = ContextInjectionFactory.make(targetClass, 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
25. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 184)
contribution = ContextInjectionFactory.make(targetClass, context);
Discouraged access: The method make(Class<capture#8-of ?>, 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
26. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 188)
logger.error(message);
Discouraged access: The method error(String) from the type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
27. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 194)
logger.error(message);
Discouraged access: The method error(String) from the type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
28. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 195)
} 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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
29. WARNING in /src/org/eclipse/e4/tools/compat/internal/ReflectionContributionFactory.java
 (at line 199)
logger.error(message);
Discouraged access: The method error(String) from the type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot

/src/org/eclipse/e4/tools/compat/internal/SelectionProviderContextFunction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/tools/compat/internal/WorkbenchLogger.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot

/src/org/eclipse/e4/tools/compat/parts/DIEditorPart.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot

/src/org/eclipse/e4/tools/compat/parts/DISaveableViewPart.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/tools/compat/parts/DIViewPart.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot