Compiler log for org.eclipse.e4.ui.tests_0.9.1.v20100616-1900 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5254

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/ui/tests/workbench/SWTResult.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 21)
public Class clazz;
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 23)
public ArrayList kids = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 23)
public ArrayList kids = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 25)
public SWTResult(Class theClass, String theText, SWTResult[] children) {
Class is a raw type. References to generic type Class<T> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 30)
kids.add(result);
Type safety: The method add(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/ui/tests/application/AbstractModelProcessorImpl.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 16)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute 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
2. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 17)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 19)
import org.eclipse.e4.ui.model.application.commands.MCommandParameter;
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 20)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 21)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
Discouraged access: The type MBasicFactory 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 22)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 30)
private MApplication application;
Discouraged access: The type MApplication 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 34)
private MCommand command;
Discouraged access: The type MCommand 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 36)
@Execute
Discouraged access: The type Execute 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
11. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 39)
MCommandParameter param = MCommandsFactory.INSTANCE
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 39)
MCommandParameter param = MCommandsFactory.INSTANCE
Discouraged access: The type MCommandsFactory 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 39)
MCommandParameter param = MCommandsFactory.INSTANCE .createCommandParameter();
Discouraged access: The method createCommandParameter() from the type MCommandsFactory 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 39)
MCommandParameter param = MCommandsFactory.INSTANCE
Discouraged access: The field INSTANCE from the type MCommandsFactory 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 41)
param.setElementId("processor.command." + getSuffix());
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 42)
command.getParameters().add(param);
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 46)
MPartDescriptor descriptor = MBasicFactory.INSTANCE
Discouraged access: The type MPartDescriptor 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 46)
MPartDescriptor descriptor = MBasicFactory.INSTANCE
Discouraged access: The type MBasicFactory 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 46)
MPartDescriptor descriptor = MBasicFactory.INSTANCE .createPartDescriptor();
Discouraged access: The method createPartDescriptor() from the type MBasicFactory 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 46)
MPartDescriptor descriptor = MBasicFactory.INSTANCE
Discouraged access: The field INSTANCE from the type MBasicFactory 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 48)
descriptor.setElementId("processor.descriptor." + getSuffix());
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/application/AbstractModelProcessorImpl.java
 (at line 49)
application.getDescriptors().add(descriptor);
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/Bug299755Test.java : 33 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 16)
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/ui/tests/application/Bug299755Test.java
 (at line 17)
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
3. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 18)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory 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/ui/tests/application/Bug299755Test.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
5. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 20)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional 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
6. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 21)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
7. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 35)
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
8. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 38)
context.modify(IServiceConstants.ACTIVE_SELECTION, selection);
Discouraged access: The method modify(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
9. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 38)
context.modify(IServiceConstants.ACTIVE_SELECTION, selection);
Discouraged access: The type IServiceConstants 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
10. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 38)
context.modify(IServiceConstants.ACTIVE_SELECTION, selection);
Discouraged access: The field ACTIVE_SELECTION from the type IServiceConstants 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
11. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 51)
@Optional
Discouraged access: The type Optional 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/ui/tests/application/Bug299755Test.java
 (at line 53)
@Named(IServiceConstants.ACTIVE_SELECTION) Object selection) {
Discouraged access: The type IServiceConstants 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
13. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 53)
@Named(IServiceConstants.ACTIVE_SELECTION) Object selection) {
Discouraged access: The field ACTIVE_SELECTION from the type IServiceConstants 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/ui/tests/application/Bug299755Test.java
 (at line 64)
IEclipseContext windowContext = EclipseContextFactory.create();
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/ui/tests/application/Bug299755Test.java
 (at line 64)
IEclipseContext windowContext = EclipseContextFactory.create();
Discouraged access: The type EclipseContextFactory 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/ui/tests/application/Bug299755Test.java
 (at line 64)
IEclipseContext windowContext = EclipseContextFactory.create();
Discouraged access: The method create() from the type EclipseContextFactory 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/ui/tests/application/Bug299755Test.java
 (at line 65)
windowContext.set(Object.class.getName(), new Object());
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
18. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 67)
windowContext.set(InjectionObject.class.getName(), new ContextFunction() { @Override public Object compute(IEclipseContext context) { return ContextInjectionFactory.make( InjectionObject.class, context); } });
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
19. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 68)
new 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
20. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 70)
public Object compute(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
21. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 71)
return ContextInjectionFactory.make(
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
22. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 71)
return ContextInjectionFactory.make( InjectionObject.class, context);
Discouraged access: The method make(Class<Bug299755Test.InjectionObject>, 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
23. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 76)
windowContext.declareModifiable(IServiceConstants.ACTIVE_SELECTION);
Discouraged access: The method declareModifiable(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
24. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 76)
windowContext.declareModifiable(IServiceConstants.ACTIVE_SELECTION);
Discouraged access: The type IServiceConstants 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
25. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 76)
windowContext.declareModifiable(IServiceConstants.ACTIVE_SELECTION);
Discouraged access: The field ACTIVE_SELECTION from the type IServiceConstants 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
26. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 79)
IEclipseContext outContext = windowContext.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
27. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 79)
IEclipseContext outContext = windowContext.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
28. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 81)
IEclipseContext inContext = windowContext.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
29. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 81)
IEclipseContext inContext = windowContext.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
30. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 83)
Out out = (Out) ContextInjectionFactory.make(Out.class, outContext);
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
31. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 83)
Out out = (Out) ContextInjectionFactory.make(Out.class, outContext);
Discouraged access: The method make(Class<Bug299755Test.Out>, 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
32. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 84)
In in = (In) ContextInjectionFactory.make(In.class, inContext);
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
33. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug299755Test.java
 (at line 84)
In in = (In) ContextInjectionFactory.make(In.class, inContext);
Discouraged access: The method make(Class<Bug299755Test.In>, 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

/src/org/eclipse/e4/ui/tests/application/Bug308220Test.java : 53 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 16)
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/ui/tests/application/Bug308220Test.java
 (at line 17)
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
3. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 18)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory 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/ui/tests/application/Bug308220Test.java
 (at line 19)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/application/Bug308220Test.java
 (at line 20)
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
6. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 21)
import org.eclipse.e4.core.contexts.RunAndTrack;
Discouraged access: The type RunAndTrack 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/ui/tests/application/Bug308220Test.java
 (at line 22)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional 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
8. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 23)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
9. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 32)
@Named(IServiceConstants.ACTIVE_PART) @Optional Object part) {
Discouraged access: The type IServiceConstants 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
10. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 32)
@Named(IServiceConstants.ACTIVE_PART) @Optional Object part) {
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
11. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 32)
@Named(IServiceConstants.ACTIVE_PART) @Optional Object part) {
Discouraged access: The type Optional 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/ui/tests/application/Bug308220Test.java
 (at line 38)
IEclipseContext app = EclipseContextFactory.create();
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
13. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 38)
IEclipseContext app = EclipseContextFactory.create();
Discouraged access: The type EclipseContextFactory 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/ui/tests/application/Bug308220Test.java
 (at line 38)
IEclipseContext app = EclipseContextFactory.create();
Discouraged access: The method create() from the type EclipseContextFactory 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/ui/tests/application/Bug308220Test.java
 (at line 41)
app.set(IServiceConstants.ACTIVE_PART, new ContextFunction() { @Override public Object compute(IEclipseContext context) { IEclipseContext childContext = (IEclipseContext) context .getLocal(IContextConstants.ACTIVE_CHILD); if (childContext == null) { return null; } while (childContext != null) { context = childContext; childContext = (IEclipseContext) context .getLocal(IContextConstants.ACTIVE_CHILD); } return context.getLocal(Object.class.getName()); } });
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
16. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 41)
app.set(IServiceConstants.ACTIVE_PART, new ContextFunction() {
Discouraged access: The type IServiceConstants 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
17. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 41)
app.set(IServiceConstants.ACTIVE_PART, new ContextFunction() {
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
18. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 41)
app.set(IServiceConstants.ACTIVE_PART, new 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
19. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 43)
public Object compute(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
20. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 44)
IEclipseContext childContext = (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
21. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 44)
IEclipseContext childContext = (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
22. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 44)
IEclipseContext childContext = (IEclipseContext) context .getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The method getLocal(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
23. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 45)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The type IContextConstants 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
24. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 45)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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/ui/tests/application/Bug308220Test.java
 (at line 52)
childContext = (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
26. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 52)
childContext = (IEclipseContext) context .getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The method getLocal(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
27. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 53)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The type IContextConstants 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
28. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 53)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
29. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 55)
return context.getLocal(Object.class.getName());
Discouraged access: The method getLocal(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
30. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 59)
app.runAndTrack(new RunAndTrack() { public boolean changed(IEclipseContext context) { // remove this line to pass the test context.get(IServiceConstants.ACTIVE_PART); return true; } });
Discouraged access: The method runAndTrack(RunAndTrack) 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
31. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 59)
app.runAndTrack(new RunAndTrack() {
Discouraged access: The type RunAndTrack 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
32. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 60)
public boolean changed(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
33. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 62)
context.get(IServiceConstants.ACTIVE_PART);
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
34. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 62)
context.get(IServiceConstants.ACTIVE_PART);
Discouraged access: The type IServiceConstants 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
35. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 62)
context.get(IServiceConstants.ACTIVE_PART);
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
36. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 68)
IEclipseContext windowA = app.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
37. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 68)
IEclipseContext windowA = app.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
38. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 69)
IEclipseContext windowB = app.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
39. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 69)
IEclipseContext windowB = app.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
40. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 74)
IEclipseContext part = windowA.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
41. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 74)
IEclipseContext part = windowA.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
42. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 76)
part.set(Object.class.getName(), o1);
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
43. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 78)
windowA.set(IContextConstants.ACTIVE_CHILD, part);
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
44. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 78)
windowA.set(IContextConstants.ACTIVE_CHILD, part);
Discouraged access: The type IContextConstants 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
45. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 78)
windowA.set(IContextConstants.ACTIVE_CHILD, part);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
46. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 79)
app.set(IContextConstants.ACTIVE_CHILD, windowA);
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
47. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 79)
app.set(IContextConstants.ACTIVE_CHILD, windowA);
Discouraged access: The type IContextConstants 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
48. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 79)
app.set(IContextConstants.ACTIVE_CHILD, windowA);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
49. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 81)
WindowService windowServiceA = (WindowService) 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
50. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 81)
WindowService windowServiceA = (WindowService) ContextInjectionFactory .make(WindowService.class, windowA);
Discouraged access: The method make(Class<Bug308220Test.WindowService>, 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
51. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 83)
WindowService windowServiceB = (WindowService) 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
52. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 83)
WindowService windowServiceB = (WindowService) ContextInjectionFactory .make(WindowService.class, windowB);
Discouraged access: The method make(Class<Bug308220Test.WindowService>, 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
53. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java
 (at line 92)
part.set(Object.class.getName(), o2);
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

/src/org/eclipse/e4/ui/tests/application/ClientEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/ClientEditor.java
 (at line 15)
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
2. WARNING in /src/org/eclipse/e4/ui/tests/application/ClientEditor.java
 (at line 16)
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
3. WARNING in /src/org/eclipse/e4/ui/tests/application/ClientEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.MDirtyable;
Discouraged access: The type MDirtyable 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/ClientEditor.java
 (at line 22)
private MDirtyable dirtyable;
Discouraged access: The type MDirtyable 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/ClientEditor.java
 (at line 34)
@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
6. WARNING in /src/org/eclipse/e4/ui/tests/application/ClientEditor.java
 (at line 39)
@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
7. WARNING in /src/org/eclipse/e4/ui/tests/application/ClientEditor.java
 (at line 46)
dirtyable.setDirty(false);
Discouraged access: The method setDirty(boolean) from the type MDirtyable 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java : 50 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 17)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type ECommandService 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.commands/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 18)
import org.eclipse.e4.core.commands.EHandlerService;
Discouraged access: The type EHandlerService 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.commands/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.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
4. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 20)
import org.eclipse.e4.core.services.adapter.Adapter;
Discouraged access: The type Adapter 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/ui/tests/application/ContextContentsTest.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
6. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 22)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker 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/ui/tests/application/ContextContentsTest.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
8. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 24)
import org.eclipse.e4.core.services.work.ISchedulingExecutor;
Discouraged access: The type ISchedulingExecutor 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/ui/tests/application/ContextContentsTest.java
 (at line 25)
import org.eclipse.e4.ui.services.EContextService;
Discouraged access: The type EContextService 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
10. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 26)
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
11. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 27)
import org.eclipse.e4.ui.workbench.IExceptionHandler;
Discouraged access: The type IExceptionHandler 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.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 28)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 33)
private void testGet(IEclipseContext eclipseContext, String name,
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
14. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 36)
assertNotNull(eclipseContext.get(name));
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
15. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 38)
assertNull(eclipseContext.get(name));
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
16. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 42)
private void testGet_PARENT(IEclipseContext eclipseContext, boolean expected) {
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/ui/tests/application/ContextContentsTest.java
 (at line 44)
assertNotNull(eclipseContext.getParent());
Discouraged access: The method getParent() 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/ui/tests/application/ContextContentsTest.java
 (at line 46)
assertNull(eclipseContext.getParent());
Discouraged access: The method getParent() 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
19. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 56)
private void testGet(IEclipseContext eclipseContext, Class<?> cls,
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
20. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 61)
private void testGet_IEclipseContext(IEclipseContext eclipseContext,
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/ui/tests/application/ContextContentsTest.java
 (at line 63)
testGet(eclipseContext, IEclipseContext.class, expected);
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
22. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 71)
private void testGet_IExtensionRegistry(IEclipseContext eclipseContext,
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
23. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 81)
private void testGet_EventAdmin(IEclipseContext eclipseContext,
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
24. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 91)
private void testGet_IAdapterManager(IEclipseContext eclipseContext,
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
25. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 102)
testGet(osgiContext, Adapter.class, false);
Discouraged access: The type Adapter 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
26. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 103)
testGet(applicationContext, Adapter.class, true);
Discouraged access: The type Adapter 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/ui/tests/application/ContextContentsTest.java
 (at line 106)
private void testGet_IPreferencesService(IEclipseContext eclipseContext,
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
28. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 116)
private void testGet_ISchedulingExecutor(IEclipseContext eclipseContext,
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
29. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 118)
testGet(eclipseContext, ISchedulingExecutor.SERVICE_NAME, expected);
Discouraged access: The type ISchedulingExecutor 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
30. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 118)
testGet(eclipseContext, ISchedulingExecutor.SERVICE_NAME, expected);
Discouraged access: The field SERVICE_NAME from the type ISchedulingExecutor 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
31. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 126)
private void testGet_IEventBroker(IEclipseContext eclipseContext,
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
32. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 128)
testGet(eclipseContext, IEventBroker.class, expected);
Discouraged access: The type IEventBroker 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
33. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 136)
private void testGet_IContributionFactory(IEclipseContext eclipseContext,
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
34. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 138)
testGet(eclipseContext, IContributionFactory.class, expected);
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
35. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 156)
private void testGet_IExceptionHandler(IEclipseContext eclipseContext,
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
36. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 158)
testGet(eclipseContext, IExceptionHandler.class, expected);
Discouraged access: The type IExceptionHandler 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 166)
private void testGet_Logger(IEclipseContext eclipseContext, boolean expected) {
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
38. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 167)
testGet(eclipseContext, Logger.class, expected);
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
39. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 175)
private void testGet_IStylingEngine(IEclipseContext eclipseContext,
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
40. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 177)
testGet(eclipseContext, IStylingEngine.SERVICE_NAME, expected);
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
41. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 177)
testGet(eclipseContext, IStylingEngine.SERVICE_NAME, expected);
Discouraged access: The field SERVICE_NAME 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
42. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 185)
private void testGet_IPresentationEngine(IEclipseContext eclipseContext,
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
43. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 187)
testGet(eclipseContext, IPresentationEngine.SERVICE_NAME, expected);
Discouraged access: The type IPresentationEngine 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 187)
testGet(eclipseContext, IPresentationEngine.SERVICE_NAME, expected);
Discouraged access: The field SERVICE_NAME from the type IPresentationEngine 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 195)
private void testGet_ECommandService(IEclipseContext eclipseContext,
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
46. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 197)
testGet(eclipseContext, ECommandService.class, expected);
Discouraged access: The type ECommandService 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.commands/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 205)
private void testGet_EHandlerService(IEclipseContext eclipseContext,
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
48. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 207)
testGet(eclipseContext, EHandlerService.class, expected);
Discouraged access: The type EHandlerService 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.commands/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 225)
private void testGet_EContextService(IEclipseContext eclipseContext,
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
50. WARNING in /src/org/eclipse/e4/ui/tests/application/ContextContentsTest.java
 (at line 227)
testGet(eclipseContext, EContextService.class, expected);
Discouraged access: The type EContextService 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/ui/tests/application/EModelServiceFindTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 17)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MDirtyable;
Discouraged access: The type MDirtyable 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl;
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 32)
import org.eclipse.e4.ui.workbench.modeling.EModelService;
Discouraged access: The type EModelService 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 36)
private IEclipseContext applicationContext;
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/ui/tests/application/EModelServiceFindTest.java
 (at line 38)
MApplication app = null;
Discouraged access: The type MApplication 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 42)
applicationContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 42)
applicationContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 49)
if (applicationContext instanceof IDisposable) {
Discouraged access: 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
23. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 50)
((IDisposable) applicationContext).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
24. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 50)
((IDisposable) applicationContext).dispose();
Discouraged access: 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
25. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 54)
private MApplication createApplication() {
Discouraged access: The type MApplication 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 55)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 55)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 55)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 55)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 56)
app.setContext(applicationContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 57)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 57)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 57)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 57)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 58)
window.setElementId("singleValidId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 59)
app.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 61)
MPartSashContainer psc = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 61)
MPartSashContainer psc = BasicFactoryImpl.eINSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type BasicFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 61)
MPartSashContainer psc = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 61)
MPartSashContainer psc = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 63)
psc.setElementId("twoValidIds");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 64)
psc.getTags().add("oneValidTag");
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 65)
window.getChildren().add(psc);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 67)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 67)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 67)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 67)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 68)
stack.getTags().add("twoValidTags");
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 69)
psc.getChildren().add(stack);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 71)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 71)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 71)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 71)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 72)
part1.setElementId("twoValidIds");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 73)
stack.getChildren().add(part1);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 75)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 75)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 75)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 75)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 76)
part2.getTags().add("twoValidTags");
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 77)
part2.getTags().add("secondTag");
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 78)
stack.getChildren().add(part2);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 80)
MPart part3 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 80)
MPart part3 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 80)
MPart part3 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 80)
MPart part3 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 81)
psc.getChildren().add(part3);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 87)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 89)
EModelService modelService = (EModelService) application.getContext()
Discouraged access: The type EModelService 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.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 89)
EModelService modelService = (EModelService) application.getContext()
Discouraged access: The type EModelService 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 89)
EModelService modelService = (EModelService) application.getContext()
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 89)
EModelService modelService = (EModelService) application.getContext() .get(EModelService.class.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
73. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 90)
.get(EModelService.class.getName());
Discouraged access: The type EModelService 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 93)
List<MUIElement> elements1 = modelService.findElements(application,
Discouraged access: The type MUIElement 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 93)
List<MUIElement> elements1 = modelService.findElements(application, "singleValidId", null, null);
Discouraged access: The method findElements(MUIElement, String, Class<MUIElement>, List<String>) from the type EModelService 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.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 97)
List<MUIElement> elements2 = modelService.findElements(application,
Discouraged access: The type MUIElement 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 97)
List<MUIElement> elements2 = modelService.findElements(application, "twoValidIds", null, null);
Discouraged access: The method findElements(MUIElement, String, Class<MUIElement>, List<String>) from the type EModelService 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.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 101)
List<MUIElement> elements3 = modelService.findElements(application,
Discouraged access: The type MUIElement 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 101)
List<MUIElement> elements3 = modelService.findElements(application, "invalidId", null, null);
Discouraged access: The method findElements(MUIElement, String, Class<MUIElement>, List<String>) from the type EModelService 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 107)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 109)
EModelService modelService = (EModelService) application.getContext()
Discouraged access: The type EModelService 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.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 109)
EModelService modelService = (EModelService) application.getContext()
Discouraged access: The type EModelService 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.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 109)
EModelService modelService = (EModelService) application.getContext()
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 109)
EModelService modelService = (EModelService) application.getContext() .get(EModelService.class.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
85. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 110)
.get(EModelService.class.getName());
Discouraged access: The type EModelService 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.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 113)
List<MPart> parts = modelService.findElements(application, null,
Discouraged access: The type MPart 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 113)
List<MPart> parts = modelService.findElements(application, null, MPart.class, null);
Discouraged access: The method findElements(MUIElement, String, Class<MPart>, List<String>) from the type EModelService 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.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 114)
MPart.class, null);
Discouraged access: The type MPart 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 117)
List<MPartStack> stacks = modelService.findElements(application, null,
Discouraged access: The type MPartStack 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 117)
List<MPartStack> stacks = modelService.findElements(application, null, MPartStack.class, null);
Discouraged access: The method findElements(MUIElement, String, Class<MPartStack>, List<String>) from the type EModelService 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 118)
MPartStack.class, null);
Discouraged access: The type MPartStack 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 121)
List<MDirtyable> dirtyableElements = modelService.findElements(
Discouraged access: The type MDirtyable 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 121)
List<MDirtyable> dirtyableElements = modelService.findElements( application, null, MDirtyable.class, null);
Discouraged access: The method findElements(MUIElement, String, Class<MDirtyable>, List<String>) from the type EModelService 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 122)
application, null, MDirtyable.class, null);
Discouraged access: The type MDirtyable 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 126)
List<MUIElement> uiElements = modelService.findElements(application,
Discouraged access: The type MUIElement 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 126)
List<MUIElement> uiElements = modelService.findElements(application, null, null, null);
Discouraged access: The method findElements(MUIElement, String, Class<MUIElement>, List<String>) from the type EModelService 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.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 131)
List<String> strings = modelService.findElements(application, null, String.class, null);
Discouraged access: The method findElements(MUIElement, String, Class<String>, List<String>) from the type EModelService 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.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 137)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 139)
EModelService modelService = (EModelService) application.getContext()
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java
 (at line 139)
EModelService modelService = (EModelService) application.getContext() .get(EModelService.class.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

/src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 15)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 16)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainerElement;
Discouraged access: The type MPartSashContainerElement 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 26)
import org.eclipse.e4.ui.workbench.modeling.EModelService;
Discouraged access: The type EModelService 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 30)
private IEclipseContext applicationContext;
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/ui/tests/application/EModelServiceInsertTest.java
 (at line 32)
MApplication app = null;
Discouraged access: The type MApplication 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 36)
applicationContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 36)
applicationContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 43)
if (applicationContext instanceof IDisposable) {
Discouraged access: 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
19. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 44)
((IDisposable) applicationContext).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
20. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 44)
((IDisposable) applicationContext).dispose();
Discouraged access: 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
21. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 48)
private MApplication createSimpleApplication() {
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 49)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 49)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 49)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 49)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 50)
app.setContext(applicationContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 51)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 51)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 51)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 51)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 52)
window.setElementId("main.Window");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 53)
app.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 55)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 55)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 55)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 55)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 56)
stack.setElementId("theStack");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 57)
window.getChildren().add(stack);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 59)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 59)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 59)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 59)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 60)
part1.setElementId("part1");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 61)
stack.getChildren().add(part1);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 63)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 63)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 63)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 63)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 64)
part2.setElementId("part2");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 65)
stack.getChildren().add(part2);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 70)
private MApplication createApplication() {
Discouraged access: The type MApplication 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 71)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 71)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 71)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 71)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 72)
app.setContext(applicationContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 73)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 73)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 73)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 73)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 74)
window.setElementId("main.Window");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 75)
app.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 77)
MPartSashContainer psc = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 77)
MPartSashContainer psc = BasicFactoryImpl.eINSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type BasicFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 77)
MPartSashContainer psc = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 77)
MPartSashContainer psc = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 79)
psc.setHorizontal(true);
Discouraged access: The method setHorizontal(boolean) from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 80)
psc.setElementId("topSash");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 81)
window.getChildren().add(psc);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 83)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 83)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 83)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 83)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 84)
stack.setElementId("theStack");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 85)
psc.getChildren().add(stack);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 87)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 87)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 87)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 87)
MPart part1 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 88)
part1.setElementId("part1");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 89)
stack.getChildren().add(part1);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 91)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 91)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 91)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 91)
MPart part2 = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 92)
part2.setElementId("part2");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 93)
stack.getChildren().add(part2);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 98)
private void testInsert(MApplication app, String relToId, int where,
Discouraged access: The type MApplication 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 100)
EModelService modelService = (EModelService) app.getContext().get(
Discouraged access: The type EModelService 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.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 100)
EModelService modelService = (EModelService) app.getContext().get(
Discouraged access: The type EModelService 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 100)
EModelService modelService = (EModelService) app.getContext().get(
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 100)
EModelService modelService = (EModelService) app.getContext().get( EModelService.class.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
93. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 101)
EModelService.class.getName());
Discouraged access: The type EModelService 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 104)
MUIElement relTo = modelService.find(relToId, app);
Discouraged access: The type MUIElement 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 104)
MUIElement relTo = modelService.find(relToId, app);
Discouraged access: The method find(String, MUIElement) from the type EModelService 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.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 106)
MPart newPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 106)
MPart newPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 106)
MPart newPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 106)
MPart newPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java
 (at line 107)
newPart.setElementId("newPart");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 20)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/application/EPartServiceTest.java
 (at line 21)
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/ui/tests/application/EPartServiceTest.java
 (at line 22)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
4. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 23)
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/ui/tests/application/EPartServiceTest.java
 (at line 24)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 25)
import org.eclipse.e4.ui.internal.workbench.UIEventPublisher;
Discouraged access: The type UIEventPublisher 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 26)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 29)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl;
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.basic.MInputPart;
Discouraged access: The type MInputPart 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 37)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.basic.MWindowElement;
Discouraged access: The type MWindowElement 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 40)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 41)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
23. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 42)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 43)
import org.eclipse.e4.ui.workbench.modeling.EPartService;
Discouraged access: The type EPartService 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 44)
import org.eclipse.e4.ui.workbench.modeling.EPartService.PartState;
Discouraged access: The type EPartService.PartState 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 45)
import org.eclipse.e4.ui.workbench.modeling.IPartListener;
Discouraged access: The type IPartListener 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 46)
import org.eclipse.e4.ui.workbench.modeling.ISaveHandler;
Discouraged access: The type ISaveHandler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 47)
import org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save;
Discouraged access: The type ISaveHandler.Save 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 52)
private IEclipseContext applicationContext;
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
30. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 54)
private IPresentationEngine engine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 58)
applicationContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 58)
applicationContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 70)
if (applicationContext instanceof IDisposable) {
Discouraged access: 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
34. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 71)
((IDisposable) applicationContext).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
35. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 71)
((IDisposable) applicationContext).dispose();
Discouraged access: 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
36. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 75)
private IPresentationEngine getEngine() {
Discouraged access: The type IPresentationEngine 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 77)
IContributionFactory contributionFactory = (IContributionFactory) applicationContext
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
38. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 77)
IContributionFactory contributionFactory = (IContributionFactory) applicationContext
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
39. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 77)
IContributionFactory contributionFactory = (IContributionFactory) applicationContext .get(IContributionFactory.class.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
40. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 78)
.get(IContributionFactory.class.getName());
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
41. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 79)
Object newEngine = contributionFactory.create(getEngineURI(), applicationContext);
Discouraged access: The method create(String, IEclipseContext) from 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
42. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 81)
assertTrue(newEngine instanceof IPresentationEngine);
Discouraged access: The type IPresentationEngine 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.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 82)
applicationContext.set(IPresentationEngine.class.getName(), newEngine);
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
44. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 82)
applicationContext.set(IPresentationEngine.class.getName(),
Discouraged access: The type IPresentationEngine 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 85)
engine = (IPresentationEngine) newEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 92)
MApplication application = createApplication("partId");
Discouraged access: The type MApplication 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 94)
MWindow window = application.getChildren().get(0);
Discouraged access: The type MWindow 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 94)
MWindow window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 95)
getEngine().createGui(window);
Discouraged access: The method createGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 97)
EPartService partService = (EPartService) window.getContext().get(
Discouraged access: The type EPartService 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.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 97)
EPartService partService = (EPartService) window.getContext().get(
Discouraged access: The type EPartService 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 97)
EPartService partService = (EPartService) window.getContext().get(
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 97)
EPartService partService = (EPartService) window.getContext().get( EPartService.class.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
54. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 98)
EPartService.class.getName());
Discouraged access: The type EPartService 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.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 99)
MPart part = partService.findPart("partId");
Discouraged access: The type MPart 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 99)
MPart part = partService.findPart("partId");
Discouraged access: The method findPart(String) from the type EPartService 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.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 102)
MPartStack partStack = (MPartStack) window.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 102)
MPartStack partStack = (MPartStack) window.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 102)
MPartStack partStack = (MPartStack) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 103)
assertEquals(partStack.getChildren().get(0), part);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 105)
part = partService.findPart("invalidPartId");
Discouraged access: The method findPart(String) from the type EPartService 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.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 110)
MApplication application = createApplication("partId");
Discouraged access: The type MApplication 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 112)
MWindow window = application.getChildren().get(0);
Discouraged access: The type MWindow 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 112)
MWindow window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 113)
getEngine().createGui(window);
Discouraged access: The method createGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 115)
EPartService partService = (EPartService) window.getContext().get(
Discouraged access: The type EPartService 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.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 115)
EPartService partService = (EPartService) window.getContext().get(
Discouraged access: The type EPartService 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.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 115)
EPartService partService = (EPartService) window.getContext().get( EPartService.class.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
69. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 115)
EPartService partService = (EPartService) window.getContext().get(
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 116)
EPartService.class.getName());
Discouraged access: The type EPartService 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 117)
MPart part = partService.findPart("invalidPartId");
Discouraged access: The type MPart 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 117)
MPart part = partService.findPart("invalidPartId");
Discouraged access: The method findPart(String) from the type EPartService 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.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 122)
MApplication application = createApplication(
Discouraged access: The type MApplication 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 126)
MWindow window1 = application.getChildren().get(0);
Discouraged access: The type MWindow 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 126)
MWindow window1 = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 127)
MWindow window2 = application.getChildren().get(1);
Discouraged access: The type MWindow 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 127)
MWindow window2 = application.getChildren().get(1);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 129)
getEngine().createGui(window1);
Discouraged access: The method createGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 130)
getEngine().createGui(window2);
Discouraged access: The method createGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 132)
EPartService partService = (EPartService) window1.getContext().get(
Discouraged access: The type EPartService 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 132)
EPartService partService = (EPartService) window1.getContext().get(
Discouraged access: The type EPartService 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.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 132)
EPartService partService = (EPartService) window1.getContext().get(
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 132)
EPartService partService = (EPartService) window1.getContext().get( EPartService.class.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
84. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 133)
EPartService.class.getName());
Discouraged access: The type EPartService 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.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 134)
MPart part = partService.findPart("partInWindow2");
Discouraged access: The type MPart 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 134)
MPart part = partService.findPart("partInWindow2");
Discouraged access: The method findPart(String) from the type EPartService 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.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 136)
part = partService.findPart("partInWindow1");
Discouraged access: The method findPart(String) from the type EPartService 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.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 139)
MPartStack partStack = (MPartStack) window1.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 139)
MPartStack partStack = (MPartStack) window1.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 139)
MPartStack partStack = (MPartStack) window1.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 140)
assertEquals(partStack.getChildren().get(0), part);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 142)
partService = (EPartService) window2.getContext().get(
Discouraged access: The type EPartService 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 142)
partService = (EPartService) window2.getContext().get( EPartService.class.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
94. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 142)
partService = (EPartService) window2.getContext().get(
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 143)
EPartService.class.getName());
Discouraged access: The type EPartService 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.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 144)
part = partService.findPart("partInWindow1");
Discouraged access: The method findPart(String) from the type EPartService 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.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 146)
part = partService.findPart("partInWindow2");
Discouraged access: The method findPart(String) from the type EPartService 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.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 149)
partStack = (MPartStack) window2.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 149)
partStack = (MPartStack) window2.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java
 (at line 150)
assertEquals(partStack.getChildren().get(0), part);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.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/ui/tests/application/ESelectionServiceTest.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/ui/tests/application/ESelectionServiceTest.java
 (at line 18)
import org.eclipse.e4.core.contexts.RunAndTrack;
Discouraged access: The type RunAndTrack 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/ui/tests/application/ESelectionServiceTest.java
 (at line 19)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
5. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 20)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute 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
6. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 21)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional 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
7. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 22)
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
8. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 23)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 24)
import org.eclipse.e4.ui.internal.workbench.UIEventPublisher;
Discouraged access: The type UIEventPublisher 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 25)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl;
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 35)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
21. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 36)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 37)
import org.eclipse.e4.ui.workbench.modeling.EPartService;
Discouraged access: The type EPartService 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 38)
import org.eclipse.e4.ui.workbench.modeling.EPartService.PartState;
Discouraged access: The type EPartService.PartState 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 39)
import org.eclipse.e4.ui.workbench.modeling.ESelectionService;
Discouraged access: The type ESelectionService 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 40)
import org.eclipse.e4.ui.workbench.modeling.ISelectionListener;
Discouraged access: The type ISelectionListener 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 45)
private IEclipseContext applicationContext;
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
27. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 47)
private IPresentationEngine engine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 51)
applicationContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 51)
applicationContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 63)
if (applicationContext instanceof IDisposable) {
Discouraged access: 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
31. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 64)
((IDisposable) applicationContext).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
32. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 64)
((IDisposable) applicationContext).dispose();
Discouraged access: 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
33. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 68)
private IPresentationEngine getEngine() {
Discouraged access: The type IPresentationEngine 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 70)
IContributionFactory contributionFactory = (IContributionFactory) applicationContext
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
35. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 70)
IContributionFactory contributionFactory = (IContributionFactory) applicationContext
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
36. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 70)
IContributionFactory contributionFactory = (IContributionFactory) applicationContext .get(IContributionFactory.class.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
37. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 71)
.get(IContributionFactory.class.getName());
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
38. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 72)
Object newEngine = contributionFactory.create(getEngineURI(), applicationContext);
Discouraged access: The method create(String, IEclipseContext) from 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
39. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 74)
assertTrue(newEngine instanceof IPresentationEngine);
Discouraged access: The type IPresentationEngine 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.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 75)
applicationContext.set(IPresentationEngine.class.getName(), newEngine);
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
41. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 75)
applicationContext.set(IPresentationEngine.class.getName(),
Discouraged access: The type IPresentationEngine 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.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 78)
engine = (IPresentationEngine) newEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 85)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 85)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 85)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 85)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 87)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 87)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 87)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 87)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 88)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 89)
application.setSelectedElement(window);
Discouraged access: The method setSelectedElement(MWindow) from the type MElementContainer<MWindow> 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 91)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 91)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 91)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 91)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 92)
partA.setElementId("partA"); //$NON-NLS-1$
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 93)
window.getChildren().add(partA);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 94)
window.setSelectedElement(partA);
Discouraged access: The method setSelectedElement(MWindowElement) from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 96)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 96)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 96)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 96)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 97)
partB.setElementId("partB"); //$NON-NLS-1$
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 98)
window.getChildren().add(partB);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 101)
getEngine().createGui(window);
Discouraged access: The method createGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 103)
IEclipseContext contextA = partA.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
68. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 103)
IEclipseContext contextA = partA.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 104)
IEclipseContext contextB = partB.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
70. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 104)
IEclipseContext contextB = partB.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 105)
IEclipseContext windowContext = window.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
72. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 105)
IEclipseContext windowContext = window.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 107)
ESelectionService serviceA = (ESelectionService) contextA
Discouraged access: The type ESelectionService 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 107)
ESelectionService serviceA = (ESelectionService) contextA
Discouraged access: The type ESelectionService 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.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 107)
ESelectionService serviceA = (ESelectionService) contextA .get(ESelectionService.class.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
76. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 108)
.get(ESelectionService.class.getName());
Discouraged access: The type ESelectionService 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.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 109)
ESelectionService serviceB = (ESelectionService) contextB
Discouraged access: The type ESelectionService 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.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 109)
ESelectionService serviceB = (ESelectionService) contextB
Discouraged access: The type ESelectionService 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.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 109)
ESelectionService serviceB = (ESelectionService) contextB .get(ESelectionService.class.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
80. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 110)
.get(ESelectionService.class.getName());
Discouraged access: The type ESelectionService 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 111)
ESelectionService windowService = (ESelectionService) windowContext
Discouraged access: The type ESelectionService 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.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 111)
ESelectionService windowService = (ESelectionService) windowContext
Discouraged access: The type ESelectionService 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.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 111)
ESelectionService windowService = (ESelectionService) windowContext .get(ESelectionService.class.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
84. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 112)
.get(ESelectionService.class.getName());
Discouraged access: The type ESelectionService 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.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 113)
EPartService partService = (EPartService) windowContext
Discouraged access: The type EPartService 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.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 113)
EPartService partService = (EPartService) windowContext
Discouraged access: The type EPartService 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.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 113)
EPartService partService = (EPartService) windowContext .get(EPartService.class.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
88. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 114)
.get(EPartService.class.getName());
Discouraged access: The type EPartService 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.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 119)
serviceA.setSelection(selection1);
Discouraged access: The method setSelection(Object) from the type ESelectionService 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.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 121)
assertEquals(selection1, windowService.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 122)
assertEquals(selection1, serviceA.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 123)
assertEquals(selection1, serviceB.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 125)
serviceB.setSelection(selection2);
Discouraged access: The method setSelection(Object) from the type ESelectionService 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 127)
assertEquals(selection1, windowService.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 128)
assertEquals(selection1, serviceA.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 129)
assertEquals(selection1, serviceB.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 131)
partService.activate(partB);
Discouraged access: The method activate(MPart) from the type EPartService 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.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 133)
assertEquals(selection2, windowService.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 134)
assertEquals(selection2, serviceA.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java
 (at line 135)
assertEquals(selection2, serviceB.getSelection());
Discouraged access: The method getSelection() from the type ESelectionService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java
 (at line 15)
import org.eclipse.e4.ui.internal.workbench.UIEventPublisher;
Discouraged access: The type UIEventPublisher 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java
 (at line 22)
protected MApplicationElement applicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java
 (at line 31)
new UIEventPublisher(applicationContext));
Discouraged access: The constructor UIEventPublisher(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.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java
 (at line 31)
new UIEventPublisher(applicationContext));
Discouraged access: The type UIEventPublisher 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java
 (at line 34)
protected abstract MApplicationElement createApplicationElement(
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java
 (at line 35)
IEclipseContext appContext) throws Exception;
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

/src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 20)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type ECommandService 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.commands/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 21)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/application/HeadlessApplicationTest.java
 (at line 22)
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
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 23)
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/ui/tests/application/HeadlessApplicationTest.java
 (at line 24)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainerElement;
Discouraged access: The type MPartSashContainerElement 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 36)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
18. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 37)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 48)
protected MApplication application;
Discouraged access: The type MApplication 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 50)
protected IPresentationEngine renderer;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 56)
application = (MApplication) applicationElement;
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 58)
for (MWindow wbw : application.getChildren()) {
Discouraged access: The type MWindow 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 58)
for (MWindow wbw : application.getChildren()) {
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 69)
for (MWindow window : application.getChildren()) {
Discouraged access: The type MWindow 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 69)
for (MWindow window : application.getChildren()) {
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 70)
renderer.removeGui(window);
Discouraged access: The method removeGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 84)
IEclipseContext context = application.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
28. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 84)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 86)
assertNotNull(context.get(IServiceConstants.ACTIVE_CONTEXTS));
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
30. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 86)
assertNotNull(context.get(IServiceConstants.ACTIVE_CONTEXTS));
Discouraged access: The type IServiceConstants 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
31. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 86)
assertNotNull(context.get(IServiceConstants.ACTIVE_CONTEXTS));
Discouraged access: The field ACTIVE_CONTEXTS from the type IServiceConstants 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
32. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 90)
IEclipseContext context = application.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
33. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 90)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 92)
assertNull(context.get(IServiceConstants.ACTIVE_SELECTION));
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
35. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 92)
assertNull(context.get(IServiceConstants.ACTIVE_SELECTION));
Discouraged access: The type IServiceConstants 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
36. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 92)
assertNull(context.get(IServiceConstants.ACTIVE_SELECTION));
Discouraged access: The field ACTIVE_SELECTION from the type IServiceConstants 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
37. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 96)
IEclipseContext context = application.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
38. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 96)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 98)
assertNull(context.get(IContextConstants.ACTIVE_CHILD));
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
40. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 98)
assertNull(context.get(IContextConstants.ACTIVE_CHILD));
Discouraged access: The type IContextConstants 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
41. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 98)
assertNull(context.get(IContextConstants.ACTIVE_CHILD));
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
42. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 102)
IEclipseContext context = application.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
43. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 102)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 104)
assertNull(context.get(IServiceConstants.ACTIVE_PART));
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
45. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 104)
assertNull(context.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The type IServiceConstants 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
46. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 104)
assertNull(context.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
47. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 108)
IEclipseContext context = application.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
48. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 108)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 110)
assertNull(context.get(IServiceConstants.PERSISTED_STATE));
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
50. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 110)
assertNull(context.get(IServiceConstants.PERSISTED_STATE));
Discouraged access: The type IServiceConstants 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
51. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 110)
assertNull(context.get(IServiceConstants.PERSISTED_STATE));
Discouraged access: The field PERSISTED_STATE from the type IServiceConstants 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
52. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 114)
IEclipseContext context = application.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
53. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 114)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 115)
assertNull(context.get(IServiceConstants.ACTIVE_PART_ID));
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
55. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 115)
assertNull(context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
56. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 115)
assertNull(context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
57. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 161)
IEclipseContext context = application.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
58. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 161)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 163)
MPart[] parts = getTwoParts();
Discouraged access: The type MPart 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 165)
context.set(IServiceConstants.ACTIVE_PART, parts[0]);
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
61. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 165)
context.set(IServiceConstants.ACTIVE_PART, parts[0]);
Discouraged access: The type IServiceConstants 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
62. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 165)
context.set(IServiceConstants.ACTIVE_PART, parts[0]);
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
63. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 166)
assertEquals(parts[0].getElementId(), context
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 166)
assertEquals(parts[0].getElementId(), context .get(IServiceConstants.ACTIVE_PART_ID));
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
65. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 167)
.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
66. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 167)
.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
67. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 170)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART));
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
68. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 170)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The type IServiceConstants 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
69. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 170)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
70. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 171)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART_ID));
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
71. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 171)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
72. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 171)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
73. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 173)
context.set(IServiceConstants.ACTIVE_PART, parts[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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 173)
context.set(IServiceConstants.ACTIVE_PART, parts[1]);
Discouraged access: The type IServiceConstants 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
75. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 173)
context.set(IServiceConstants.ACTIVE_PART, parts[1]);
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
76. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 174)
assertEquals(parts[1].getElementId(), context
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 174)
assertEquals(parts[1].getElementId(), context .get(IServiceConstants.ACTIVE_PART_ID));
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
78. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 175)
.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
79. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 175)
.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
80. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 178)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART));
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
81. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 178)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The type IServiceConstants 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
82. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 178)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
83. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 179)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART_ID));
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
84. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 179)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
85. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 179)
assertNull(osgiContext.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
86. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 182)
private void test_GetContext(MContext context) {
Discouraged access: The type MContext 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 183)
assertNotNull(context.getContext());
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 188)
getFirstPart().getParent().setSelectedElement(getFirstPart());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 188)
getFirstPart().getParent().setSelectedElement(getFirstPart());
Discouraged access: The method setSelectedElement(MUIElement) from the type MElementContainer<MUIElement> 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 194)
getSecondPart().getParent().setSelectedElement(getSecondPart());
Discouraged access: The method setSelectedElement(MUIElement) from the type MElementContainer<MUIElement> 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 194)
getSecondPart().getParent().setSelectedElement(getSecondPart());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 198)
private void testModify(MContext mcontext) {
Discouraged access: The type MContext 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 200)
IEclipseContext context = mcontext.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
94. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 200)
IEclipseContext context = mcontext.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 204)
context.modify(variable, newValue);
Discouraged access: The method modify(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
96. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 205)
assertEquals(newValue, context.get(variable));
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
97. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 219)
private static Set<String> getVariables(MContext context,
Discouraged access: The type MContext 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 221)
variables.addAll(context.getVariables());
Discouraged access: The method getVariables() from the type MContext 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 223)
if (context instanceof MUIElement) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 224)
MElementContainer<?> parent = ((MUIElement) context).getParent();
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/HeadlessContactsDemoTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContactsDemoTest.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContactsDemoTest.java
 (at line 15)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContactsDemoTest.java
 (at line 25)
protected MPart getFirstPart() {
Discouraged access: The type MPart 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContactsDemoTest.java
 (at line 26)
return (MPart) findElement("DetailsView");
Discouraged access: The type MPart 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContactsDemoTest.java
 (at line 30)
protected MPart getSecondPart() {
Discouraged access: The type MPart 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContactsDemoTest.java
 (at line 31)
return (MPart) findElement("ContactsView");
Discouraged access: The type MPart 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContactsDemoTest.java
 (at line 34)
protected IPresentationEngine createPresentationEngine(
Discouraged access: The type IPresentationEngine 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 17)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory 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/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 18)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/application/HeadlessContextPresentationEngine.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
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 20)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.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
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 22)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker 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/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 23)
import org.eclipse.e4.ui.internal.workbench.Activator;
Discouraged access: The type Activator 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 24)
import org.eclipse.e4.ui.internal.workbench.Policy;
Discouraged access: The type Policy 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 25)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 26)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.basic.MStackElement;
Discouraged access: The type MStackElement 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 33)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 34)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 38)
public class HeadlessContextPresentationEngine implements IPresentationEngine {
Discouraged access: The type IPresentationEngine 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 41)
private IEventBroker eventBroker;
Discouraged access: The type IEventBroker 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
21. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 44)
private IContributionFactory contributionFactory;
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
22. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 52)
private static IEclipseContext getParentContext(MUIElement element) {
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
23. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 52)
private static IEclipseContext getParentContext(MUIElement element) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 53)
MElementContainer<MUIElement> parent = element.getParent();
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 53)
MElementContainer<MUIElement> parent = element.getParent();
Discouraged access: The type MUIElement 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 53)
MElementContainer<MUIElement> parent = element.getParent();
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 54)
IEclipseContext context = null;
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
28. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 56)
if (parent instanceof MContext) {
Discouraged access: The type MContext 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 57)
return ((MContext) parent).getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 57)
return ((MContext) parent).getContext();
Discouraged access: The type MContext 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 59)
parent = parent.getParent();
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 65)
private static void populateModelInterfaces(MContext contextModel,
Discouraged access: The type MContext 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 66)
IEclipseContext context, Class<?>[] interfaces) {
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
34. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 68)
Activator.trace(Policy.DEBUG_CONTEXTS, "Adding " + intf.getName() + " for " //$NON-NLS-1$ //$NON-NLS-2$ + contextModel.getClass().getName(), null);
Discouraged access: The method trace(String, String, Throwable) from the type Activator 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.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 68)
Activator.trace(Policy.DEBUG_CONTEXTS,
Discouraged access: The type Activator 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 68)
Activator.trace(Policy.DEBUG_CONTEXTS,
Discouraged access: The type Policy 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 68)
Activator.trace(Policy.DEBUG_CONTEXTS,
Discouraged access: The field DEBUG_CONTEXTS from the type Policy 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 71)
context.set(intf.getName(), contextModel);
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
39. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 81)
if (UIEvents.EventTypes.ADD.equals(event
Discouraged access: The type UIEvents.EventTypes 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.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 81)
if (UIEvents.EventTypes.ADD.equals(event
Discouraged access: The type UIEvents 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.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 81)
if (UIEvents.EventTypes.ADD.equals(event
Discouraged access: The field ADD from the type UIEvents.EventTypes 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.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 82)
.getProperty(UIEvents.EventTags.TYPE))) {
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 82)
.getProperty(UIEvents.EventTags.TYPE))) {
Discouraged access: The type UIEvents 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 82)
.getProperty(UIEvents.EventTags.TYPE))) {
Discouraged access: The field TYPE from the type UIEvents.EventTags 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 84)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents 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.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 84)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 84)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 85)
if (element instanceof MUIElement) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 87)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 87)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 87)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 88)
createGui((MUIElement) element, parent);
Discouraged access: The type MUIElement 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 90)
if (parent instanceof MPartStack) {
Discouraged access: The type MPartStack 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 91)
MPartStack stack = (MPartStack) parent;
Discouraged access: The type MPartStack 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 91)
MPartStack stack = (MPartStack) parent;
Discouraged access: The type MPartStack 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 92)
List<MStackElement> children = stack.getChildren();
Discouraged access: The type MStackElement 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 92)
List<MStackElement> children = stack.getChildren();
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 94)
stack.setSelectedElement((MPart) element);
Discouraged access: The method setSelectedElement(MStackElement) from the type MElementContainer<MStackElement> 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 94)
stack.setSelectedElement((MPart) element);
Discouraged access: The type MPart 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 102)
eventBroker.subscribe(UIEvents.buildTopic( UIEvents.ElementContainer.TOPIC, UIEvents.ElementContainer.CHILDREN), childHandler);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker 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
61. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 102)
eventBroker.subscribe(UIEvents.buildTopic( UIEvents.ElementContainer.TOPIC, UIEvents.ElementContainer.CHILDREN), childHandler);
Discouraged access: The method buildTopic(String, String) from the type UIEvents 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.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 102)
eventBroker.subscribe(UIEvents.buildTopic(
Discouraged access: The type UIEvents 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.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 103)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The type UIEvents 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.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 103)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The type UIEvents.ElementContainer 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.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 103)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.ElementContainer 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.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 104)
UIEvents.ElementContainer.CHILDREN), childHandler);
Discouraged access: The type UIEvents 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.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 104)
UIEvents.ElementContainer.CHILDREN), childHandler);
Discouraged access: The type UIEvents.ElementContainer 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.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 104)
UIEvents.ElementContainer.CHILDREN), childHandler);
Discouraged access: The field CHILDREN from the type UIEvents.ElementContainer 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.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 109)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 109)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 109)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 110)
if (element instanceof MUIElement) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 112)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 112)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 112)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags 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.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 113)
createGui((MUIElement) element, parent);
Discouraged access: The type MUIElement 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 118)
eventBroker.subscribe(UIEvents.buildTopic( UIEvents.ElementContainer.TOPIC, UIEvents.ElementContainer.SELECTEDELEMENT), activeChildHandler);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker 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
78. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 118)
eventBroker.subscribe(UIEvents.buildTopic(
Discouraged access: The type UIEvents 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.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 118)
eventBroker.subscribe(UIEvents.buildTopic( UIEvents.ElementContainer.TOPIC, UIEvents.ElementContainer.SELECTEDELEMENT), activeChildHandler);
Discouraged access: The method buildTopic(String, String) from the type UIEvents 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 119)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The type UIEvents 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 119)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The type UIEvents.ElementContainer 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.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 119)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.ElementContainer 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.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 120)
UIEvents.ElementContainer.SELECTEDELEMENT), activeChildHandler);
Discouraged access: The type UIEvents 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.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 120)
UIEvents.ElementContainer.SELECTEDELEMENT), activeChildHandler);
Discouraged access: The type UIEvents.ElementContainer 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.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 120)
UIEvents.ElementContainer.SELECTEDELEMENT), activeChildHandler);
Discouraged access: The field SELECTEDELEMENT from the type UIEvents.ElementContainer 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.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 124)
MUIElement element = (MUIElement) event
Discouraged access: The type MUIElement 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 124)
MUIElement element = (MUIElement) event
Discouraged access: The type MUIElement 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 125)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents 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.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 125)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 125)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 127)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents 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.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 127)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 127)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 129)
createGui(element, element.getParent());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 136)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC, UIEvents.UIElement.TOBERENDERED), toBeRenderedHandler);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker 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
96. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 136)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC,
Discouraged access: The type UIEvents 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.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 136)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC, UIEvents.UIElement.TOBERENDERED), toBeRenderedHandler);
Discouraged access: The method buildTopic(String, String) from the type UIEvents 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.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 136)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC,
Discouraged access: The type UIEvents 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.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 136)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC,
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 136)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.UIElement 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/HeadlessPhotoDemoTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessPhotoDemoTest.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessPhotoDemoTest.java
 (at line 15)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessPhotoDemoTest.java
 (at line 25)
protected MPart getFirstPart() {
Discouraged access: The type MPart 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessPhotoDemoTest.java
 (at line 26)
return (MPart) findElement("ThumbnailsView");
Discouraged access: The type MPart 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessPhotoDemoTest.java
 (at line 30)
protected MPart getSecondPart() {
Discouraged access: The type MPart 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessPhotoDemoTest.java
 (at line 31)
return (MPart) findElement("ExifView");
Discouraged access: The type MPart 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessPhotoDemoTest.java
 (at line 34)
protected IPresentationEngine createPresentationEngine(
Discouraged access: The type IPresentationEngine 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java : 76 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 17)
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/ui/tests/application/HeadlessStartupTest.java
 (at line 18)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory 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/ui/tests/application/HeadlessStartupTest.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
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 20)
import org.eclipse.e4.core.contexts.RunAndTrack;
Discouraged access: The type RunAndTrack 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/ui/tests/application/HeadlessStartupTest.java
 (at line 21)
import org.eclipse.e4.core.internal.services.EclipseAdapter;
Discouraged access: The type EclipseAdapter 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/ui/tests/application/HeadlessStartupTest.java
 (at line 22)
import org.eclipse.e4.core.services.adapter.Adapter;
Discouraged access: The type Adapter 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/ui/tests/application/HeadlessStartupTest.java
 (at line 23)
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
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 24)
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
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 25)
import org.eclipse.e4.ui.internal.services.ActiveContextsFunction;
Discouraged access: The type ActiveContextsFunction 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
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 26)
import org.eclipse.e4.ui.internal.workbench.ActivePartLookupFunction;
Discouraged access: The type ActivePartLookupFunction 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 27)
import org.eclipse.e4.ui.internal.workbench.ExceptionHandler;
Discouraged access: The type ExceptionHandler 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.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 28)
import org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory;
Discouraged access: The type ReflectionContributionFactory 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.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 29)
import org.eclipse.e4.ui.internal.workbench.WorkbenchLogger;
Discouraged access: The type WorkbenchLogger 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 31)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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/ui/tests/application/HeadlessStartupTest.java
 (at line 32)
import org.eclipse.e4.ui.workbench.IExceptionHandler;
Discouraged access: The type IExceptionHandler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 33)
import org.eclipse.e4.ui.workbench.swt.WorkbenchSWTActivator;
Discouraged access: The type WorkbenchSWTActivator 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.workbench.swt/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 37)
protected IEclipseContext osgiContext;
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/ui/tests/application/HeadlessStartupTest.java
 (at line 39)
protected IEclipseContext applicationContext;
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
20. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 50)
applicationContext.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
21. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 57)
private IEclipseContext createOSGiContext() {
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
22. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 58)
osgiContext = EclipseContextFactory
Discouraged access: The type EclipseContextFactory 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
23. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 58)
osgiContext = EclipseContextFactory .getServiceContext(WorkbenchSWTActivator.getDefault() .getBundle().getBundleContext());
Discouraged access: The method getServiceContext(BundleContext) from the type EclipseContextFactory 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
24. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 59)
.getServiceContext(WorkbenchSWTActivator.getDefault()
Discouraged access: The type WorkbenchSWTActivator 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.workbench.swt/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 59)
.getServiceContext(WorkbenchSWTActivator.getDefault()
Discouraged access: The method getDefault() from the type WorkbenchSWTActivator 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.workbench.swt/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 59)
.getServiceContext(WorkbenchSWTActivator.getDefault() .getBundle().getBundleContext());
Discouraged access: The method getBundle() from the type WorkbenchSWTActivator 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.workbench.swt/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 64)
private IEclipseContext createApplicationContext() {
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
28. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 68)
protected IEclipseContext createApplicationContext(
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
29. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 69)
IEclipseContext osgiContext) {
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
30. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 72)
final IEclipseContext appContext = osgiContext
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
31. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 72)
final IEclipseContext appContext = osgiContext .createChild("Application Context");
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
32. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 75)
appContext.set(IEclipseContext.class.getName(), appContext);
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
33. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 75)
appContext.set(IEclipseContext.class.getName(), appContext);
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
34. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 77)
appContext.set(IContributionFactory.class.getName(), new ReflectionContributionFactory( (IExtensionRegistry) appContext .get(IExtensionRegistry.class.getName())));
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
35. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 77)
appContext.set(IContributionFactory.class.getName(),
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
36. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 78)
new ReflectionContributionFactory( (IExtensionRegistry) appContext .get(IExtensionRegistry.class.getName())));
Discouraged access: The constructor ReflectionContributionFactory(IExtensionRegistry) 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 78)
new ReflectionContributionFactory(
Discouraged access: The type ReflectionContributionFactory 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 79)
(IExtensionRegistry) appContext .get(IExtensionRegistry.class.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
39. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 81)
appContext.set(IExceptionHandler.class.getName(), new ExceptionHandler());
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
40. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 81)
appContext.set(IExceptionHandler.class.getName(),
Discouraged access: The type IExceptionHandler 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.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 82)
new ExceptionHandler());
Discouraged access: The constructor ExceptionHandler() 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.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 82)
new ExceptionHandler());
Discouraged access: The type ExceptionHandler 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.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 84)
appContext.set(Logger.class.getName(), new WorkbenchLogger());
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
44. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 84)
appContext.set(Logger.class.getName(), new WorkbenchLogger());
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
45. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 84)
appContext.set(Logger.class.getName(), new WorkbenchLogger());
Discouraged access: The constructor WorkbenchLogger() 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.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 84)
appContext.set(Logger.class.getName(), new WorkbenchLogger());
Discouraged access: The type WorkbenchLogger 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.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 86)
appContext.set(Adapter.class.getName(), ContextInjectionFactory.make( EclipseAdapter.class, appContext));
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
48. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 86)
appContext.set(Adapter.class.getName(), ContextInjectionFactory.make(
Discouraged access: The type Adapter 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
49. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 86)
appContext.set(Adapter.class.getName(), ContextInjectionFactory.make(
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
50. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 86)
appContext.set(Adapter.class.getName(), ContextInjectionFactory.make( EclipseAdapter.class, appContext));
Discouraged access: The method make(Class<EclipseAdapter>, 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
51. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 87)
EclipseAdapter.class, appContext));
Discouraged access: The type EclipseAdapter 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
52. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 88)
appContext.set(ContextManager.class.getName(), new ContextManager());
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
53. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 90)
appContext.set(IServiceConstants.ACTIVE_CONTEXTS, new ActiveContextsFunction());
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
54. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 90)
appContext.set(IServiceConstants.ACTIVE_CONTEXTS,
Discouraged access: The type IServiceConstants 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
55. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 90)
appContext.set(IServiceConstants.ACTIVE_CONTEXTS,
Discouraged access: The field ACTIVE_CONTEXTS from the type IServiceConstants 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
56. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 91)
new ActiveContextsFunction());
Discouraged access: The constructor ActiveContextsFunction() 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
57. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 91)
new ActiveContextsFunction());
Discouraged access: The type ActiveContextsFunction 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
58. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 92)
appContext.set(IServiceConstants.ACTIVE_PART, new ActivePartLookupFunction());
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
59. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 92)
appContext.set(IServiceConstants.ACTIVE_PART,
Discouraged access: The type IServiceConstants 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
60. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 92)
appContext.set(IServiceConstants.ACTIVE_PART,
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
61. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 93)
new ActivePartLookupFunction());
Discouraged access: The constructor ActivePartLookupFunction() 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.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 93)
new ActivePartLookupFunction());
Discouraged access: The type ActivePartLookupFunction 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.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 94)
appContext.runAndTrack(new RunAndTrack() { public boolean changed(IEclipseContext eventsContext) { Object o = eventsContext.get(IServiceConstants.ACTIVE_PART); if (o instanceof MPart) { eventsContext.set(IServiceConstants.ACTIVE_PART_ID, ((MPart) o).getElementId()); } return true; } @Override public String toString() { return "HeadlessStartupTest$RunAndTrack[" //$NON-NLS-1$ + IServiceConstants.ACTIVE_PART_ID + ']'; } });
Discouraged access: The method runAndTrack(RunAndTrack) 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
64. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 94)
appContext.runAndTrack(new RunAndTrack() {
Discouraged access: The type RunAndTrack 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
65. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 95)
public boolean changed(IEclipseContext eventsContext) {
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
66. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 96)
Object o = eventsContext.get(IServiceConstants.ACTIVE_PART);
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
67. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 96)
Object o = eventsContext.get(IServiceConstants.ACTIVE_PART);
Discouraged access: The type IServiceConstants 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
68. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 96)
Object o = eventsContext.get(IServiceConstants.ACTIVE_PART);
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
69. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 97)
if (o instanceof MPart) {
Discouraged access: The type MPart 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 98)
eventsContext.set(IServiceConstants.ACTIVE_PART_ID, ((MPart) o).getElementId());
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
71. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 98)
eventsContext.set(IServiceConstants.ACTIVE_PART_ID,
Discouraged access: The type IServiceConstants 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
72. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 98)
eventsContext.set(IServiceConstants.ACTIVE_PART_ID,
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
73. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 99)
((MPart) o).getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 99)
((MPart) o).getElementId());
Discouraged access: The type MPart 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 107)
+ IServiceConstants.ACTIVE_PART_ID + ']';
Discouraged access: The type IServiceConstants 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
76. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java
 (at line 107)
+ IServiceConstants.ACTIVE_PART_ID + ']';
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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/ui/tests/application/PostModelProcessor.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/PostModelProcessor.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/application/PostModelProcessor.java
 (at line 24)
private MWindow window;
Discouraged access: The type MWindow 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/application/PostModelProcessor.java
 (at line 29)
window.getVariables().add("postAddition");
Discouraged access: The method getVariables() from the type MContext 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/UIContactsDemoTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIContactsDemoTest.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/application/UIContactsDemoTest.java
 (at line 24)
protected MPart getFirstPart() {
Discouraged access: The type MPart 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/application/UIContactsDemoTest.java
 (at line 25)
return (MPart) findElement("DetailsView");
Discouraged access: The type MPart 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/UIContactsDemoTest.java
 (at line 29)
protected MPart getSecondPart() {
Discouraged access: The type MPart 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/UIContactsDemoTest.java
 (at line 30)
return (MPart) findElement("ContactsView");
Discouraged access: The type MPart 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/UIEventsTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 16)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory 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/ui/tests/application/UIEventsTest.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/ui/tests/application/UIEventsTest.java
 (at line 18)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker 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
4. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.UIEventPublisher;
Discouraged access: The type UIEventPublisher 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.MApplicationFactory;
Discouraged access: The type MApplicationFactory 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory;
Discouraged access: The type MBasicFactory 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 29)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents 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.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 30)
import org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement;
Discouraged access: The type UIEvents.ApplicationElement 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 31)
import org.eclipse.e4.ui.workbench.UIEvents.Command;
Discouraged access: The type UIEvents.Command 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 32)
import org.eclipse.e4.ui.workbench.UIEvents.Context;
Discouraged access: The type UIEvents.Context 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 33)
import org.eclipse.e4.ui.workbench.UIEvents.Contribution;
Discouraged access: The type UIEvents.Contribution 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 34)
import org.eclipse.e4.ui.workbench.UIEvents.Dirtyable;
Discouraged access: The type UIEvents.Dirtyable 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 35)
import org.eclipse.e4.ui.workbench.UIEvents.ElementContainer;
Discouraged access: The type UIEvents.ElementContainer 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 36)
import org.eclipse.e4.ui.workbench.UIEvents.EventTags;
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 37)
import org.eclipse.e4.ui.workbench.UIEvents.Input;
Discouraged access: The type UIEvents.Input 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 38)
import org.eclipse.e4.ui.workbench.UIEvents.Parameter;
Discouraged access: The type UIEvents.Parameter 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 39)
import org.eclipse.e4.ui.workbench.UIEvents.UIElement;
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 40)
import org.eclipse.e4.ui.workbench.UIEvents.UILabel;
Discouraged access: The type UIEvents.UILabel 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 41)
import org.eclipse.e4.ui.workbench.UIEvents.Window;
Discouraged access: The type UIEvents.Window 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 50)
IEventBroker eventBroker;
Discouraged access: The type IEventBroker 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
26. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 60)
String attId = (String) event.getProperty(EventTags.ATTNAME);
Discouraged access: The type UIEvents.EventTags 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 60)
String attId = (String) event.getProperty(EventTags.ATTNAME);
Discouraged access: The field ATTNAME from the type UIEvents.EventTags 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 68)
IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
29. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 70)
this.topic = UIEvents.buildTopic(topic);
Discouraged access: The method buildTopic(String) from the type UIEvents 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 70)
this.topic = UIEvents.buildTopic(topic);
Discouraged access: The type UIEvents 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.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 77)
eventBroker.subscribe(this.topic, attListener);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker 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
32. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 100)
eventBroker.unsubscribe(attListener);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker 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
33. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 120)
AppElementTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
34. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 121)
super("AppElement", ApplicationElement.TOPIC, new String[] {
Discouraged access: The type UIEvents.ApplicationElement 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.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 121)
super("AppElement", ApplicationElement.TOPIC, new String[] {
Discouraged access: The field TOPIC from the type UIEvents.ApplicationElement 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 122)
ApplicationElement.ELEMENTID, ApplicationElement.TAGS },
Discouraged access: The type UIEvents.ApplicationElement 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 122)
ApplicationElement.ELEMENTID, ApplicationElement.TAGS },
Discouraged access: The field ELEMENTID from the type UIEvents.ApplicationElement 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 122)
ApplicationElement.ELEMENTID, ApplicationElement.TAGS },
Discouraged access: The type UIEvents.ApplicationElement 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.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 122)
ApplicationElement.ELEMENTID, ApplicationElement.TAGS },
Discouraged access: The field TAGS from the type UIEvents.ApplicationElement 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.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 128)
CommandTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
41. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 129)
super("Command", Command.TOPIC,
Discouraged access: The type UIEvents.Command 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.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 129)
super("Command", Command.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.Command 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.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 130)
new String[] { Command.COMMANDNAME }, eventBroker);
Discouraged access: The type UIEvents.Command 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 130)
new String[] { Command.COMMANDNAME }, eventBroker);
Discouraged access: The field COMMANDNAME from the type UIEvents.Command 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 135)
ContextTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
46. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 136)
super("Context", Context.TOPIC, new String[] { Context.CONTEXT,
Discouraged access: The type UIEvents.Context 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.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 136)
super("Context", Context.TOPIC, new String[] { Context.CONTEXT,
Discouraged access: The field TOPIC from the type UIEvents.Context 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 136)
super("Context", Context.TOPIC, new String[] { Context.CONTEXT,
Discouraged access: The type UIEvents.Context 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.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 136)
super("Context", Context.TOPIC, new String[] { Context.CONTEXT,
Discouraged access: The field CONTEXT from the type UIEvents.Context 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 137)
Context.VARIABLES }, eventBroker);
Discouraged access: The type UIEvents.Context 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.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 137)
Context.VARIABLES }, eventBroker);
Discouraged access: The field VARIABLES from the type UIEvents.Context 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 142)
ContributionTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
53. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 143)
super("Contribution", Contribution.TOPIC, new String[] {
Discouraged access: The type UIEvents.Contribution 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.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 143)
super("Contribution", Contribution.TOPIC, new String[] {
Discouraged access: The field TOPIC from the type UIEvents.Contribution 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.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 144)
Contribution.CONTRIBUTIONURI, Contribution.PERSISTEDSTATE,
Discouraged access: The type UIEvents.Contribution 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.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 144)
Contribution.CONTRIBUTIONURI, Contribution.PERSISTEDSTATE,
Discouraged access: The field CONTRIBUTIONURI from the type UIEvents.Contribution 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.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 144)
Contribution.CONTRIBUTIONURI, Contribution.PERSISTEDSTATE,
Discouraged access: The type UIEvents.Contribution 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.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 144)
Contribution.CONTRIBUTIONURI, Contribution.PERSISTEDSTATE,
Discouraged access: The field PERSISTEDSTATE from the type UIEvents.Contribution 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.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 145)
Contribution.OBJECT }, eventBroker);
Discouraged access: The type UIEvents.Contribution 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.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 145)
Contribution.OBJECT }, eventBroker);
Discouraged access: The field OBJECT from the type UIEvents.Contribution 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.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 150)
ElementContainerTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
62. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 151)
super("ElementContainer", ElementContainer.TOPIC,
Discouraged access: The type UIEvents.ElementContainer 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.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 151)
super("ElementContainer", ElementContainer.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.ElementContainer 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.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 152)
new String[] { ElementContainer.CHILDREN,
Discouraged access: The type UIEvents.ElementContainer 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.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 152)
new String[] { ElementContainer.CHILDREN,
Discouraged access: The field CHILDREN from the type UIEvents.ElementContainer 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.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 153)
ElementContainer.SELECTEDELEMENT }, eventBroker);
Discouraged access: The type UIEvents.ElementContainer 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.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 153)
ElementContainer.SELECTEDELEMENT }, eventBroker);
Discouraged access: The field SELECTEDELEMENT from the type UIEvents.ElementContainer 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.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 158)
DirtyableTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
69. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 159)
super("Dirtyable", Dirtyable.TOPIC,
Discouraged access: The type UIEvents.Dirtyable 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.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 159)
super("Dirtyable", Dirtyable.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.Dirtyable 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 160)
new String[] { Dirtyable.DIRTY }, eventBroker);
Discouraged access: The type UIEvents.Dirtyable 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 160)
new String[] { Dirtyable.DIRTY }, eventBroker);
Discouraged access: The field DIRTY from the type UIEvents.Dirtyable 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.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 165)
InputTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
74. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 166)
super("Input", Input.TOPIC, new String[] { Input.INPUTURI },
Discouraged access: The type UIEvents.Input 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.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 166)
super("Input", Input.TOPIC, new String[] { Input.INPUTURI },
Discouraged access: The field TOPIC from the type UIEvents.Input 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.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 166)
super("Input", Input.TOPIC, new String[] { Input.INPUTURI },
Discouraged access: The type UIEvents.Input 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.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 166)
super("Input", Input.TOPIC, new String[] { Input.INPUTURI },
Discouraged access: The field INPUTURI from the type UIEvents.Input 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.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 172)
ParameterTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
79. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 173)
super("Parameter", Parameter.TOPIC, new String[] { Parameter.NAME,
Discouraged access: The type UIEvents.Parameter 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 173)
super("Parameter", Parameter.TOPIC, new String[] { Parameter.NAME,
Discouraged access: The field TOPIC from the type UIEvents.Parameter 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 173)
super("Parameter", Parameter.TOPIC, new String[] { Parameter.NAME,
Discouraged access: The type UIEvents.Parameter 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.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 173)
super("Parameter", Parameter.TOPIC, new String[] { Parameter.NAME,
Discouraged access: The field NAME from the type UIEvents.Parameter 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.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 174)
Parameter.VALUE }, eventBroker);
Discouraged access: The type UIEvents.Parameter 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.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 174)
Parameter.VALUE }, eventBroker);
Discouraged access: The field VALUE from the type UIEvents.Parameter 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.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 179)
UIElementTester(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker 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
86. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 180)
super("UIElement", UIElement.TOPIC, new String[] {
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 180)
super("UIElement", UIElement.TOPIC, new String[] {
Discouraged access: The field TOPIC from the type UIEvents.UIElement 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.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 181)
UIElement.RENDERER, UIElement.TOBERENDERED,
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 181)
UIElement.RENDERER, UIElement.TOBERENDERED,
Discouraged access: The field RENDERER from the type UIEvents.UIElement 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.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 181)
UIElement.RENDERER, UIElement.TOBERENDERED,
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 181)
UIElement.RENDERER, UIElement.TOBERENDERED,
Discouraged access: The field TOBERENDERED from the type UIEvents.UIElement 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.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 182)
UIElement.PARENT, UIElement.ONTOP, UIElement.VISIBLE,
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 182)
UIElement.PARENT, UIElement.ONTOP, UIElement.VISIBLE,
Discouraged access: The field PARENT from the type UIEvents.UIElement 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 182)
UIElement.PARENT, UIElement.ONTOP, UIElement.VISIBLE,
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 182)
UIElement.PARENT, UIElement.ONTOP, UIElement.VISIBLE,
Discouraged access: The field ONTOP from the type UIEvents.UIElement 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.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 182)
UIElement.PARENT, UIElement.ONTOP, UIElement.VISIBLE,
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 182)
UIElement.PARENT, UIElement.ONTOP, UIElement.VISIBLE,
Discouraged access: The field VISIBLE from the type UIEvents.UIElement 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.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 183)
UIElement.CONTAINERDATA, UIElement.WIDGET }, eventBroker);
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 183)
UIElement.CONTAINERDATA, UIElement.WIDGET }, eventBroker);
Discouraged access: The type UIEvents.UIElement 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.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java
 (at line 183)
UIElement.CONTAINERDATA, UIElement.WIDGET }, eventBroker);
Discouraged access: The field WIDGET from the type UIEvents.UIElement 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/UIPhotoDemoTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIPhotoDemoTest.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/application/UIPhotoDemoTest.java
 (at line 24)
protected MPart getFirstPart() {
Discouraged access: The type MPart 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/application/UIPhotoDemoTest.java
 (at line 25)
return (MPart) findElement("ThumbnailsView");
Discouraged access: The type MPart 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/UIPhotoDemoTest.java
 (at line 29)
protected MPart getSecondPart() {
Discouraged access: The type MPart 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/UIPhotoDemoTest.java
 (at line 30)
return (MPart) findElement("ExifView");
Discouraged access: The type MPart 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/application/UIStartupTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 15)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/application/UIStartupTest.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/ui/tests/application/UIStartupTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.swt.ResourceUtility;
Discouraged access: The type ResourceUtility 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.workbench.swt/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MWindowElement;
Discouraged access: The type MWindowElement 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 24)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
11. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 25)
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
12. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 26)
import org.eclipse.e4.ui.workbench.IResourceUtilities;
Discouraged access: The type IResourceUtilities<ImageDesc> 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.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 27)
import org.eclipse.e4.ui.workbench.modeling.EPartService;
Discouraged access: The type EPartService 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 60)
IEclipseContext context = application.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
15. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 60)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 62)
assertNotNull(context.get(IContextConstants.ACTIVE_CHILD));
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
17. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 62)
assertNotNull(context.get(IContextConstants.ACTIVE_CHILD));
Discouraged access: The type IContextConstants 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/ui/tests/application/UIStartupTest.java
 (at line 62)
assertNotNull(context.get(IContextConstants.ACTIVE_CHILD));
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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/ui/tests/application/UIStartupTest.java
 (at line 66)
IEclipseContext context = application.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
20. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 66)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 68)
assertNull(context.get(IServiceConstants.ACTIVE_SHELL));
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
22. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 68)
assertNull(context.get(IServiceConstants.ACTIVE_SHELL));
Discouraged access: The type IServiceConstants 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
23. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 68)
assertNull(context.get(IServiceConstants.ACTIVE_SHELL));
Discouraged access: The field ACTIVE_SHELL from the type IServiceConstants 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
24. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 73)
IEclipseContext context = application.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
25. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 73)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 75)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART));
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
27. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 75)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The type IServiceConstants 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
28. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 75)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
29. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 79)
IEclipseContext context = application.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
30. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 79)
IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 80)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART_ID));
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
32. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 80)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
33. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 80)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
34. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 84)
IEclipseContext context = getActiveChildContext(application);
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
35. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 86)
assertNotNull(context.get(IServiceConstants.ACTIVE_CONTEXTS));
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
36. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 86)
assertNotNull(context.get(IServiceConstants.ACTIVE_CONTEXTS));
Discouraged access: The type IServiceConstants 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
37. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 86)
assertNotNull(context.get(IServiceConstants.ACTIVE_CONTEXTS));
Discouraged access: The field ACTIVE_CONTEXTS from the type IServiceConstants 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
38. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 90)
IEclipseContext context = getActiveChildContext(application);
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
39. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 92)
assertNull(context.get(IServiceConstants.ACTIVE_SELECTION));
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
40. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 92)
assertNull(context.get(IServiceConstants.ACTIVE_SELECTION));
Discouraged access: The type IServiceConstants 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
41. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 92)
assertNull(context.get(IServiceConstants.ACTIVE_SELECTION));
Discouraged access: The field ACTIVE_SELECTION from the type IServiceConstants 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
42. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 96)
IEclipseContext context = getActiveChildContext(application);
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
43. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 98)
assertNotNull(context.get(IContextConstants.ACTIVE_CHILD));
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
44. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 98)
assertNotNull(context.get(IContextConstants.ACTIVE_CHILD));
Discouraged access: The type IContextConstants 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
45. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 98)
assertNotNull(context.get(IContextConstants.ACTIVE_CHILD));
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
46. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 102)
IEclipseContext context = getActiveChildContext(application);
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
47. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 104)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART));
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
48. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 104)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The type IServiceConstants 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
49. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 104)
assertNotNull(context.get(IServiceConstants.ACTIVE_PART));
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
50. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 108)
IEclipseContext context = getActiveChildContext(application);
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
51. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 110)
assertNull(context.get(IServiceConstants.ACTIVE_SHELL));
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
52. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 110)
assertNull(context.get(IServiceConstants.ACTIVE_SHELL));
Discouraged access: The type IServiceConstants 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
53. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 110)
assertNull(context.get(IServiceConstants.ACTIVE_SHELL));
Discouraged access: The field ACTIVE_SHELL from the type IServiceConstants 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
54. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 114)
IEclipseContext context = getActiveChildContext(application);
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
55. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 116)
assertNull(context.get(IServiceConstants.PERSISTED_STATE));
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
56. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 116)
assertNull(context.get(IServiceConstants.PERSISTED_STATE));
Discouraged access: The type IServiceConstants 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
57. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 116)
assertNull(context.get(IServiceConstants.PERSISTED_STATE));
Discouraged access: The field PERSISTED_STATE from the type IServiceConstants 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
58. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 141)
final IEclipseContext context = application.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
59. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 141)
final IEclipseContext context = application.getContext();
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 143)
final MPart[] parts = getTwoParts();
Discouraged access: The type MPart 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 147)
context.set(IServiceConstants.ACTIVE_PART, parts[0]);
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
62. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 147)
context.set(IServiceConstants.ACTIVE_PART, parts[0]);
Discouraged access: The type IServiceConstants 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
63. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 147)
context.set(IServiceConstants.ACTIVE_PART, parts[0]);
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
64. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 151)
assertEquals(parts[0].getElementId(),
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 152)
context.get(IServiceConstants.ACTIVE_PART_ID));
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
66. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 152)
context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
67. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 152)
context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
68. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 154)
context.set(IServiceConstants.ACTIVE_PART, parts[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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 154)
context.set(IServiceConstants.ACTIVE_PART, parts[1]);
Discouraged access: The type IServiceConstants 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
70. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 154)
context.set(IServiceConstants.ACTIVE_PART, parts[1]);
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
71. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 157)
assertEquals(parts[1].getElementId(),
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 158)
context.get(IServiceConstants.ACTIVE_PART_ID));
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
73. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 158)
context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
74. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 158)
context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
75. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 164)
final IEclipseContext context = getActiveChildContext(application);
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
76. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 166)
final MPart[] parts = getTwoParts();
Discouraged access: The type MPart 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 170)
EPartService service = (EPartService) context
Discouraged access: The type EPartService 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.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 170)
EPartService service = (EPartService) context
Discouraged access: The type EPartService 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.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 170)
EPartService service = (EPartService) context .get(EPartService.class.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
80. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 171)
.get(EPartService.class.getName());
Discouraged access: The type EPartService 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 172)
service.activate(parts[0]);
Discouraged access: The method activate(MPart) from the type EPartService 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.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 176)
assertEquals(parts[0].getElementId(),
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 177)
context.get(IServiceConstants.ACTIVE_PART_ID));
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
84. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 177)
context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
85. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 177)
context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
86. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 179)
service.activate(parts[1]);
Discouraged access: The method activate(MPart) from the type EPartService 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.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 182)
assertEquals(parts[1].getElementId(),
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 183)
context.get(IServiceConstants.ACTIVE_PART_ID));
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
89. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 183)
context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The type IServiceConstants 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
90. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 183)
context.get(IServiceConstants.ACTIVE_PART_ID));
Discouraged access: The field ACTIVE_PART_ID from the type IServiceConstants 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
91. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 199)
private static MWindowElement getNonContainer(MWindowElement activeChild) {
Discouraged access: The type MWindowElement 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 199)
private static MWindowElement getNonContainer(MWindowElement activeChild) {
Discouraged access: The type MWindowElement 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 200)
if (activeChild instanceof MElementContainer<?>) {
Discouraged access: The type MElementContainer<?> 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 201)
activeChild = (MWindowElement) ((MElementContainer<?>) activeChild)
Discouraged access: The type MWindowElement 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 201)
activeChild = (MWindowElement) ((MElementContainer<?>) activeChild) .getSelectedElement();
Discouraged access: The method getSelectedElement() from the type MElementContainer<capture#1-of ?> 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 201)
activeChild = (MWindowElement) ((MElementContainer<?>) activeChild)
Discouraged access: The type MElementContainer<?> 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 210)
private static IEclipseContext getActiveChildContext(
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
98. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 211)
MApplication application) {
Discouraged access: The type MApplication 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 212)
MWindowElement nonContainer = getNonContainer(application .getSelectedElement().getSelectedElement());
Discouraged access: The method getSelectedElement() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java
 (at line 212)
MWindowElement nonContainer = getNonContainer(application .getSelectedElement().getSelectedElement());
Discouraged access: The method getSelectedElement() from the type MElementContainer<MWindow> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 9)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 10)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 11)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 12)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MDirtyable;
Discouraged access: The type MDirtyable 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MInput;
Discouraged access: The type MInput 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 29)
public interface MTestHarness extends MApplicationElement, MCommand, MContext,
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 29)
public interface MTestHarness extends MApplicationElement, MCommand, MContext,
Discouraged access: The type MCommand 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 29)
public interface MTestHarness extends MApplicationElement, MCommand, MContext,
Discouraged access: The type MContext 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 30)
MContribution, MElementContainer<MUIElement>, MParameter, MInput,
Discouraged access: The type MContribution 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 30)
MContribution, MElementContainer<MUIElement>, MParameter, MInput,
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 30)
MContribution, MElementContainer<MUIElement>, MParameter, MInput,
Discouraged access: The type MUIElement 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 30)
MContribution, MElementContainer<MUIElement>, MParameter, MInput,
Discouraged access: The type MParameter 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 30)
MContribution, MElementContainer<MUIElement>, MParameter, MInput,
Discouraged access: The type MInput 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 31)
MUILabel, MDirtyable {
Discouraged access: The type MUILabel 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestHarness.java
 (at line 31)
MUILabel, MDirtyable {
Discouraged access: The type MDirtyable 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 9)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 73)
int TEST_HARNESS__ELEMENT_ID = ApplicationPackageImpl.APPLICATION_ELEMENT__ELEMENT_ID;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 73)
int TEST_HARNESS__ELEMENT_ID = ApplicationPackageImpl.APPLICATION_ELEMENT__ELEMENT_ID;
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 82)
int TEST_HARNESS__TAGS = ApplicationPackageImpl.APPLICATION_ELEMENT__TAGS;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 82)
int TEST_HARNESS__TAGS = ApplicationPackageImpl.APPLICATION_ELEMENT__TAGS;
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 91)
int TEST_HARNESS__COMMAND_NAME = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 0;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 91)
int TEST_HARNESS__COMMAND_NAME = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 0;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 100)
int TEST_HARNESS__DESCRIPTION = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 1;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 100)
int TEST_HARNESS__DESCRIPTION = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 1;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 108)
int TEST_HARNESS__PARAMETERS = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 2;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 108)
int TEST_HARNESS__PARAMETERS = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 2;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 117)
int TEST_HARNESS__CONTEXT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 3;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 117)
int TEST_HARNESS__CONTEXT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 3;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 126)
int TEST_HARNESS__VARIABLES = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 4;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 126)
int TEST_HARNESS__VARIABLES = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 4;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 135)
int TEST_HARNESS__PROPERTIES = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 5;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 135)
int TEST_HARNESS__PROPERTIES = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 5;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 144)
int TEST_HARNESS__CONTRIBUTION_URI = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 6;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 144)
int TEST_HARNESS__CONTRIBUTION_URI = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 6;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 153)
int TEST_HARNESS__OBJECT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 7;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 153)
int TEST_HARNESS__OBJECT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 7;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 162)
int TEST_HARNESS__PERSISTED_STATE = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 8;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 162)
int TEST_HARNESS__PERSISTED_STATE = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 8;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 171)
int TEST_HARNESS__WIDGET = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 9;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 171)
int TEST_HARNESS__WIDGET = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 9;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 180)
int TEST_HARNESS__RENDERER = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 10;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 180)
int TEST_HARNESS__RENDERER = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 10;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 189)
int TEST_HARNESS__TO_BE_RENDERED = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 11;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 189)
int TEST_HARNESS__TO_BE_RENDERED = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 11;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 198)
int TEST_HARNESS__ON_TOP = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 12;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 198)
int TEST_HARNESS__ON_TOP = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 12;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 207)
int TEST_HARNESS__VISIBLE = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 13;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 207)
int TEST_HARNESS__VISIBLE = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 13;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 216)
int TEST_HARNESS__PARENT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 14;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 216)
int TEST_HARNESS__PARENT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 14;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 225)
int TEST_HARNESS__CONTAINER_DATA = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 15;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 225)
int TEST_HARNESS__CONTAINER_DATA = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 15;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 234)
int TEST_HARNESS__CUR_SHARED_REF = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 16;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 234)
int TEST_HARNESS__CUR_SHARED_REF = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 16;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 243)
int TEST_HARNESS__VISIBLE_WHEN = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 17;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 243)
int TEST_HARNESS__VISIBLE_WHEN = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 17;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 251)
int TEST_HARNESS__CHILDREN = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 18;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 251)
int TEST_HARNESS__CHILDREN = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 18;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 260)
int TEST_HARNESS__SELECTED_ELEMENT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 19;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 260)
int TEST_HARNESS__SELECTED_ELEMENT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 19;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 269)
int TEST_HARNESS__NAME = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 20;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 269)
int TEST_HARNESS__NAME = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 20;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 278)
int TEST_HARNESS__VALUE = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 21;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 278)
int TEST_HARNESS__VALUE = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 21;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 287)
int TEST_HARNESS__INPUT_URI = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 22;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 287)
int TEST_HARNESS__INPUT_URI = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 22;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 296)
int TEST_HARNESS__LABEL = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 23;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 296)
int TEST_HARNESS__LABEL = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 23;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 305)
int TEST_HARNESS__ICON_URI = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 24;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 305)
int TEST_HARNESS__ICON_URI = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 24;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 314)
int TEST_HARNESS__TOOLTIP = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 25;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 314)
int TEST_HARNESS__TOOLTIP = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 25;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 323)
int TEST_HARNESS__DIRTY = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 26;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 323)
int TEST_HARNESS__DIRTY = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 26;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 332)
int TEST_HARNESS_FEATURE_COUNT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 27;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java
 (at line 332)
int TEST_HARNESS_FEATURE_COUNT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 27;
Discouraged access: The field APPLICATION_ELEMENT_FEATURE_COUNT from the type ApplicationPackageImpl 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 12)
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
2. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 13)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 14)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 15)
import org.eclipse.e4.ui.model.application.commands.MCommandParameter;
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 18)
import org.eclipse.e4.ui.model.application.impl.ApplicationElementImpl;
Discouraged access: The type ApplicationElementImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 19)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 20)
import org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl;
Discouraged access: The type StringToStringMapImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.MDirtyable;
Discouraged access: The type MDirtyable 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.MExpression;
Discouraged access: The type MExpression 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.MInput;
Discouraged access: The type MInput 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 86)
public class TestHarnessImpl extends ApplicationElementImpl implements
Discouraged access: The type ApplicationElementImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 127)
protected EList<MCommandParameter> parameters;
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 135)
protected static final IEclipseContext CONTEXT_EDEFAULT = null;
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
22. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 143)
protected IEclipseContext context = CONTEXT_EDEFAULT;
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
23. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 312)
protected MPlaceholder curSharedRef;
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 321)
protected MExpression visibleWhen;
Discouraged access: The type MExpression 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 329)
protected EList<MUIElement> children;
Discouraged access: The type MUIElement 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 338)
protected MUIElement selectedElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 457)
super();
Discouraged access: The constructor ApplicationElementImpl() 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 511)
public List<MCommandParameter> getParameters() {
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 513)
parameters = new EObjectContainmentEList<MCommandParameter>(MCommandParameter.class, this, MTestPackage.TEST_HARNESS__PARAMETERS);
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 513)
parameters = new EObjectContainmentEList<MCommandParameter>(MCommandParameter.class, this, MTestPackage.TEST_HARNESS__PARAMETERS);
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 522)
public 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
32. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 530)
public void setContext(IEclipseContext newContext) {
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
33. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 531)
IEclipseContext oldContext = 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
34. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 554)
properties = new EcoreEMap<String,String>(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, MTestPackage.TEST_HARNESS__PROPERTIES);
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 554)
properties = new EcoreEMap<String,String>(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, MTestPackage.TEST_HARNESS__PROPERTIES);
Discouraged access: The type ApplicationPackageImpl.Literals 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 554)
properties = new EcoreEMap<String,String>(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, MTestPackage.TEST_HARNESS__PROPERTIES);
Discouraged access: The field STRING_TO_STRING_MAP from the type ApplicationPackageImpl.Literals 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 554)
properties = new EcoreEMap<String,String>(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, MTestPackage.TEST_HARNESS__PROPERTIES);
Discouraged access: The type StringToStringMapImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 603)
persistedState = new EcoreEMap<String,String>(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, MTestPackage.TEST_HARNESS__PERSISTED_STATE);
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 603)
persistedState = new EcoreEMap<String,String>(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, MTestPackage.TEST_HARNESS__PERSISTED_STATE);
Discouraged access: The type ApplicationPackageImpl.Literals 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 603)
persistedState = new EcoreEMap<String,String>(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, MTestPackage.TEST_HARNESS__PERSISTED_STATE);
Discouraged access: The field STRING_TO_STRING_MAP from the type ApplicationPackageImpl.Literals 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 603)
persistedState = new EcoreEMap<String,String>(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP, StringToStringMapImpl.class, this, MTestPackage.TEST_HARNESS__PERSISTED_STATE);
Discouraged access: The type StringToStringMapImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 708)
public MElementContainer<MUIElement> getParent() {
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 708)
public MElementContainer<MUIElement> getParent() {
Discouraged access: The type MUIElement 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 710)
return (MElementContainer<MUIElement>)eContainer();
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 710)
return (MElementContainer<MUIElement>)eContainer();
Discouraged access: The type MUIElement 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 718)
MElementContainer<MUIElement> newParent, NotificationChain msgs) {
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 718)
MElementContainer<MUIElement> newParent, NotificationChain msgs) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 727)
public void setParent(MElementContainer<MUIElement> newParent) {
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 727)
public void setParent(MElementContainer<MUIElement> newParent) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 735)
msgs = ((InternalEObject)newParent).eInverseAdd(this, UiPackageImpl.ELEMENT_CONTAINER__CHILDREN, MElementContainer.class, msgs);
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 735)
msgs = ((InternalEObject)newParent).eInverseAdd(this, UiPackageImpl.ELEMENT_CONTAINER__CHILDREN, MElementContainer.class, msgs);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 735)
msgs = ((InternalEObject)newParent).eInverseAdd(this, UiPackageImpl.ELEMENT_CONTAINER__CHILDREN, MElementContainer.class, msgs);
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 767)
public MPlaceholder getCurSharedRef() {
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 770)
curSharedRef = (MPlaceholder)eResolveProxy(oldCurSharedRef);
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 784)
public MPlaceholder basicGetCurSharedRef() {
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 793)
public void setCurSharedRef(MPlaceholder newCurSharedRef) {
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 794)
MPlaceholder oldCurSharedRef = curSharedRef;
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 805)
public MExpression getVisibleWhen() {
Discouraged access: The type MExpression 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 814)
public NotificationChain basicSetVisibleWhen(MExpression newVisibleWhen, NotificationChain msgs) {
Discouraged access: The type MExpression 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 815)
MExpression oldVisibleWhen = visibleWhen;
Discouraged access: The type MExpression 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 829)
public void setVisibleWhen(MExpression newVisibleWhen) {
Discouraged access: The type MExpression 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 847)
public List<MUIElement> getChildren() {
Discouraged access: The type MUIElement 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 849)
children = new EObjectContainmentWithInverseEList<MUIElement>(MUIElement.class, this, MTestPackage.TEST_HARNESS__CHILDREN, UiPackageImpl.UI_ELEMENT__PARENT);
Discouraged access: The type MUIElement 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 849)
children = new EObjectContainmentWithInverseEList<MUIElement>(MUIElement.class, this, MTestPackage.TEST_HARNESS__CHILDREN, UiPackageImpl.UI_ELEMENT__PARENT);
Discouraged access: The type MUIElement 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 849)
children = new EObjectContainmentWithInverseEList<MUIElement>(MUIElement.class, this, MTestPackage.TEST_HARNESS__CHILDREN, UiPackageImpl.UI_ELEMENT__PARENT);
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 849)
children = new EObjectContainmentWithInverseEList<MUIElement>(MUIElement.class, this, MTestPackage.TEST_HARNESS__CHILDREN, UiPackageImpl.UI_ELEMENT__PARENT);
Discouraged access: The field UI_ELEMENT__PARENT from the type UiPackageImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 858)
public MUIElement getSelectedElement() {
Discouraged access: The type MUIElement 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 861)
selectedElement = (MUIElement)eResolveProxy(oldSelectedElement);
Discouraged access: The type MUIElement 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 874)
public MUIElement basicGetSelectedElement() {
Discouraged access: The type MUIElement 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 882)
public void setSelectedElement(MUIElement newSelectedElement) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 883)
MUIElement oldSelectedElement = selectedElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1034)
return basicSetParent((MElementContainer<MUIElement>)otherEnd, msgs);
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1034)
return basicSetParent((MElementContainer<MUIElement>)otherEnd, msgs);
Discouraged access: The type MUIElement 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1074)
return eInternalContainer().eInverseRemove(this, UiPackageImpl.ELEMENT_CONTAINER__CHILDREN, MElementContainer.class, msgs);
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1074)
return eInternalContainer().eInverseRemove(this, UiPackageImpl.ELEMENT_CONTAINER__CHILDREN, MElementContainer.class, msgs);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1074)
return eInternalContainer().eInverseRemove(this, UiPackageImpl.ELEMENT_CONTAINER__CHILDREN, MElementContainer.class, msgs);
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1145)
return super.eGet(featureID, resolve, coreType);
Discouraged access: The method eGet(int, boolean, boolean) from the type ApplicationElementImpl 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1164)
getParameters().addAll((Collection<? extends MCommandParameter>)newValue);
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1167)
setContext((IEclipseContext)newValue);
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
80. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1201)
setParent((MElementContainer<MUIElement>)newValue);
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1201)
setParent((MElementContainer<MUIElement>)newValue);
Discouraged access: The type MUIElement 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1207)
setCurSharedRef((MPlaceholder)newValue);
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1210)
setVisibleWhen((MExpression)newValue);
Discouraged access: The type MExpression 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1214)
getChildren().addAll((Collection<? extends MUIElement>)newValue);
Discouraged access: The type MUIElement 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1217)
setSelectedElement((MUIElement)newValue);
Discouraged access: The type MUIElement 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1241)
super.eSet(featureID, newValue);
Discouraged access: The method eSet(int, Object) from the type ApplicationElementImpl 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1294)
setParent((MElementContainer<MUIElement>)null);
Discouraged access: The type MElementContainer<MUIElement> 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1294)
setParent((MElementContainer<MUIElement>)null);
Discouraged access: The type MUIElement 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1300)
setCurSharedRef((MPlaceholder)null);
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1303)
setVisibleWhen((MExpression)null);
Discouraged access: The type MExpression 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1309)
setSelectedElement((MUIElement)null);
Discouraged access: The type MUIElement 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1333)
super.eUnset(featureID);
Discouraged access: The method eUnset(int) from the type ApplicationElementImpl 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1398)
return super.eIsSet(featureID);
Discouraged access: The method eIsSet(int) from the type ApplicationElementImpl 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1407)
if (baseClass == MCommand.class) {
Discouraged access: The type MCommand 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1409)
case MTestPackage.TEST_HARNESS__COMMAND_NAME: return CommandsPackageImpl.COMMAND__COMMAND_NAME;
Discouraged access: The type CommandsPackageImpl 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1409)
case MTestPackage.TEST_HARNESS__COMMAND_NAME: return CommandsPackageImpl.COMMAND__COMMAND_NAME;
Discouraged access: The field COMMAND__COMMAND_NAME from the type CommandsPackageImpl 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1410)
case MTestPackage.TEST_HARNESS__DESCRIPTION: return CommandsPackageImpl.COMMAND__DESCRIPTION;
Discouraged access: The type CommandsPackageImpl 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1410)
case MTestPackage.TEST_HARNESS__DESCRIPTION: return CommandsPackageImpl.COMMAND__DESCRIPTION;
Discouraged access: The field COMMAND__DESCRIPTION from the type CommandsPackageImpl 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1411)
case MTestPackage.TEST_HARNESS__PARAMETERS: return CommandsPackageImpl.COMMAND__PARAMETERS;
Discouraged access: The type CommandsPackageImpl 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java
 (at line 1411)
case MTestPackage.TEST_HARNESS__PARAMETERS: return CommandsPackageImpl.COMMAND__PARAMETERS;
Discouraged access: The field COMMAND__PARAMETERS from the type CommandsPackageImpl 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 9)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 10)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 11)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 81)
ApplicationPackageImpl.eINSTANCE.eClass();
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 81)
ApplicationPackageImpl.eINSTANCE.eClass();
Discouraged access: The field eINSTANCE from the type ApplicationPackageImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 158)
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)EPackage.Registry.INSTANCE.getEPackage(ApplicationPackageImpl.eNS_URI);
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 158)
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)EPackage.Registry.INSTANCE.getEPackage(ApplicationPackageImpl.eNS_URI);
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 158)
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)EPackage.Registry.INSTANCE.getEPackage(ApplicationPackageImpl.eNS_URI);
Discouraged access: The type ApplicationPackageImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 158)
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)EPackage.Registry.INSTANCE.getEPackage(ApplicationPackageImpl.eNS_URI);
Discouraged access: The field eNS_URI from the type ApplicationPackageImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 159)
CommandsPackageImpl theCommandsPackage = (CommandsPackageImpl)EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI);
Discouraged access: The type CommandsPackageImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 159)
CommandsPackageImpl theCommandsPackage = (CommandsPackageImpl)EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI);
Discouraged access: The type CommandsPackageImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 159)
CommandsPackageImpl theCommandsPackage = (CommandsPackageImpl)EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI);
Discouraged access: The type CommandsPackageImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 159)
CommandsPackageImpl theCommandsPackage = (CommandsPackageImpl)EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI);
Discouraged access: The field eNS_URI from the type CommandsPackageImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 160)
UiPackageImpl theUiPackage = (UiPackageImpl)EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI);
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 160)
UiPackageImpl theUiPackage = (UiPackageImpl)EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI);
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 160)
UiPackageImpl theUiPackage = (UiPackageImpl)EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI);
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 160)
UiPackageImpl theUiPackage = (UiPackageImpl)EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI);
Discouraged access: The field eNS_URI from the type UiPackageImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 167)
EGenericType g1 = createEGenericType(theApplicationPackage.getApplicationElement());
Discouraged access: The method getApplicationElement() from the type ApplicationPackageImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 169)
g1 = createEGenericType(theCommandsPackage.getCommand());
Discouraged access: The method getCommand() from the type CommandsPackageImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 171)
g1 = createEGenericType(theUiPackage.getContext());
Discouraged access: The method getContext() from the type UiPackageImpl 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 173)
g1 = createEGenericType(theApplicationPackage.getContribution());
Discouraged access: The method getContribution() from the type ApplicationPackageImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 175)
g1 = createEGenericType(theUiPackage.getElementContainer());
Discouraged access: The method getElementContainer() from the type UiPackageImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 176)
EGenericType g2 = createEGenericType(theUiPackage.getUIElement());
Discouraged access: The method getUIElement() from the type UiPackageImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 179)
g1 = createEGenericType(theCommandsPackage.getParameter());
Discouraged access: The method getParameter() from the type CommandsPackageImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 181)
g1 = createEGenericType(theUiPackage.getInput());
Discouraged access: The method getInput() from the type UiPackageImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 183)
g1 = createEGenericType(theUiPackage.getUILabel());
Discouraged access: The method getUILabel() from the type UiPackageImpl 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestPackageImpl.java
 (at line 185)
g1 = createEGenericType(theUiPackage.getDirtyable());
Discouraged access: The method getDirtyable() from the type UiPackageImpl 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 9)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 10)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 11)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 12)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MDirtyable;
Discouraged access: The type MDirtyable 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MInput;
Discouraged access: The type MInput 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 87)
public Adapter caseApplicationElement(MApplicationElement object) {
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 92)
public Adapter caseCommand(MCommand object) {
Discouraged access: The type MCommand 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 97)
public Adapter caseContext(MContext object) {
Discouraged access: The type MContext 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 102)
public Adapter caseContribution(MContribution object) {
Discouraged access: The type MContribution 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 107)
public Adapter caseUIElement(MUIElement object) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 112)
public <T extends MUIElement> Adapter caseElementContainer(
Discouraged access: The type MUIElement 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 113)
MElementContainer<T> object) {
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 118)
public Adapter caseParameter(MParameter object) {
Discouraged access: The type MParameter 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 123)
public Adapter caseInput(MInput object) {
Discouraged access: The type MInput 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 128)
public Adapter caseUILabel(MUILabel object) {
Discouraged access: The type MUILabel 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 133)
public Adapter caseDirtyable(MDirtyable object) {
Discouraged access: The type MDirtyable 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 174)
* {@link org.eclipse.e4.ui.model.application.MApplicationElement
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 181)
* @see org.eclipse.e4.ui.model.application.MApplicationElement
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 190)
* {@link org.eclipse.e4.ui.model.application.commands.MCommand
Discouraged access: The type MCommand 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 197)
* @see org.eclipse.e4.ui.model.application.commands.MCommand
Discouraged access: The type MCommand 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 206)
* {@link org.eclipse.e4.ui.model.application.ui.MContext <em>Context</em>}
Discouraged access: The type MContext 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 212)
* @see org.eclipse.e4.ui.model.application.ui.MContext
Discouraged access: The type MContext 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 221)
* {@link org.eclipse.e4.ui.model.application.MContribution
Discouraged access: The type MContribution 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 228)
* @see org.eclipse.e4.ui.model.application.MContribution
Discouraged access: The type MContribution 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 237)
* {@link org.eclipse.e4.ui.model.application.ui.MUIElement
Discouraged access: The type MUIElement 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 244)
* @see org.eclipse.e4.ui.model.application.ui.MUIElement
Discouraged access: The type MUIElement 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 253)
* {@link org.eclipse.e4.ui.model.application.ui.MElementContainer
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 260)
* @see org.eclipse.e4.ui.model.application.ui.MElementContainer
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 269)
* {@link org.eclipse.e4.ui.model.application.commands.MParameter
Discouraged access: The type MParameter 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 276)
* @see org.eclipse.e4.ui.model.application.commands.MParameter
Discouraged access: The type MParameter 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 285)
* {@link org.eclipse.e4.ui.model.application.ui.MInput <em>Input</em>}'.
Discouraged access: The type MInput 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 291)
* @see org.eclipse.e4.ui.model.application.ui.MInput
Discouraged access: The type MInput 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 300)
* {@link org.eclipse.e4.ui.model.application.ui.MUILabel <em>UI Label</em>}
Discouraged access: The type MUILabel 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 306)
* @see org.eclipse.e4.ui.model.application.ui.MUILabel
Discouraged access: The type MUILabel 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 315)
* {@link org.eclipse.e4.ui.model.application.ui.MDirtyable
Discouraged access: The type MDirtyable 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestAdapterFactory.java
 (at line 322)
* @see org.eclipse.e4.ui.model.application.ui.MDirtyable
Discouraged access: The type MDirtyable 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 10)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 11)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 12)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 13)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MDirtyable;
Discouraged access: The type MDirtyable 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.MInput;
Discouraged access: The type MInput 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 161)
public T1 caseApplicationElement(MApplicationElement object) {
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 178)
public T1 caseCommand(MCommand object) {
Discouraged access: The type MCommand 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 195)
public T1 caseContext(MContext object) {
Discouraged access: The type MContext 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 212)
public T1 caseContribution(MContribution object) {
Discouraged access: The type MContribution 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 229)
public T1 caseUIElement(MUIElement object) {
Discouraged access: The type MUIElement 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 246)
public <T extends MUIElement> T1 caseElementContainer(
Discouraged access: The type MUIElement 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 247)
MElementContainer<T> object) {
Discouraged access: The type MElementContainer<T> 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 264)
public T1 caseParameter(MParameter object) {
Discouraged access: The type MParameter 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 281)
public T1 caseInput(MInput object) {
Discouraged access: The type MInput 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 298)
public T1 caseUILabel(MUILabel object) {
Discouraged access: The type MUILabel 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/model/test/util/TestSwitch.java
 (at line 315)
public T1 caseDirtyable(MDirtyable object) {
Discouraged access: The type MDirtyable 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java : 63 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 15)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 22)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 23)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 24)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 29)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 35)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 35)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 35)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 35)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 36)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 42)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 46)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 47)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 49)
MWindow window1 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 49)
MWindow window1 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 49)
MWindow window1 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 49)
MWindow window1 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 50)
application.getChildren().add(window1);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 52)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 56)
MWindow window2 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 56)
MWindow window2 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 56)
MWindow window2 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 56)
MWindow window2 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 57)
application.getChildren().add(window2);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 59)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 61)
assertEquals(1, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 62)
assertEquals(window2, application.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 66)
window1 = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 67)
window2 = application.getChildren().get(1);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 79)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 83)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 84)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 86)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 86)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 86)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 86)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 87)
command.setElementId("id");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 88)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 90)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 90)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 90)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 90)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 91)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 93)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 93)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 93)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 93)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 94)
part.setElementId("id");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 95)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 96)
window.setSelectedElement(part);
Discouraged access: The method setSelectedElement(MWindowElement) from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 98)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 102)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 104)
assertEquals(0, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 105)
assertEquals(0, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 111)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 112)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java
 (at line 112)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java : 59 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 17)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 23)
assertNotNull(service.createModelReconciler());
Discouraged access: The method createModelReconciler() from the type IModelReconcilingService 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 27)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 29)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 30)
window.setLabel("windowName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 34)
ModelReconciler reconciler = service.createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 34)
ModelReconciler reconciler = service.createModelReconciler();
Discouraged access: The method createModelReconciler() from the type IModelReconcilingService 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 35)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 37)
window.setLabel("newName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 39)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 42)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 44)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 46)
assertEquals("windowName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 48)
service.applyDeltas(deltas);
Discouraged access: The method applyDeltas(Collection<ModelDelta>) from the type IModelReconcilingService 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 50)
assertEquals("newName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 54)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 56)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 57)
window.setLabel("windowName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 61)
ModelReconciler reconciler = service.createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 61)
ModelReconciler reconciler = service.createModelReconciler();
Discouraged access: The method createModelReconciler() from the type IModelReconcilingService 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 62)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 64)
window.setLabel("newName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 66)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 69)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 71)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 73)
assertEquals("windowName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 75)
service.applyDeltas(deltas, null);
Discouraged access: The method applyDeltas(Collection<ModelDelta>, String[]) from the type IModelReconcilingService 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.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 77)
assertEquals("newName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 81)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 83)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 84)
window.setLabel("windowName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 88)
ModelReconciler reconciler = service.createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 88)
ModelReconciler reconciler = service.createModelReconciler();
Discouraged access: The method createModelReconciler() from the type IModelReconcilingService 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 89)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 91)
window.setLabel("newName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 93)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 96)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 98)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 100)
assertEquals("windowName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 102)
service.applyDeltas(deltas, new String[0]);
Discouraged access: The method applyDeltas(Collection<ModelDelta>, String[]) from the type IModelReconcilingService 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 104)
assertEquals("newName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 108)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 110)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 111)
window.setLabel("windowName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 115)
ModelReconciler reconciler = service.createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 115)
ModelReconciler reconciler = service.createModelReconciler();
Discouraged access: The method createModelReconciler() from the type IModelReconcilingService 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 116)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 118)
window.setLabel("newName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 120)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 123)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 125)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 127)
assertEquals("windowName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 129)
service.applyDeltas(deltas, new String[] { ModelReconciler.UILABEL_LABEL_ATTNAME });
Discouraged access: The method applyDeltas(Collection<ModelDelta>, String[]) from the type IModelReconcilingService 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.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 130)
new String[] { ModelReconciler.UILABEL_LABEL_ATTNAME });
Discouraged access: The type ModelReconciler 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.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 130)
new String[] { ModelReconciler.UILABEL_LABEL_ATTNAME });
Discouraged access: The field UILABEL_LABEL_ATTNAME from the type ModelReconciler 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.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/IModelReconcilingServiceTest.java
 (at line 132)
assertEquals("windowName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 21)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 28)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 29)
application.getTags().addAll(Arrays.asList(originalTags));
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 33)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 34)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 36)
application.getTags().clear();
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 37)
application.getTags().addAll(Arrays.asList(userTags));
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 39)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 42)
application.getTags().clear();
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 44)
application.getTags().addAll(newTagsList);
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 46)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 48)
assertEquals(newTagsList, application.getTags());
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 53)
assertEquals(mergedTagsList.size(), application.getTags().size());
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 54)
assertTrue(mergedTagsList.containsAll(application.getTags()));
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 55)
assertTrue(application.getTags().containsAll(mergedTagsList));
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 86)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 90)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 91)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 93)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 93)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 93)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 93)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 94)
command.getTags().add("tag");
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 95)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 97)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 101)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 103)
assertEquals(0, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 107)
assertEquals(1, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 109)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 110)
assertEquals(1, command.getTags().size());
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 111)
assertEquals("tag", command.getTags().get(0));
Discouraged access: The method getTags() from the type MApplicationElement 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 115)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 119)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 120)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 122)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 122)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 122)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 122)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 124)
command.setElementId("commandId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 125)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 127)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 128)
command.setElementId("commandId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 131)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 135)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 137)
assertEquals(0, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 141)
assertEquals(1, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 143)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 144)
assertEquals("commandId", command.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 156)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 157)
application.setElementId(before);
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 161)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 162)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 164)
application.setElementId(after);
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 166)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 170)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 172)
assertEquals(before, application.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationElementTest.java
 (at line 176)
assertEquals(after, application.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java : 34 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 25)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 29)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 30)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 32)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 32)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 32)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 32)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 33)
command.setCommandName("newCommand");
Discouraged access: The method setCommandName(String) from the type MCommand 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 34)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 36)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 40)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 42)
assertEquals(0, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 46)
assertEquals(1, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 48)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 49)
assertEquals("newCommand", command.getCommandName());
Discouraged access: The method getCommandName() from the type MCommand 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 53)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 55)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 55)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 55)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 55)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 56)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 60)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 61)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 63)
application.getCommands().remove(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 65)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 69)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 71)
assertEquals(1, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 72)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerApplicationTest.java
 (at line 76)
assertEquals(0, application.getCommands().size());
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MBindingTable;
Discouraged access: The type MBindingTable 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.MKeyBinding;
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 21)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 27)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 31)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 32)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 34)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MBindingTable 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 34)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE .createBindingTable();
Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 34)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 34)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 36)
application.getBindingTables().add(bindingTable);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 38)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 42)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 44)
assertEquals(0, application.getBindingTables().size());
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 48)
assertEquals(1, application.getBindingTables().size());
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 52)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 54)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MBindingTable 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 54)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE .createBindingTable();
Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 54)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 54)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 56)
application.getBindingTables().add(bindingTable);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 60)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 61)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 63)
application.getBindingTables().remove(0);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 65)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 69)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 71)
assertEquals(1, application.getBindingTables().size());
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 75)
assertEquals(0, application.getBindingTables().size());
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 80)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 82)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MBindingTable 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 82)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE .createBindingTable();
Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 82)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 82)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 84)
application.getBindingTables().add(bindingTable);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 88)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 89)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 91)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 91)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE .createKeyBinding();
Discouraged access: The method createKeyBinding() from the type CommandsFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 91)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 91)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 93)
keyBinding.setKeySequence(keySequence);
Discouraged access: The method setKeySequence(String) from the type MKeySequence 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 94)
bindingTable.getBindings().add(keyBinding);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 96)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 99)
bindingTable = application.getBindingTables().get(0);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 101)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 103)
assertEquals(0, bindingTable.getBindings().size());
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 107)
assertEquals(1, bindingTable.getBindings().size());
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 109)
keyBinding = bindingTable.getBindings().get(0);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 110)
assertNull(keyBinding.getCommand());
Discouraged access: The method getCommand() from the type MKeyBinding 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 111)
assertEquals(keySequence, keyBinding.getKeySequence());
Discouraged access: The method getKeySequence() from the type MKeySequence 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 112)
assertEquals(0, keyBinding.getParameters().size());
Discouraged access: The method getParameters() from the type MKeyBinding 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 129)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 131)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MBindingTable 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 131)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE .createBindingTable();
Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 131)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 131)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 133)
application.getBindingTables().add(bindingTable);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 135)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 135)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE .createKeyBinding();
Discouraged access: The method createKeyBinding() from the type CommandsFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 135)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 135)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 137)
keyBinding.setKeySequence(keySequence);
Discouraged access: The method setKeySequence(String) from the type MKeySequence 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 138)
bindingTable.getBindings().add(keyBinding);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 142)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 143)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 145)
bindingTable.getBindings().remove(0);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 147)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 150)
bindingTable = application.getBindingTables().get(0);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 152)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 154)
assertEquals(1, bindingTable.getBindings().size());
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 156)
keyBinding = bindingTable.getBindings().get(0);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 157)
assertNull(keyBinding.getCommand());
Discouraged access: The method getCommand() from the type MKeyBinding 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 158)
assertEquals(keySequence, keyBinding.getKeySequence());
Discouraged access: The method getKeySequence() from the type MKeySequence 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 159)
assertEquals(0, keyBinding.getParameters().size());
Discouraged access: The method getParameters() from the type MKeyBinding 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 163)
assertEquals(0, bindingTable.getBindings().size());
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 181)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 183)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MBindingTable 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 183)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE .createBindingTable();
Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 183)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 183)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 185)
application.getBindingTables().add(bindingTable);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 187)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 187)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 187)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 187)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 188)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 192)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 193)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 195)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 195)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE .createKeyBinding();
Discouraged access: The method createKeyBinding() from the type CommandsFactoryImpl 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 195)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 195)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 197)
keyBinding.setKeySequence(keySequence);
Discouraged access: The method setKeySequence(String) from the type MKeySequence 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 198)
keyBinding.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MKeyBinding 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 199)
bindingTable.getBindings().add(keyBinding);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingContainerTest.java
 (at line 201)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MBindingTable;
Discouraged access: The type MBindingTable 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 25)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 27)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MBindingTable 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 27)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 27)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE .createBindingTable();
Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 27)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 29)
bindingTable.setBindingContextId(before);
Discouraged access: The method setBindingContextId(String) from the type MBindingTable 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 30)
application.getBindingTables().add(bindingTable);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 34)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 35)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 37)
bindingTable.setBindingContextId(after);
Discouraged access: The method setBindingContextId(String) from the type MBindingTable 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 39)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 42)
bindingTable = application.getBindingTables().get(0);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 44)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 46)
assertEquals(before, bindingTable.getBindingContextId());
Discouraged access: The method getBindingContextId() from the type MBindingTable 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerBindingTableTest.java
 (at line 50)
assertEquals(after, bindingTable.getBindingContextId());
Discouraged access: The method getBindingContextId() from the type MBindingTable 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java : 80 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MCommandParameter;
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 25)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 27)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 27)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 27)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 27)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 28)
command.setCommandName(before);
Discouraged access: The method setCommandName(String) from the type MCommand 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 29)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 33)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 34)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 36)
command.setCommandName(after);
Discouraged access: The method setCommandName(String) from the type MCommand 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 38)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 41)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 43)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 45)
assertEquals(before, command.getCommandName());
Discouraged access: The method getCommandName() from the type MCommand 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 49)
assertEquals(after, command.getCommandName());
Discouraged access: The method getCommandName() from the type MCommand 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 93)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 94)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 94)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 94)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 94)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 95)
command.setDescription(before);
Discouraged access: The method setDescription(String) from the type MCommand 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 96)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 100)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 101)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 103)
command.setDescription(after);
Discouraged access: The method setDescription(String) from the type MCommand 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 105)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 108)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 110)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 112)
assertEquals(before, command.getDescription());
Discouraged access: The method getDescription() from the type MCommand 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 116)
assertEquals(after, command.getDescription());
Discouraged access: The method getDescription() from the type MCommand 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 160)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 161)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 161)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 161)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 161)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 162)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 166)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 167)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 169)
MCommandParameter parameter = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 169)
MCommandParameter parameter = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 169)
MCommandParameter parameter = CommandsFactoryImpl.eINSTANCE .createCommandParameter();
Discouraged access: The method createCommandParameter() from the type CommandsFactoryImpl 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 169)
MCommandParameter parameter = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 171)
parameter.setName("parameterName");
Discouraged access: The method setName(String) from the type MCommandParameter 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 172)
command.getParameters().add(parameter);
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 174)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 177)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 179)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 181)
assertEquals(0, command.getParameters().size());
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 185)
assertEquals(1, command.getParameters().size());
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 186)
assertEquals("parameterName", command.getParameters().get(0).getName());
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 186)
assertEquals("parameterName", command.getParameters().get(0).getName());
Discouraged access: The method getName() from the type MCommandParameter 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 190)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 191)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 191)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 191)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 191)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 192)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 194)
MCommandParameter parameter = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MCommandParameter 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 194)
MCommandParameter parameter = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 194)
MCommandParameter parameter = CommandsFactoryImpl.eINSTANCE .createCommandParameter();
Discouraged access: The method createCommandParameter() from the type CommandsFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 194)
MCommandParameter parameter = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 196)
parameter.setName("parameterName");
Discouraged access: The method setName(String) from the type MCommandParameter 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 197)
command.getParameters().add(parameter);
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 201)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 202)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 204)
command.getParameters().remove(0);
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 206)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 209)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 210)
parameter = command.getParameters().get(0);
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 212)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 214)
assertEquals(1, command.getParameters().size());
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 215)
assertEquals(parameter, command.getParameters().get(0));
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 216)
assertEquals("parameterName", parameter.getName());
Discouraged access: The method getName() from the type MCommandParameter 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerCommandTest.java
 (at line 220)
assertEquals(0, command.getParameters().size());
Discouraged access: The method getParameters() from the type MCommand 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 27)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 29)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 29)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 29)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 29)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 30)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 33)
part.getPersistedState().put("testing", applicationState);
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 34)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 38)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 39)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 41)
part.getPersistedState().put("testing", userChange);
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 43)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 46)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 47)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 47)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 48)
part.getPersistedState().put("testing", newApplicationState);
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 50)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 52)
assertEquals(newApplicationState, part.getPersistedState().get(
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 59)
assertEquals(newApplicationState, part.getPersistedState().get(
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 62)
assertEquals(userChange, part.getPersistedState()
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 67)
assertEquals(userChange, part.getPersistedState()
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 70)
assertEquals(newApplicationState, part.getPersistedState().get(
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 221)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 223)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 223)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 223)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 223)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 224)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 228)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 229)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 231)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 231)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 231)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 231)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 232)
part.getPersistedState().put("key", "value");
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 233)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 235)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 238)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 240)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 242)
assertEquals(0, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 246)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 246)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 247)
assertEquals(1, part.getPersistedState().size());
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 248)
assertEquals("value", part.getPersistedState().get("key"));
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 252)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 254)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 254)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 254)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 254)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 255)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 257)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 257)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 257)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 257)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 258)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 262)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 263)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 265)
part.getPersistedState().put("key", "value");
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 267)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 270)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 271)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 271)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 273)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 275)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 276)
assertEquals(part, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 277)
assertEquals(0, part.getPersistedState().size());
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 281)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 281)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 282)
assertEquals(1, part.getPersistedState().size());
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 283)
assertEquals("value", part.getPersistedState().get("key"));
Discouraged access: The method getPersistedState() from the type MContribution 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 288)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 290)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 290)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 290)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 290)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 291)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 293)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 293)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 293)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 293)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 294)
part.setContributionURI(applicationURI);
Discouraged access: The method setContributionURI(String) from the type MContribution 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 295)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 299)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 300)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 302)
part.setContributionURI(userChange);
Discouraged access: The method setContributionURI(String) from the type MContribution 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 304)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 307)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 308)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 308)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerContributionTest.java
 (at line 309)
part.setContributionURI(newApplicationURI);
Discouraged access: The method setContributionURI(String) from the type MContribution 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl;
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MStackElement;
Discouraged access: The type MStackElement 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
Discouraged access: The type MTrimBar 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow;
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 30)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 31)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 37)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 39)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 43)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 44)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 46)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 46)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 46)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 46)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 47)
part.setLabel("newPart");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 48)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 50)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 53)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 55)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 57)
assertEquals(0, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 61)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 63)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 63)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 64)
assertEquals("newPart", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 68)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 70)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 72)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 72)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 72)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 72)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 73)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 77)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 78)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 80)
part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 80)
part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 80)
part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 81)
part.setLabel("newPart");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 82)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 84)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 87)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 88)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 88)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 89)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 91)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 92)
assertEquals(part, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 94)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 94)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 98)
assertEquals(2, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 99)
assertEquals(part, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 101)
part = (MPart) window.getChildren().get(1);
Discouraged access: The type MPart 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 101)
part = (MPart) window.getChildren().get(1);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 102)
assertEquals("newPart", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 106)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 108)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 110)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 110)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 110)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 110)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 112)
window.getChildren().add(stack);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 116)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 117)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 119)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 119)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 119)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 119)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 120)
part.setLabel("newPart");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 121)
stack.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 123)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 126)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 127)
stack = (MPartStack) window.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 127)
stack = (MPartStack) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 129)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 131)
assertEquals(0, stack.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 135)
assertEquals(1, stack.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 137)
part = (MPart) stack.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 137)
part = (MPart) stack.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 138)
assertEquals("newPart", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 142)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 144)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 148)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 149)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 151)
MPart editor = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 151)
MPart editor = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 151)
MPart editor = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 151)
MPart editor = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 152)
editor.setLabel("newEditor");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 153)
window.getChildren().add(editor);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 155)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 158)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerElementContainerTest.java
 (at line 160)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 27)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 29)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 31)
MPartSashContainer partSashContainer = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 31)
MPartSashContainer partSashContainer = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 31)
MPartSashContainer partSashContainer = BasicFactoryImpl.eINSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type BasicFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 31)
MPartSashContainer partSashContainer = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 33)
window.getChildren().add(partSashContainer);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 35)
partSashContainer.setHorizontal(applicationState);
Discouraged access: The method setHorizontal(boolean) from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 39)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 40)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 42)
partSashContainer.setHorizontal(userChange);
Discouraged access: The method setHorizontal(boolean) from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 44)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 47)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 48)
partSashContainer = (MPartSashContainer) window.getChildren().get(0);
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 48)
partSashContainer = (MPartSashContainer) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 50)
partSashContainer.setHorizontal(newApplicationState);
Discouraged access: The method setHorizontal(boolean) from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 52)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 54)
assertEquals(newApplicationState, partSashContainer.isHorizontal());
Discouraged access: The method isHorizontal() from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 60)
assertEquals(newApplicationState, partSashContainer.isHorizontal());
Discouraged access: The method isHorizontal() from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerGenericTileTest.java
 (at line 63)
assertEquals(userChange, partSashContainer.isHorizontal());
Discouraged access: The method isHorizontal() from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
Discouraged access: The type MHandledMenuItem 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledToolItem;
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 27)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 28)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 34)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 36)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 36)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 36)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 36)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 37)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 39)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 41)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 41)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 41)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 41)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 42)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 44)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 44)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 44)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 44)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 45)
part.setToolbar(toolBar);
Discouraged access: The method setToolbar(MToolBar) from the type MPart 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 47)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 47)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE .createHandledToolItem();
Discouraged access: The method createHandledToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 47)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 47)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 49)
toolBar.getChildren().add(handledToolItem);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 53)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 54)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 56)
handledToolItem.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MHandledItem 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 58)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 61)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 62)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 63)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 63)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 64)
toolBar = part.getToolbar();
Discouraged access: The method getToolbar() from the type MPart 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 66)
handledToolItem = (MHandledToolItem) toolBar.getChildren().get(0);
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 66)
handledToolItem = (MHandledToolItem) toolBar.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 68)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 70)
assertNull(handledToolItem.getCommand());
Discouraged access: The method getCommand() from the type MHandledItem 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 74)
assertEquals(command, handledToolItem.getCommand());
Discouraged access: The method getCommand() from the type MHandledItem 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 78)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 80)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 80)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 80)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 80)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 81)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 83)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 85)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 85)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 85)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 85)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 86)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 88)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 88)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 88)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 88)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 89)
part.setToolbar(toolBar);
Discouraged access: The method setToolbar(MToolBar) from the type MPart 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 91)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 91)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE .createHandledToolItem();
Discouraged access: The method createHandledToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 91)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 91)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 93)
toolBar.getChildren().add(handledToolItem);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 97)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 98)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 100)
handledToolItem.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MHandledItem 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 102)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 105)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 106)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 107)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 107)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 108)
toolBar = part.getToolbar();
Discouraged access: The method getToolbar() from the type MPart 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 110)
handledToolItem = (MHandledToolItem) toolBar.getChildren().get(0);
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 110)
handledToolItem = (MHandledToolItem) toolBar.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 112)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 114)
assertNull(handledToolItem.getCommand());
Discouraged access: The method getCommand() from the type MHandledItem 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 118)
assertEquals(command, handledToolItem.getCommand());
Discouraged access: The method getCommand() from the type MHandledItem 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 122)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 124)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 124)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 124)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 124)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 125)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 127)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 129)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 129)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 129)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 129)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 130)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 132)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandledItemTest.java
 (at line 132)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java : 79 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 26)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 30)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 31)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 33)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type MHandler 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 33)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 33)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The method createHandler() from the type CommandsFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 33)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 34)
application.getHandlers().add(handler);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 36)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 40)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 42)
assertEquals(0, application.getHandlers().size());
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 46)
assertEquals(1, application.getHandlers().size());
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 48)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 49)
assertEquals(null, handler.getCommand());
Discouraged access: The method getCommand() from the type MHandler 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 53)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 55)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 55)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 55)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 55)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 56)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 60)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 61)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 63)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type MHandler 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 63)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 63)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The method createHandler() from the type CommandsFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 63)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 64)
handler.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MHandler 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 65)
application.getHandlers().add(handler);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 67)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 70)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 72)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 74)
assertEquals(0, application.getHandlers().size());
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 78)
assertEquals(1, application.getHandlers().size());
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 80)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 81)
assertEquals(command, handler.getCommand());
Discouraged access: The method getCommand() from the type MHandler 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 85)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 87)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type MHandler 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 87)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 87)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The method createHandler() from the type CommandsFactoryImpl 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 87)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 88)
application.getHandlers().add(handler);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 92)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 93)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 95)
application.getHandlers().remove(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 97)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 100)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 102)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 104)
assertEquals(1, application.getHandlers().size());
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 106)
assertEquals(handler, application.getHandlers().get(0));
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 110)
assertEquals(0, application.getHandlers().size());
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 114)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 116)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 116)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 116)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 116)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 117)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 119)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type MHandler 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 119)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 119)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The method createHandler() from the type CommandsFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 119)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 120)
handler.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MHandler 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 121)
application.getHandlers().add(handler);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 125)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 126)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 128)
application.getHandlers().remove(handler);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 130)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 133)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 134)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 136)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 138)
assertEquals(1, application.getHandlers().size());
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 140)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 141)
assertEquals(command, handler.getCommand());
Discouraged access: The method getCommand() from the type MHandler 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerContainerTest.java
 (at line 145)
assertEquals(0, application.getHandlers().size());
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java : 51 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 25)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 27)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 27)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 27)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 27)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 28)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 30)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type MHandler 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 30)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 30)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The method createHandler() from the type CommandsFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 30)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 31)
application.getHandlers().add(handler);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 35)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 36)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 38)
handler.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MHandler 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 40)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 43)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 44)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 46)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 48)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 49)
assertNull(handler.getCommand());
Discouraged access: The method getCommand() from the type MHandler 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 53)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 54)
assertEquals(command, handler.getCommand());
Discouraged access: The method getCommand() from the type MHandler 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 58)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 60)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 60)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 60)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 60)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 61)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 63)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type MHandler 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 63)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 63)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The method createHandler() from the type CommandsFactoryImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 63)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 64)
handler.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MHandler 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 65)
application.getHandlers().add(handler);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 69)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 70)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 72)
handler.setCommand(null);
Discouraged access: The method setCommand(MCommand) from the type MHandler 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 74)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 77)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 78)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 80)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 82)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 83)
assertEquals(command, handler.getCommand());
Discouraged access: The method getCommand() from the type MHandler 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 87)
handler = application.getHandlers().get(0);
Discouraged access: The method getHandlers() from the type MHandlerContainer 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerHandlerTest.java
 (at line 88)
assertNull(handler.getCommand());
Discouraged access: The method getCommand() from the type MHandler 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 21)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 22)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 28)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 30)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 32)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 32)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 32)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 32)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 33)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MMenuItem 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 33)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 33)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 33)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 35)
menu.getChildren().add(item);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 36)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 38)
item.setEnabled(applicationState);
Discouraged access: The method setEnabled(boolean) from the type MItem 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 42)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 43)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 45)
item.setEnabled(userChange);
Discouraged access: The method setEnabled(boolean) from the type MItem 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 47)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 50)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 51)
menu = window.getMainMenu();
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 52)
item = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The type MMenuItem 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 52)
item = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 54)
item.setEnabled(newApplicationState);
Discouraged access: The method setEnabled(boolean) from the type MItem 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 56)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 58)
assertEquals(newApplicationState, item.isEnabled());
Discouraged access: The method isEnabled() from the type MItem 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 64)
assertEquals(newApplicationState, item.isEnabled());
Discouraged access: The method isEnabled() from the type MItem 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 67)
assertEquals(userChange, item.isEnabled());
Discouraged access: The method isEnabled() from the type MItem 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 105)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 107)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 109)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 109)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 109)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 109)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 110)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MMenuItem 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 110)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 110)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 110)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 112)
menu.getChildren().add(item);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 113)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 115)
item.setSelected(applicationState);
Discouraged access: The method setSelected(boolean) from the type MItem 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 119)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 120)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 122)
item.setSelected(userChange);
Discouraged access: The method setSelected(boolean) from the type MItem 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 124)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 127)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 128)
menu = window.getMainMenu();
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 129)
item = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The type MMenuItem 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 129)
item = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 131)
menu.getChildren().add(item);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 132)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 134)
item.setSelected(newApplicationState);
Discouraged access: The method setSelected(boolean) from the type MItem 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 136)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 138)
assertEquals(newApplicationState, item.isSelected());
Discouraged access: The method isSelected() from the type MItem 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 144)
assertEquals(newApplicationState, item.isSelected());
Discouraged access: The method isSelected() from the type MItem 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 147)
assertEquals(userChange, item.isSelected());
Discouraged access: The method isSelected() from the type MItem 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 183)
private void testItem_Type(ItemType applicationState, ItemType userChange,
Discouraged access: The type ItemType 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 183)
private void testItem_Type(ItemType applicationState, ItemType userChange,
Discouraged access: The type ItemType 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 184)
ItemType newApplicationState) {
Discouraged access: The type ItemType 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 185)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 187)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 189)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 189)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 189)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 189)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 190)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MMenuItem 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 190)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 190)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 190)
MMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 192)
menu.getChildren().add(item);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 193)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 195)
item.setType(applicationState);
Discouraged access: The method setType(ItemType) from the type MItem 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 199)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 200)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 202)
item.setType(userChange);
Discouraged access: The method setType(ItemType) from the type MItem 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 204)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 207)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 208)
menu = window.getMainMenu();
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 209)
item = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The type MMenuItem 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 209)
item = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 211)
item.setType(newApplicationState);
Discouraged access: The method setType(ItemType) from the type MItem 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 213)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 215)
assertEquals(newApplicationState, item.getType());
Discouraged access: The method getType() from the type MItem 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 221)
assertEquals(newApplicationState, item.getType());
Discouraged access: The method getType() from the type MItem 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 224)
assertEquals(userChange, item.getType());
Discouraged access: The method getType() from the type MItem 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 229)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.PUSH);
Discouraged access: The type ItemType 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 229)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.PUSH);
Discouraged access: The field PUSH from the type ItemType 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 229)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.PUSH);
Discouraged access: The type ItemType 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 229)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.PUSH);
Discouraged access: The field PUSH from the type ItemType 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 229)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.PUSH);
Discouraged access: The type ItemType 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 229)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.PUSH);
Discouraged access: The field PUSH from the type ItemType 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 233)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.CHECK);
Discouraged access: The field PUSH from the type ItemType 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 233)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.CHECK);
Discouraged access: The type ItemType 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerItemTest.java
 (at line 233)
testItem_Type(ItemType.PUSH, ItemType.PUSH, ItemType.CHECK);
Discouraged access: The field CHECK from the type ItemType 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MBindingTable;
Discouraged access: The type MBindingTable 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.MKeyBinding;
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 21)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 26)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 27)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MBindingTable 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 27)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 27)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE .createBindingTable();
Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 27)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 29)
application.getBindingTables().add(bindingTable);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 30)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 30)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 30)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 30)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 31)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 33)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 33)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 33)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE .createKeyBinding();
Discouraged access: The method createKeyBinding() from the type CommandsFactoryImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 33)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 35)
keyBinding.setKeySequence(before);
Discouraged access: The method setKeySequence(String) from the type MKeySequence 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 36)
keyBinding.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MKeyBinding 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 37)
bindingTable.getBindings().add(keyBinding);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 41)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 42)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 44)
keyBinding.setKeySequence(after);
Discouraged access: The method setKeySequence(String) from the type MKeySequence 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 46)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 49)
bindingTable = application.getBindingTables().get(0);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 50)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 51)
keyBinding = bindingTable.getBindings().get(0);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 53)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 55)
assertEquals(before, keyBinding.getKeySequence());
Discouraged access: The method getKeySequence() from the type MKeySequence 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeyBindingTest.java
 (at line 59)
assertEquals(after, keyBinding.getKeySequence());
Discouraged access: The method getKeySequence() from the type MKeySequence 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MBindingTable;
Discouraged access: The type MBindingTable 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MKeyBinding;
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 26)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 28)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MBindingTable 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 28)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 28)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE .createBindingTable();
Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 28)
MBindingTable bindingTable = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 30)
application.getBindingTables().add(bindingTable);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 32)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 32)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 32)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE .createKeyBinding();
Discouraged access: The method createKeyBinding() from the type CommandsFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 32)
MKeyBinding keyBinding = CommandsFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 34)
keyBinding.setKeySequence(before);
Discouraged access: The method setKeySequence(String) from the type MKeySequence 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 35)
bindingTable.getBindings().add(keyBinding);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 39)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 40)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 42)
keyBinding.setKeySequence(after);
Discouraged access: The method setKeySequence(String) from the type MKeySequence 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 44)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 47)
bindingTable = application.getBindingTables().get(0);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 48)
keyBinding = bindingTable.getBindings().get(0);
Discouraged access: The method getBindings() from the type MBindingTable 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 50)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 52)
assertEquals(before, keyBinding.getKeySequence());
Discouraged access: The method getKeySequence() from the type MKeySequence 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerKeySequenceTest.java
 (at line 56)
assertEquals(after, keyBinding.getKeySequence());
Discouraged access: The method getKeySequence() from the type MKeySequence 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java : 43 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution;
Discouraged access: The type MMenuContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 26)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 28)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MMenuContribution 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 28)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 28)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE .createMenuContribution();
Discouraged access: The method createMenuContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 28)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 30)
application.getMenuContributions().add(contribution);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 31)
contribution.setPositionInParent(before);
Discouraged access: The method setPositionInParent(String) from the type MMenuContribution 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 35)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 36)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 38)
contribution.setPositionInParent(after);
Discouraged access: The method setPositionInParent(String) from the type MMenuContribution 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 40)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 43)
contribution = application.getMenuContributions().get(0);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 45)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 47)
assertEquals(1, application.getMenuContributions().size());
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 48)
assertEquals(contribution, application.getMenuContributions().get(0));
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 49)
assertEquals(before, contribution.getPositionInParent());
Discouraged access: The method getPositionInParent() from the type MMenuContribution 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 53)
assertEquals(1, application.getMenuContributions().size());
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 54)
assertEquals(contribution, application.getMenuContributions().get(0));
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 55)
assertEquals(after, contribution.getPositionInParent());
Discouraged access: The method getPositionInParent() from the type MMenuContribution 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 79)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 81)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MMenuContribution 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 81)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 81)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE .createMenuContribution();
Discouraged access: The method createMenuContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 81)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 83)
application.getMenuContributions().add(contribution);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 84)
contribution.setParentID(before);
Discouraged access: The method setParentID(String) from the type MMenuContribution 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 88)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 89)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 91)
contribution.setParentID(after);
Discouraged access: The method setParentID(String) from the type MMenuContribution 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 93)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 96)
contribution = application.getMenuContributions().get(0);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 98)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 100)
assertEquals(1, application.getMenuContributions().size());
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 101)
assertEquals(contribution, application.getMenuContributions().get(0));
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 102)
assertEquals(before, contribution.getParentID());
Discouraged access: The method getParentID() from the type MMenuContribution 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 106)
assertEquals(1, application.getMenuContributions().size());
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 107)
assertEquals(contribution, application.getMenuContributions().get(0));
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionTest.java
 (at line 108)
assertEquals(after, contribution.getParentID());
Discouraged access: The method getParentID() from the type MMenuContribution 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java : 37 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution;
Discouraged access: The type MMenuContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 25)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 29)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 30)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 32)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MMenuContribution 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 32)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 32)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE .createMenuContribution();
Discouraged access: The method createMenuContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 32)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 34)
contribution.setElementId("contributionId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 35)
application.getMenuContributions().add(contribution);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 37)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 41)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 43)
assertEquals(0, application.getMenuContributions().size());
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 47)
assertEquals(1, application.getMenuContributions().size());
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 49)
contribution = application.getMenuContributions().get(0);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 50)
assertEquals("contributionId", contribution.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 54)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 56)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MMenuContribution 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 56)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 56)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE .createMenuContribution();
Discouraged access: The method createMenuContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 56)
MMenuContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 58)
contribution.setElementId("contributionId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 59)
application.getMenuContributions().add(contribution);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 63)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 64)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 66)
application.getMenuContributions().remove(0);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 68)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 71)
contribution = application.getMenuContributions().get(0);
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 73)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 75)
assertEquals(1, application.getMenuContributions().size());
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 76)
assertEquals(contribution, application.getMenuContributions().get(0));
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 77)
assertEquals("contributionId", contribution.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuContributionsTest.java
 (at line 81)
assertEquals(0, application.getMenuContributions().size());
Discouraged access: The method getMenuContributions() from the type MMenuContributions 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java : 36 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 21)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 26)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 28)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 30)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 30)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 30)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 30)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 31)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 33)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MMenuItem 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 33)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 33)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 33)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 34)
menu.getChildren().add(menuItem);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 35)
menuItem.setMnemonics(before);
Discouraged access: The method setMnemonics(String) from the type MMenuItem 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 39)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 40)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 42)
menuItem.setMnemonics(after);
Discouraged access: The method setMnemonics(String) from the type MMenuItem 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 44)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 47)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 49)
menu = window.getMainMenu();
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 50)
menuItem = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The type MMenuItem 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 50)
menuItem = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 52)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 54)
assertEquals(1, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 55)
assertEquals(window, application.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 56)
assertEquals(menu, window.getMainMenu());
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 57)
assertEquals(1, menu.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 58)
assertEquals(menuItem, menu.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 59)
assertEquals(before, menuItem.getMnemonics());
Discouraged access: The method getMnemonics() from the type MMenuItem 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuItemTest.java
 (at line 63)
assertEquals(after, menuItem.getMnemonics());
Discouraged access: The method getMnemonics() from the type MMenuItem 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuElement;
Discouraged access: The type MMenuElement 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 23)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 24)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 28)
private void testPartMenu_Children_Add(MMenuElement menuItem) {
Discouraged access: The type MMenuElement 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 29)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 31)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 33)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 33)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 33)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 33)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 34)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 36)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 36)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 36)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 36)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 37)
part.getMenus().add(menu);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 41)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 42)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 44)
menu.getChildren().add(menuItem);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 46)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 49)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 51)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 51)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 52)
menu = part.getMenus().get(0);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 54)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 56)
assertEquals(0, menu.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 60)
assertEquals(1, menu.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 61)
assertEquals(menuItem.getClass(), menu.getChildren().get(0).getClass());
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 65)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 65)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE .createMenuSeparator());
Discouraged access: The method createMenuSeparator() from the type MenuFactoryImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 65)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 70)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 70)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE .createDirectMenuItem());
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 70)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 75)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 75)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE .createHandledMenuItem());
Discouraged access: The method createHandledMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 75)
testPartMenu_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 80)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 82)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 84)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 84)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 84)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 84)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 85)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 87)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 87)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 87)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 87)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 88)
part.getMenus().add(menu);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 90)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MMenuItem 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 90)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 90)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 90)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 91)
menu.getChildren().add(menuItem);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 95)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 96)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 98)
menu.getChildren().remove(0);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 100)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 103)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 104)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 104)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 106)
menu = part.getMenus().get(0);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 108)
menuItem = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The type MMenuItem 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 108)
menuItem = (MMenuItem) menu.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 110)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 112)
assertEquals(1, menu.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 114)
assertEquals(menuItem, menu.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerMenuTest.java
 (at line 118)
assertEquals(0, menu.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
Discouraged access: The type MHandledMenuItem 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledToolItem;
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 27)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 28)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 33)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 35)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 35)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 35)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 35)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 36)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 38)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 40)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 40)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 40)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 40)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 41)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 43)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 43)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 43)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 43)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 44)
part.setToolbar(toolBar);
Discouraged access: The method setToolbar(MToolBar) from the type MPart 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 46)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 46)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE .createHandledToolItem();
Discouraged access: The method createHandledToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 46)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 46)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 48)
toolBar.getChildren().add(handledToolItem);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 50)
MParameter parameter = CommandsFactoryImpl.eINSTANCE.createParameter();
Discouraged access: The type MParameter 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 50)
MParameter parameter = CommandsFactoryImpl.eINSTANCE.createParameter();
Discouraged access: The method createParameter() from the type CommandsFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 50)
MParameter parameter = CommandsFactoryImpl.eINSTANCE.createParameter();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 50)
MParameter parameter = CommandsFactoryImpl.eINSTANCE.createParameter();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 51)
parameter.setName(before);
Discouraged access: The method setName(String) from the type MParameter 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 52)
handledToolItem.getParameters().add(parameter);
Discouraged access: The method getParameters() from the type MHandledItem 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 56)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 57)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 59)
parameter.setName(after);
Discouraged access: The method setName(String) from the type MParameter 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 61)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 64)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 65)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 66)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 66)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 67)
toolBar = part.getToolbar();
Discouraged access: The method getToolbar() from the type MPart 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 69)
handledToolItem = (MHandledToolItem) toolBar.getChildren().get(0);
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 69)
handledToolItem = (MHandledToolItem) toolBar.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 70)
parameter = handledToolItem.getParameters().get(0);
Discouraged access: The method getParameters() from the type MHandledItem 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 72)
assertEquals(before, parameter.getName());
Discouraged access: The method getName() from the type MParameter 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 74)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 76)
assertEquals(before, parameter.getName());
Discouraged access: The method getName() from the type MParameter 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 80)
assertEquals(after, parameter.getName());
Discouraged access: The method getName() from the type MParameter 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 125)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 127)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type MCommand 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 127)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 127)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 127)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 128)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 130)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 132)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 132)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 132)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 132)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 133)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 135)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 135)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 135)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 135)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 136)
part.setToolbar(toolBar);
Discouraged access: The method setToolbar(MToolBar) from the type MPart 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 138)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 138)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE .createHandledToolItem();
Discouraged access: The method createHandledToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 138)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 138)
MHandledToolItem handledToolItem = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 140)
toolBar.getChildren().add(handledToolItem);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 142)
MParameter parameter = CommandsFactoryImpl.eINSTANCE.createParameter();
Discouraged access: The type MParameter 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 142)
MParameter parameter = CommandsFactoryImpl.eINSTANCE.createParameter();
Discouraged access: The method createParameter() from the type CommandsFactoryImpl 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 142)
MParameter parameter = CommandsFactoryImpl.eINSTANCE.createParameter();
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 142)
MParameter parameter = CommandsFactoryImpl.eINSTANCE.createParameter();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 143)
parameter.setValue(before);
Discouraged access: The method setValue(String) from the type MParameter 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 144)
handledToolItem.getParameters().add(parameter);
Discouraged access: The method getParameters() from the type MHandledItem 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 148)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 149)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 151)
parameter.setValue(after);
Discouraged access: The method setValue(String) from the type MParameter 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 153)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 156)
command = application.getCommands().get(0);
Discouraged access: The method getCommands() from the type MApplication 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 157)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 158)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 158)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 159)
toolBar = part.getToolbar();
Discouraged access: The method getToolbar() from the type MPart 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 161)
handledToolItem = (MHandledToolItem) toolBar.getChildren().get(0);
Discouraged access: The type MHandledToolItem 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 161)
handledToolItem = (MHandledToolItem) toolBar.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 162)
parameter = handledToolItem.getParameters().get(0);
Discouraged access: The method getParameters() from the type MHandledItem 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 164)
assertEquals(before, parameter.getValue());
Discouraged access: The method getValue() from the type MParameter 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerParameterTest.java
 (at line 166)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 25)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 26)
MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartDescriptor 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 26)
MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 26)
MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE .createPartDescriptor();
Discouraged access: The method createPartDescriptor() from the type BasicFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 26)
MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 28)
application.getDescriptors().add(descriptor);
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 30)
descriptor.setAllowMultiple(before);
Discouraged access: The method setAllowMultiple(boolean) from the type MPartDescriptor 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 34)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 35)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 37)
descriptor.setAllowMultiple(after);
Discouraged access: The method setAllowMultiple(boolean) from the type MPartDescriptor 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 39)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 42)
descriptor = application.getDescriptors().get(0);
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 44)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 46)
assertEquals(before, descriptor.isAllowMultiple());
Discouraged access: The method isAllowMultiple() from the type MPartDescriptor 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 50)
assertEquals(after, descriptor.isAllowMultiple());
Discouraged access: The method isAllowMultiple() from the type MPartDescriptor 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 70)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 71)
MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartDescriptor 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 71)
MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 71)
MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE .createPartDescriptor();
Discouraged access: The method createPartDescriptor() from the type BasicFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 71)
MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 73)
application.getDescriptors().add(descriptor);
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 75)
descriptor.setCategory(before);
Discouraged access: The method setCategory(String) from the type MPartDescriptor 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 79)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 80)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 82)
descriptor.setCategory(after);
Discouraged access: The method setCategory(String) from the type MPartDescriptor 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 84)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 87)
descriptor = application.getDescriptors().get(0);
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 89)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 91)
assertEquals(before, descriptor.getCategory());
Discouraged access: The method getCategory() from the type MPartDescriptor 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartDescriptorTest.java
 (at line 95)
assertEquals(after, descriptor.getCategory());
Discouraged access: The method getCategory() from the type MPartDescriptor 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 22)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 23)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 28)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 30)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 33)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 37)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 38)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 40)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 40)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 40)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 40)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 41)
part.getMenus().add(menu);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 43)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 46)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 47)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 47)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 49)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 51)
assertEquals(0, part.getMenus().size());
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 55)
assertEquals(1, part.getMenus().size());
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 59)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 61)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 63)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 63)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 63)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 63)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 64)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 66)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 66)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 66)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 66)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 67)
part.getMenus().add(menu);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 71)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 72)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 74)
part.getMenus().remove(menu);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 76)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 79)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 80)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 80)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 81)
menu = part.getMenus().get(0);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 83)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 85)
assertEquals(1, part.getMenus().size());
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 86)
assertEquals(menu, part.getMenus().get(0));
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 90)
assertEquals(0, part.getMenus().size());
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 94)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 96)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 98)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 98)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 98)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 98)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 99)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 101)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 101)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 101)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 101)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 102)
menu.setToBeRendered(before);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 103)
part.getMenus().add(menu);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 107)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 108)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 110)
menu.setToBeRendered(after);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 112)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 115)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 116)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 116)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 117)
menu = part.getMenus().get(0);
Discouraged access: The method getMenus() from the type MPart 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 119)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 121)
assertEquals(before, menu.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 125)
assertEquals(after, menu.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 145)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 147)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 149)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 149)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 149)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 149)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 150)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 154)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 155)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 157)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 157)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 157)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 157)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 158)
part.setToolbar(toolBar);
Discouraged access: The method setToolbar(MToolBar) from the type MPart 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 160)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 163)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 164)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 164)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 166)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 168)
assertNull(part.getToolbar());
Discouraged access: The method getToolbar() from the type MPart 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 172)
assertNotNull(part.getToolbar());
Discouraged access: The method getToolbar() from the type MPart 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPartTest.java
 (at line 176)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl;
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 21)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 22)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 28)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 29)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 31)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 31)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE .createPerspectiveStack();
Discouraged access: The method createPerspectiveStack() from the type AdvancedFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 31)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 31)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 33)
window.getChildren().add(perspectiveStack);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 35)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspective 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 35)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE .createPerspective();
Discouraged access: The method createPerspective() from the type AdvancedFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 35)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 35)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 37)
perspectiveStack.getChildren().add(perspective);
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 41)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 42)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 44)
MWindow nestedWindow = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 44)
MWindow nestedWindow = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 44)
MWindow nestedWindow = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 44)
MWindow nestedWindow = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 45)
nestedWindow.setElementId("nested");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 46)
perspective.getWindows().add(nestedWindow);
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 48)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 51)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 52)
perspectiveStack = (MPerspectiveStack) window.getChildren().get(0);
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 52)
perspectiveStack = (MPerspectiveStack) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 53)
perspective = perspectiveStack.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 55)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 57)
assertEquals(1, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 58)
assertEquals(window, application.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 59)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 60)
assertEquals(perspectiveStack, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 61)
assertEquals(1, perspectiveStack.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 62)
assertEquals(perspective, perspectiveStack.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 63)
assertEquals(0, perspective.getWindows().size());
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 67)
assertEquals(1, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 68)
assertEquals(window, application.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 69)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 70)
assertEquals(perspectiveStack, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 71)
assertEquals(1, perspectiveStack.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 72)
assertEquals(perspective, perspectiveStack.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 73)
assertEquals(1, perspective.getWindows().size());
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 75)
nestedWindow = (MWindow) perspective.getWindows().get(0);
Discouraged access: The type MWindow 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 75)
nestedWindow = (MWindow) perspective.getWindows().get(0);
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 76)
assertEquals("nested", nestedWindow.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 80)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 81)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 83)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 83)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE .createPerspectiveStack();
Discouraged access: The method createPerspectiveStack() from the type AdvancedFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 83)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 83)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 85)
window.getChildren().add(perspectiveStack);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 87)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspective 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 87)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE .createPerspective();
Discouraged access: The method createPerspective() from the type AdvancedFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 87)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 87)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 89)
perspectiveStack.getChildren().add(perspective);
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 91)
MWindow nestedWindow = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 91)
MWindow nestedWindow = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 91)
MWindow nestedWindow = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 91)
MWindow nestedWindow = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 92)
nestedWindow.setElementId("nested");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 93)
perspective.getWindows().add(nestedWindow);
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 97)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 98)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 100)
perspective.getWindows().remove(0);
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 102)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 105)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 106)
perspectiveStack = (MPerspectiveStack) window.getChildren().get(0);
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 106)
perspectiveStack = (MPerspectiveStack) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 107)
perspective = perspectiveStack.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 108)
nestedWindow = perspective.getWindows().get(0);
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 110)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 112)
assertEquals(1, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 113)
assertEquals(window, application.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 114)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 115)
assertEquals(perspectiveStack, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 116)
assertEquals(1, perspectiveStack.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 117)
assertEquals(perspective, perspectiveStack.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 118)
assertEquals(1, perspective.getWindows().size());
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 119)
assertEquals(nestedWindow, perspective.getWindows().get(0));
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 120)
assertEquals("nested", nestedWindow.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 124)
assertEquals(1, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 125)
assertEquals(window, application.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 126)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 127)
assertEquals(perspectiveStack, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 128)
assertEquals(1, perspectiveStack.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 129)
assertEquals(perspective, perspectiveStack.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 130)
assertEquals(0, perspective.getWindows().size());
Discouraged access: The method getWindows() from the type MPerspective 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 134)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 135)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 137)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 137)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE .createPerspectiveStack();
Discouraged access: The method createPerspectiveStack() from the type AdvancedFactoryImpl 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPerspectiveTest.java
 (at line 137)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl;
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 23)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 24)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 30)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 31)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 31)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 31)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 31)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 32)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 32)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE .createPerspectiveStack();
Discouraged access: The method createPerspectiveStack() from the type AdvancedFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 32)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 32)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 34)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspective 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 34)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE .createPerspective();
Discouraged access: The method createPerspective() from the type AdvancedFactoryImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 34)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 34)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 36)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 36)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 36)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 36)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 37)
MPlaceholder placeholder = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 37)
MPlaceholder placeholder = AdvancedFactoryImpl.eINSTANCE .createPlaceholder();
Discouraged access: The method createPlaceholder() from the type AdvancedFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 37)
MPlaceholder placeholder = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 37)
MPlaceholder placeholder = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 40)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 41)
application.setSelectedElement(window);
Discouraged access: The method setSelectedElement(MWindow) from the type MElementContainer<MWindow> 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 43)
window.getChildren().add(perspectiveStack);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 44)
window.setSelectedElement(perspectiveStack);
Discouraged access: The method setSelectedElement(MWindowElement) from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 46)
perspectiveStack.getChildren().add(perspective);
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 47)
perspectiveStack.setSelectedElement(perspective);
Discouraged access: The method setSelectedElement(MPerspective) from the type MElementContainer<MPerspective> 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 49)
perspective.getChildren().add(placeholder);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 50)
perspective.setSelectedElement(placeholder);
Discouraged access: The method setSelectedElement(MPartSashContainerElement) from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 52)
window.getSharedElements().add(part);
Discouraged access: The method getSharedElements() from the type MWindow 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 56)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 57)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 59)
placeholder.setRef(part);
Discouraged access: The method setRef(MUIElement) from the type MPlaceholder 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 61)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 64)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 65)
perspectiveStack = (MPerspectiveStack) window.getChildren().get(0);
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 65)
perspectiveStack = (MPerspectiveStack) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 66)
perspective = perspectiveStack.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 67)
placeholder = (MPlaceholder) perspective.getChildren().get(0);
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 67)
placeholder = (MPlaceholder) perspective.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 68)
part = (MPart) window.getSharedElements().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 68)
part = (MPart) window.getSharedElements().get(0);
Discouraged access: The method getSharedElements() from the type MWindow 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 70)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 72)
assertEquals(1, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 73)
assertEquals(window, application.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 74)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 75)
assertEquals(perspectiveStack, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 76)
assertEquals(1, perspectiveStack.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 77)
assertEquals(perspective, perspectiveStack.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 78)
assertEquals(1, perspective.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 79)
assertEquals(placeholder, perspective.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 80)
assertEquals(1, window.getSharedElements().size());
Discouraged access: The method getSharedElements() from the type MWindow 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 81)
assertEquals(part, window.getSharedElements().get(0));
Discouraged access: The method getSharedElements() from the type MWindow 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 82)
assertNull(placeholder.getRef());
Discouraged access: The method getRef() from the type MPlaceholder 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 86)
assertEquals(1, application.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 87)
assertEquals(window, application.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 88)
assertEquals(1, window.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 89)
assertEquals(perspectiveStack, window.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 90)
assertEquals(1, perspectiveStack.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 91)
assertEquals(perspective, perspectiveStack.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MPerspective> 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 92)
assertEquals(1, perspective.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 93)
assertEquals(placeholder, perspective.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 94)
assertEquals(1, window.getSharedElements().size());
Discouraged access: The method getSharedElements() from the type MWindow 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 95)
assertEquals(part, window.getSharedElements().get(0));
Discouraged access: The method getSharedElements() from the type MWindow 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 96)
assertEquals(part, placeholder.getRef());
Discouraged access: The method getRef() from the type MPlaceholder 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 100)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 101)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 101)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 101)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 101)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 102)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspectiveStack 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 102)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE .createPerspectiveStack();
Discouraged access: The method createPerspectiveStack() from the type AdvancedFactoryImpl 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 102)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 102)
MPerspectiveStack perspectiveStack = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 104)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPerspective 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 104)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE .createPerspective();
Discouraged access: The method createPerspective() from the type AdvancedFactoryImpl 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 104)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 104)
MPerspective perspective = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 106)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 106)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 106)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 106)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 107)
MPlaceholder placeholder = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type MPlaceholder 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 107)
MPlaceholder placeholder = AdvancedFactoryImpl.eINSTANCE .createPlaceholder();
Discouraged access: The method createPlaceholder() from the type AdvancedFactoryImpl 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 107)
MPlaceholder placeholder = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The type AdvancedFactoryImpl 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 107)
MPlaceholder placeholder = AdvancedFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type AdvancedFactoryImpl 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 110)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 111)
application.setSelectedElement(window);
Discouraged access: The method setSelectedElement(MWindow) from the type MElementContainer<MWindow> 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 113)
window.getChildren().add(perspectiveStack);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerPlaceholderTest.java
 (at line 114)
window.setSelectedElement(perspectiveStack);
Discouraged access: The method setSelectedElement(MWindowElement) from the type MElementContainer<MWindowElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MBindingTable;
Discouraged access: The type MBindingTable 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.commands.MKeyBinding;
Discouraged access: The type MKeyBinding 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MWindowElement;
Discouraged access: The type MWindowElement 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 29)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 30)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 35)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 37)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 38)
window.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 42)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 43)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 45)
window.setLabel("customName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 47)
Object serializedState = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 50)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 51)
window.setElementId("id");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 53)
Collection<ModelDelta> deltas = constructDeltas(application,
Discouraged access: The type ModelDelta 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 56)
assertEquals("name", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 60)
assertEquals("customName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 64)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 66)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 67)
window.setElementId("id");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 68)
window.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 72)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 73)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 75)
window.setLabel("customName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 77)
Object serializedState = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 80)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 81)
window.setElementId("id2");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 83)
Collection<ModelDelta> deltas = constructDeltas(application,
Discouraged access: The type ModelDelta 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.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 86)
assertEquals("name", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 90)
assertEquals("customName", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 103)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 105)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 107)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 107)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 107)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 107)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 108)
part.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 110)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 114)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 115)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 117)
part.setLabel("customName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 119)
Object serializedState = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 122)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 124)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 124)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 125)
part.setLabel("name2");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 127)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 129)
Collection<ModelDelta> deltas = constructDeltas(application,
Discouraged access: The type ModelDelta 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.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 132)
assertEquals("name2", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 136)
assertEquals("customName", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 150)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 152)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 154)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 154)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 154)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 154)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 155)
part.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 156)
part.setToBeRendered(true);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 158)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 162)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 163)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 165)
part.setLabel("customName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 167)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 170)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 171)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 171)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 172)
part.setLabel("name2");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 173)
part.setToBeRendered(false);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 175)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 177)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 179)
assertFalse(part.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 180)
assertEquals("name2", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 185)
assertFalse(part.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 187)
assertEquals("customName", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 201)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 203)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 205)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 205)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 205)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 205)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 206)
part.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 207)
part.setToBeRendered(true);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 209)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 213)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 214)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 216)
part.setToBeRendered(false);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 218)
Object serializedState = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 221)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 223)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java
 (at line 223)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 22)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 23)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 24)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 29)
protected IModelReconcilingService service;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 43)
protected abstract IModelReconcilingService getModelReconcilingService();
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 45)
protected ModelReconciler createModelReconciler() {
Discouraged access: The type ModelReconciler 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 46)
return service.createModelReconciler();
Discouraged access: The method createModelReconciler() from the type IModelReconcilingService 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 49)
protected Collection<ModelDelta> constructDeltas(Object object,
Discouraged access: The type ModelDelta 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 54)
protected Collection<ModelDelta> constructDeltas(
Discouraged access: The type ModelDelta 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 55)
ModelReconciler reconciler, Object object, Object serializedState) {
Discouraged access: The type ModelReconciler 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 56)
return reconciler.constructDeltas(object, serializedState);
Discouraged access: The method constructDeltas(Object, Object) from the type ModelReconciler 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.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 59)
protected void applyAll(Collection<ModelDelta> deltas) {
Discouraged access: The type ModelDelta 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.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 63)
protected void applyAll(Collection<ModelDelta> deltas, String[] filters) {
Discouraged access: The type ModelDelta 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTest.java
 (at line 64)
IStatus status = service.applyDeltas(deltas, filters);
Discouraged access: The method applyDeltas(Collection<ModelDelta>, String[]) from the type IModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java : 43 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution;
Discouraged access: The type MToolBarContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 26)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 28)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MToolBarContribution 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 28)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 28)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE .createToolBarContribution();
Discouraged access: The method createToolBarContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 28)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 30)
application.getToolBarContributions().add(contribution);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 31)
contribution.setPositionInParent(before);
Discouraged access: The method setPositionInParent(String) from the type MToolBarContribution 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 35)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 36)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 38)
contribution.setPositionInParent(after);
Discouraged access: The method setPositionInParent(String) from the type MToolBarContribution 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 40)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 44)
contribution = application.getToolBarContributions().get(0);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 46)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 48)
assertEquals(1, application.getToolBarContributions().size());
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 49)
assertEquals(contribution, application.getToolBarContributions().get(0));
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 50)
assertEquals(before, contribution.getPositionInParent());
Discouraged access: The method getPositionInParent() from the type MToolBarContribution 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 54)
assertEquals(1, application.getToolBarContributions().size());
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 55)
assertEquals(contribution, application.getToolBarContributions().get(0));
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 56)
assertEquals(after, contribution.getPositionInParent());
Discouraged access: The method getPositionInParent() from the type MToolBarContribution 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 100)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 102)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MToolBarContribution 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 102)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 102)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE .createToolBarContribution();
Discouraged access: The method createToolBarContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 102)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 104)
application.getToolBarContributions().add(contribution);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 105)
contribution.setParentId(before);
Discouraged access: The method setParentId(String) from the type MToolBarContribution 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 109)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 110)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 112)
contribution.setParentId(after);
Discouraged access: The method setParentId(String) from the type MToolBarContribution 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 114)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 117)
contribution = application.getToolBarContributions().get(0);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 119)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 121)
assertEquals(1, application.getToolBarContributions().size());
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 122)
assertEquals(contribution, application.getToolBarContributions().get(0));
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 123)
assertEquals(before, contribution.getParentId());
Discouraged access: The method getParentId() from the type MToolBarContribution 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 127)
assertEquals(1, application.getToolBarContributions().size());
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 128)
assertEquals(contribution, application.getToolBarContributions().get(0));
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java
 (at line 129)
assertEquals(after, contribution.getParentId());
Discouraged access: The method getParentId() from the type MToolBarContribution 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java : 37 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution;
Discouraged access: The type MToolBarContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 25)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 29)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 30)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 32)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MToolBarContribution 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 32)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 32)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE .createToolBarContribution();
Discouraged access: The method createToolBarContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 32)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 34)
contribution.setElementId("contributionId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 35)
application.getToolBarContributions().add(contribution);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 37)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 41)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 43)
assertEquals(0, application.getToolBarContributions().size());
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 47)
assertEquals(1, application.getToolBarContributions().size());
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 49)
contribution = application.getToolBarContributions().get(0);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 50)
assertEquals("contributionId", contribution.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 54)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 56)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MToolBarContribution 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 56)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 56)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE .createToolBarContribution();
Discouraged access: The method createToolBarContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 56)
MToolBarContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 58)
contribution.setElementId("contributionId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 59)
application.getToolBarContributions().add(contribution);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 63)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 64)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 66)
application.getToolBarContributions().remove(0);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 68)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 71)
contribution = application.getToolBarContributions().get(0);
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 73)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 75)
assertEquals(1, application.getToolBarContributions().size());
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 76)
assertEquals(contribution, application.getToolBarContributions().get(0));
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 77)
assertEquals("contributionId", contribution.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionsTest.java
 (at line 81)
assertEquals(0, application.getToolBarContributions().size());
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarElement;
Discouraged access: The type MToolBarElement 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MToolItem;
Discouraged access: The type MToolItem 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 23)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 24)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 28)
private void testToolBar_Children_Add(MToolBarElement toolItem) {
Discouraged access: The type MToolBarElement 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 29)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 31)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 33)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 33)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 33)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 33)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 34)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 36)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 36)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 36)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 36)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 37)
part.setToolbar(toolBar);
Discouraged access: The method setToolbar(MToolBar) from the type MPart 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 41)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 42)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 44)
toolBar.getChildren().add(toolItem);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 46)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 49)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 51)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 51)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 52)
toolBar = part.getToolbar();
Discouraged access: The method getToolbar() from the type MPart 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 54)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 56)
assertEquals(0, toolBar.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 60)
assertEquals(1, toolBar.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 61)
assertEquals(toolItem.getClass(), toolBar.getChildren().get(0)
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 66)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 66)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE .createToolBarSeparator());
Discouraged access: The method createToolBarSeparator() from the type MenuFactoryImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 66)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 71)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 71)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE .createDirectToolItem());
Discouraged access: The method createDirectToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 71)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 76)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 76)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE .createHandledToolItem());
Discouraged access: The method createHandledToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 76)
testToolBar_Children_Add(MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 81)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 83)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 85)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 85)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 85)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 85)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 86)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 88)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 88)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 88)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 88)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 89)
part.setToolbar(toolBar);
Discouraged access: The method setToolbar(MToolBar) from the type MPart 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 91)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The type MToolItem 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 91)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 91)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The method createDirectToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 91)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 92)
toolBar.getChildren().add(toolItem);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 96)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 97)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 99)
toolBar.getChildren().remove(0);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 101)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 104)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 106)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 106)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 107)
toolBar = part.getToolbar();
Discouraged access: The method getToolbar() from the type MPart 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 108)
toolItem = (MToolItem) toolBar.getChildren().get(0);
Discouraged access: The type MToolItem 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 108)
toolItem = (MToolItem) toolBar.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 110)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 112)
assertEquals(1, toolBar.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 113)
assertEquals(toolItem, toolBar.getChildren().get(0));
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarTest.java
 (at line 117)
assertEquals(0, toolBar.getChildren().size());
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.SideValue;
Discouraged access: The type SideValue 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
Discouraged access: The type MTrimBar 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow;
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 20)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 21)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 26)
private void testTrimContainer_Side(SideValue applicationState,
Discouraged access: The type SideValue 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 27)
SideValue userChange, SideValue newApplicationState) {
Discouraged access: The type SideValue 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 27)
SideValue userChange, SideValue newApplicationState) {
Discouraged access: The type SideValue 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 28)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 30)
MTrimmedWindow window = createTrimmedWindow(application);
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 32)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The type MTrimBar 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 32)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The method createTrimBar() from the type BasicFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 32)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 32)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 33)
trimBar.setSide(applicationState);
Discouraged access: The method setSide(SideValue) from the type MGenericTrimContainer<MTrimElement> 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 34)
window.getTrimBars().add(trimBar);
Discouraged access: The method getTrimBars() from the type MTrimmedWindow 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 38)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 39)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 41)
trimBar.setSide(userChange);
Discouraged access: The method setSide(SideValue) from the type MGenericTrimContainer<MTrimElement> 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 43)
Object serialize = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 46)
window = (MTrimmedWindow) application.getChildren().get(0);
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 46)
window = (MTrimmedWindow) application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 47)
trimBar = window.getTrimBars().get(0);
Discouraged access: The method getTrimBars() from the type MTrimmedWindow 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 49)
trimBar.setSide(newApplicationState);
Discouraged access: The method setSide(SideValue) from the type MGenericTrimContainer<MTrimElement> 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 51)
Collection<ModelDelta> deltas = constructDeltas(application, serialize);
Discouraged access: The type ModelDelta 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 53)
assertEquals(newApplicationState, trimBar.getSide());
Discouraged access: The method getSide() from the type MGenericTrimContainer<MTrimElement> 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 59)
assertEquals(newApplicationState, trimBar.getSide());
Discouraged access: The method getSide() from the type MGenericTrimContainer<MTrimElement> 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 62)
assertEquals(userChange, trimBar.getSide());
Discouraged access: The method getSide() from the type MGenericTrimContainer<MTrimElement> 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 67)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 67)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.TOP);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 67)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 67)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.TOP);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 67)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 67)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.TOP);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 71)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 71)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 71)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 71)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 71)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 71)
testTrimContainer_Side(SideValue.TOP, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 75)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 75)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 75)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 75)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 75)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 75)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 79)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 79)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.RIGHT);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 79)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 79)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.RIGHT);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 79)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 79)
testTrimContainer_Side(SideValue.TOP, SideValue.RIGHT, SideValue.RIGHT);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 83)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 83)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.TOP);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 83)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 83)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.TOP);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 83)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 83)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.TOP);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 87)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 87)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 87)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 87)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 87)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 87)
testTrimContainer_Side(SideValue.RIGHT, SideValue.TOP, SideValue.RIGHT);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 91)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 91)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 91)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 91)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 91)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The type SideValue 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 91)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT, SideValue.TOP);
Discouraged access: The field TOP from the type SideValue 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 95)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT,
Discouraged access: The type SideValue 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 95)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT,
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 95)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT,
Discouraged access: The type SideValue 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 95)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT,
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 96)
SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 96)
SideValue.RIGHT);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 100)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT,
Discouraged access: The type SideValue 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 100)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT,
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 100)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT,
Discouraged access: The type SideValue 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 100)
testTrimContainer_Side(SideValue.RIGHT, SideValue.RIGHT,
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 101)
SideValue.BOTTOM);
Discouraged access: The type SideValue 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 101)
SideValue.BOTTOM);
Discouraged access: The field BOTTOM from the type SideValue 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 105)
testTrimContainer_Side(SideValue.RIGHT, SideValue.BOTTOM,
Discouraged access: The type SideValue 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 105)
testTrimContainer_Side(SideValue.RIGHT, SideValue.BOTTOM,
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 105)
testTrimContainer_Side(SideValue.RIGHT, SideValue.BOTTOM,
Discouraged access: The type SideValue 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 105)
testTrimContainer_Side(SideValue.RIGHT, SideValue.BOTTOM,
Discouraged access: The field BOTTOM from the type SideValue 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 106)
SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 106)
SideValue.RIGHT);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 110)
testTrimContainer_Side(SideValue.BOTTOM, SideValue.RIGHT,
Discouraged access: The type SideValue 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 110)
testTrimContainer_Side(SideValue.BOTTOM, SideValue.RIGHT,
Discouraged access: The field BOTTOM from the type SideValue 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 110)
testTrimContainer_Side(SideValue.BOTTOM, SideValue.RIGHT,
Discouraged access: The type SideValue 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 110)
testTrimContainer_Side(SideValue.BOTTOM, SideValue.RIGHT,
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 111)
SideValue.RIGHT);
Discouraged access: The type SideValue 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 111)
SideValue.RIGHT);
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 115)
testTrimContainer_Side(SideValue.BOTTOM, SideValue.RIGHT,
Discouraged access: The type SideValue 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 115)
testTrimContainer_Side(SideValue.BOTTOM, SideValue.RIGHT,
Discouraged access: The field BOTTOM from the type SideValue 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 115)
testTrimContainer_Side(SideValue.BOTTOM, SideValue.RIGHT,
Discouraged access: The type SideValue 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContainerTest.java
 (at line 115)
testTrimContainer_Side(SideValue.BOTTOM, SideValue.RIGHT,
Discouraged access: The field RIGHT from the type SideValue 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java : 43 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution;
Discouraged access: The type MTrimContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 26)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 28)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MTrimContribution 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 28)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 28)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE .createTrimContribution();
Discouraged access: The method createTrimContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 28)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 30)
application.getTrimContributions().add(contribution);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 31)
contribution.setPositionInParent(before);
Discouraged access: The method setPositionInParent(String) from the type MTrimContribution 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 35)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 36)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 38)
contribution.setPositionInParent(after);
Discouraged access: The method setPositionInParent(String) from the type MTrimContribution 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 40)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 44)
contribution = application.getTrimContributions().get(0);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 46)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 48)
assertEquals(1, application.getTrimContributions().size());
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 49)
assertEquals(contribution, application.getTrimContributions().get(0));
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 50)
assertEquals(before, contribution.getPositionInParent());
Discouraged access: The method getPositionInParent() from the type MTrimContribution 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 54)
assertEquals(1, application.getTrimContributions().size());
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 55)
assertEquals(contribution, application.getTrimContributions().get(0));
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 56)
assertEquals(after, contribution.getPositionInParent());
Discouraged access: The method getPositionInParent() from the type MTrimContribution 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 100)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 102)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MTrimContribution 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 102)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 102)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE .createTrimContribution();
Discouraged access: The method createTrimContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 102)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 104)
application.getTrimContributions().add(contribution);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 105)
contribution.setParentId(before);
Discouraged access: The method setParentId(String) from the type MTrimContribution 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 109)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 110)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 112)
contribution.setParentId(after);
Discouraged access: The method setParentId(String) from the type MTrimContribution 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 114)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 117)
contribution = application.getTrimContributions().get(0);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 119)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 121)
assertEquals(1, application.getTrimContributions().size());
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 122)
assertEquals(contribution, application.getTrimContributions().get(0));
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 123)
assertEquals(before, contribution.getParentId());
Discouraged access: The method getParentId() from the type MTrimContribution 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 127)
assertEquals(1, application.getTrimContributions().size());
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 128)
assertEquals(contribution, application.getTrimContributions().get(0));
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java
 (at line 129)
assertEquals(after, contribution.getParentId());
Discouraged access: The method getParentId() from the type MTrimContribution 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java : 37 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution;
Discouraged access: The type MTrimContribution 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 19)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 25)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 29)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 30)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 32)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MTrimContribution 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 32)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 32)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE .createTrimContribution();
Discouraged access: The method createTrimContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 32)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 34)
contribution.setElementId("contributionId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 35)
application.getTrimContributions().add(contribution);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 37)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 41)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 43)
assertEquals(0, application.getTrimContributions().size());
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 47)
assertEquals(1, application.getTrimContributions().size());
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 49)
contribution = application.getTrimContributions().get(0);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 50)
assertEquals("contributionId", contribution.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 54)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 56)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MTrimContribution 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 56)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 56)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE .createTrimContribution();
Discouraged access: The method createTrimContribution() from the type MenuFactoryImpl 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 56)
MTrimContribution contribution = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 58)
contribution.setElementId("contributionId");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 59)
application.getTrimContributions().add(contribution);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 63)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 64)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 66)
application.getTrimContributions().remove(0);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 68)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 71)
contribution = application.getTrimContributions().get(0);
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 73)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 75)
assertEquals(1, application.getTrimContributions().size());
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 76)
assertEquals(contribution, application.getTrimContributions().get(0));
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 77)
assertEquals("contributionId", contribution.getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionsTest.java
 (at line 81)
assertEquals(0, application.getTrimContributions().size());
Discouraged access: The method getTrimContributions() from the type MTrimContributions 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MCoreExpression;
Discouraged access: The type MCoreExpression 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl;
Discouraged access: The type UiFactoryImpl 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 22)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 23)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 28)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 30)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 32)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 33)
part.setToBeRendered(before);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 34)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 38)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 39)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 41)
part.setToBeRendered(after);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 43)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 46)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 47)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 47)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 49)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 51)
assertEquals(before, part.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 55)
assertEquals(after, part.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 75)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 77)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 79)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 79)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 79)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 79)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 80)
part.setVisible(before);
Discouraged access: The method setVisible(boolean) from the type MUIElement 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 81)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 85)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 86)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 88)
part.setVisible(after);
Discouraged access: The method setVisible(boolean) from the type MUIElement 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 90)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 93)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 94)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 94)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 96)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 98)
assertEquals(before, part.isVisible());
Discouraged access: The method isVisible() from the type MUIElement 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 102)
assertEquals(after, part.isVisible());
Discouraged access: The method isVisible() from the type MUIElement 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 122)
boolean defaultValue = ((Boolean) UiPackageImpl.eINSTANCE .getUIElement_ToBeRendered().getDefaultValue()).booleanValue();
Discouraged access: The method getUIElement_ToBeRendered() from the type UiPackageImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 122)
boolean defaultValue = ((Boolean) UiPackageImpl.eINSTANCE
Discouraged access: The type UiPackageImpl 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 122)
boolean defaultValue = ((Boolean) UiPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type UiPackageImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 125)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 127)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 129)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 129)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 129)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 129)
MPart part = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 130)
part.setToBeRendered(!defaultValue);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 131)
part.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 132)
window.getChildren().add(part);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 136)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 137)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 139)
part.setLabel("newName");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 141)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 144)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 145)
part = (MPart) window.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 145)
part = (MPart) window.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 147)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 149)
assertEquals(!defaultValue, part.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 150)
assertEquals("name", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 154)
assertEquals(!defaultValue, part.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 155)
assertEquals("newName", part.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 159)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 161)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 162)
window.setWidget(before);
Discouraged access: The method setWidget(Object) from the type MUIElement 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 166)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 167)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 169)
window.setWidget(after);
Discouraged access: The method setWidget(Object) from the type MUIElement 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 171)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 174)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 175)
before = window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 177)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 179)
assertEquals(before, window.getWidget());
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 184)
assertEquals(before, window.getWidget());
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 204)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 206)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 207)
window.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 208)
window.setTooltip("toolTip");
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 209)
window.setContainerData("baseData");
Discouraged access: The method setContainerData(String) from the type MUIElement 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 213)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 214)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 216)
window.setContainerData("changedData");
Discouraged access: The method setContainerData(String) from the type MUIElement 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 218)
Object serializedState = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 221)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 223)
Collection<ModelDelta> deltas = constructDeltas(application,
Discouraged access: The type ModelDelta 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 226)
assertEquals("toolTip", window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 227)
assertEquals("name", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 228)
assertEquals("baseData", window.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 232)
assertEquals("toolTip", window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 233)
assertEquals("name", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 234)
assertEquals("changedData", window.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 238)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java
 (at line 240)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 17)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 18)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 23)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 25)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 26)
window.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 27)
window.setIconURI("iconURI");
Discouraged access: The method setIconURI(String) from the type MUILabel 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 31)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 32)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 34)
window.setLabel("name2");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 36)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 39)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 41)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 43)
assertEquals("iconURI", window.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 44)
assertEquals("name", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 48)
assertEquals("iconURI", window.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 49)
assertEquals("name2", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 53)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 55)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 56)
window.setIconURI(iconURI);
Discouraged access: The method setIconURI(String) from the type MUILabel 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 60)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 61)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 63)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 66)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 68)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 70)
assertEquals(iconURI, window.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 74)
assertEquals(iconURI, window.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 90)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 92)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 93)
window.setIconURI(before);
Discouraged access: The method setIconURI(String) from the type MUILabel 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 97)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 98)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 100)
window.setIconURI(after);
Discouraged access: The method setIconURI(String) from the type MUILabel 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 102)
Object serializedState = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 105)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 107)
Collection<ModelDelta> deltas = constructDeltas(application,
Discouraged access: The type ModelDelta 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 110)
assertEquals(before, window.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 114)
assertEquals(after, window.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 158)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 160)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 161)
window.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 162)
window.setTooltip("toolTip");
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 166)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 167)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 169)
window.setLabel("name2");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 171)
Object serializedState = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 174)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 176)
Collection<ModelDelta> deltas = constructDeltas(application,
Discouraged access: The type ModelDelta 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 179)
assertEquals("toolTip", window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 180)
assertEquals("name", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 184)
assertEquals("toolTip", window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 185)
assertEquals("name2", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 189)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 191)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 192)
window.setTooltip(toolTip);
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 194)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 195)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 199)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 202)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 204)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 206)
assertEquals(toolTip, window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 210)
assertEquals(toolTip, window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 226)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 228)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 229)
window.setTooltip(before);
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 233)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 234)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 236)
window.setTooltip(after);
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 238)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 241)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 243)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 245)
assertEquals(before, window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 249)
assertEquals(after, window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 293)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 295)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 296)
window.setLabel("name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 297)
window.setTooltip("toolTip");
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 301)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 302)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 304)
window.setTooltip("toolTip2");
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 306)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 309)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 311)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 313)
assertEquals("toolTip", window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 314)
assertEquals("name", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 318)
assertEquals("toolTip2", window.getTooltip());
Discouraged access: The method getTooltip() from the type MUILabel 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 319)
assertEquals("name", window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 323)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 325)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 326)
window.setLabel(name);
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 330)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 331)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 333)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 336)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 338)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 340)
assertEquals(name, window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 344)
assertEquals(name, window.getLabel());
Discouraged access: The method getLabel() from the type MUILabel 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 360)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIItemTest.java
 (at line 362)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 22)
import org.eclipse.e4.ui.workbench.modeling.ModelDelta;
Discouraged access: The type ModelDelta 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.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 23)
import org.eclipse.e4.ui.workbench.modeling.ModelReconciler;
Discouraged access: The type ModelReconciler 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 28)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 30)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 31)
window.setX(100);
Discouraged access: The method setX(int) from the type MWindow 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 35)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 36)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 38)
window.setX(200);
Discouraged access: The method setX(int) from the type MWindow 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 40)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 43)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 45)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 47)
assertEquals(100, window.getX());
Discouraged access: The method getX() from the type MWindow 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 51)
assertEquals(200, window.getX());
Discouraged access: The method getX() from the type MWindow 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 55)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 57)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 58)
window.setY(100);
Discouraged access: The method setY(int) from the type MWindow 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 62)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 63)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 65)
window.setY(200);
Discouraged access: The method setY(int) from the type MWindow 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 67)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 70)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 72)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 74)
assertEquals(100, window.getY());
Discouraged access: The method getY() from the type MWindow 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 78)
assertEquals(200, window.getY());
Discouraged access: The method getY() from the type MWindow 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 82)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 84)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 85)
window.setWidth(100);
Discouraged access: The method setWidth(int) from the type MWindow 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 89)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 90)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 92)
window.setWidth(200);
Discouraged access: The method setWidth(int) from the type MWindow 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 94)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 97)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 99)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 101)
assertEquals(100, window.getWidth());
Discouraged access: The method getWidth() from the type MWindow 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 105)
assertEquals(200, window.getWidth());
Discouraged access: The method getWidth() from the type MWindow 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 109)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 111)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 112)
window.setHeight(100);
Discouraged access: The method setHeight(int) from the type MWindow 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 116)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 117)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 119)
window.setHeight(200);
Discouraged access: The method setHeight(int) from the type MWindow 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 121)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 124)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 126)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 128)
assertEquals(100, window.getHeight());
Discouraged access: The method getHeight() from the type MWindow 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 132)
assertEquals(200, window.getHeight());
Discouraged access: The method getHeight() from the type MWindow 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 136)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 138)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 142)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 143)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 145)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 145)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 145)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 145)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 146)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 148)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 151)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 153)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 155)
assertNull(window.getMainMenu());
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 159)
menu = window.getMainMenu();
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 164)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 166)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 168)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 168)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 168)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 168)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 169)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 173)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 174)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 176)
window.setMainMenu(null);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 178)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 181)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 182)
menu = window.getMainMenu();
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 184)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 186)
assertEquals(menu, window.getMainMenu());
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 190)
assertNull(window.getMainMenu());
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 194)
MApplication application = createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 196)
MWindow window = createWindow(application);
Discouraged access: The type MWindow 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 198)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 198)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 198)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 198)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 199)
menu.setToBeRendered(before);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 200)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 204)
ModelReconciler reconciler = createModelReconciler();
Discouraged access: The type ModelReconciler 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 205)
reconciler.recordChanges(application);
Discouraged access: The method recordChanges(Object) from the type ModelReconciler 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 207)
menu.setToBeRendered(after);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 209)
Object state = reconciler.serialize();
Discouraged access: The method serialize() from the type ModelReconciler 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.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 212)
window = application.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 213)
menu = window.getMainMenu();
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 215)
Collection<ModelDelta> deltas = constructDeltas(application, state);
Discouraged access: The type ModelDelta 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.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 217)
assertEquals(before, menu.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerWindowTest.java
 (at line 221)
assertEquals(after, menu.isToBeRendered());
Discouraged access: The method isToBeRendered() from the type MUIElement 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java : 30 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4XMIResourceFactory;
Discouraged access: The type E4XMIResourceFactory 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 18)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 19)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow;
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 62)
protected String getId(MApplicationElement applicationElement) {
Discouraged access: The type MApplicationElement 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 71)
return new E4XMIResourceFactory();
Discouraged access: The constructor E4XMIResourceFactory() 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.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 71)
return new E4XMIResourceFactory();
Discouraged access: The type E4XMIResourceFactory 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 82)
protected MApplication createApplication() {
Discouraged access: The type MApplication 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 95)
return (MApplication) resource.getContents().get(0);
Discouraged access: The type MApplication 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 98)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 98)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 98)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 98)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 104)
protected MWindow createWindow(MApplication application) {
Discouraged access: The type MWindow 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 104)
protected MWindow createWindow(MApplication application) {
Discouraged access: The type MApplication 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 105)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 105)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 105)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 105)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 106)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 110)
protected MTrimmedWindow createTrimmedWindow(MApplication application) {
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 110)
protected MTrimmedWindow createTrimmedWindow(MApplication application) {
Discouraged access: The type MApplication 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 111)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 111)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 111)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE .createTrimmedWindow();
Discouraged access: The method createTrimmedWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 111)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java
 (at line 113)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/ModelReconcilingServiceTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/ModelReconcilingServiceTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/ModelReconcilingServiceTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/ModelReconcilingServiceTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/ModelReconcilingServiceTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/ModelReconcilingServiceTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationElementTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationElementTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationElementTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationElementTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationElementTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationElementTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingContainerTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingContainerTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingContainerTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingContainerTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingContainerTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingContainerTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingTableTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingTableTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingTableTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingTableTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingTableTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingTableTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerCommandTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerCommandTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerCommandTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerCommandTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerCommandTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerCommandTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerContributionTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerContributionTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerContributionTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerContributionTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerContributionTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerContributionTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerElementContainerTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerElementContainerTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerElementContainerTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerElementContainerTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerElementContainerTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerElementContainerTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerGenericTileTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerGenericTileTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerGenericTileTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerGenericTileTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerGenericTileTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerGenericTileTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandledItemTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandledItemTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandledItemTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandledItemTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandledItemTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandledItemTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerContainerTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerContainerTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerContainerTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerContainerTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerContainerTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerContainerTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerItemTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerItemTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerItemTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerItemTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerItemTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerItemTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeyBindingTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeyBindingTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeyBindingTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeyBindingTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeyBindingTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeyBindingTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeySequenceTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeySequenceTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeySequenceTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeySequenceTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeySequenceTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeySequenceTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionsTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionsTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionsTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionsTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionsTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuContributionsTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuItemTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuItemTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuItemTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuItemTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuItemTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuItemTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerParameterTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerParameterTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerParameterTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerParameterTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerParameterTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerParameterTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartDescriptorTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartDescriptorTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartDescriptorTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartDescriptorTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartDescriptorTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartDescriptorTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPerspectiveTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPerspectiveTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPerspectiveTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPerspectiveTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPerspectiveTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPerspectiveTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPlaceholderTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPlaceholderTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPlaceholderTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPlaceholderTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPlaceholderTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPlaceholderTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerScenarioTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerScenarioTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerScenarioTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerScenarioTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerScenarioTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerScenarioTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionsTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionsTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionsTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionsTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionsTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarContributionsTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContainerTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContainerTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContainerTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContainerTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContainerTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContainerTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionsTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionsTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionsTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionsTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionsTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContributionsTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIElementTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIElementTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIElementTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIElementTest.java
 (at line 22)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIElementTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIElementTest.java
 (at line 23)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIItemTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIItemTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIItemTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIItemTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIItemTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIItemTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerWindowTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerWindowTest.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.ModelReconcilingService;
Discouraged access: The type ModelReconcilingService 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.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerWindowTest.java
 (at line 16)
import org.eclipse.e4.ui.workbench.modeling.IModelReconcilingService;
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerWindowTest.java
 (at line 21)
protected IModelReconcilingService getModelReconcilingService() {
Discouraged access: The type IModelReconcilingService 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerWindowTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The constructor ModelReconcilingService() 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerWindowTest.java
 (at line 22)
return new ModelReconcilingService();
Discouraged access: The type ModelReconcilingService 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 17)
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/ui/tests/workbench/Bug308317Test.java
 (at line 18)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/workbench/Bug308317Test.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
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 20)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 21)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional 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
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 22)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 23)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 24)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 29)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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/ui/tests/workbench/Bug308317Test.java
 (at line 35)
private MPart part;
Discouraged access: The type MPart 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 38)
void setPart(@Optional @Named(IServiceConstants.ACTIVE_PART) MPart part) {
Discouraged access: The type Optional 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
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 38)
void setPart(@Optional @Named(IServiceConstants.ACTIVE_PART) MPart part) {
Discouraged access: The type IServiceConstants 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
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 38)
void setPart(@Optional @Named(IServiceConstants.ACTIVE_PART) MPart part) {
Discouraged access: The field ACTIVE_PART from the type IServiceConstants 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
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 38)
void setPart(@Optional @Named(IServiceConstants.ACTIVE_PART) MPart part) {
Discouraged access: The type MPart 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 42)
part.getContext().get("abc");
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 42)
part.getContext().get("abc");
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
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 47)
protected IEclipseContext appContext;
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
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 51)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 51)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 56)
if (appContext instanceof IDisposable) {
Discouraged access: 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
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 57)
((IDisposable) appContext).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
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 57)
((IDisposable) appContext).dispose();
Discouraged access: 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
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 62)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 62)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 62)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 62)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 64)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 64)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 64)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 64)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 65)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 66)
application.setSelectedElement(window);
Discouraged access: The method setSelectedElement(MWindow) from the type MElementContainer<MWindow> 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 68)
MPartStack stackA = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 68)
MPartStack stackA = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 68)
MPartStack stackA = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 68)
MPartStack stackA = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 69)
window.getChildren().add(stackA);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 70)
window.setSelectedElement(stackA);
Discouraged access: The method setSelectedElement(MWindowElement) from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 72)
MPartStack stackB = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 72)
MPartStack stackB = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 72)
MPartStack stackB = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 72)
MPartStack stackB = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 73)
window.getChildren().add(stackB);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 75)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 75)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 75)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 75)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 76)
stackA.getChildren().add(partA);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 77)
stackA.setSelectedElement(partA);
Discouraged access: The method setSelectedElement(MStackElement) from the type MElementContainer<MStackElement> 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 79)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 79)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 79)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 79)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 80)
stackB.getChildren().add(partB);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 81)
stackB.setSelectedElement(partB);
Discouraged access: The method setSelectedElement(MStackElement) from the type MElementContainer<MStackElement> 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 83)
IEclipseContext windowContext = appContext.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
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 83)
IEclipseContext windowContext = appContext.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
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 84)
windowContext.set(MWindow.class.getName(), window);
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
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 84)
windowContext.set(MWindow.class.getName(), window);
Discouraged access: The type MWindow 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 85)
window.setContext(windowContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 87)
IEclipseContext partContextA = windowContext.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
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 87)
IEclipseContext partContextA = windowContext.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
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 88)
partContextA.set(MPart.class.getName(), partA);
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
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 88)
partContextA.set(MPart.class.getName(), partA);
Discouraged access: The type MPart 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 89)
partA.setContext(partContextA);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 91)
IEclipseContext partContextB = windowContext.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
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 91)
IEclipseContext partContextB = windowContext.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
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 92)
partContextB.set(MPart.class.getName(), partB);
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
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 92)
partContextB.set(MPart.class.getName(), partB);
Discouraged access: The type MPart 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 93)
partB.setContext(partContextB);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 95)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 96)
appContext.set(MApplication.class.getName(), application);
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
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 96)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 98)
PartConsumer getter = (PartConsumer) ContextInjectionFactory.make( PartConsumer.class, window.getContext());
Discouraged access: The method make(Class<Bug308317Test.PartConsumer>, 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
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 98)
PartConsumer getter = (PartConsumer) ContextInjectionFactory.make(
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
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 99)
PartConsumer.class, window.getContext());
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 101)
window.getContext().set(IContextConstants.ACTIVE_CHILD, partA.getContext());
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
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 101)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 101)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The type IContextConstants 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
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 101)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 102)
partA.getContext());
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 105)
window.getContext().set(IContextConstants.ACTIVE_CHILD, partB.getContext());
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
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 105)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 105)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The type IContextConstants 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
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 105)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 106)
partB.getContext());
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 109)
window.getContext().set(IContextConstants.ACTIVE_CHILD, partA.getContext());
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
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 109)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 109)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The type IContextConstants 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
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 109)
window.getContext().set(IContextConstants.ACTIVE_CHILD,
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 110)
partA.getContext());
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 113)
window.getContext().set(IContextConstants.ACTIVE_CHILD, null);
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
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 113)
window.getContext().set(IContextConstants.ACTIVE_CHILD, null);
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 113)
window.getContext().set(IContextConstants.ACTIVE_CHILD, null);
Discouraged access: The type IContextConstants 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
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 113)
window.getContext().set(IContextConstants.ACTIVE_CHILD, null);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java
 (at line 116)
((IDisposable) partB.getContext()).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/ui/tests/workbench/ContextTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 16)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/workbench/ContextTest.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/ui/tests/workbench/ContextTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 19)
import org.eclipse.e4.ui.services.EContextService;
Discouraged access: The type EContextService 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
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 30)
IEclipseContext appContext = E4Application.createDefaultContext();
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/ui/tests/workbench/ContextTest.java
 (at line 30)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 30)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 34)
EContextService cs = (EContextService) appContext
Discouraged access: The type EContextService 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
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 34)
EContextService cs = (EContextService) appContext
Discouraged access: The type EContextService 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
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 34)
EContextService cs = (EContextService) appContext .get(EContextService.class.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
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 35)
.get(EContextService.class.getName());
Discouraged access: The type EContextService 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
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 36)
assertEquals(0, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 38)
cs.activateContext(DIALOG_AND_WINDOW_ID);
Discouraged access: The method activateContext(String) from the type EContextService 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/ui/tests/workbench/ContextTest.java
 (at line 39)
assertEquals(1, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 43)
IEclipseContext appContext = E4Application.createDefaultContext();
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
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 43)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 43)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 47)
EContextService cs = (EContextService) appContext
Discouraged access: The type EContextService 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
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 47)
EContextService cs = (EContextService) appContext
Discouraged access: The type EContextService 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
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 47)
EContextService cs = (EContextService) appContext .get(EContextService.class.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
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 48)
.get(EContextService.class.getName());
Discouraged access: The type EContextService 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
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 49)
assertEquals(0, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 51)
IEclipseContext window = appContext.createChild("windowContext");
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
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 51)
IEclipseContext window = appContext.createChild("windowContext");
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
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 52)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
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
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 52)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The type IContextConstants 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
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 52)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 54)
EContextService windowService = (EContextService) window
Discouraged access: The type EContextService 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
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 54)
EContextService windowService = (EContextService) window
Discouraged access: The type EContextService 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
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 54)
EContextService windowService = (EContextService) window .get(EContextService.class.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
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 55)
.get(EContextService.class.getName());
Discouraged access: The type EContextService 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
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 56)
cs.activateContext(DIALOG_AND_WINDOW_ID);
Discouraged access: The method activateContext(String) from the type EContextService 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
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 58)
assertEquals(1, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 59)
assertEquals(1, windowService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 61)
cs.deactivateContext(DIALOG_AND_WINDOW_ID);
Discouraged access: The method deactivateContext(String) from the type EContextService 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
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 62)
assertEquals(0, windowService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 63)
assertEquals(0, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 67)
IEclipseContext appContext = E4Application.createDefaultContext();
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
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 67)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 67)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 71)
EContextService cs = (EContextService) appContext
Discouraged access: The type EContextService 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
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 71)
EContextService cs = (EContextService) appContext
Discouraged access: The type EContextService 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
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 71)
EContextService cs = (EContextService) appContext .get(EContextService.class.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
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 72)
.get(EContextService.class.getName());
Discouraged access: The type EContextService 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
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 73)
assertEquals(0, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 75)
IEclipseContext window = appContext.createChild("windowContext");
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
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 75)
IEclipseContext window = appContext.createChild("windowContext");
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
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 76)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
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
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 76)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The type IContextConstants 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
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 76)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 78)
EContextService windowService = (EContextService) window
Discouraged access: The type EContextService 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
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 78)
EContextService windowService = (EContextService) window
Discouraged access: The type EContextService 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
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 78)
EContextService windowService = (EContextService) window .get(EContextService.class.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
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 79)
.get(EContextService.class.getName());
Discouraged access: The type EContextService 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
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 80)
windowService.activateContext(DIALOG_AND_WINDOW_ID);
Discouraged access: The method activateContext(String) from the type EContextService 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
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 82)
assertEquals(1, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 83)
assertEquals(1, windowService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 85)
windowService.deactivateContext(DIALOG_AND_WINDOW_ID);
Discouraged access: The method deactivateContext(String) from the type EContextService 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
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 86)
assertEquals(0, windowService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 87)
assertEquals(0, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 89)
appContext.set(IContextConstants.ACTIVE_CHILD, null);
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
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 89)
appContext.set(IContextConstants.ACTIVE_CHILD, null);
Discouraged access: The type IContextConstants 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
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 89)
appContext.set(IContextConstants.ACTIVE_CHILD, null);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 90)
cs.activateContext(DIALOG_AND_WINDOW_ID);
Discouraged access: The method activateContext(String) from the type EContextService 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
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 91)
assertEquals(1, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 92)
assertEquals(1, windowService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 94)
cs.deactivateContext(DIALOG_AND_WINDOW_ID);
Discouraged access: The method deactivateContext(String) from the type EContextService 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
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 95)
assertEquals(0, windowService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 96)
assertEquals(0, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 100)
IEclipseContext appContext = E4Application.createDefaultContext();
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
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 100)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 100)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 104)
EContextService cs = (EContextService) appContext
Discouraged access: The type EContextService 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
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 104)
EContextService cs = (EContextService) appContext
Discouraged access: The type EContextService 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
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 104)
EContextService cs = (EContextService) appContext .get(EContextService.class.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
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 105)
.get(EContextService.class.getName());
Discouraged access: The type EContextService 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
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 107)
IEclipseContext window = appContext.createChild("windowContext");
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
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 107)
IEclipseContext window = appContext.createChild("windowContext");
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
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 108)
EContextService windowService = (EContextService) window
Discouraged access: The type EContextService 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
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 108)
EContextService windowService = (EContextService) window
Discouraged access: The type EContextService 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
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 108)
EContextService windowService = (EContextService) window .get(EContextService.class.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
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 109)
.get(EContextService.class.getName());
Discouraged access: The type EContextService 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
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 111)
IEclipseContext dialog = appContext.createChild("dialogContext");
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
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 111)
IEclipseContext dialog = appContext.createChild("dialogContext");
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
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 112)
appContext.set(IContextConstants.ACTIVE_CHILD, dialog);
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
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 112)
appContext.set(IContextConstants.ACTIVE_CHILD, dialog);
Discouraged access: The type IContextConstants 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
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 112)
appContext.set(IContextConstants.ACTIVE_CHILD, dialog);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 114)
EContextService dialogService = (EContextService) dialog
Discouraged access: The type EContextService 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
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 114)
EContextService dialogService = (EContextService) dialog
Discouraged access: The type EContextService 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
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 114)
EContextService dialogService = (EContextService) dialog .get(EContextService.class.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
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 115)
.get(EContextService.class.getName());
Discouraged access: The type EContextService 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
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 117)
cs.activateContext(DIALOG_AND_WINDOW_ID);
Discouraged access: The method activateContext(String) from the type EContextService 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
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 118)
windowService.activateContext(WINDOW_ID);
Discouraged access: The method activateContext(String) from the type EContextService 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
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 120)
assertEquals(1, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 121)
assertEquals(1, dialogService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 122)
assertEquals(2, windowService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 124)
dialogService.activateContext(DIALOG_ID);
Discouraged access: The method activateContext(String) from the type EContextService 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
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 125)
assertEquals(2, cs.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 126)
assertEquals(2, dialogService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java
 (at line 127)
assertEquals(2, windowService.getActiveContextIds().size());
Discouraged access: The method getActiveContextIds() from the type EContextService 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/ui/tests/workbench/ExitHandler.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ExitHandler.java
 (at line 14)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute 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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ExitHandler.java
 (at line 15)
import org.eclipse.e4.ui.workbench.IWorkbench;
Discouraged access: The type IWorkbench 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.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ExitHandler.java
 (at line 21)
@Execute
Discouraged access: The type Execute 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/ui/tests/workbench/ExitHandler.java
 (at line 22)
public void execute(IWorkbench workbench) {
Discouraged access: The type IWorkbench 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ExitHandler.java
 (at line 23)
workbench.close();
Discouraged access: The method close() from the type IWorkbench 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 18)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type ECommandService 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.commands/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 19)
import org.eclipse.e4.core.commands.EHandlerService;
Discouraged access: The type EHandlerService 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.commands/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 20)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/workbench/HandlerTest.java
 (at line 21)
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
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 22)
import org.eclipse.e4.core.di.annotations.CanExecute;
Discouraged access: The type CanExecute 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
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 23)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute 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
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 24)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 43)
@CanExecute
Discouraged access: The type CanExecute 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
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 48)
@Execute
Discouraged access: The type Execute 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/ui/tests/workbench/HandlerTest.java
 (at line 56)
IEclipseContext appContext = E4Application.createDefaultContext();
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
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 56)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 56)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 65)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 65)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 65)
EHandlerService service = (EHandlerService) appContext .get(EHandlerService.class.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
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 66)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService 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.commands/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 67)
service.activateHandler(HELP_COMMAND_ID, handler);
Discouraged access: The method activateHandler(String, Object) from the type EHandlerService 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.commands/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 69)
ECommandService cmdService = (ECommandService) appContext
Discouraged access: The type ECommandService 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.commands/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 69)
ECommandService cmdService = (ECommandService) appContext
Discouraged access: The type ECommandService 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.commands/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 69)
ECommandService cmdService = (ECommandService) appContext .get(ECommandService.class.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
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 70)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService 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.commands/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 71)
Command command = cmdService.getCommand(HELP_COMMAND_ID);
Discouraged access: The method getCommand(String) from the type ECommandService 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.commands/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 73)
assertEquals(HELP_COMMAND_ID, service.executeHandler(helpCommand));
Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 75)
assertNull(service.executeHandler(help1Command));
Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 79)
IEclipseContext appContext = E4Application.createDefaultContext();
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
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 79)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 79)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 87)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 87)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 87)
EHandlerService service = (EHandlerService) appContext .get(EHandlerService.class.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
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 88)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService 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.commands/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 90)
service.activateHandler(HELP_COMMAND_ID, handler);
Discouraged access: The method activateHandler(String, Object) from the type EHandlerService 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.commands/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 92)
service.activateHandler(HELP_COMMAND1_ID, handler1);
Discouraged access: The method activateHandler(String, Object) from the type EHandlerService 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.commands/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 93)
assertEquals(HELP_COMMAND_ID, service.executeHandler(helpCommand));
Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 94)
assertNull(service.executeHandler(help1Command));
Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 97)
assertEquals(HELP_COMMAND1_ID, service.executeHandler(help1Command));
Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 102)
IEclipseContext appContext = E4Application.createDefaultContext();
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
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 102)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 102)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 109)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 109)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 109)
EHandlerService service = (EHandlerService) appContext .get(EHandlerService.class.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
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 110)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService 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.commands/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 112)
service.activateHandler(HELP_COMMAND_ID, handler);
Discouraged access: The method activateHandler(String, Object) from the type EHandlerService 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.commands/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 114)
IEclipseContext window = appContext.createChild("windowContext");
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
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 114)
IEclipseContext window = appContext.createChild("windowContext");
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
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 115)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
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
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 115)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The type IContextConstants 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
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 115)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 116)
EHandlerService windowService = (EHandlerService) window
Discouraged access: The type EHandlerService 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.commands/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 116)
EHandlerService windowService = (EHandlerService) window
Discouraged access: The type EHandlerService 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.commands/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 116)
EHandlerService windowService = (EHandlerService) window .get(EHandlerService.class.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
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 117)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService 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.commands/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 120)
windowService.activateHandler(HELP_COMMAND_ID, windowHandler);
Discouraged access: The method activateHandler(String, Object) from the type EHandlerService 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.commands/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 121)
assertNull(service.executeHandler(helpCommand));
Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 126)
assertEquals(windowRC, service.executeHandler(helpCommand));
Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 136)
private ParameterizedCommand getCommand(IEclipseContext appContext,
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
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 138)
ECommandService cs = (ECommandService) appContext
Discouraged access: The type ECommandService 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.commands/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 138)
ECommandService cs = (ECommandService) appContext
Discouraged access: The type ECommandService 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.commands/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 138)
ECommandService cs = (ECommandService) appContext .get(ECommandService.class.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
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 139)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService 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.commands/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 140)
final Command cmd = cs.getCommand(commandId);
Discouraged access: The method getCommand(String) from the type ECommandService 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.commands/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 145)
IEclipseContext appContext = E4Application.createDefaultContext();
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
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 145)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 145)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 151)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 151)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 151)
EHandlerService service = (EHandlerService) appContext .get(EHandlerService.class.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
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 152)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService 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.commands/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 154)
service.activateHandler(HELP_COMMAND_ID, handler);
Discouraged access: The method activateHandler(String, Object) from the type EHandlerService 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.commands/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 156)
IEclipseContext window = appContext.createChild("windowContext");
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
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 156)
IEclipseContext window = appContext.createChild("windowContext");
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
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 157)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
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
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 157)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The type IContextConstants 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
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 157)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 158)
EHandlerService windowService = (EHandlerService) window
Discouraged access: The type EHandlerService 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.commands/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 158)
EHandlerService windowService = (EHandlerService) window
Discouraged access: The type EHandlerService 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.commands/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 158)
EHandlerService windowService = (EHandlerService) window .get(EHandlerService.class.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
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 159)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService 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.commands/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 162)
windowService.activateHandler(HELP_COMMAND_ID, windowHandler);
Discouraged access: The method activateHandler(String, Object) from the type EHandlerService 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.commands/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 164)
assertFalse(windowService.canExecute(helpCommand));
Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 166)
assertTrue(windowService.canExecute(helpCommand));
Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 168)
assertFalse(windowService.canExecute(helpCommand));
Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 169)
windowService.deactivateHandler(HELP_COMMAND_ID, windowHandler);
Discouraged access: The method deactivateHandler(String, Object) from the type EHandlerService 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.commands/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 170)
assertTrue(windowService.canExecute(helpCommand));
Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService 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.commands/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 174)
IEclipseContext appContext = E4Application.createDefaultContext();
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
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 174)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 174)
IEclipseContext appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 180)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 180)
EHandlerService service = (EHandlerService) appContext
Discouraged access: The type EHandlerService 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.commands/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 180)
EHandlerService service = (EHandlerService) appContext .get(EHandlerService.class.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
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 181)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService 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.commands/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 183)
service.activateHandler(HELP_COMMAND_ID, handler);
Discouraged access: The method activateHandler(String, Object) from the type EHandlerService 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.commands/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 185)
IEclipseContext window = appContext.createChild("windowContext");
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
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 185)
IEclipseContext window = appContext.createChild("windowContext");
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
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 186)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
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
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 186)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The type IContextConstants 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
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 186)
appContext.set(IContextConstants.ACTIVE_CHILD, window);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 187)
EHandlerService windowService = (EHandlerService) window
Discouraged access: The type EHandlerService 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.commands/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java
 (at line 187)
EHandlerService windowService = (EHandlerService) window .get(EHandlerService.class.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

/src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.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/ui/tests/workbench/InjectionEventTest.java
 (at line 17)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory 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/ui/tests/workbench/InjectionEventTest.java
 (at line 18)
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
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 19)
import org.eclipse.e4.core.di.IInjector;
Discouraged access: The type IInjector 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
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 20)
import org.eclipse.e4.core.di.InjectorFactory;
Discouraged access: The type InjectorFactory 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
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 21)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional 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
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 22)
import org.eclipse.e4.core.di.extensions.EventTopic;
Discouraged access: The type EventTopic 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.extensions/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 23)
import org.eclipse.e4.core.di.extensions.EventUtils;
Discouraged access: The type EventUtils 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.extensions/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 24)
import org.eclipse.e4.ui.di.UIEventTopic;
Discouraged access: The type UIEventTopic 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
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 54)
@Optional
Discouraged access: The type Optional 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
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 55)
public void receivedEvent1(@EventTopic("e4/test/event1") String string1) {
Discouraged access: The type EventTopic 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.extensions/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 63)
@Optional
Discouraged access: The type Optional 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
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 65)
@UIEventTopic("e4/test/event2") String string2) {
Discouraged access: The type UIEventTopic 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
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 74)
@Optional @EventTopic("e4/test/event3") String string3) {
Discouraged access: The type Optional 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
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 74)
@Optional @EventTopic("e4/test/event3") String string3) {
Discouraged access: The type EventTopic 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.extensions/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 89)
EventUtils.send(eventAdmin, topic, data);
Discouraged access: The type EventUtils 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.extensions/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 89)
EventUtils.send(eventAdmin, topic, data);
Discouraged access: The method send(EventAdmin, String, Object) from the type EventUtils 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.extensions/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 107)
IEclipseContext localContext = EclipseContextFactory
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/ui/tests/workbench/InjectionEventTest.java
 (at line 107)
IEclipseContext localContext = EclipseContextFactory
Discouraged access: The type EclipseContextFactory 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/ui/tests/workbench/InjectionEventTest.java
 (at line 107)
IEclipseContext localContext = EclipseContextFactory .getServiceContext(bundleContext);
Discouraged access: The method getServiceContext(BundleContext) from the type EclipseContextFactory 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/ui/tests/workbench/InjectionEventTest.java
 (at line 109)
helper = ContextInjectionFactory.make(EventAdminHelper.class,
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
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 109)
helper = ContextInjectionFactory.make(EventAdminHelper.class, localContext);
Discouraged access: The method make(Class<InjectionEventTest.EventAdminHelper>, 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
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 114)
IInjector injector = InjectorFactory.getDefault();
Discouraged access: The type IInjector 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
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 114)
IInjector injector = InjectorFactory.getDefault();
Discouraged access: The type InjectorFactory 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
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 114)
IInjector injector = InjectorFactory.getDefault();
Discouraged access: The method getDefault() from the type InjectorFactory 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
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 115)
injector.addBinding(MyBinding.class);
Discouraged access: The method addBinding(Class<?>) from the type IInjector 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
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 117)
IEclipseContext context = EclipseContextFactory.create();
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
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 117)
IEclipseContext context = EclipseContextFactory.create();
Discouraged access: The type EclipseContextFactory 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
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 117)
IEclipseContext context = EclipseContextFactory.create();
Discouraged access: The method create() from the type EclipseContextFactory 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
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 118)
InjectTarget target = ContextInjectionFactory.make(InjectTarget.class,
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
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 118)
InjectTarget target = ContextInjectionFactory.make(InjectTarget.class, context);
Discouraged access: The method make(Class<InjectionEventTest.InjectTarget>, 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
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 179)
IInjector injector = InjectorFactory.getDefault();
Discouraged access: The type IInjector 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
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 179)
IInjector injector = InjectorFactory.getDefault();
Discouraged access: The type InjectorFactory 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
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 179)
IInjector injector = InjectorFactory.getDefault();
Discouraged access: The method getDefault() from the type InjectorFactory 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
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 180)
injector.addBinding(MyBinding.class);
Discouraged access: The method addBinding(Class<?>) from the type IInjector 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
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 192)
IEclipseContext context = EclipseContextFactory.create();
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
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 192)
IEclipseContext context = EclipseContextFactory.create();
Discouraged access: The type EclipseContextFactory 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
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 192)
IEclipseContext context = EclipseContextFactory.create();
Discouraged access: The method create() from the type EclipseContextFactory 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
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 193)
InjectTarget target = ContextInjectionFactory.make(InjectTarget.class,
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
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java
 (at line 193)
InjectTarget target = ContextInjectionFactory.make(InjectTarget.class, context);
Discouraged access: The method make(Class<InjectionEventTest.InjectTarget>, 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

/src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
Discouraged access: The type MHandledMenuItem 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 36)
protected IEclipseContext appContext;
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
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 37)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 41)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 41)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 43)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 43)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 49)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 52)
if (appContext instanceof IDisposable) {
Discouraged access: 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
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 53)
((IDisposable) appContext).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
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 53)
((IDisposable) appContext).dispose();
Discouraged access: 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
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 59)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 59)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 59)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 59)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 60)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 60)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 60)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 60)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 61)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MMenuItem 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 61)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 61)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 61)
MMenuItem menuItem = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 63)
menuItem.setLabel(before);
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 65)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 66)
menu.getChildren().add(menuItem);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 68)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 68)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 68)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 68)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 70)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 71)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 72)
appContext.set(MApplication.class.getName(), application);
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
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 72)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 74)
wb = new E4Workbench(window, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 74)
wb = new E4Workbench(window, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 75)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 77)
Object widget = menuItem.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 85)
menuItem.setLabel(after);
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 131)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 131)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 131)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 131)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 132)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 132)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MenuFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 132)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 132)
MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 133)
MMenuItem menuItem1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MMenuItem 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 133)
MMenuItem menuItem1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 133)
MMenuItem menuItem1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 133)
MMenuItem menuItem1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 134)
MMenuItem menuItem2 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MMenuItem 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 134)
MMenuItem menuItem2 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The method createDirectMenuItem() from the type MenuFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 134)
MMenuItem menuItem2 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 134)
MMenuItem menuItem2 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 136)
menuItem1.setType(ItemType.RADIO);
Discouraged access: The method setType(ItemType) from the type MItem 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 136)
menuItem1.setType(ItemType.RADIO);
Discouraged access: The type ItemType 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 136)
menuItem1.setType(ItemType.RADIO);
Discouraged access: The field RADIO from the type ItemType 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 137)
menuItem2.setType(ItemType.RADIO);
Discouraged access: The method setType(ItemType) from the type MItem 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 137)
menuItem2.setType(ItemType.RADIO);
Discouraged access: The type ItemType 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 137)
menuItem2.setType(ItemType.RADIO);
Discouraged access: The field RADIO from the type ItemType 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 139)
menu.getChildren().add(menuItem1);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 140)
menu.getChildren().add(menuItem2);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 141)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 143)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 143)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 143)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 143)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 145)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 146)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 147)
appContext.set(MApplication.class.getName(), application);
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
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 147)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 149)
wb = new E4Workbench(window, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 149)
wb = new E4Workbench(window, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 150)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 152)
Object widget1 = menuItem1.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 156)
Object widget2 = menuItem2.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 169)
assertFalse(menuItem1.isSelected());
Discouraged access: The method isSelected() from the type MItem 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 170)
assertTrue(menuItem2.isSelected());
Discouraged access: The method isSelected() from the type MItem 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 177)
assertTrue(menuItem1.isSelected());
Discouraged access: The method isSelected() from the type MItem 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 178)
assertFalse(menuItem2.isSelected());
Discouraged access: The method isSelected() from the type MItem 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java
 (at line 181)
menuItem1.setSelected(false);
Discouraged access: The method setSelected(boolean) from the type MItem 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 30)
protected IEclipseContext appContext;
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
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 31)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 35)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 35)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 36)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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/ui/tests/workbench/MPartSashContainerTest.java
 (at line 36)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 36)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 37)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 37)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 43)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 46)
if (appContext instanceof IDisposable) {
Discouraged access: 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
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 47)
((IDisposable) appContext).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
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 47)
((IDisposable) appContext).dispose();
Discouraged access: 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
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 52)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 52)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 52)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 52)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 53)
MPartSashContainer partSashContainer = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 53)
MPartSashContainer partSashContainer = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 53)
MPartSashContainer partSashContainer = BasicFactoryImpl.eINSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type BasicFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 53)
MPartSashContainer partSashContainer = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 55)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 55)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 55)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 55)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 56)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 56)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 56)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 56)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 58)
partSashContainer.setHorizontal(true);
Discouraged access: The method setHorizontal(boolean) from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 59)
partA.setContributionURI("platform:/plugin/org.eclipse.e4.ui.tests/org.eclipse.e4.ui.tests.workbench.SampleView");
Discouraged access: The method setContributionURI(String) from the type MContribution 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 61)
partB.setContributionURI("platform:/plugin/org.eclipse.e4.ui.tests/org.eclipse.e4.ui.tests.workbench.SampleView");
Discouraged access: The method setContributionURI(String) from the type MContribution 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 63)
window.getChildren().add(partSashContainer);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 64)
partSashContainer.getChildren().add(partA);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 65)
partSashContainer.getChildren().add(partB);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 67)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 67)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 67)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 67)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 69)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 70)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 71)
appContext.set(MApplication.class.getName(), application);
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
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 71)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 73)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 73)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 74)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 76)
Object widget = partSashContainer.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 83)
partSashContainer.setHorizontal(false);
Discouraged access: The method setHorizontal(boolean) from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 86)
partSashContainer.setHorizontal(true);
Discouraged access: The method setHorizontal(boolean) from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java
 (at line 89)
partSashContainer.setHorizontal(true);
Discouraged access: The method setHorizontal(boolean) from the type MGenericTile<MPartSashContainerElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/MPartTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 27)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 32)
protected IEclipseContext appContext;
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/ui/tests/workbench/MPartTest.java
 (at line 33)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 42)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 42)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 43)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 43)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 43)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 44)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 44)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 55)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 58)
if (appContext instanceof IDisposable) {
Discouraged access: 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
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 59)
((IDisposable) appContext).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
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 59)
((IDisposable) appContext).dispose();
Discouraged access: 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
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 64)
final MWindow window = createWindowWithOneView("Part Name");
Discouraged access: The type MWindow 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 66)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 66)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 66)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 66)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 68)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 69)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 70)
appContext.set(MApplication.class.getName(), application);
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
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 70)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 72)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 72)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 73)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 75)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 75)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 75)
MPartSashContainer container = (MPartSashContainer) window .getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 77)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 77)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 77)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 78)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 78)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 78)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 80)
CTabFolder folder = (CTabFolder) stack.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 84)
part.setLabel("Another Name");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 89)
final MWindow window = createWindowWithOneView("Part Name");
Discouraged access: The type MWindow 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 91)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 91)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 91)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 91)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 93)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 94)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 95)
appContext.set(MApplication.class.getName(), application);
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
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 95)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 97)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 97)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 98)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 100)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 100)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 100)
MPartSashContainer container = (MPartSashContainer) window .getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 102)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 102)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 102)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 104)
CTabFolder folder = (CTabFolder) stack.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 110)
final MWindow window = createWindowWithOneView(declared);
Discouraged access: The type MWindow 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 112)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 112)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 112)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 112)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 114)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 115)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 116)
appContext.set(MApplication.class.getName(), application);
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
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 116)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 118)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 118)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 119)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 121)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 121)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 121)
MPartSashContainer container = (MPartSashContainer) window .getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 123)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 123)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 123)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 124)
CTabFolder folder = (CTabFolder) stack.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 142)
final MWindow window = createWindowWithOneView("Part Name", partToolTip);
Discouraged access: The type MWindow 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 144)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 144)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 144)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 144)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 146)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 147)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 148)
appContext.set(MApplication.class.getName(), application);
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
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 148)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 150)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 150)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 151)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java
 (at line 153)
MPartSashContainer container = (MPartSashContainer) window .getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/MSashTest.java : 79 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 57)
protected IEclipseContext appContext;
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
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 58)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 67)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 67)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 68)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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/ui/tests/workbench/MSashTest.java
 (at line 68)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 68)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 69)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 69)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 80)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 83)
if (appContext instanceof IDisposable) {
Discouraged access: 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
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 84)
((IDisposable) appContext).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
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 84)
((IDisposable) appContext).dispose();
Discouraged access: 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
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 89)
MWindow window = createSashWithNViews(2);
Discouraged access: The type MWindow 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.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 91)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 91)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 91)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 91)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 93)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 94)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 95)
appContext.set(MApplication.class.getName(), application);
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
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 95)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 97)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 97)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 98)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 100)
Widget topWidget = (Widget) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 102)
MPartSashContainer sash = (MPartSashContainer) window.getChildren()
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 102)
MPartSashContainer sash = (MPartSashContainer) window.getChildren()
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 102)
MPartSashContainer sash = (MPartSashContainer) window.getChildren()
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 105)
sash instanceof MPartSashContainer);
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 107)
MPart part0 = (MPart) sash.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 107)
MPart part0 = (MPart) sash.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 107)
MPart part0 = (MPart) sash.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 108)
MPart part1 = (MPart) sash.getChildren().get(1);
Discouraged access: The type MPart 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 108)
MPart part1 = (MPart) sash.getChildren().get(1);
Discouraged access: The type MPart 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 108)
MPart part1 = (MPart) sash.getChildren().get(1);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 112)
cdVal0 = Integer.parseInt(part0.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 119)
cdVal1 = Integer.parseInt(part1.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 129)
private void testWeights(MPartSashContainer sf, double w1, double w2) {
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 132)
MPart part0 = (MPart) sf.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 132)
MPart part0 = (MPart) sf.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 132)
MPart part0 = (MPart) sf.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 133)
MPart part1 = (MPart) sf.getChildren().get(1);
Discouraged access: The type MPart 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 133)
MPart part1 = (MPart) sf.getChildren().get(1);
Discouraged access: The type MPart 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 133)
MPart part1 = (MPart) sf.getChildren().get(1);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 137)
cdVal0 = Integer.parseInt(part0.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 144)
cdVal1 = Integer.parseInt(part1.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 153)
SashForm sfw = (SashForm) sf.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 171)
private MWindow createSashWithNViews(int n) {
Discouraged access: The type MWindow 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 172)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 172)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 172)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 172)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 173)
window.setHeight(300);
Discouraged access: The method setHeight(int) from the type MWindow 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 174)
window.setWidth(401);
Discouraged access: The method setWidth(int) from the type MWindow 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 175)
window.setLabel("MyWindow");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 176)
MPartSashContainer sash = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 176)
MPartSashContainer sash = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 176)
MPartSashContainer sash = BasicFactoryImpl.eINSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type BasicFactoryImpl 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 176)
MPartSashContainer sash = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 178)
window.getChildren().add(sash);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 181)
MPart contributedPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 181)
MPart contributedPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 181)
MPart contributedPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 181)
MPart contributedPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 182)
contributedPart.setLabel("Sample View" + i);
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 183)
contributedPart .setContributionURI("platform:/plugin/org.eclipse.e4.ui.tests/org.eclipse.e4.ui.tests.workbench.SampleView");
Discouraged access: The method setContributionURI(String) from the type MContribution 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java
 (at line 185)
sash.getChildren().add(contributedPart);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 31)
protected IEclipseContext appContext;
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
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 32)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 41)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 41)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 43)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 43)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 54)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 57)
if (appContext instanceof IDisposable) {
Discouraged access: 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
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 58)
((IDisposable) appContext).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
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 58)
((IDisposable) appContext).dispose();
Discouraged access: 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
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 63)
final MWindow window = createWindowWithOneView("Part Name");
Discouraged access: The type MWindow 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 65)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 65)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 65)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 65)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 67)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 68)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 69)
appContext.set(MApplication.class.getName(), application);
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
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 69)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 71)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 71)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 72)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 74)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 74)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 74)
MPartSashContainer container = (MPartSashContainer) window .getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 76)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 76)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 76)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 77)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 77)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 77)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 79)
CTabFolder folder = (CTabFolder) stack.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 83)
assertFalse(part.isDirty());
Discouraged access: The method isDirty() from the type MDirtyable 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 85)
part.setDirty(true);
Discouraged access: The method setDirty(boolean) from the type MDirtyable 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 88)
part.setDirty(false);
Discouraged access: The method setDirty(boolean) from the type MDirtyable 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 92)
private MWindow createWindowWithOneView(String partName) {
Discouraged access: The type MWindow 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 93)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 93)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 93)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 93)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 94)
window.setHeight(300);
Discouraged access: The method setHeight(int) from the type MWindow 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 95)
window.setWidth(400);
Discouraged access: The method setWidth(int) from the type MWindow 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 96)
window.setLabel("MyWindow");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 97)
MPartSashContainer sash = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 97)
MPartSashContainer sash = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 97)
MPartSashContainer sash = BasicFactoryImpl.eINSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type BasicFactoryImpl 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 97)
MPartSashContainer sash = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 99)
window.getChildren().add(sash);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 100)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 100)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 100)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 100)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 101)
sash.getChildren().add(stack);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 102)
MPart contributedPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 102)
MPart contributedPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 102)
MPart contributedPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 102)
MPart contributedPart = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 103)
stack.getChildren().add(contributedPart);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 104)
contributedPart.setLabel(partName);
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java
 (at line 105)
contributedPart .setContributionURI("platform:/plugin/org.eclipse.e4.ui.tests/org.eclipse.e4.ui.tests.workbench.SampleView");
Discouraged access: The method setContributionURI(String) from the type MContribution 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
Discouraged access: The type MTrimBar 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow;
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.MToolItem;
Discouraged access: The type MToolItem 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 34)
protected IEclipseContext appContext;
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
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 35)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 39)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 39)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 40)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 40)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 40)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 41)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 41)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 47)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 50)
if (appContext instanceof IDisposable) {
Discouraged access: 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
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 51)
((IDisposable) appContext).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
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 51)
((IDisposable) appContext).dispose();
Discouraged access: 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
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 57)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 57)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE .createTrimmedWindow();
Discouraged access: The method createTrimmedWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 57)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 57)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 59)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The type MTrimBar 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 59)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The method createTrimBar() from the type BasicFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 59)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 59)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 60)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 60)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 60)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 60)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 61)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The type MToolItem 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 61)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The method createDirectToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 61)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 61)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 63)
toolItem.setLabel(before);
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 65)
window.getTrimBars().add(trimBar);
Discouraged access: The method getTrimBars() from the type MTrimmedWindow 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 66)
trimBar.getChildren().add(toolBar);
Discouraged access: The method getChildren() from the type MElementContainer<MTrimElement> 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 67)
toolBar.getChildren().add(toolItem);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 69)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 69)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 69)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 69)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 71)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 72)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 73)
appContext.set(MApplication.class.getName(), application);
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
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 73)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 75)
wb = new E4Workbench(window, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 75)
wb = new E4Workbench(window, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 76)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 78)
Object widget = toolItem.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 86)
toolItem.setLabel(after);
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 133)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 133)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE .createTrimmedWindow();
Discouraged access: The method createTrimmedWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 133)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 133)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 135)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The type MTrimBar 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 135)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The method createTrimBar() from the type BasicFactoryImpl 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 135)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 135)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 136)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MToolBar 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 136)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MenuFactoryImpl 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 136)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 136)
MToolBar toolBar = MenuFactoryImpl.eINSTANCE.createToolBar();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 137)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The type MToolItem 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 137)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The method createDirectToolItem() from the type MenuFactoryImpl 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 137)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 137)
MToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem();
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 139)
toolItem.setTooltip(before);
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 141)
window.getTrimBars().add(trimBar);
Discouraged access: The method getTrimBars() from the type MTrimmedWindow 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 142)
trimBar.getChildren().add(toolBar);
Discouraged access: The method getChildren() from the type MElementContainer<MTrimElement> 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 143)
toolBar.getChildren().add(toolItem);
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 145)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 145)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 145)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 145)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 147)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 148)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 149)
appContext.set(MApplication.class.getName(), application);
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
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 149)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 151)
wb = new E4Workbench(window, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 151)
wb = new E4Workbench(window, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 152)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 154)
Object widget = toolItem.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 162)
toolItem.setTooltip(after);
Discouraged access: The method setTooltip(String) from the type MUILabel 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 208)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MTrimmedWindow 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 208)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE .createTrimmedWindow();
Discouraged access: The method createTrimmedWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 208)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 208)
MTrimmedWindow window = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 210)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The type MTrimBar 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 210)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The method createTrimBar() from the type BasicFactoryImpl 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java
 (at line 210)
MTrimBar trimBar = BasicFactoryImpl.eINSTANCE.createTrimBar();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 15)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/workbench/MWindowTest.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/ui/tests/workbench/MWindowTest.java
 (at line 17)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 20)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 21)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem 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.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 32)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 48)
protected IEclipseContext appContext;
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
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 49)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 58)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 58)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 59)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 59)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 59)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 60)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 60)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 71)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 74)
if (appContext instanceof IDisposable) {
Discouraged access: 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
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 75)
((IDisposable) appContext).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
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 75)
((IDisposable) appContext).dispose();
Discouraged access: 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
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 80)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 80)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 80)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 80)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 81)
window.setLabel("MyWindow");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 83)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 83)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 83)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 83)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 85)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 86)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 87)
appContext.set(MApplication.class.getName(), application);
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
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 87)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 89)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 89)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 90)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 92)
Widget topWidget = (Widget) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 96)
assertEquals(topWidget, appContext.get(IServiceConstants.ACTIVE_SHELL));
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
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 96)
assertEquals(topWidget, appContext.get(IServiceConstants.ACTIVE_SHELL));
Discouraged access: The type IServiceConstants 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
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 96)
assertEquals(topWidget, appContext.get(IServiceConstants.ACTIVE_SHELL));
Discouraged access: The field ACTIVE_SHELL from the type IServiceConstants 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
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 100)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 100)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 100)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 100)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 101)
window.setLabel("MyWindow");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 103)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 103)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 103)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 103)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 105)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 106)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 107)
appContext.set(MApplication.class.getName(), application);
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
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 107)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 109)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 109)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 110)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 112)
Widget topWidget = (Widget) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 119)
window.setVisible(false);
Discouraged access: The method setVisible(boolean) from the type MUIElement 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 122)
window.setVisible(true);
Discouraged access: The method setVisible(boolean) from the type MUIElement 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.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 127)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 127)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 127)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 127)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 128)
window.setLabel("MyWindow");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 129)
window.setVisible(false);
Discouraged access: The method setVisible(boolean) from the type MUIElement 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 131)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 131)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 131)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 131)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 133)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 134)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 135)
appContext.set(MApplication.class.getName(), application);
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
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 135)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 137)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 137)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 138)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 140)
Widget topWidget = (Widget) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 149)
final MWindow window = createWindowWithOneView();
Discouraged access: The type MWindow 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 151)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 151)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 151)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 151)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 153)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 154)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 155)
appContext.set(MApplication.class.getName(), application);
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
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 155)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 157)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 157)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java
 (at line 158)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 15)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants 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/ui/tests/workbench/NewMWindowTest.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/ui/tests/workbench/NewMWindowTest.java
 (at line 17)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 20)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 21)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem 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.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl 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.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 30)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 46)
protected IEclipseContext appContext;
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
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 47)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 56)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 56)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 57)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 57)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 57)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 58)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 58)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 69)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 72)
if (appContext instanceof IDisposable) {
Discouraged access: 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
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 73)
((IDisposable) appContext).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
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 73)
((IDisposable) appContext).dispose();
Discouraged access: 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
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 78)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 78)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 78)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 78)
final MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 79)
window.setLabel("MyWindow");
Discouraged access: The method setLabel(String) from the type MUILabel 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 80)
wb = new E4Workbench(window, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 80)
wb = new E4Workbench(window, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 82)
Widget topWidget = (Widget) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 85)
assertEquals(topWidget, appContext.get(IServiceConstants.ACTIVE_SHELL));
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
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 85)
assertEquals(topWidget, appContext.get(IServiceConstants.ACTIVE_SHELL));
Discouraged access: The type IServiceConstants 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
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 85)
assertEquals(topWidget, appContext.get(IServiceConstants.ACTIVE_SHELL));
Discouraged access: The field ACTIVE_SHELL from the type IServiceConstants 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
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 89)
final MWindow window = createWindowWithOneView();
Discouraged access: The type MWindow 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 90)
wb = new E4Workbench(window, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 90)
wb = new E4Workbench(window, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 92)
Widget topWidget = (Widget) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 112)
final MWindow window = createWindowWithOneView();
Discouraged access: The type MWindow 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 113)
wb = new E4Workbench(window, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 113)
wb = new E4Workbench(window, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 115)
Widget topWidget = (Widget) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 121)
IEclipseContext child = (IEclipseContext) appContext
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
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 121)
IEclipseContext child = (IEclipseContext) appContext
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
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 121)
IEclipseContext child = (IEclipseContext) appContext .getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The method getLocal(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
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 122)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The type IContextConstants 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
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 122)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 124)
assertEquals(window.getContext(), child);
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 126)
MPart modelPart = getContributedPart(window);
Discouraged access: The type MPart 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 128)
assertEquals(window, modelPart.getParent().getParent().getParent());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 128)
assertEquals(window, modelPart.getParent().getParent().getParent());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 128)
assertEquals(window, modelPart.getParent().getParent().getParent());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 132)
AbstractPartRenderer factory = (AbstractPartRenderer) modelPart
Discouraged access: The type AbstractPartRenderer 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.workbench.swt/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 132)
AbstractPartRenderer factory = (AbstractPartRenderer) modelPart
Discouraged access: The type AbstractPartRenderer 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.workbench.swt/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 132)
AbstractPartRenderer factory = (AbstractPartRenderer) modelPart .getRenderer();
Discouraged access: The method getRenderer() from the type MUIElement 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 134)
factory.activate(modelPart);
Discouraged access: The method activate(MPart) from the type AbstractPartRenderer 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.workbench.swt/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 136)
IEclipseContext next = (IEclipseContext) child
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
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 136)
IEclipseContext next = (IEclipseContext) child
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
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 136)
IEclipseContext next = (IEclipseContext) child .getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The method getLocal(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
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 137)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The type IContextConstants 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
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 137)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 140)
next = (IEclipseContext) child
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
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 140)
next = (IEclipseContext) child .getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The method getLocal(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
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 141)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The type IContextConstants 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
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 141)
.getLocal(IContextConstants.ACTIVE_CHILD);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants 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
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 147)
assertFalse(window.getContext() == child);
Discouraged access: The method getContext() from the type MContext 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 149)
MPart contextPart = (MPart) child.get(MPart.class.getName());
Discouraged access: The type MPart 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 149)
MPart contextPart = (MPart) child.get(MPart.class.getName());
Discouraged access: The type MPart 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 149)
MPart contextPart = (MPart) child.get(MPart.class.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
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 149)
MPart contextPart = (MPart) child.get(MPart.class.getName());
Discouraged access: The type MPart 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 152)
assertEquals(window, contextPart.getParent().getParent().getParent());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 152)
assertEquals(window, contextPart.getParent().getParent().getParent());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 152)
assertEquals(window, contextPart.getParent().getParent().getParent());
Discouraged access: The method getParent() from the type MUIElement 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 156)
final MWindow window = createWindowWithOneViewAndMenu();
Discouraged access: The type MWindow 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 157)
wb = new E4Workbench(window, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 157)
wb = new E4Workbench(window, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 159)
Widget topWidget = (Widget) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 172)
MMenu mainMenu = window.getMainMenu();
Discouraged access: The type MMenu 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.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 172)
MMenu mainMenu = window.getMainMenu();
Discouraged access: The method getMainMenu() from the type MWindow 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 173)
MMenu modelFileMenu = (MMenu) mainMenu.getChildren().get(0);
Discouraged access: The type MMenu 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 173)
MMenu modelFileMenu = (MMenu) mainMenu.getChildren().get(0);
Discouraged access: The type MMenu 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 173)
MMenu modelFileMenu = (MMenu) mainMenu.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 174)
final MMenuItem item2Model = (MMenuItem) modelFileMenu.getChildren()
Discouraged access: The type MMenuItem 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 174)
final MMenuItem item2Model = (MMenuItem) modelFileMenu.getChildren()
Discouraged access: The type MMenuItem 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 174)
final MMenuItem item2Model = (MMenuItem) modelFileMenu.getChildren()
Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 176)
item2Model.setToBeRendered(false);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 181)
item2Model.setToBeRendered(true);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 187)
private MPart getContributedPart(MWindow window) {
Discouraged access: The type MPart 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 187)
private MPart getContributedPart(MWindow window) {
Discouraged access: The type MWindow 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 188)
MPartSashContainer psc = (MPartSashContainer) window.getChildren().get(
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 188)
MPartSashContainer psc = (MPartSashContainer) window.getChildren().get(
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 188)
MPartSashContainer psc = (MPartSashContainer) window.getChildren().get(
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 190)
MPartStack stack = (MPartStack) psc.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java
 (at line 190)
MPartStack stack = (MPartStack) psc.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 21)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 22)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 28)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 29)
import org.eclipse.e4.ui.workbench.modeling.EPartService;
Discouraged access: The type EPartService 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.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 30)
import org.eclipse.e4.ui.workbench.modeling.EPartService.PartState;
Discouraged access: The type EPartService.PartState 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.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 36)
protected IEclipseContext appContext;
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
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 37)
protected E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 41)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 41)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 42)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 43)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 43)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 49)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 52)
if (appContext instanceof IDisposable) {
Discouraged access: 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
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 53)
((IDisposable) appContext).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
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 53)
((IDisposable) appContext).dispose();
Discouraged access: 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
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 58)
final MWindow window = createWindowWithOneView("Part Name");
Discouraged access: The type MWindow 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 59)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 59)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 59)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 59)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 61)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 62)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 63)
appContext.set(MApplication.class.getName(), application);
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
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 63)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 65)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 65)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 66)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 68)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 68)
MPartSashContainer container = (MPartSashContainer) window
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 68)
MPartSashContainer container = (MPartSashContainer) window .getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 70)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 70)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The type MPartStack 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 70)
MPartStack stack = (MPartStack) container.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 71)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 71)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The type MPart 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 71)
MPart part = (MPart) stack.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 73)
IPresentationEngine renderer = (IPresentationEngine) appContext
Discouraged access: The type IPresentationEngine 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.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 73)
IPresentationEngine renderer = (IPresentationEngine) appContext
Discouraged access: The type IPresentationEngine 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.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 73)
IPresentationEngine renderer = (IPresentationEngine) appContext .get(IPresentationEngine.class.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
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 74)
.get(IPresentationEngine.class.getName());
Discouraged access: The type IPresentationEngine 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.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 75)
renderer.removeGui(part);
Discouraged access: The method removeGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 76)
renderer.removeGui(window);
Discouraged access: The method removeGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 84)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 84)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 84)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 84)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 86)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 88)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 88)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 88)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 88)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 89)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 91)
appContext.set(MApplication.class.getName(), application);
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
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 91)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 93)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 93)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 94)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 96)
assertNotNull(window.getWidget());
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 98)
MWindow window2 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 98)
MWindow window2 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 98)
MWindow window2 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 98)
MWindow window2 = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 99)
application.getChildren().add(window2);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 101)
assertNotNull(window2.getWidget());
Discouraged access: The method getWidget() from the type MUIElement 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.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 105)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 105)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 105)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 105)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 107)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 108)
appContext.set(MApplication.class.getName(), application);
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
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 108)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 110)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 110)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 110)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 110)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 111)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 113)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 113)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 113)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 113)
MPartStack stack = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 114)
window.getChildren().add(stack);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 116)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 116)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 116)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 116)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java
 (at line 117)
partA.setElementId("partA");
Discouraged access: The method setElementId(String) from the type MApplicationElement 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.model.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java : 49 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 17)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory 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/ui/tests/workbench/RenderingTestCase.java
 (at line 18)
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/ui/tests/workbench/RenderingTestCase.java
 (at line 19)
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
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 20)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 21)
import org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory;
Discouraged access: The type ReflectionContributionFactory 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.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 22)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 23)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 24)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 27)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 58)
protected static IContributionFactory contributionFactory = new ReflectionContributionFactory(
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
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 58)
protected static IContributionFactory contributionFactory = new ReflectionContributionFactory( RegistryFactory.getRegistry());
Discouraged access: The constructor ReflectionContributionFactory(IExtensionRegistry) 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.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 58)
protected static IContributionFactory contributionFactory = new ReflectionContributionFactory(
Discouraged access: The type ReflectionContributionFactory 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.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 61)
protected static IEclipseContext serviceContext = EclipseContextFactory
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/ui/tests/workbench/RenderingTestCase.java
 (at line 61)
protected static IEclipseContext serviceContext = EclipseContextFactory
Discouraged access: The type EclipseContextFactory 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/ui/tests/workbench/RenderingTestCase.java
 (at line 61)
protected static IEclipseContext serviceContext = EclipseContextFactory .getServiceContext(Activator.getDefault().getBundle() .getBundleContext());
Discouraged access: The method getServiceContext(BundleContext) from the type EclipseContextFactory 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/ui/tests/workbench/RenderingTestCase.java
 (at line 65)
protected static MApplication app = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 65)
protected static MApplication app = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 65)
protected static MApplication app = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 65)
protected static MApplication app = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 72)
protected IPresentationEngine renderer;
Discouraged access: The type IPresentationEngine 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.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 73)
protected IEclipseContext appContext;
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
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 100)
IEclipseContext serviceContext = EclipseContextFactory
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
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 100)
IEclipseContext serviceContext = EclipseContextFactory
Discouraged access: The type EclipseContextFactory 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/ui/tests/workbench/RenderingTestCase.java
 (at line 100)
IEclipseContext serviceContext = EclipseContextFactory .getServiceContext(Activator.getDefault().getBundle() .getBundleContext());
Discouraged access: The method getServiceContext(BundleContext) from the type EclipseContextFactory 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/ui/tests/workbench/RenderingTestCase.java
 (at line 104)
appContext = E4Workbench.createWorkbenchContext(serviceContext,
Discouraged access: The type E4Workbench 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.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 104)
appContext = E4Workbench.createWorkbenchContext(serviceContext, RegistryFactory.getRegistry(), null, null);
Discouraged access: The method createWorkbenchContext(IEclipseContext, IExtensionRegistry, IExceptionHandler, IContributionFactory) from the type E4Workbench 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.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 106)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The type MApplication 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 106)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 106)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 106)
MApplication app = ApplicationFactoryImpl.eINSTANCE.createApplication();
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 108)
appContext.set(MApplication.class.getName(), app);
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
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 108)
appContext.set(MApplication.class.getName(), app);
Discouraged access: The type MApplication 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 109)
appContext.set(IContributionFactory.class.getName(), contributionFactory);
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
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 109)
appContext.set(IContributionFactory.class.getName(),
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
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 111)
appContext.set(IEclipseContext.class.getName(), appContext);
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
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 111)
appContext.set(IEclipseContext.class.getName(), appContext);
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
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 113)
app.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 149)
protected Widget createModel(final MWindow window) {
Discouraged access: The type MWindow 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 150)
MApplication application = (MApplication) appContext
Discouraged access: The type MApplication 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 150)
MApplication application = (MApplication) appContext
Discouraged access: The type MApplication 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 150)
MApplication application = (MApplication) appContext .get(MApplication.class.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
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 151)
.get(MApplication.class.getName());
Discouraged access: The type MApplication 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 152)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 161)
renderer = (PartRenderingEngine) contributionFactory.create(
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 161)
renderer = (PartRenderingEngine) contributionFactory.create( PartRenderingEngine.engineURI, appContext);
Discouraged access: The method create(String, IEclipseContext) from 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
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 162)
PartRenderingEngine.engineURI, appContext);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 162)
PartRenderingEngine.engineURI, appContext);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java
 (at line 163)
Object o = renderer.createGui(window);
Discouraged access: The method createGui(MUIElement) from the type IPresentationEngine 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.workbench/@dot

/src/org/eclipse/e4/ui/tests/workbench/SampleView.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java
 (at line 18)
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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java
 (at line 19)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java
 (at line 42)
public SampleView(Composite parent, final IEclipseContext outputContext,
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
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java
 (at line 49)
outputContext.set(IServiceConstants.SELECTION, event .getSelection());
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
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java
 (at line 49)
outputContext.set(IServiceConstants.SELECTION, event
Discouraged access: The type IServiceConstants 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
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java
 (at line 49)
outputContext.set(IServiceConstants.SELECTION, event
Discouraged access: The field SELECTION from the type IServiceConstants 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/ui/tests/workbench/SashRendererTest.java : 78 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: 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
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench 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.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application 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.workbench.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication 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.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart 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.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack 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.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow 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.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 31)
private IEclipseContext appContext;
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
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 32)
private E4Workbench wb;
Discouraged access: The type E4Workbench 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.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 36)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application 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.workbench.swt/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 36)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application 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.workbench.swt/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 37)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI);
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
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 37)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The type E4Workbench 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.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 37)
appContext.set(E4Workbench.PRESENTATION_URI_ARG,
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench 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.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 38)
PartRenderingEngine.engineURI);
Discouraged access: The type PartRenderingEngine 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.workbench.swt/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 38)
PartRenderingEngine.engineURI);
Discouraged access: The field engineURI from the type PartRenderingEngine 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.workbench.swt/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 44)
wb.close();
Discouraged access: The method close() from the type E4Workbench 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.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 47)
if (appContext instanceof IDisposable) {
Discouraged access: 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
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 48)
((IDisposable) appContext).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
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 48)
((IDisposable) appContext).dispose();
Discouraged access: 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
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 53)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type MApplication 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.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 53)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type ApplicationFactoryImpl 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.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 53)
MApplication application = ApplicationFactoryImpl.eINSTANCE .createApplication();
Discouraged access: The method createApplication() from the type ApplicationFactoryImpl 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.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 53)
MApplication application = ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl 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.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 55)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type MWindow 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.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 55)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 55)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The method createWindow() from the type BasicFactoryImpl 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.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 55)
MWindow window = BasicFactoryImpl.eINSTANCE.createWindow();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 56)
MPartSashContainer container = BasicFactoryImpl.eINSTANCE
Discouraged access: The type MPartSashContainer 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.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 56)
MPartSashContainer container = BasicFactoryImpl.eINSTANCE
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 56)
MPartSashContainer container = BasicFactoryImpl.eINSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type BasicFactoryImpl 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.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 56)
MPartSashContainer container = BasicFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 58)
MPartStack partStackA = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 58)
MPartStack partStackA = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 58)
MPartStack partStackA = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 58)
MPartStack partStackA = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 59)
MPartStack partStackB = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type MPartStack 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.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 59)
MPartStack partStackB = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 59)
MPartStack partStackB = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The method createPartStack() from the type BasicFactoryImpl 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.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 59)
MPartStack partStackB = BasicFactoryImpl.eINSTANCE.createPartStack();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 60)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 60)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 60)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 60)
MPart partA = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 61)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type MPart 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.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 61)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The type BasicFactoryImpl 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.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 61)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The method createPart() from the type BasicFactoryImpl 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.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 61)
MPart partB = BasicFactoryImpl.eINSTANCE.createPart();
Discouraged access: The field eINSTANCE from the type BasicFactoryImpl 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.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 63)
window.setWidth(600);
Discouraged access: The method setWidth(int) from the type MWindow 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.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 64)
window.setHeight(400);
Discouraged access: The method setHeight(int) from the type MWindow 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.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 66)
partStackA.setContainerData("50");
Discouraged access: The method setContainerData(String) from the type MUIElement 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.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 67)
partStackB.setContainerData("50");
Discouraged access: The method setContainerData(String) from the type MUIElement 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.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 69)
application.getChildren().add(window);
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> 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.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 70)
application.setSelectedElement(window);
Discouraged access: The method setSelectedElement(MWindow) from the type MElementContainer<MWindow> 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.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 72)
window.getChildren().add(container);
Discouraged access: The method getChildren() from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 73)
window.setSelectedElement(container);
Discouraged access: The method setSelectedElement(MWindowElement) from the type MElementContainer<MWindowElement> 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.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 75)
container.getChildren().add(partStackA);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 76)
container.getChildren().add(partStackB);
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 77)
container.setSelectedElement(partStackA);
Discouraged access: The method setSelectedElement(MPartSashContainerElement) from the type MElementContainer<MPartSashContainerElement> 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.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 79)
partStackA.getChildren().add(partA);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 80)
partStackA.setSelectedElement(partA);
Discouraged access: The method setSelectedElement(MStackElement) from the type MElementContainer<MStackElement> 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.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 81)
partStackA.getChildren().add(partB);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> 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.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 82)
partStackA.setSelectedElement(partB);
Discouraged access: The method setSelectedElement(MStackElement) from the type MElementContainer<MStackElement> 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.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 84)
application.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type MContext 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.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 85)
appContext.set(MApplication.class.getName(), application);
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
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 85)
appContext.set(MApplication.class.getName(), application);
Discouraged access: The type MApplication 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.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 87)
wb = new E4Workbench(application, appContext);
Discouraged access: The constructor E4Workbench(MApplicationElement, 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.ui.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 87)
wb = new E4Workbench(application, appContext);
Discouraged access: The type E4Workbench 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.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 88)
wb.createAndRunUI(window);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench 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.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 90)
assertEquals("50", partStackA.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 91)
assertEquals("50", partStackB.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 93)
partStackB.setToBeRendered(false);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement 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.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java
 (at line 98)
assertEquals("50", partStackA.getContainerData());
Discouraged access: The method getContainerData() from the type MUIElement 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.model.workbench/@dot